public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.49.0.ebuild boost-1.48.0-r1.ebuild ChangeLog
@ 2012-04-12 18:08 Mike Gilbert (floppym)
  0 siblings, 0 replies; only message in thread
From: Mike Gilbert (floppym) @ 2012-04-12 18:08 UTC (permalink / raw
  To: gentoo-commits

floppym     12/04/12 18:08:53

  Modified:             boost-1.49.0.ebuild boost-1.48.0-r1.ebuild
                        ChangeLog
  Log:
  Delete call to ebeep() (bug #409309). Fix paths to commands in src_test() (bug #406467). Backported from Progress Overlay. Patch by Arfrever.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/boost/boost-1.49.0.ebuild

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

Index: boost-1.49.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- boost-1.49.0.ebuild	2 Apr 2012 01:06:18 -0000	1.1
+++ boost-1.49.0.ebuild	12 Apr 2012 18:08:53 -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/boost/boost-1.49.0.ebuild,v 1.1 2012/04/02 01:06:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.49.0.ebuild,v 1.2 2012/04/12 18:08:53 floppym Exp $
 
 EAPI="4"
 PYTHON_DEPEND="python? *"
@@ -93,12 +93,11 @@
 
 		ewarn "The tests may take several hours on a recent machine"
 		ewarn "but they will not fail (unless something weird happens ;-)"
-		ewarn "This is because the tests depend on the used compiler/-version"
+		ewarn "This is because the tests depend on the used compiler version"
 		ewarn "and the platform and upstream says that this is normal."
 		ewarn "If you are interested in the results, please take a look at the"
 		ewarn "generated results page:"
 		ewarn "  ${ROOT}usr/share/doc/${PF}/status/cs-$(uname).html"
-		ebeep 5
 	fi
 }
 
@@ -569,7 +568,7 @@
 			--dump-tests 2>&1 | tee regress.log || die
 
 		# Postprocessing
-		cat regress.log | tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/process_jam_log --v2
+		cat regress.log | ../tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/process_jam_log --v2
 		if test $? != 0; then
 			die "Postprocessing the build log failed"
 		fi
@@ -579,8 +578,8 @@
 __EOF__
 
 		# Generate the build log html summary page
-		tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/compiler_status --v2 \
-			--comment comment.html .. \
+		../tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/compiler_status --v2 \
+			--comment comment.html "${S}" \
 			cs-$(uname).html cs-$(uname)-links.html
 		if test $? != 0; then
 			die "Generating the build log html summary page failed"



1.5                  dev-libs/boost/boost-1.48.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.48.0-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.48.0-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/boost-1.48.0-r1.ebuild?r1=1.4&r2=1.5

Index: boost-1.48.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.48.0-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- boost-1.48.0-r1.ebuild	2 Apr 2012 00:53:01 -0000	1.4
+++ boost-1.48.0-r1.ebuild	12 Apr 2012 18:08:53 -0000	1.5
@@ -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/boost/boost-1.48.0-r1.ebuild,v 1.4 2012/04/02 00:53:01 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.48.0-r1.ebuild,v 1.5 2012/04/12 18:08:53 floppym Exp $
 
 EAPI="4"
 PYTHON_DEPEND="python? *"
@@ -93,12 +93,11 @@
 
 		ewarn "The tests may take several hours on a recent machine"
 		ewarn "but they will not fail (unless something weird happens ;-)"
-		ewarn "This is because the tests depend on the used compiler/-version"
+		ewarn "This is because the tests depend on the used compiler version"
 		ewarn "and the platform and upstream says that this is normal."
 		ewarn "If you are interested in the results, please take a look at the"
 		ewarn "generated results page:"
 		ewarn "  ${ROOT}usr/share/doc/${PF}/status/cs-$(uname).html"
-		ebeep 5
 	fi
 }
 
@@ -570,7 +569,7 @@
 			--dump-tests 2>&1 | tee regress.log || die
 
 		# Postprocessing
-		cat regress.log | tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/process_jam_log --v2
+		cat regress.log | ../tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/process_jam_log --v2
 		if test $? != 0; then
 			die "Postprocessing the build log failed"
 		fi
@@ -580,8 +579,8 @@
 __EOF__
 
 		# Generate the build log html summary page
-		tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/compiler_status --v2 \
-			--comment comment.html .. \
+		../tools/regression/build/bin/gcc-$(gcc-version)/gentoorelease/pch-off/compiler_status --v2 \
+			--comment comment.html "${S}" \
 			cs-$(uname).html cs-$(uname)-links.html
 		if test $? != 0; then
 			die "Generating the build log html summary page failed"



1.241                dev-libs/boost/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog	2 Apr 2012 01:06:18 -0000	1.240
+++ ChangeLog	12 Apr 2012 18:08:53 -0000	1.241
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/boost
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.240 2012/04/02 01:06:18 floppym Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.241 2012/04/12 18:08:53 floppym Exp $
+
+  12 Apr 2012; Mike Gilbert <floppym@gentoo.org> boost-1.48.0-r1.ebuild,
+  boost-1.49.0.ebuild:
+  Delete call to ebeep() (bug #409309). Fix paths to commands in src_test() (bug
+  #406467). Backported from Progress Overlay. Patch by Arfrever.
 
 *boost-1.49.0 (02 Apr 2012)
 






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

only message in thread, other threads:[~2012-04-12 18:09 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-12 18:08 [gentoo-commits] gentoo-x86 commit in dev-libs/boost: boost-1.49.0.ebuild boost-1.48.0-r1.ebuild ChangeLog Mike Gilbert (floppym)

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