summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2018-08-31 09:34:39 +0200
committerKarel Kočí <karel.koci@nic.cz>2018-08-31 09:34:39 +0200
commit247f24ff95086ff8d2976d314db51aa4b95e7107 (patch)
treea55cdad0632807f05b28152b1bb066854832b2f5 /profiles
parentb20068d7df1307a4e99c60610a447109f8302bfb (diff)
downloadgentoo-personal-overlay-247f24ff95086ff8d2976d314db51aa4b95e7107.tar.gz
gentoo-personal-overlay-247f24ff95086ff8d2976d314db51aa4b95e7107.tar.bz2
gentoo-personal-overlay-247f24ff95086ff8d2976d314db51aa4b95e7107.zip
profiles: split off compile from devel
Diffstat (limited to 'profiles')
-rw-r--r--profiles/compile/eapi1
-rw-r--r--profiles/compile/openwrt/eapi1
-rw-r--r--profiles/compile/openwrt/packages22
-rw-r--r--profiles/compile/openwrt/parent1
-rw-r--r--profiles/compile/packages20
-rw-r--r--profiles/cynerd-server/parent1
-rw-r--r--profiles/devel/packages41
-rw-r--r--profiles/devel/parent2
8 files changed, 48 insertions, 41 deletions
diff --git a/profiles/compile/eapi b/profiles/compile/eapi
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ b/profiles/compile/eapi
@@ -0,0 +1 @@
+6
diff --git a/profiles/compile/openwrt/eapi b/profiles/compile/openwrt/eapi
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ b/profiles/compile/openwrt/eapi
@@ -0,0 +1 @@
+6
diff --git a/profiles/compile/openwrt/packages b/profiles/compile/openwrt/packages
new file mode 100644
index 0000000..bb57df8
--- /dev/null
+++ b/profiles/compile/openwrt/packages
@@ -0,0 +1,22 @@
+# Openwrt
+dev-vcs/subversion
+dev-util/ccache
+sys-process/time
+
+# For failed host build of OpenWRT
+app-text/docbook2X
+
+# For OpenWRT but just for my purposes
+sys-fs/squashfs-tools
+
+# For userlist-checker
+sys-apps/fakeroot
+
+# For generating translation files
+dev-python/polib
+
+# Updater and turris in general
+dev-libs/check
+dev-lang/lua
+dev-lua/luacheck
+dev-libs/uthash
diff --git a/profiles/compile/openwrt/parent b/profiles/compile/openwrt/parent
new file mode 100644
index 0000000..f3229c5
--- /dev/null
+++ b/profiles/compile/openwrt/parent
@@ -0,0 +1 @@
+..
diff --git a/profiles/compile/packages b/profiles/compile/packages
new file mode 100644
index 0000000..5600066
--- /dev/null
+++ b/profiles/compile/packages
@@ -0,0 +1,20 @@
+# Posix shell
+app-shells/dash
+
+# Checks
+dev-util/valgrind
+dev-util/cppcheck
+
+# Python
+dev-python/pep8
+dev-python/autopep8
+dev-python/pylint
+dev-python/pip
+dev-python/cython
+dev-python/pytest
+dev-python/coverage
+dev-python/pygraphviz
+
+# Gtk
+dev-python/pygobject
+dev-util/glade
diff --git a/profiles/cynerd-server/parent b/profiles/cynerd-server/parent
index ffc5cf7..7a188ca 100644
--- a/profiles/cynerd-server/parent
+++ b/profiles/cynerd-server/parent
@@ -1 +1,2 @@
../base/amd64
+../compile/openwrt
diff --git a/profiles/devel/packages b/profiles/devel/packages
index 6839b1d..784a1c6 100644
--- a/profiles/devel/packages
+++ b/profiles/devel/packages
@@ -1,27 +1,8 @@
-# Posix shell
-app-shells/dash
-
# Clang as static analyzer and library for YCM
sys-devel/clang
-# Checks
-dev-util/valgrind
-dev-util/cppcheck
# Compilation database generation
dev-util/bear
-# C
-dev-libs/check
-
-# Python
-dev-python/pep8
-dev-python/autopep8
-dev-python/pylint
-dev-python/pip
-dev-python/cython
-dev-python/pytest
-dev-python/coverage
-dev-python/pygraphviz
-
# App emulation
app-emulation/lxc
@@ -35,34 +16,12 @@ dev-qt/qttest
# Ansible
app-admin/ansible
-# Updater and turris in general
-dev-lang/lua
-dev-lua/luacheck
-dev-libs/uthash
-
-# Openwrt
-dev-vcs/subversion
-dev-util/ccache
-sys-process/time
-# For failed host build of OpenWRT
-app-text/docbook2X
-# For OpenWRT but just for my purposes
-sys-fs/squashfs-tools
-# For userlist-checker
-sys-apps/fakeroot
-# For generating translation files
-dev-python/polib
-
# Utility
dev-util/cloc
dev-util/lcov
dev-python/markdown
#dev-util/android-tools
-# Gtk
-dev-python/pygobject
-dev-util/glade
-
# ARM bare
dev-embedded/openocd
diff --git a/profiles/devel/parent b/profiles/devel/parent
new file mode 100644
index 0000000..1c9f0cc
--- /dev/null
+++ b/profiles/devel/parent
@@ -0,0 +1,2 @@
+../compile
+../compile/openwrt