public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-misc/curl: ChangeLog curl-7.21.7-r2.ebuild curl-7.21.7.ebuild
@ 2011-07-23 11:43 Christoph Mende (angelos)
  0 siblings, 0 replies; only message in thread
From: Christoph Mende (angelos) @ 2011-07-23 11:43 UTC (permalink / raw
  To: gentoo-commits

angelos     11/07/23 11:43:48

  Modified:             ChangeLog curl-7.21.7-r2.ebuild curl-7.21.7.ebuild
  Log:
  Fix test suite (bug #376025)
  
  (Portage version: 2.2.0_alpha46/cvs/Linux x86_64)

Revision  Changes    Path
1.190                net-misc/curl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.190&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?rev=1.190&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/ChangeLog?r1=1.189&r2=1.190

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog	21 Jul 2011 21:11:24 -0000	1.189
+++ ChangeLog	23 Jul 2011 11:43:48 -0000	1.190
@@ -1,6 +1,10 @@
 # ChangeLog for net-misc/curl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.189 2011/07/21 21:11:24 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/ChangeLog,v 1.190 2011/07/23 11:43:48 angelos Exp $
+
+  23 Jul 2011; Christoph Mende <angelos@gentoo.org> curl-7.21.7.ebuild,
+  curl-7.21.7-r2.ebuild, +files/curl-7.21.7-examples-fix-headers.patch:
+  Fix test suite (bug #376025)
 
 *curl-7.21.7-r2 (21 Jul 2011)
 



1.2                  net-misc/curl/curl-7.21.7-r2.ebuild

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

Index: curl-7.21.7-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.7-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- curl-7.21.7-r2.ebuild	21 Jul 2011 21:11:24 -0000	1.1
+++ curl-7.21.7-r2.ebuild	23 Jul 2011 11:43:48 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.7-r2.ebuild,v 1.1 2011/07/21 21:11:24 angelos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.7-r2.ebuild,v 1.2 2011/07/23 11:43:48 angelos Exp $
 
 EAPI=4
 
@@ -48,7 +48,8 @@
 	epatch "${FILESDIR}"/${PN}-7.20.0-strip-ldflags.patch \
 		"${FILESDIR}"/${PN}-7.19.7-test241.patch \
 		"${FILESDIR}"/${PN}-7.18.2-prefix.patch \
-		"${FILESDIR}"/${PN}-respect-cflags-2.patch
+		"${FILESDIR}"/${PN}-respect-cflags-2.patch \
+		"${FILESDIR}"/${P}-examples-fix-headers.patch
 
 	eprefixify curl-config.in
 	eautoreconf



1.4                  net-misc/curl/curl-7.21.7.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.21.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.21.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/curl/curl-7.21.7.ebuild?r1=1.3&r2=1.4

Index: curl-7.21.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- curl-7.21.7.ebuild	21 Jul 2011 16:27:15 -0000	1.3
+++ curl-7.21.7.ebuild	23 Jul 2011 11:43:48 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.7.ebuild,v 1.3 2011/07/21 16:27:15 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/curl/curl-7.21.7.ebuild,v 1.4 2011/07/23 11:43:48 angelos Exp $
 
 # NOTE: If you bump this ebuild, make sure you bump dev-python/pycurl!
 
@@ -49,7 +49,8 @@
 	epatch "${FILESDIR}"/${PN}-7.20.0-strip-ldflags.patch \
 		"${FILESDIR}"/${PN}-7.19.7-test241.patch \
 		"${FILESDIR}"/${PN}-7.18.2-prefix.patch \
-		"${FILESDIR}"/${PN}-respect-cflags-2.patch
+		"${FILESDIR}"/${PN}-respect-cflags-2.patch \
+		"${FILESDIR}"/${P}-examples-fix-headers.patch
 
 	eprefixify curl-config.in
 	eautoreconf






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

only message in thread, other threads:[~2011-07-23 11:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-23 11:43 [gentoo-commits] gentoo-x86 commit in net-misc/curl: ChangeLog curl-7.21.7-r2.ebuild curl-7.21.7.ebuild Christoph Mende (angelos)

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