diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-07-13 16:26:07 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-07-13 16:26:07 +0000 |
commit | d3ff2bda9225de7231b143465df9aef7192db6f8 (patch) | |
tree | fa19a65c08eeb5a37b27ba749275229f91225832 /dev-ada | |
parent | Version bump. (diff) | |
download | gentoo-2-d3ff2bda9225de7231b143465df9aef7192db6f8.tar.gz gentoo-2-d3ff2bda9225de7231b143465df9aef7192db6f8.tar.bz2 gentoo-2-d3ff2bda9225de7231b143465df9aef7192db6f8.zip |
Don't call eselect with obsolete/removed --no-color option.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'dev-ada')
-rw-r--r-- | dev-ada/asis-gpl/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild | 6 | ||||
-rw-r--r-- | dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild | 6 | ||||
-rw-r--r-- | dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild | 6 |
6 files changed, 22 insertions, 17 deletions
diff --git a/dev-ada/asis-gpl/ChangeLog b/dev-ada/asis-gpl/ChangeLog index cc33ea2eecc9..cc15cfda637e 100644 --- a/dev-ada/asis-gpl/ChangeLog +++ b/dev-ada/asis-gpl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ada/asis-gpl -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v 1.10 2008/08/19 11:56:54 george Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v 1.11 2014/07/13 16:26:07 ulm Exp $ + + 13 Jul 2014; Ulrich Müller <ulm@gentoo.org> asis-gpl-3.4.6.2006.ebuild, + asis-gpl-4.1.3.2007-r1.ebuild, asis-gpl-4.1.3.2007-r2.ebuild, + asis-gpl-4.1.3.2008.ebuild, asis-gpl-4.1.3.2008-r1.ebuild: + Don't call eselect with obsolete/removed --no-color option. *asis-gpl-4.1.3.2008-r1 (19 Aug 2008) diff --git a/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild b/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild index 622d3984bc67..d4b74930cc42 100644 --- a/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild +++ b/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v 1.6 2008/05/17 19:19:06 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v 1.7 2014/07/13 16:26:07 ulm Exp $ inherit eutils flag-o-matic gnatbuild @@ -26,7 +26,7 @@ S="${WORKDIR}/asis-${ACT_Ver}" replace-flags -O3 -O2 pkg_setup() { - currGnat=$(eselect --no-color gnat show | grep "gnat-" | awk '{ print $1 }') + currGnat=$(eselect gnat show | grep "gnat-" | awk '{ print $1 }') if [[ "${currGnat}" != "${CTARGET}-${Gnat_Name}-${SLOT}" ]]; then echo eerror "The active gnat profile does not correspond to the selected" diff --git a/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild b/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild index 6c0eccef8825..4fccf8c284a5 100644 --- a/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild +++ b/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild,v 1.3 2008/05/17 19:19:06 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild,v 1.4 2014/07/13 16:26:07 ulm Exp $ inherit eutils flag-o-matic gnatbuild @@ -35,7 +35,7 @@ QA_EXECSTACK="${BINPATH:1}/* ${LIBPATH:1}/adalib/libasis-${ACT_Ver}.so" pkg_setup() { - currGnat=$(eselect --no-color gnat show | grep "gnat-" | awk '{ print $1 }') + currGnat=$(eselect gnat show | grep "gnat-" | awk '{ print $1 }') if [[ "${currGnat}" != "${CTARGET}-${Gnat_Name}-${SLOT}" ]]; then echo eerror "The active gnat profile does not correspond to the selected" diff --git a/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild b/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild index 794ddb95d99d..33922866d894 100644 --- a/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild +++ b/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild,v 1.3 2008/05/17 19:19:06 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild,v 1.4 2014/07/13 16:26:07 ulm Exp $ inherit eutils flag-o-matic gnatbuild @@ -35,7 +35,7 @@ QA_EXECSTACK="${BINPATH:1}/* ${LIBPATH:1}/adalib/libasis-${ACT_Ver}.so" pkg_setup() { - currGnat=$(eselect --no-color gnat show | grep "gnat-" | awk '{ print $1 }') + currGnat=$(eselect gnat show | grep "gnat-" | awk '{ print $1 }') if [[ "${currGnat}" != "${CTARGET}-${Gnat_Name}-${SLOT}" ]]; then echo eerror "The active gnat profile does not correspond to the selected" diff --git a/dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild b/dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild index 577ce520fff1..d34cf1c2e690 100644 --- a/dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild +++ b/dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild,v 1.1 2008/08/19 11:56:54 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild,v 1.2 2014/07/13 16:26:07 ulm Exp $ # NOTE: gnat-gpl-2007 and 2008 have "incompatible bugs" # so, we separate asis following the separation of gnat @@ -39,7 +39,7 @@ QA_EXECSTACK="${BINPATH:1}/* ${LIBPATH:1}/adalib/libasis-${ACT_Ver}.so" pkg_setup() { - currGnat=$(eselect --no-color gnat show | grep "gnat-" | awk '{ print $1 }') + currGnat=$(eselect gnat show | grep "gnat-" | awk '{ print $1 }') if [[ "${currGnat}" != "${CTARGET}-${Gnat_Name}-${SLOT}" ]]; then echo eerror "The active gnat profile does not correspond to the selected" diff --git a/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild b/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild index c56b2dc02513..34310ce7aee2 100644 --- a/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild +++ b/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild,v 1.2 2008/08/23 20:15:54 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild,v 1.3 2014/07/13 16:26:07 ulm Exp $ inherit eutils flag-o-matic gnatbuild @@ -35,7 +35,7 @@ QA_EXECSTACK="${BINPATH:1}/* ${LIBPATH:1}/adalib/libasis-${ACT_Ver}.so" pkg_setup() { - currGnat=$(eselect --no-color gnat show | grep "gnat-" | awk '{ print $1 }') + currGnat=$(eselect gnat show | grep "gnat-" | awk '{ print $1 }') if [[ "${currGnat}" != "${CTARGET}-${Gnat_Name}-${SLOT}" ]]; then echo eerror "The active gnat profile does not correspond to the selected" |