diff options
author | Paul Varner <fuzzyray@gentoo.org> | 2012-11-01 19:53:03 +0000 |
---|---|---|
committer | Paul Varner <fuzzyray@gentoo.org> | 2012-11-01 19:53:03 +0000 |
commit | a35b60a0b579ea8d9d60892566e2fe6c241d9017 (patch) | |
tree | 733b6b186560e0021ac919ec893f51ddd813f603 /app-portage | |
parent | Version bump (diff) | |
download | gentoo-2-a35b60a0b579ea8d9d60892566e2fe6c241d9017.tar.gz gentoo-2-a35b60a0b579ea8d9d60892566e2fe6c241d9017.tar.bz2 gentoo-2-a35b60a0b579ea8d9d60892566e2fe6c241d9017.zip |
Remove minimal USE flag and add einfo for the utilities that were pulled in as dependencies.
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x38AC371E)
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/gentoolkit/ChangeLog | 7 | ||||
-rw-r--r-- | app-portage/gentoolkit/gentoolkit-9999.ebuild | 22 | ||||
-rw-r--r-- | app-portage/gentoolkit/metadata.xml | 4 |
3 files changed, 17 insertions, 16 deletions
diff --git a/app-portage/gentoolkit/ChangeLog b/app-portage/gentoolkit/ChangeLog index c37e7cf0695b..915f9c9411b8 100644 --- a/app-portage/gentoolkit/ChangeLog +++ b/app-portage/gentoolkit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-portage/gentoolkit # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.278 2012/10/29 16:31:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/ChangeLog,v 1.279 2012/11/01 19:53:03 fuzzyray Exp $ + + 01 Nov 2012; Paul Varner <fuzzyray@gentoo.org> gentoolkit-9999.ebuild, + metadata.xml: + Remove minimal USE flag and add einfo for the utilities that were pulled + in as dependencies. 29 Oct 2012; Michał Górny <mgorny@gentoo.org> gentoolkit-0.3.0.4-r5.ebuild, gentoolkit-0.3.0.5.ebuild, gentoolkit-0.3.0.6-r3.ebuild, diff --git a/app-portage/gentoolkit/gentoolkit-9999.ebuild b/app-portage/gentoolkit/gentoolkit-9999.ebuild index 282bf282a4fc..d91969f685c5 100644 --- a/app-portage/gentoolkit/gentoolkit-9999.ebuild +++ b/app-portage/gentoolkit/gentoolkit-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-9999.ebuild,v 1.23 2012/10/29 16:31:11 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/gentoolkit/gentoolkit-9999.ebuild,v 1.24 2012/11/01 19:53:03 fuzzyray Exp $ EAPI="3" SUPPORT_PYTHON_ABIS="1" @@ -21,7 +21,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -IUSE="minimal" +IUSE="" KEYWORDS="" @@ -36,15 +36,7 @@ RDEPEND="${DEPEND} || ( >=sys-apps/coreutils-8.15 app-misc/realpath sys-freebsd/freebsd-bin ) sys-apps/gawk sys-apps/grep - virtual/python-argparse - - !minimal? ( - app-admin/eclean-kernel - app-portage/diffmask - app-portage/flaggie - app-portage/install-mask - app-portage/smart-live-rebuild - )" + virtual/python-argparse" distutils_src_compile_pre_hook() { echo VERSION="9999-${EGIT_VERSION}" "$(PYTHON)" setup.py set_version @@ -87,4 +79,12 @@ pkg_postinst() { einfo "guide: http://www.gentoo.org/doc/en/gentoolkit.xml" einfo einfo "Another alternative to equery is app-portage/portage-utils" + einfo + einfo "Additional tools that may be of interest:" + einfo + einfo " app-admin/eclean-kernel" + einfo " app-portage/diffmask" + einfo " app-portage/flaggie" + einfo " app-portage/install-mask" + einfo " app-portage/smart-live-rebuild" } diff --git a/app-portage/gentoolkit/metadata.xml b/app-portage/gentoolkit/metadata.xml index 736ab87a49ea..24c8ea0614ea 100644 --- a/app-portage/gentoolkit/metadata.xml +++ b/app-portage/gentoolkit/metadata.xml @@ -9,8 +9,4 @@ the Gentoo Linux distribution. It contains rough drafts and implementations of features that may in time make it into Portage, or into full-fledged tools in their own right. </longdescription> - -<use> - <flag name='minimal'>Install only the gentoolkit core code.</flag> -</use> </pkgmetadata> |