public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config: gcc-config-1.4.1.ebuild ChangeLog
@ 2009-01-28  2:32 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2009-01-28  2:32 UTC (permalink / raw
  To: gentoo-commits

vapier      09/01/28 02:32:51

  Modified:             gcc-config-1.4.1.ebuild ChangeLog
  Log:
  Update libgcj.pc symlinks #136382 #216241 and set GCC_SPECS with -E #251271 by Diego E. Pettenò.
  (Portage version: 2.2_rc23/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-devel/gcc-config/gcc-config-1.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?r1=1.1&r2=1.2

Index: gcc-config-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gcc-config-1.4.1.ebuild	16 Mar 2008 01:20:10 -0000	1.1
+++ gcc-config-1.4.1.ebuild	28 Jan 2009 02:32:51 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.1 2008/03/16 01:20:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.2 2009/01/28 02:32:51 vapier Exp $
 
 inherit flag-o-matic toolchain-funcs multilib
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-#KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!app-admin/eselect-compiler"
@@ -32,8 +32,7 @@
 src_install() {
 	newbin "${FILESDIR}"/${PN}-${PV} ${PN} || die "install gcc-config"
 	sed -i \
-		-e "s:PORTAGE-VERSION:${PVR}:g" \
-		-e "s:GENTOO_LIBDIR:$(get_libdir):g" \
+		-e "s:@GENTOO_LIBDIR@:$(get_libdir):g" \
 		"${D}"/usr/bin/${PN}
 
 	exeinto /usr/$(get_libdir)/misc



1.178                sys-devel/gcc-config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.178&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.178&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog	16 Mar 2008 12:40:34 -0000	1.177
+++ ChangeLog	28 Jan 2009 02:32:51 -0000	1.178
@@ -1,6 +1,11 @@
 # ChangeLog for sys-devel/gcc-config
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.177 2008/03/16 12:40:34 phreak Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.178 2009/01/28 02:32:51 vapier Exp $
+
+  28 Jan 2009; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.4.1,
+  gcc-config-1.4.1.ebuild:
+  Update libgcj.pc symlinks #136382 #216241 and set GCC_SPECS with -E
+  #251271 by Diego E. Pettenò.
 
   16 Mar 2008; Christian Heim <phreak@gentoo.org> Manifest:
   Fixing the Manifest (emerge is complaining about missing






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config: gcc-config-1.4.1.ebuild ChangeLog
@ 2009-05-11 16:22 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 7+ messages in thread
From: Ferris McCormick (fmccor) @ 2009-05-11 16:22 UTC (permalink / raw
  To: gentoo-commits

fmccor      09/05/11 16:22:17

  Modified:             gcc-config-1.4.1.ebuild ChangeLog
  Log:
  Sparc stable, required for Bug #269322.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  sys-devel/gcc-config/gcc-config-1.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?r1=1.2&r2=1.3

Index: gcc-config-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gcc-config-1.4.1.ebuild	28 Jan 2009 02:32:51 -0000	1.2
+++ gcc-config-1.4.1.ebuild	11 May 2009 16:22:17 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.2 2009/01/28 02:32:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.3 2009/05/11 16:22:17 fmccor Exp $
 
 inherit flag-o-matic toolchain-funcs multilib
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!app-admin/eselect-compiler"



1.179                sys-devel/gcc-config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?r1=1.178&r2=1.179

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog	28 Jan 2009 02:32:51 -0000	1.178
+++ ChangeLog	11 May 2009 16:22:17 -0000	1.179
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gcc-config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.178 2009/01/28 02:32:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.179 2009/05/11 16:22:17 fmccor Exp $
+
+  11 May 2009; Ferris McCormick <fmccor@gentoo.org> gcc-config-1.4.1.ebuild:
+  Sparc stable, required for Bug #269322.
 
   28 Jan 2009; Mike Frysinger <vapier@gentoo.org> files/gcc-config-1.4.1,
   gcc-config-1.4.1.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config: gcc-config-1.4.1.ebuild ChangeLog
@ 2009-05-13 14:17 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2009-05-13 14:17 UTC (permalink / raw
  To: gentoo-commits

jer         09/05/13 14:17:32

  Modified:             gcc-config-1.4.1.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #269322).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.4                  sys-devel/gcc-config/gcc-config-1.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?r1=1.3&r2=1.4

Index: gcc-config-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gcc-config-1.4.1.ebuild	11 May 2009 16:22:17 -0000	1.3
+++ gcc-config-1.4.1.ebuild	13 May 2009 14:17:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.3 2009/05/11 16:22:17 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.4 2009/05/13 14:17:32 jer Exp $
 
 inherit flag-o-matic toolchain-funcs multilib
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!app-admin/eselect-compiler"



1.180                sys-devel/gcc-config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?r1=1.179&r2=1.180

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog	11 May 2009 16:22:17 -0000	1.179
+++ ChangeLog	13 May 2009 14:17:32 -0000	1.180
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gcc-config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.179 2009/05/11 16:22:17 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.180 2009/05/13 14:17:32 jer Exp $
+
+  13 May 2009; Jeroen Roovers <jer@gentoo.org> gcc-config-1.4.1.ebuild:
+  Stable for HPPA (bug #269322).
 
   11 May 2009; Ferris McCormick <fmccor@gentoo.org> gcc-config-1.4.1.ebuild:
   Sparc stable, required for Bug #269322.






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config: gcc-config-1.4.1.ebuild ChangeLog
@ 2009-05-14 18:48 Joseph Jezak (josejx)
  0 siblings, 0 replies; 7+ messages in thread
From: Joseph Jezak (josejx) @ 2009-05-14 18:48 UTC (permalink / raw
  To: gentoo-commits

josejx      09/05/14 18:48:35

  Modified:             gcc-config-1.4.1.ebuild ChangeLog
  Log:
  Marked ppc/ppc64 stable for bug #269322.
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  sys-devel/gcc-config/gcc-config-1.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?r1=1.4&r2=1.5

Index: gcc-config-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gcc-config-1.4.1.ebuild	13 May 2009 14:17:32 -0000	1.4
+++ gcc-config-1.4.1.ebuild	14 May 2009 18:48:35 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.4 2009/05/13 14:17:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.5 2009/05/14 18:48:35 josejx Exp $
 
 inherit flag-o-matic toolchain-funcs multilib
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!app-admin/eselect-compiler"



1.181                sys-devel/gcc-config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?r1=1.180&r2=1.181

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog	13 May 2009 14:17:32 -0000	1.180
+++ ChangeLog	14 May 2009 18:48:35 -0000	1.181
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gcc-config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.180 2009/05/13 14:17:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.181 2009/05/14 18:48:35 josejx Exp $
+
+  14 May 2009; Joseph Jezak <josejx@gentoo.org> gcc-config-1.4.1.ebuild:
+  Marked ppc/ppc64 stable for bug #269322.
 
   13 May 2009; Jeroen Roovers <jer@gentoo.org> gcc-config-1.4.1.ebuild:
   Stable for HPPA (bug #269322).






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config: gcc-config-1.4.1.ebuild ChangeLog
@ 2009-05-14 19:45 Markus Meier (maekke)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2009-05-14 19:45 UTC (permalink / raw
  To: gentoo-commits

maekke      09/05/14 19:45:49

  Modified:             gcc-config-1.4.1.ebuild ChangeLog
  Log:
  amd64/x86 stable, bug #269322
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-devel/gcc-config/gcc-config-1.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?r1=1.5&r2=1.6

Index: gcc-config-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gcc-config-1.4.1.ebuild	14 May 2009 18:48:35 -0000	1.5
+++ gcc-config-1.4.1.ebuild	14 May 2009 19:45:49 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.5 2009/05/14 18:48:35 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.6 2009/05/14 19:45:49 maekke Exp $
 
 inherit flag-o-matic toolchain-funcs multilib
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc ~sparc-fbsd ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!app-admin/eselect-compiler"



1.182                sys-devel/gcc-config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?r1=1.181&r2=1.182

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog	14 May 2009 18:48:35 -0000	1.181
+++ ChangeLog	14 May 2009 19:45:49 -0000	1.182
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gcc-config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.181 2009/05/14 18:48:35 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.182 2009/05/14 19:45:49 maekke Exp $
+
+  14 May 2009; Markus Meier <maekke@gentoo.org> gcc-config-1.4.1.ebuild:
+  amd64/x86 stable, bug #269322
 
   14 May 2009; Joseph Jezak <josejx@gentoo.org> gcc-config-1.4.1.ebuild:
   Marked ppc/ppc64 stable for bug #269322.






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config: gcc-config-1.4.1.ebuild ChangeLog
@ 2009-05-15 21:00 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 7+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-05-15 21:00 UTC (permalink / raw
  To: gentoo-commits

klausman    09/05/15 21:00:35

  Modified:             gcc-config-1.4.1.ebuild ChangeLog
  Log:
  Stable on alpha, bug #269322
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sys-devel/gcc-config/gcc-config-1.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?r1=1.6&r2=1.7

Index: gcc-config-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gcc-config-1.4.1.ebuild	14 May 2009 19:45:49 -0000	1.6
+++ gcc-config-1.4.1.ebuild	15 May 2009 21:00:35 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.6 2009/05/14 19:45:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.7 2009/05/15 21:00:35 klausman Exp $
 
 inherit flag-o-matic toolchain-funcs multilib
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!app-admin/eselect-compiler"



1.183                sys-devel/gcc-config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?r1=1.182&r2=1.183

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog	14 May 2009 19:45:49 -0000	1.182
+++ ChangeLog	15 May 2009 21:00:35 -0000	1.183
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/gcc-config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.182 2009/05/14 19:45:49 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.183 2009/05/15 21:00:35 klausman Exp $
+
+  15 May 2009; Tobias Klausmann <klausman@gentoo.org>
+  gcc-config-1.4.1.ebuild:
+  Stable on alpha, bug #269322
 
   14 May 2009; Markus Meier <maekke@gentoo.org> gcc-config-1.4.1.ebuild:
   amd64/x86 stable, bug #269322






^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config: gcc-config-1.4.1.ebuild ChangeLog
@ 2009-05-20 17:43 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2009-05-20 17:43 UTC (permalink / raw
  To: gentoo-commits

armin76     09/05/20 17:43:36

  Modified:             gcc-config-1.4.1.ebuild ChangeLog
  Log:
  ia64 stable
  (Portage version: 2.1.6.11/cvs/Linux ia64)

Revision  Changes    Path
1.9                  sys-devel/gcc-config/gcc-config-1.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild?r1=1.8&r2=1.9

Index: gcc-config-1.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gcc-config-1.4.1.ebuild	17 May 2009 01:11:38 -0000	1.8
+++ gcc-config-1.4.1.ebuild	20 May 2009 17:43:36 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.8 2009/05/17 01:11:38 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/gcc-config-1.4.1.ebuild,v 1.9 2009/05/20 17:43:36 armin76 Exp $
 
 inherit flag-o-matic toolchain-funcs multilib
 
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc ~sparc-fbsd x86 ~x86-fbsd"
 IUSE=""
 
 RDEPEND="!app-admin/eselect-compiler"



1.184                sys-devel/gcc-config/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gcc-config/ChangeLog?r1=1.183&r2=1.184

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog	15 May 2009 21:00:35 -0000	1.183
+++ ChangeLog	20 May 2009 17:43:36 -0000	1.184
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/gcc-config
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.183 2009/05/15 21:00:35 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/ChangeLog,v 1.184 2009/05/20 17:43:36 armin76 Exp $
+
+  20 May 2009; Raúl Porcel <armin76@gentoo.org> gcc-config-1.4.1.ebuild:
+  ia64 stable
 
   15 May 2009; Tobias Klausmann <klausman@gentoo.org>
   gcc-config-1.4.1.ebuild:






^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-05-20 17:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-20 17:43 [gentoo-commits] gentoo-x86 commit in sys-devel/gcc-config: gcc-config-1.4.1.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2009-05-15 21:00 Tobias Klausmann (klausman)
2009-05-14 19:45 Markus Meier (maekke)
2009-05-14 18:48 Joseph Jezak (josejx)
2009-05-13 14:17 Jeroen Roovers (jer)
2009-05-11 16:22 Ferris McCormick (fmccor)
2009-01-28  2:32 Mike Frysinger (vapier)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox