ulm 14/07/13 16:23:27
Modified: asis-gcc-3.4.6.ebuild
asis-gcc-4.3.0_pre132166.ebuild
asis-gcc-4.1.2.ebuild asis-gcc-4.3.1.ebuild
asis-gcc-4.1.2-r1.ebuild asis-gcc-4.2.2.ebuild
asis-gcc-4.3.1-r1.ebuild ChangeLog
asis-gcc-4.4.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.12 dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild?r1=1.11&r2=1.12
Index: asis-gcc-3.4.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- asis-gcc-3.4.6.ebuild 10 Apr 2012 12:44:27 -0000 1.11
+++ asis-gcc-3.4.6.ebuild 13 Jul 2014 16:23:26 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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-gcc/asis-gcc-3.4.6.ebuild,v
1.11 2012/04/10 12:44:27 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-3.4.6.ebuild,v
1.12 2014/07/13 16:23:26 ulm Exp $
inherit eutils flag-o-matic gnatbuild
@@ -41,7 +41,7 @@
My_DATAPATH=${DATAPATH/${PN}/${Gnat_Name}}
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.6 dev-ada/asis-gcc/asis-gcc-4.3.0_pre132166.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.0_pre132166.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.0_pre132166.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.0_pre132166.ebuild?r1=1.5&r2=1.6
Index: asis-gcc-4.3.0_pre132166.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.0_pre132166.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- asis-gcc-4.3.0_pre132166.ebuild 10 Apr 2012 12:44:27 -0000 1.5
+++ asis-gcc-4.3.0_pre132166.ebuild 13 Jul 2014 16:23:26 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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-gcc/asis-gcc-4.3.0_pre132166.ebuild,v 1.5
2012/04/10 12:44:27 george Exp $
+# $Header:
/var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.0_pre132166.ebuild,v 1.6
2014/07/13 16:23:26 ulm Exp $
inherit eutils flag-o-matic gnatbuild multilib
@@ -40,7 +40,7 @@
My_DATAPATH=${DATAPATH/${PN}/${Gnat_Name}}
pkg_setup() {
- local currGnat=$(eselect --no-color gnat show | grep "gnat-" | awk '{
print $1 }')
+ local 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-gcc/asis-gcc-4.1.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild?rev=1.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild?r1=1.6&r2=1.7
Index: asis-gcc-4.1.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- asis-gcc-4.1.2.ebuild 10 Apr 2012 12:44:27 -0000 1.6
+++ asis-gcc-4.1.2.ebuild 13 Jul 2014 16:23:26 -0000 1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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-gcc/asis-gcc-4.1.2.ebuild,v
1.6 2012/04/10 12:44:27 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2.ebuild,v
1.7 2014/07/13 16:23:26 ulm Exp $
inherit eutils flag-o-matic gnatbuild
@@ -35,7 +35,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.2 dev-ada/asis-gcc/asis-gcc-4.3.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.1.ebuild?r1=1.1&r2=1.2
Index: asis-gcc-4.3.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- asis-gcc-4.3.1.ebuild 19 Apr 2012 13:30:42 -0000 1.1
+++ asis-gcc-4.3.1.ebuild 13 Jul 2014 16:23:26 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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-gcc/asis-gcc-4.3.1.ebuild,v
1.1 2012/04/19 13:30:42 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.1.ebuild,v
1.2 2014/07/13 16:23:26 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.9 dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild?rev=1.9&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild?rev=1.9&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild?r1=1.8&r2=1.9
Index: asis-gcc-4.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- asis-gcc-4.1.2-r1.ebuild 10 Apr 2012 12:44:27 -0000 1.8
+++ asis-gcc-4.1.2-r1.ebuild 13 Jul 2014 16:23:26 -0000 1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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-gcc/asis-gcc-4.1.2-r1.ebuild,v
1.8 2012/04/10 12:44:27 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.1.2-r1.ebuild,v
1.9 2014/07/13 16:23:26 ulm Exp $
inherit eutils flag-o-matic gnatbuild
@@ -39,7 +39,7 @@
My_DATAPATH=${DATAPATH/${PN}/${Gnat_Name}}
pkg_setup() {
- local currGnat=$(eselect --no-color gnat show | grep "gnat-" | awk '{
print $1 }')
+ local 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.6 dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild?rev=1.6&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild?rev=1.6&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild?r1=1.5&r2=1.6
Index: asis-gcc-4.2.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- asis-gcc-4.2.2.ebuild 10 Apr 2012 12:44:27 -0000 1.5
+++ asis-gcc-4.2.2.ebuild 13 Jul 2014 16:23:26 -0000 1.6
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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-gcc/asis-gcc-4.2.2.ebuild,v
1.5 2012/04/10 12:44:27 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.2.2.ebuild,v
1.6 2014/07/13 16:23:26 ulm Exp $
inherit eutils flag-o-matic gnatbuild multilib
@@ -40,7 +40,7 @@
My_DATAPATH=${DATAPATH/${PN}/${Gnat_Name}}
pkg_setup() {
- local currGnat=$(eselect --no-color gnat show | grep "gnat-" | awk '{
print $1 }')
+ local 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-gcc/asis-gcc-4.3.1-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.1-r1.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.1-r1.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.1-r1.ebuild?r1=1.2&r2=1.3
Index: asis-gcc-4.3.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- asis-gcc-4.3.1-r1.ebuild 14 Jun 2012 11:38:14 -0000 1.2
+++ asis-gcc-4.3.1-r1.ebuild 13 Jul 2014 16:23:26 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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-gcc/asis-gcc-4.3.1-r1.ebuild,v
1.2 2012/06/14 11:38:14 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.3.1-r1.ebuild,v
1.3 2014/07/13 16:23:26 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.21 dev-ada/asis-gcc/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/ChangeLog?rev=1.21&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/ChangeLog?rev=1.21&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 14 Jun 2012 13:08:30 -0000 1.20
+++ ChangeLog 13 Jul 2014 16:23:26 -0000 1.21
@@ -1,6 +1,12 @@
# ChangeLog for dev-ada/asis-gcc
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/ChangeLog,v 1.20
2012/06/14 13:08:30 george Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/ChangeLog,v 1.21
2014/07/13 16:23:26 ulm Exp $
+
+ 13 Jul 2014; Ulrich Müller <[email protected]> asis-gcc-3.4.6.ebuild,
+ asis-gcc-4.1.2.ebuild, asis-gcc-4.1.2-r1.ebuild, asis-gcc-4.2.2.ebuild,
+ asis-gcc-4.3.0_pre132166.ebuild, asis-gcc-4.3.1.ebuild,
+ asis-gcc-4.3.1-r1.ebuild, asis-gcc-4.4.ebuild:
+ Don't call eselect with obsolete/removed --no-color option.
14 Jun 2012; George Shapovalov <[email protected]> asis-gcc-4.4.ebuild:
the 4.4 needs this catch too.
1.3 dev-ada/asis-gcc/asis-gcc-4.4.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.4.ebuild?rev=1.3&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.4.ebuild?rev=1.3&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.4.ebuild?r1=1.2&r2=1.3
Index: asis-gcc-4.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- asis-gcc-4.4.ebuild 14 Jun 2012 13:08:30 -0000 1.2
+++ asis-gcc-4.4.ebuild 13 Jul 2014 16:23:26 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 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-gcc/asis-gcc-4.4.ebuild,v 1.2
2012/06/14 13:08:30 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis-gcc/asis-gcc-4.4.ebuild,v 1.3
2014/07/13 16:23:26 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"