public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libzip: libzip-0.10.1-r1.ebuild ChangeLog
@ 2012-07-14 14:48 Chris Reffett (creffett)
  0 siblings, 0 replies; only message in thread
From: Chris Reffett (creffett) @ 2012-07-14 14:48 UTC (permalink / raw
  To: gentoo-commits

creffett    12/07/14 14:48:20

  Modified:             libzip-0.10.1-r1.ebuild ChangeLog
  Log:
  Fix bug 421651 by adding unset VERBOSE to src_test in 0.10.1-r1
  
  (Portage version: 2.2.0_alpha117/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/libzip/libzip-0.10.1-r1.ebuild

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

Index: libzip-0.10.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.10.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libzip-0.10.1-r1.ebuild	9 May 2012 15:57:47 -0000	1.1
+++ libzip-0.10.1-r1.ebuild	14 Jul 2012 14:48:20 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.10.1-r1.ebuild,v 1.1 2012/05/09 15:57:47 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/libzip-0.10.1-r1.ebuild,v 1.2 2012/07/14 14:48:20 creffett Exp $
 
 EAPI=4
 
@@ -49,3 +49,9 @@
 	autotools-utils_src_install
 	remove_libtool_files all
 }
+
+src_test() {
+	#Having VERBOSE as an env variable causes the fread test to fail (bug 421651)
+	unset VERBOSE
+	autotools-utils_src_test
+}



1.48                 dev-libs/libzip/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libzip/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libzip/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libzip/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	9 May 2012 16:52:12 -0000	1.47
+++ ChangeLog	14 Jul 2012 14:48:20 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libzip
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.47 2012/05/09 16:52:12 creffett Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libzip/ChangeLog,v 1.48 2012/07/14 14:48:20 creffett Exp $
+
+  14 Jul 2012; Chris Reffett <creffett@gentoo.org> libzip-0.10.1-r1.ebuild:
+  Fix bug 421651 by adding unset VERBOSE to src_test in 0.10.1-r1
 
 *libzip-0.10.1-r1 (09 May 2012)
 
@@ -176,4 +179,3 @@
   +libzip-0.8.ebuild:
   Added ebuild for libzip-0.8. Many thanks to Ryan Kelly and Benjamin K.
   Stuhl. - See bug #120244
-






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

only message in thread, other threads:[~2012-07-14 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-14 14:48 [gentoo-commits] gentoo-x86 commit in dev-libs/libzip: libzip-0.10.1-r1.ebuild ChangeLog Chris Reffett (creffett)

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