public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/wvstreams: ChangeLog wvstreams-4.6.1-r3.ebuild wvstreams-4.6.1-r2.ebuild
@ 2013-05-08 20:29 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2013-05-08 20:29 UTC (permalink / raw
  To: gentoo-commits

jer         13/05/08 20:29:39

  Modified:             ChangeLog wvstreams-4.6.1-r3.ebuild
                        wvstreams-4.6.1-r2.ebuild
  Log:
  Fix building with automake-1.13 by ablepharus (bug #469106).
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.152                net-libs/wvstreams/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/ChangeLog?r1=1.151&r2=1.152

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	5 Mar 2013 13:34:34 -0000	1.151
+++ ChangeLog	8 May 2013 20:29:39 -0000	1.152
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/wvstreams
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.151 2013/03/05 13:34:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/ChangeLog,v 1.152 2013/05/08 20:29:39 jer Exp $
+
+  08 May 2013; Jeroen Roovers <jer@gentoo.org> wvstreams-4.6.1-r2.ebuild,
+  wvstreams-4.6.1-r3.ebuild:
+  Fix building with automake-1.13 by ablepharus (bug #469106).
 
 *wvstreams-4.6.1-r3 (05 Mar 2013)
 



1.2                  net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild?r1=1.1&r2=1.2

Index: wvstreams-4.6.1-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- wvstreams-4.6.1-r3.ebuild	5 Mar 2013 13:34:34 -0000	1.1
+++ wvstreams-4.6.1-r3.ebuild	8 May 2013 20:29:39 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild,v 1.1 2013/03/05 13:34:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r3.ebuild,v 1.2 2013/05/08 20:29:39 jer Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic toolchain-funcs versionator
@@ -50,6 +50,11 @@
 		"${FILESDIR}"/${P}-glibc212.patch \
 		"${FILESDIR}"/${P}-gcc47.patch
 
+	sed -i \
+		-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
+		-e 's:AM_PROG_CC_STDC:AC_PROG_CC:' \
+		configure.ac argp/configure.ac || die
+
 	eautoreconf
 	pushd argp >/dev/null
 	eautoreconf



1.10                 net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild?r1=1.9&r2=1.10

Index: wvstreams-4.6.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- wvstreams-4.6.1-r2.ebuild	5 Mar 2013 13:34:34 -0000	1.9
+++ wvstreams-4.6.1-r2.ebuild	8 May 2013 20:29:39 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild,v 1.9 2013/03/05 13:34:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/wvstreams/wvstreams-4.6.1-r2.ebuild,v 1.10 2013/05/08 20:29:39 jer Exp $
 
 EAPI=4
 inherit autotools eutils flag-o-matic toolchain-funcs versionator
@@ -52,6 +52,11 @@
 		"${FILESDIR}"/${P}-glibc212.patch \
 		"${FILESDIR}"/${P}-gcc47.patch
 
+	sed -i \
+		-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
+		-e 's:AM_PROG_CC_STDC:AC_PROG_CC:' \
+		configure.ac argp/configure.ac || die
+
 	eautoreconf
 	pushd argp >/dev/null
 	eautoreconf





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

only message in thread, other threads:[~2013-05-08 20:29 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-08 20:29 [gentoo-commits] gentoo-x86 commit in net-libs/wvstreams: ChangeLog wvstreams-4.6.1-r3.ebuild wvstreams-4.6.1-r2.ebuild Jeroen Roovers (jer)

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