ulm 14/07/13 16:26:08
Modified: asis-gpl-4.1.3.2007-r2.ebuild
asis-gpl-3.4.6.2006.ebuild ChangeLog
asis-gpl-4.1.3.2007-r1.ebuild
asis-gpl-4.1.3.2008-r1.ebuild
asis-gpl-4.1.3.2008.ebuild
Log:
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!)
Revision Changes Path
1.4 dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild?r1=1.3&r2=1.4
Index: asis-gpl-4.1.3.2007-r2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- asis-gpl-4.1.3.2007-r2.ebuild 17 May 2008 19:19:06 -0000 1.3
+++ asis-gpl-4.1.3.2007-r2.ebuild 13 Jul 2014 16:26:07 -0000 1.4
@@ -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 @@
${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"
1.7 dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild?r1=1.6&r2=1.7
Index: asis-gpl-3.4.6.2006.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-3.4.6.2006.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- asis-gpl-3.4.6.2006.ebuild 17 May 2008 19:19:06 -0000 1.6
+++ asis-gpl-3.4.6.2006.ebuild 13 Jul 2014 16:26:07 -0000 1.7
@@ -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 @@
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"
1.11 dev-ada/asis-gpl/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/ChangeLog?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/ChangeLog?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 19 Aug 2008 11:56:54 -0000 1.10
+++ ChangeLog 13 Jul 2014 16:26:07 -0000 1.11
@@ -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 <[email protected]> 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)
1.4 dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild?rev=1.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild?r1=1.3&r2=1.4
Index: asis-gpl-4.1.3.2007-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2007-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- asis-gpl-4.1.3.2007-r1.ebuild 17 May 2008 19:19:06 -0000 1.3
+++ asis-gpl-4.1.3.2007-r1.ebuild 13 Jul 2014 16:26:07 -0000 1.4
@@ -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 @@
${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"
1.2 dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild?r1=1.1&r2=1.2
Index: asis-gpl-4.1.3.2008-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asis-gpl-4.1.3.2008-r1.ebuild 19 Aug 2008 11:56:54 -0000 1.1
+++ asis-gpl-4.1.3.2008-r1.ebuild 13 Jul 2014 16:26:07 -0000 1.2
@@ -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 @@
${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"
1.3 dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild?r1=1.2&r2=1.3
Index: asis-gpl-4.1.3.2008.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gpl/asis-gpl-4.1.3.2008.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- asis-gpl-4.1.3.2008.ebuild 23 Aug 2008 20:15:54 -0000 1.2
+++ asis-gpl-4.1.3.2008.ebuild 13 Jul 2014 16:26:07 -0000 1.3
@@ -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 @@
${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"