diff options
author | 2011-04-10 03:03:50 +0000 | |
---|---|---|
committer | 2011-04-10 03:03:50 +0000 | |
commit | 2c6d1f476a76d40283b1d543e61869af88e667cb (patch) | |
tree | efd5faafe97c5bbbe7172056be17ac80047b762e /dev-util/cppunit | |
parent | Add prefix support, bump EAPI to 3, add prefix keywords (diff) | |
download | gentoo-2-2c6d1f476a76d40283b1d543e61869af88e667cb.tar.gz gentoo-2-2c6d1f476a76d40283b1d543e61869af88e667cb.tar.bz2 gentoo-2-2c6d1f476a76d40283b1d543e61869af88e667cb.zip |
Add prefix support, bump EAPI to 3, add prefix keywords
(Portage version: 2.2.0_alpha29_p11/cvs/Linux i686)
Diffstat (limited to 'dev-util/cppunit')
-rw-r--r-- | dev-util/cppunit/ChangeLog | 7 | ||||
-rw-r--r-- | dev-util/cppunit/cppunit-1.12.1.ebuild | 10 |
2 files changed, 10 insertions, 7 deletions
diff --git a/dev-util/cppunit/ChangeLog b/dev-util/cppunit/ChangeLog index 14fb2c2abf03..81bfd0aad2ad 100644 --- a/dev-util/cppunit/ChangeLog +++ b/dev-util/cppunit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-util/cppunit -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.50 2010/01/08 19:35:29 armin76 Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/ChangeLog,v 1.51 2011/04/10 03:03:50 abcd Exp $ + + 10 Apr 2011; Jonathan Callen <abcd@gentoo.org> cppunit-1.12.1.ebuild: + Add prefix support, bump EAPI to 3, add prefix keywords 08 Jan 2010; Raúl Porcel <armin76@gentoo.org> cppunit-1.12.1.ebuild: alpha/arm/ia64/sparc stable wrt #299403 diff --git a/dev-util/cppunit/cppunit-1.12.1.ebuild b/dev-util/cppunit/cppunit-1.12.1.ebuild index f49e3eebe5c8..0e43d7cd073a 100644 --- a/dev-util/cppunit/cppunit-1.12.1.ebuild +++ b/dev-util/cppunit/cppunit-1.12.1.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild,v 1.9 2010/01/08 19:35:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppunit/cppunit-1.12.1.ebuild,v 1.10 2011/04/10 03:03:50 abcd Exp $ -EAPI=2 +EAPI=3 inherit autotools eutils DESCRIPTION="C++ port of the famous JUnit framework for unit testing" @@ -11,7 +11,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="doc examples" RDEPEND="" @@ -32,7 +32,7 @@ src_configure() { econf \ $(use_enable doc doxygen) \ $(use_enable doc dot) \ - --htmldir=/usr/share/doc/${PF}/html + --htmldir="${EPREFIX}"/usr/share/doc/${PF}/html } src_install() { |