diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-17 07:38:23 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2013-06-17 07:38:23 +0000 |
commit | 77bc9823e52b400526086874ea05342f69d311a2 (patch) | |
tree | 7f08906b63a89cf24108ce2722e6c91532d40f8d /dev-util/cppunit | |
parent | Revision bump; fixed junit dependency to be test USE flag conditional, fixed ... (diff) | |
download | gentoo-2-77bc9823e52b400526086874ea05342f69d311a2.tar.gz gentoo-2-77bc9823e52b400526086874ea05342f69d311a2.tar.bz2 gentoo-2-77bc9823e52b400526086874ea05342f69d311a2.zip |
Make build process verbose, wrt bug #454590. Thanks to Agostino Sarubbo for discovering this issue
(Portage version: 2.2.0_alpha179/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.13.0.ebuild | 7 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.13.1.ebuild | 5 |
3 files changed, 13 insertions, 6 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index e8bbe2e6c2cb..1788c6b66115 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-util/cppunit # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.88 2013/03/03 10:29:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.89 2013/06/17 07:38:23 pinkbyte Exp $ + + 17 Jun 2013; Sergey Popov <pinkbyte@gentoo.org> cppunit-1.13.0.ebuild, + cppunit-1.13.1.ebuild: + Make build process verbose, wrt bug #454590. Thanks to Agostino Sarubbo for + discovering this issue 03 Mar 2013; Mike Frysinger <vapier@gentoo.org> cppunit-1.13.1.ebuild, cppunit-9999.ebuild: diff --git a/dev-util/cppunit/cppunit-1.13.0.ebuild b/dev-util/cppunit/cppunit-1.13.0.ebuild index 0ed59e5c58d6..dedda3a3900a 100644 --- a/dev-util/cppunit/cppunit-1.13.0.ebuild +++ b/dev-util/cppunit/cppunit-1.13.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.0.ebuild,v 1.8 2012/09/09 15:00:46 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.0.ebuild,v 1.9 2013/06/17 07:38:23 pinkbyte Exp $ EAPI=4 @@ -32,7 +32,8 @@ src_configure() { $(use_enable static-libs static) \ $(use_enable doc doxygen) \ $(use_enable doc dot) \ - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html + --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ + --disable-silent-rules } src_install() { diff --git a/dev-util/cppunit/cppunit-1.13.1.ebuild b/dev-util/cppunit/cppunit-1.13.1.ebuild index a4d025cc1f0a..b3a0034ffb14 100644 --- a/dev-util/cppunit/cppunit-1.13.1.ebuild +++ b/dev-util/cppunit/cppunit-1.13.1.ebuild @@ -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/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.12 2013/03/03 10:29:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.13.1.ebuild,v 1.13 2013/06/17 07:38:23 pinkbyte Exp $ EAPI=4 @@ -42,7 +42,8 @@ src_configure() { $(use_enable doc doxygen) \ $(use_enable doc dot) \ --docdir="${EPREFIX}"/usr/share/doc/${PF} \ - --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html + --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ + --disable-silent-rules } src_install() { |