public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.6.3.ebuild automake-1.9.6-r2.ebuild automake-1.5.ebuild ChangeLog automake-1.7.9-r1.ebuild automake-1.8.5-r3.ebuild
@ 2009-05-29 23:41 Mike Frysinger (vapier)
  0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2009-05-29 23:41 UTC (permalink / raw
  To: gentoo-commits

vapier      09/05/29 23:41:11

  Modified:             automake-1.6.3.ebuild automake-1.9.6-r2.ebuild
                        automake-1.5.ebuild ChangeLog
                        automake-1.7.9-r1.ebuild automake-1.8.5-r3.ebuild
  Log:
  Add fix from upstream for ccnoco test failure with custom LDFLAGS #203914 by Carsten Lohrke.
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.40                 sys-devel/automake/automake-1.6.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild?r1=1.39&r2=1.40

Index: automake-1.6.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- automake-1.6.3.ebuild	23 Nov 2008 14:56:33 -0000	1.39
+++ automake-1.6.3.ebuild	29 May 2009 23:41:10 -0000	1.40
@@ -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/automake/automake-1.6.3.ebuild,v 1.39 2008/11/23 14:56:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.6.3.ebuild,v 1.40 2009/05/29 23:41:10 vapier Exp $
 
 inherit eutils
 
@@ -27,6 +27,7 @@
 		-e "s|aclocal: (automake)|aclocal v${SLOT}: (automake${SLOT})|" \
 		automake.texi || die "sed failed"
 	epatch "${FILESDIR}"/${P}-test-fixes.patch #159557
+	epatch "${FILESDIR}"/${PN}-1.10-ccnoco-ldflags.patch #203914
 	export WANT_AUTOCONF=2.5
 }
 



1.20                 sys-devel/automake/automake-1.9.6-r2.ebuild

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

Index: automake-1.9.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- automake-1.9.6-r2.ebuild	21 Mar 2009 11:39:45 -0000	1.19
+++ automake-1.9.6-r2.ebuild	29 May 2009 23:41:10 -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/automake/automake-1.9.6-r2.ebuild,v 1.19 2009/03/21 11:39:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.9.6-r2.ebuild,v 1.20 2009/05/29 23:41:10 vapier Exp $
 
 inherit eutils
 
@@ -34,6 +34,7 @@
 	epatch "${FILESDIR}"/${P}-ignore-comments.patch #126388
 	epatch "${FILESDIR}"/${P}-aclocal7-test-sleep.patch #197366
 	epatch "${FILESDIR}"/${PN}-1.9.6-subst-test.patch #222225
+	epatch "${FILESDIR}"/${PN}-1.10-ccnoco-ldflags.patch #203914
 	export WANT_AUTOCONF=2.5
 }
 



1.31                 sys-devel/automake/automake-1.5.ebuild

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

Index: automake-1.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- automake-1.5.ebuild	23 Nov 2008 14:56:33 -0000	1.30
+++ automake-1.5.ebuild	29 May 2009 23:41:11 -0000	1.31
@@ -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/automake/automake-1.5.ebuild,v 1.30 2008/11/23 14:56:33 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.5.ebuild,v 1.31 2009/05/29 23:41:11 vapier Exp $
 
 inherit eutils
 
@@ -25,6 +25,7 @@
 	epatch "${FILESDIR}"/${P}-target_hook.patch
 	epatch "${FILESDIR}"/${P}-slot.patch
 	epatch "${FILESDIR}"/${P}-test-fixes.patch #79505
+	epatch "${FILESDIR}"/${PN}-1.10-ccnoco-ldflags.patch #203914
 	sed -i \
 		-e "/^@setfilename/s|automake|automake${SLOT}|" \
 		-e "s|automake: (automake)|automake v${SLOT}: (automake${SLOT})|" \



1.138                sys-devel/automake/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog	17 May 2009 20:50:21 -0000	1.137
+++ ChangeLog	29 May 2009 23:41:11 -0000	1.138
@@ -1,6 +1,12 @@
 # ChangeLog for sys-devel/automake
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.137 2009/05/17 20:50:21 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/ChangeLog,v 1.138 2009/05/29 23:41:11 vapier Exp $
+
+  29 May 2009; Mike Frysinger <vapier@gentoo.org> automake-1.5.ebuild,
+  automake-1.6.3.ebuild, automake-1.7.9-r1.ebuild, automake-1.8.5-r3.ebuild,
+  automake-1.9.6-r2.ebuild, +files/automake-1.10-ccnoco-ldflags.patch:
+  Add fix from upstream for ccnoco test failure with custom LDFLAGS #203914
+  by Carsten Lohrke.
 
 *automake-1.11 (17 May 2009)
 



1.19                 sys-devel/automake/automake-1.7.9-r1.ebuild

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

Index: automake-1.7.9-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- automake-1.7.9-r1.ebuild	21 Mar 2009 11:40:59 -0000	1.18
+++ automake-1.7.9-r1.ebuild	29 May 2009 23:41:11 -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/automake/automake-1.7.9-r1.ebuild,v 1.18 2009/03/21 11:40:59 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.7.9-r1.ebuild,v 1.19 2009/05/29 23:41:11 vapier Exp $
 
 inherit eutils
 
@@ -30,6 +30,7 @@
 	epatch "${FILESDIR}"/${P}-test-fixes.patch
 	epatch "${FILESDIR}"/${PN}-1.9.6-subst-test.patch #222225
 	epatch "${FILESDIR}"/${P}-libtool-2.patch #257544
+	epatch "${FILESDIR}"/${PN}-1.10-ccnoco-ldflags.patch #203914
 	export WANT_AUTOCONF=2.5
 }
 



1.19                 sys-devel/automake/automake-1.8.5-r3.ebuild

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

Index: automake-1.8.5-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- automake-1.8.5-r3.ebuild	21 Mar 2009 11:39:45 -0000	1.18
+++ automake-1.8.5-r3.ebuild	29 May 2009 23:41:11 -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/automake/automake-1.8.5-r3.ebuild,v 1.18 2009/03/21 11:39:45 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/automake/automake-1.8.5-r3.ebuild,v 1.19 2009/05/29 23:41:11 vapier Exp $
 
 inherit eutils
 
@@ -30,6 +30,7 @@
 	epatch "${FILESDIR}"/${P}-test-fixes.patch #159557
 	epatch "${FILESDIR}"/${PN}-1.9.6-aclocal7-test-sleep.patch #197366
 	epatch "${FILESDIR}"/${PN}-1.9.6-subst-test.patch #222225
+	epatch "${FILESDIR}"/${PN}-1.10-ccnoco-ldflags.patch #203914
 	export WANT_AUTOCONF=2.5
 }
 






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-05-29 23:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-29 23:41 [gentoo-commits] gentoo-x86 commit in sys-devel/automake: automake-1.6.3.ebuild automake-1.9.6-r2.ebuild automake-1.5.ebuild ChangeLog automake-1.7.9-r1.ebuild automake-1.8.5-r3.ebuild 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