diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:03:45 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:03:45 +0000 |
commit | 18a29dd1be359e970dc0c15988886cfbdb26993e (patch) | |
tree | af3a70fc3d5f2f60afcc1e090ff911756b3ed8bf /dev-util/cpptest | |
parent | Need eutils for epatch. (diff) | |
download | gentoo-2-18a29dd1be359e970dc0c15988886cfbdb26993e.tar.gz gentoo-2-18a29dd1be359e970dc0c15988886cfbdb26993e.tar.bz2 gentoo-2-18a29dd1be359e970dc0c15988886cfbdb26993e.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'dev-util/cpptest')
-rw-r--r-- | dev-util/cpptest/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/cpptest/cpptest-1.1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-util/cpptest/cpptest-1.1.1.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-util/cpptest/ChangeLog b/dev-util/cpptest/ChangeLog index f86b32483a31..ee078c0252fa 100644 --- a/dev-util/cpptest/ChangeLog +++ b/dev-util/cpptest/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/cpptest # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.14 2012/01/15 15:24:13 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/ChangeLog,v 1.15 2012/05/21 19:03:45 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> cpptest-1.1.0.ebuild, + cpptest-1.1.1.ebuild: + Add missing inheritance of eutils.eclass 15 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> cpptest-1.1.1.ebuild: x86 stable wrt bug #397017 diff --git a/dev-util/cpptest/cpptest-1.1.0.ebuild b/dev-util/cpptest/cpptest-1.1.0.ebuild index 0dec80b20b1d..c100ebbc9db1 100644 --- a/dev-util/cpptest/cpptest-1.1.0.ebuild +++ b/dev-util/cpptest/cpptest-1.1.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.0.ebuild,v 1.9 2009/07/04 13:58:45 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.0.ebuild,v 1.10 2012/05/21 19:03:45 xarthisius Exp $ EAPI=2 -inherit autotools +inherit autotools eutils DESCRIPTION="Simple but powerful unit testing framework for C++" HOMEPAGE="http://cpptest.sourceforge.net/" diff --git a/dev-util/cpptest/cpptest-1.1.1.ebuild b/dev-util/cpptest/cpptest-1.1.1.ebuild index 4a1e4d061e58..bd15d1570cd8 100644 --- a/dev-util/cpptest/cpptest-1.1.1.ebuild +++ b/dev-util/cpptest/cpptest-1.1.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.5 2012/01/15 15:24:13 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cpptest/cpptest-1.1.1.ebuild,v 1.6 2012/05/21 19:03:45 xarthisius Exp $ EAPI=2 -inherit autotools +inherit autotools eutils DESCRIPTION="Simple but powerful unit testing framework for C++" HOMEPAGE="http://cpptest.sourceforge.net/" |