diff options
author | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-03-27 13:44:50 -0500 |
---|---|---|
committer | Andrew Wilcox <AWilcox@Wilcox-Tech.com> | 2016-03-27 13:44:50 -0500 |
commit | ca84ea23f923ecb85b02f6e5a739e361013ecfd8 (patch) | |
tree | aef332471b9fe7b317103ef9ef2565fd6d0ff839 | |
parent | d3a82f5df69da46ae54a94781a14131fb6d47407 (diff) | |
download | packages-ca84ea23f923ecb85b02f6e5a739e361013ecfd8.tar.gz packages-ca84ea23f923ecb85b02f6e5a739e361013ecfd8.tar.bz2 packages-ca84ea23f923ecb85b02f6e5a739e361013ecfd8.tar.xz packages-ca84ea23f923ecb85b02f6e5a739e361013ecfd8.zip |
sys-devel/build-tools: new (meta)package
-rw-r--r-- | profiles/categories | 1 | ||||
-rw-r--r-- | sys-devel/build-tools/build-tools-1.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/profiles/categories b/profiles/categories index 2d86aa7b5..4b760abf0 100644 --- a/profiles/categories +++ b/profiles/categories @@ -1,4 +1,5 @@ dev-libs sys-apps +sys-devel sys-fs virtual diff --git a/sys-devel/build-tools/build-tools-1.ebuild b/sys-devel/build-tools/build-tools-1.ebuild new file mode 100644 index 000000000..02a462492 --- /dev/null +++ b/sys-devel/build-tools/build-tools-1.ebuild @@ -0,0 +1,33 @@ +# Copyright 2016 Adélie Linux Team +# Distributed under the terms of the NCSA License + +EAPI=6 + +DESCRIPTION="Meta-package for user development utilities" +HOMEPAGE="http://adelielinux.org/" +SRC_URI="" + +LICENSE="UoI-NCSA" +SLOT="0" +KEYWORDS="arm mips ppc x86 x86_64 ~alpha ~arm64 ~hppa ~ppc64 ~sparc64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND} + dev-util/cmake[doc] + dev-vcs/cvs[doc] + dev-vcs/git[curl,doc,gpg] + dev-vcs/subversion[doc] + sys-apps/man-pages + sys-apps/man-pages-posix + sys-devel/autoconf + sys-devel/automake + sys-devel/binutils + sys-devel/flex + sys-devel/gcc:4.9.3[cxx,doc,libssp] + sys-devel/libtool + sys-devel/make + sys-devel/patch + =sys-kernel/linux-headers-4.4 + virtual/yacc +" |