diff options
author | Karel Kočí <karel.koci@nic.cz> | 2018-08-31 09:34:39 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2018-08-31 09:34:39 +0200 |
commit | 247f24ff95086ff8d2976d314db51aa4b95e7107 (patch) | |
tree | a55cdad0632807f05b28152b1bb066854832b2f5 /profiles/compile | |
parent | b20068d7df1307a4e99c60610a447109f8302bfb (diff) | |
download | gentoo-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/compile')
-rw-r--r-- | profiles/compile/eapi | 1 | ||||
-rw-r--r-- | profiles/compile/openwrt/eapi | 1 | ||||
-rw-r--r-- | profiles/compile/openwrt/packages | 22 | ||||
-rw-r--r-- | profiles/compile/openwrt/parent | 1 | ||||
-rw-r--r-- | profiles/compile/packages | 20 |
5 files changed, 45 insertions, 0 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 |