public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2008-11-28 22:41 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 16+ messages in thread
From: Ulrich Mueller (ulm) @ 2008-11-28 22:41 UTC (permalink / raw
  To: gentoo-commits

ulm         08/11/28 22:41:19

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Fix GNU Info files, bug 249168.
  (Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 i686)

Revision  Changes    Path
1.3                  sys-devel/libtool/libtool-2.2.6a.ebuild

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

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libtool-2.2.6a.ebuild	26 Oct 2008 00:21:10 -0000	1.2
+++ libtool-2.2.6a.ebuild	28 Nov 2008 22:41:19 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.2 2008/10/26 00:21:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.3 2008/11/28 22:41:19 ulm Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools
@@ -26,6 +26,7 @@
 src_unpack() {
 	unpack ${A}
 	cd "${S}"
+	epatch "${FILESDIR}"/${PV}/${P}-gnuinfo.patch #249168
 
 	if ! use vanilla ; then
 		epunt_cxx



1.141                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog	26 Oct 2008 00:21:10 -0000	1.140
+++ ChangeLog	28 Nov 2008 22:41:19 -0000	1.141
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.140 2008/10/26 00:21:10 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.141 2008/11/28 22:41:19 ulm Exp $
+
+  28 Nov 2008; Ulrich Mueller <ulm@gentoo.org>
+  +files/2.2.6a/libtool-2.2.6a-gnuinfo.patch, libtool-2.2.6a.ebuild:
+  Fix GNU Info files, bug 249168.
 
   26 Oct 2008; Mike Frysinger <vapier@gentoo.org> libtool-2.2.6a.ebuild:
   Force automake-1.10.1+ #243174.






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-06-28 16:37 Mike Frysinger (vapier)
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Frysinger (vapier) @ 2009-06-28 16:37 UTC (permalink / raw
  To: gentoo-commits

vapier      09/06/28 16:37:48

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Keep libtool from using /bin/sh even if it is bash so people can change on the fly without needing to re-emerge libtool.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sys-devel/libtool/libtool-2.2.6a.ebuild

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

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libtool-2.2.6a.ebuild	28 Nov 2008 22:41:19 -0000	1.3
+++ libtool-2.2.6a.ebuild	28 Jun 2009 16:37:48 -0000	1.4
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.3 2008/11/28 22:41:19 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.4 2009/06/28 16:37:48 vapier Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools
@@ -37,6 +37,12 @@
 		cd ..
 		eautoreconf
 	fi
+
+	# the libtool script uses bash code in it and at configure time, tries
+	# to find a bash shell.  if /bin/sh is bash, it uses that.  this can
+	# cause problems for people who switch /bin/sh on the fly to other
+	# shells, so just force libtool to use /bin/bash all the time.
+	export CONFIG_SHELL=/bin/bash
 }
 
 src_install() {



1.142                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	28 Nov 2008 22:41:19 -0000	1.141
+++ ChangeLog	28 Jun 2009 16:37:48 -0000	1.142
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/libtool
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.141 2008/11/28 22:41:19 ulm Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.142 2009/06/28 16:37:48 vapier Exp $
+
+  28 Jun 2009; Mike Frysinger <vapier@gentoo.org> libtool-2.2.6a.ebuild:
+  Keep libtool from using /bin/sh even if it is bash so people can change on
+  the fly without needing to re-emerge libtool.
 
   28 Nov 2008; Ulrich Mueller <ulm@gentoo.org>
   +files/2.2.6a/libtool-2.2.6a-gnuinfo.patch, libtool-2.2.6a.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-13 14:38 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 16+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-09-13 14:38 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/09/13 14:38:02

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Don't run elibtoolize with eautoreconf — stops test #28 from failing.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  sys-devel/libtool/libtool-2.2.6a.ebuild

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

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libtool-2.2.6a.ebuild	8 Sep 2009 17:51:21 -0000	1.5
+++ libtool-2.2.6a.ebuild	13 Sep 2009 14:38:02 -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/libtool/libtool-2.2.6a.ebuild,v 1.5 2009/09/08 17:51:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.6 2009/09/13 14:38:02 flameeyes Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools
@@ -33,9 +33,9 @@
 		cd libltdl/m4
 		epatch "${FILESDIR}"/1.5.20/${PN}-1.5.20-use-linux-version-in-fbsd.patch #109105
 		cd ..
-		eautoreconf
+		AT_NOELIBTOOLIZE=yes eautoreconf
 		cd ..
-		eautoreconf
+		AT_NOELIBTOOLIZE=yes eautoreconf
 	fi
 
 	# the libtool script uses bash code in it and at configure time, tries



1.143                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- ChangeLog	28 Jun 2009 16:37:48 -0000	1.142
+++ ChangeLog	13 Sep 2009 14:38:02 -0000	1.143
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.142 2009/06/28 16:37:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.143 2009/09/13 14:38:02 flameeyes Exp $
+
+  13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  libtool-2.2.6a.ebuild:
+  Don't run elibtoolize with eautoreconf — stops test #28 from failing.
 
   28 Jun 2009; Mike Frysinger <vapier@gentoo.org> libtool-2.2.6a.ebuild:
   Keep libtool from using /bin/sh even if it is bash so people can change on






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-13 15:41 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 16+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-09-13 15:41 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/09/13 15:41:49

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Add backport from upstream to skip over localisation test (#37) when German locale is unavailable; this also fixes the other test failure (#73) since that was just a recursion over the rest of the tests. Solves the blocking issues from bug #257399.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sys-devel/libtool/libtool-2.2.6a.ebuild

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

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libtool-2.2.6a.ebuild	13 Sep 2009 14:38:02 -0000	1.6
+++ libtool-2.2.6a.ebuild	13 Sep 2009 15:41:49 -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/libtool/libtool-2.2.6a.ebuild,v 1.6 2009/09/13 14:38:02 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.7 2009/09/13 15:41:49 flameeyes Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools
@@ -27,6 +27,7 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}"/${PV}/${P}-gnuinfo.patch #249168
+	epatch "${FILESDIR}"/${PV}/${P}-tests-locale.patch #249168
 
 	if ! use vanilla ; then
 		epunt_cxx



1.145                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -r1.144 -r1.145
--- ChangeLog	13 Sep 2009 14:46:53 -0000	1.144
+++ ChangeLog	13 Sep 2009 15:41:49 -0000	1.145
@@ -1,6 +1,13 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.144 2009/09/13 14:46:53 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.145 2009/09/13 15:41:49 flameeyes Exp $
+
+  13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  libtool-2.2.6a.ebuild, +files/2.2.6a/libtool-2.2.6a-tests-locale.patch:
+  Add backport from upstream to skip over localisation test (#37) when
+  German locale is unavailable; this also fixes the other test failure (#73)
+  since that was just a recursion over the rest of the tests. Solves the
+  blocking issues from bug #257399.
 
   13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org> libtool-9999.ebuild:
   Fix dependencies from current GIT.






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-13 22:50 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 16+ messages in thread
From: Diego Petteno (flameeyes) @ 2009-09-13 22:50 UTC (permalink / raw
  To: gentoo-commits

flameeyes    09/09/13 22:50:02

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Use -Wl,--no-as-needed with binutils older than 2.20 betas to avoid failure of tests #63. Thanks to Dustin Polke, Roberto Sigalotti and Christian Ruppert for helping me track down the issue.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.7&r2=1.8

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libtool-2.2.6a.ebuild	13 Sep 2009 15:41:49 -0000	1.7
+++ libtool-2.2.6a.ebuild	13 Sep 2009 22:50:01 -0000	1.8
@@ -1,9 +1,9 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.7 2009/09/13 15:41:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.8 2009/09/13 22:50:01 flameeyes Exp $
 
 LIBTOOLIZE="true" #225559
-inherit eutils autotools
+inherit eutils autotools flag-o-matic
 
 DESCRIPTION="A shared library tool for developers"
 HOMEPAGE="http://www.gnu.org/software/libtool/"
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 SLOT="1.5"
 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd"
-IUSE="vanilla"
+IUSE="vanilla test"
 
 RDEPEND="sys-devel/gnuconfig
 	>=sys-devel/autoconf-2.60
@@ -23,6 +23,16 @@
 
 S=${WORKDIR}/${P%a}
 
+pkg_setup() {
+	if use test && ! has_version '>sys-devel/binutils-2.19.51'; then
+		einfo "Disabling --as-needed, since you got older binutils and you asked"
+		einfo "to run tests. With the stricter (older) --as-needed behaviour"
+		einfo "you'd be seeing a test failure in test #63; this has been fixed"
+		einfo "in the newer version of binutils."
+		append-ldflags -Wl,--no-as-needed
+	fi
+}
+
 src_unpack() {
 	unpack ${A}
 	cd "${S}"



1.146                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.145
retrieving revision 1.146
diff -u -r1.145 -r1.146
--- ChangeLog	13 Sep 2009 15:41:49 -0000	1.145
+++ ChangeLog	13 Sep 2009 22:50:01 -0000	1.146
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.145 2009/09/13 15:41:49 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.146 2009/09/13 22:50:01 flameeyes Exp $
+
+  13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
+  libtool-2.2.6a.ebuild:
+  Use -Wl,--no-as-needed with binutils older than 2.20 betas to avoid
+  failure of tests #63. Thanks to Dustin Polke, Roberto Sigalotti and
+  Christian Ruppert for helping me track down the issue.
 
   13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   libtool-2.2.6a.ebuild, +files/2.2.6a/libtool-2.2.6a-tests-locale.patch:






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-14 21:10 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 16+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-09-14 21:10 UTC (permalink / raw
  To: gentoo-commits

fauli       09/09/14 21:10:50

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  stable x86, bug 257399
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.9                  sys-devel/libtool/libtool-2.2.6a.ebuild

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

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libtool-2.2.6a.ebuild	13 Sep 2009 22:50:01 -0000	1.8
+++ libtool-2.2.6a.ebuild	14 Sep 2009 21:10:49 -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/libtool/libtool-2.2.6a.ebuild,v 1.8 2009/09/13 22:50:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.9 2009/09/14 21:10:49 fauli Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-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="vanilla test"
 
 RDEPEND="sys-devel/gnuconfig



1.147                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.146
retrieving revision 1.147
diff -u -r1.146 -r1.147
--- ChangeLog	13 Sep 2009 22:50:01 -0000	1.146
+++ ChangeLog	14 Sep 2009 21:10:49 -0000	1.147
@@ -1,6 +1,10 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.146 2009/09/13 22:50:01 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.147 2009/09/14 21:10:49 fauli Exp $
+
+  14 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
+  libtool-2.2.6a.ebuild:
+  stable x86, bug 257399
 
   13 Sep 2009; Diego E. Pettenò <flameeyes@gentoo.org>
   libtool-2.2.6a.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-15  0:59 Jeroen Roovers (jer)
  0 siblings, 0 replies; 16+ messages in thread
From: Jeroen Roovers (jer) @ 2009-09-15  0:59 UTC (permalink / raw
  To: gentoo-commits

jer         09/09/15 00:59:16

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #257399).
  (Portage version: 2.2_rc40/cvs/Linux i686)

Revision  Changes    Path
1.10                 sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.9&r2=1.10

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libtool-2.2.6a.ebuild	14 Sep 2009 21:10:49 -0000	1.9
+++ libtool-2.2.6a.ebuild	15 Sep 2009 00:59:16 -0000	1.10
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.9 2009/09/14 21:10:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.10 2009/09/15 00:59:16 jer Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-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="vanilla test"
 
 RDEPEND="sys-devel/gnuconfig



1.148                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	14 Sep 2009 21:10:49 -0000	1.147
+++ ChangeLog	15 Sep 2009 00:59:16 -0000	1.148
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.147 2009/09/14 21:10:49 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.148 2009/09/15 00:59:16 jer Exp $
+
+  15 Sep 2009; Jeroen Roovers <jer@gentoo.org> libtool-2.2.6a.ebuild:
+  Stable for HPPA (bug #257399).
 
   14 Sep 2009; Christian Faulhammer <fauli@gentoo.org>
   libtool-2.2.6a.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-15 16:35 Olivier Crete (tester)
  0 siblings, 0 replies; 16+ messages in thread
From: Olivier Crete (tester) @ 2009-09-15 16:35 UTC (permalink / raw
  To: gentoo-commits

tester      09/09/15 16:35:15

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Stable on amd64, bug #257399
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.11                 sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.10&r2=1.11

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- libtool-2.2.6a.ebuild	15 Sep 2009 00:59:16 -0000	1.10
+++ libtool-2.2.6a.ebuild	15 Sep 2009 16:35:14 -0000	1.11
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.10 2009/09/15 00:59:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.11 2009/09/15 16:35:14 tester Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-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="vanilla test"
 
 RDEPEND="sys-devel/gnuconfig



1.149                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	15 Sep 2009 00:59:16 -0000	1.148
+++ ChangeLog	15 Sep 2009 16:35:14 -0000	1.149
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.148 2009/09/15 00:59:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.149 2009/09/15 16:35:14 tester Exp $
+
+  15 Sep 2009; Olivier Crête <tester@gentoo.org> libtool-2.2.6a.ebuild:
+  Stable on amd64, bug #257399
 
   15 Sep 2009; Jeroen Roovers <jer@gentoo.org> libtool-2.2.6a.ebuild:
   Stable for HPPA (bug #257399).






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-19 13:59 Markus Meier (maekke)
  0 siblings, 0 replies; 16+ messages in thread
From: Markus Meier (maekke) @ 2009-09-19 13:59 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/19 13:59:29

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  arm stable, bug #257399
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.11&r2=1.12

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libtool-2.2.6a.ebuild	15 Sep 2009 16:35:14 -0000	1.11
+++ libtool-2.2.6a.ebuild	19 Sep 2009 13:59:29 -0000	1.12
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.11 2009/09/15 16:35:14 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.12 2009/09/19 13:59:29 maekke Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-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="vanilla test"
 
 RDEPEND="sys-devel/gnuconfig



1.150                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	15 Sep 2009 16:35:14 -0000	1.149
+++ ChangeLog	19 Sep 2009 13:59:29 -0000	1.150
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.149 2009/09/15 16:35:14 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.150 2009/09/19 13:59:29 maekke Exp $
+
+  19 Sep 2009; Markus Meier <maekke@gentoo.org> libtool-2.2.6a.ebuild:
+  arm stable, bug #257399
 
   15 Sep 2009; Olivier Crête <tester@gentoo.org> libtool-2.2.6a.ebuild:
   Stable on amd64, bug #257399






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-19 15:12 Mike Frysinger (vapier)
  0 siblings, 0 replies; 16+ messages in thread
From: Mike Frysinger (vapier) @ 2009-09-19 15:12 UTC (permalink / raw
  To: gentoo-commits

vapier      09/09/19 15:12:54

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Manually preserve the old libtool library.
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.12&r2=1.13

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libtool-2.2.6a.ebuild	19 Sep 2009 13:59:29 -0000	1.12
+++ libtool-2.2.6a.ebuild	19 Sep 2009 15:12:54 -0000	1.13
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.12 2009/09/19 13:59:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.13 2009/09/19 15:12:54 vapier Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic
@@ -70,3 +70,11 @@
 		rm -f "${x}" ; ln -sf /usr/share/gnuconfig/${x##*/} "${x}"
 	done
 }
+
+pkg_preinst() {
+	preserve_old_lib /usr/$(get_libdir)/libltdl.so.3
+}
+
+pkg_postinst() {
+	preserve_old_lib_notify /usr/$(get_libdir)/libltdl.so.3
+}



1.151                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	19 Sep 2009 13:59:29 -0000	1.150
+++ ChangeLog	19 Sep 2009 15:12:54 -0000	1.151
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.150 2009/09/19 13:59:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.151 2009/09/19 15:12:54 vapier Exp $
+
+  19 Sep 2009; Mike Frysinger <vapier@gentoo.org> libtool-2.2.6a.ebuild:
+  Manually preserve the old libtool library.
 
   19 Sep 2009; Markus Meier <maekke@gentoo.org> libtool-2.2.6a.ebuild:
   arm stable, bug #257399






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-20 19:30 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 16+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-09-20 19:30 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/09/20 19:30:00

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  ppc stable #257399
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.15                 sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.14&r2=1.15

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- libtool-2.2.6a.ebuild	19 Sep 2009 20:17:56 -0000	1.14
+++ libtool-2.2.6a.ebuild	20 Sep 2009 19:29:59 -0000	1.15
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.14 2009/09/19 20:17:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.15 2009/09/20 19:29:59 nixnut Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic multilib
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-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="vanilla test"
 
 RDEPEND="sys-devel/gnuconfig



1.152                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	19 Sep 2009 15:12:54 -0000	1.151
+++ ChangeLog	20 Sep 2009 19:29:59 -0000	1.152
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.151 2009/09/19 15:12:54 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.152 2009/09/20 19:29:59 nixnut Exp $
+
+  20 Sep 2009; nixnut <nixnut@gentoo.org> libtool-2.2.6a.ebuild:
+  ppc stable #257399
 
   19 Sep 2009; Mike Frysinger <vapier@gentoo.org> libtool-2.2.6a.ebuild:
   Manually preserve the old libtool library.






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-27  0:56 Brent Baude (ranger)
  0 siblings, 0 replies; 16+ messages in thread
From: Brent Baude (ranger) @ 2009-09-27  0:56 UTC (permalink / raw
  To: gentoo-commits

ranger      09/09/27 00:56:04

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Marking libtool-2.2.6a ppc64 for bug 257399
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.16                 sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.15&r2=1.16

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- libtool-2.2.6a.ebuild	20 Sep 2009 19:29:59 -0000	1.15
+++ libtool-2.2.6a.ebuild	27 Sep 2009 00:56:04 -0000	1.16
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.15 2009/09/20 19:29:59 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.16 2009/09/27 00:56:04 ranger Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic multilib
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-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="vanilla test"
 
 RDEPEND="sys-devel/gnuconfig



1.153                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	20 Sep 2009 19:29:59 -0000	1.152
+++ ChangeLog	27 Sep 2009 00:56:04 -0000	1.153
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.152 2009/09/20 19:29:59 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.153 2009/09/27 00:56:04 ranger Exp $
+
+  27 Sep 2009; Brent Baude <ranger@gentoo.org> libtool-2.2.6a.ebuild:
+  Marking libtool-2.2.6a ppc64 for bug 257399
 
   20 Sep 2009; nixnut <nixnut@gentoo.org> libtool-2.2.6a.ebuild:
   ppc stable #257399






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-09-29 17:12 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 16+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-09-29 17:12 UTC (permalink / raw
  To: gentoo-commits

klausman    09/09/29 17:12:42

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Stable on alpha, bug #257399
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.17                 sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.16&r2=1.17

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- libtool-2.2.6a.ebuild	27 Sep 2009 00:56:04 -0000	1.16
+++ libtool-2.2.6a.ebuild	29 Sep 2009 17:12:42 -0000	1.17
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.16 2009/09/27 00:56:04 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.17 2009/09/29 17:12:42 klausman Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic multilib
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-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="vanilla test"
 
 RDEPEND="sys-devel/gnuconfig



1.155                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	28 Sep 2009 22:30:49 -0000	1.154
+++ ChangeLog	29 Sep 2009 17:12:42 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.154 2009/09/28 22:30:49 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.155 2009/09/29 17:12:42 klausman Exp $
+
+  29 Sep 2009; Tobias Klausmann <klausman@gentoo.org> libtool-2.2.6a.ebuild:
+  Stable on alpha, bug #257399
 
 *libtool-1.5.26-r1 (28 Sep 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-10-04 14:20 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 16+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-10-04 14:20 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/10/04 14:20:36

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.18                 sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.17&r2=1.18

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- libtool-2.2.6a.ebuild	29 Sep 2009 17:12:42 -0000	1.17
+++ libtool-2.2.6a.ebuild	4 Oct 2009 14:20:36 -0000	1.18
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.17 2009/09/29 17:12:42 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.18 2009/10/04 14:20:36 ssuominen Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic multilib
@@ -29,7 +29,7 @@
 		einfo "to run tests. With the stricter (older) --as-needed behaviour"
 		einfo "you'd be seeing a test failure in test #63; this has been fixed"
 		einfo "in the newer version of binutils."
-		append-ldflags -Wl,--no-as-needed
+		append-ldflags $(no-as-needed)
 	fi
 }
 



1.156                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	29 Sep 2009 17:12:42 -0000	1.155
+++ ChangeLog	4 Oct 2009 14:20:36 -0000	1.156
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.155 2009/09/29 17:12:42 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.156 2009/10/04 14:20:36 ssuominen Exp $
+
+  04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libtool-2.2.6a.ebuild:
+  Replace -Wl,--no-as-needed with function from flag-o-matic eclass.
 
   29 Sep 2009; Tobias Klausmann <klausman@gentoo.org> libtool-2.2.6a.ebuild:
   Stable on alpha, bug #257399






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-10-13 16:52 Raul Porcel (armin76)
  0 siblings, 0 replies; 16+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-13 16:52 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/13 16:52:50

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  ia64/m68k/s390/sh stable wrt #257399
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.19                 sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.18&r2=1.19

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- libtool-2.2.6a.ebuild	4 Oct 2009 14:20:36 -0000	1.18
+++ libtool-2.2.6a.ebuild	13 Oct 2009 16:52:49 -0000	1.19
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.18 2009/10/04 14:20:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.19 2009/10/13 16:52:49 armin76 Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic multilib
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-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="vanilla test"
 
 RDEPEND="sys-devel/gnuconfig



1.157                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	4 Oct 2009 14:20:36 -0000	1.156
+++ ChangeLog	13 Oct 2009 16:52:49 -0000	1.157
@@ -1,6 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.156 2009/10/04 14:20:36 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.157 2009/10/13 16:52:49 armin76 Exp $
+
+  13 Oct 2009; Raúl Porcel <armin76@gentoo.org> libtool-2.2.6a.ebuild:
+  ia64/m68k/s390/sh stable wrt #257399
 
   04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libtool-2.2.6a.ebuild:
   Replace -Wl,--no-as-needed with function from flag-o-matic eclass.






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

* [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog
@ 2009-10-13 17:25 Raul Porcel (armin76)
  0 siblings, 0 replies; 16+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-13 17:25 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/13 17:25:28

  Modified:             libtool-2.2.6a.ebuild ChangeLog
  Log:
  sparc stable
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.20                 sys-devel/libtool/libtool-2.2.6a.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild?r1=1.19&r2=1.20

Index: libtool-2.2.6a.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- libtool-2.2.6a.ebuild	13 Oct 2009 16:52:49 -0000	1.19
+++ libtool-2.2.6a.ebuild	13 Oct 2009 17:25:27 -0000	1.20
@@ -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/libtool/libtool-2.2.6a.ebuild,v 1.19 2009/10/13 16:52:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/libtool-2.2.6a.ebuild,v 1.20 2009/10/13 17:25:27 armin76 Exp $
 
 LIBTOOLIZE="true" #225559
 inherit eutils autotools flag-o-matic multilib
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.5"
-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="vanilla test"
 
 RDEPEND="sys-devel/gnuconfig



1.158                sys-devel/libtool/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -r1.157 -r1.158
--- ChangeLog	13 Oct 2009 16:52:49 -0000	1.157
+++ ChangeLog	13 Oct 2009 17:25:27 -0000	1.158
@@ -1,9 +1,9 @@
 # ChangeLog for sys-devel/libtool
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.157 2009/10/13 16:52:49 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/libtool/ChangeLog,v 1.158 2009/10/13 17:25:27 armin76 Exp $
 
   13 Oct 2009; Raúl Porcel <armin76@gentoo.org> libtool-2.2.6a.ebuild:
-  ia64/m68k/s390/sh stable wrt #257399
+  ia64/m68k/s390/sh/sparc stable wrt #257399
 
   04 Oct 2009; Samuli Suominen <ssuominen@gentoo.org> libtool-2.2.6a.ebuild:
   Replace -Wl,--no-as-needed with function from flag-o-matic eclass.






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

end of thread, other threads:[~2009-10-13 17:25 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-13 15:41 [gentoo-commits] gentoo-x86 commit in sys-devel/libtool: libtool-2.2.6a.ebuild ChangeLog Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-13 17:25 Raul Porcel (armin76)
2009-10-13 16:52 Raul Porcel (armin76)
2009-10-04 14:20 Samuli Suominen (ssuominen)
2009-09-29 17:12 Tobias Klausmann (klausman)
2009-09-27  0:56 Brent Baude (ranger)
2009-09-20 19:30 Gysbert Wassenaar (nixnut)
2009-09-19 15:12 Mike Frysinger (vapier)
2009-09-19 13:59 Markus Meier (maekke)
2009-09-15 16:35 Olivier Crete (tester)
2009-09-15  0:59 Jeroen Roovers (jer)
2009-09-14 21:10 Christian Faulhammer (fauli)
2009-09-13 22:50 Diego Petteno (flameeyes)
2009-09-13 14:38 Diego Petteno (flameeyes)
2009-06-28 16:37 Mike Frysinger (vapier)
2008-11-28 22:41 Ulrich Mueller (ulm)

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