diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:21:38 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:21:38 +0000 |
commit | 5b76cff6f6f33a22c8d94efa9958c3ab84ffb1d3 (patch) | |
tree | 341ce5b01e3799779189ad87d8e6b5a3abb2a16f /sci-calculators | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | historical-5b76cff6f6f33a22c8d94efa9958c3ab84ffb1d3.tar.gz historical-5b76cff6f6f33a22c8d94efa9958c3ab84ffb1d3.tar.bz2 historical-5b76cff6f6f33a22c8d94efa9958c3ab84ffb1d3.zip |
Add missing inheritance of eutils.eclass
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'sci-calculators')
4 files changed, 14 insertions, 6 deletions
diff --git a/sci-calculators/qalculate-currency/ChangeLog b/sci-calculators/qalculate-currency/ChangeLog index 4aae419bc4dd..02144c898928 100644 --- a/sci-calculators/qalculate-currency/ChangeLog +++ b/sci-calculators/qalculate-currency/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/qalculate-currency # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.17 2012/05/04 06:52:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/ChangeLog,v 1.18 2012/05/21 19:21:05 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> + qalculate-currency-0.9.4-r2.ebuild: + Add missing inheritance of eutils.eclass 04 May 2012; Jeff Horelick <jdhore@gentoo.org> qalculate-currency-0.9.4-r2.ebuild: diff --git a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild index dc05315a8461..949b5a667a49 100644 --- a/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild +++ b/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.6 2012/05/04 06:52:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-currency/qalculate-currency-0.9.4-r2.ebuild,v 1.7 2012/05/21 19:21:05 xarthisius Exp $ EAPI=4 -inherit autotools +inherit autotools eutils DESCRIPTION="A GTK+ currency converter" HOMEPAGE="http://qalculate.sourceforge.net/" diff --git a/sci-calculators/qalculate-units/ChangeLog b/sci-calculators/qalculate-units/ChangeLog index 8079ffa1bc6c..a96dbd5aaf79 100644 --- a/sci-calculators/qalculate-units/ChangeLog +++ b/sci-calculators/qalculate-units/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-calculators/qalculate-units # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-units/ChangeLog,v 1.17 2012/05/04 06:52:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-units/ChangeLog,v 1.18 2012/05/21 19:21:38 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> + qalculate-units-0.9.4-r2.ebuild: + Add missing inheritance of eutils.eclass 04 May 2012; Jeff Horelick <jdhore@gentoo.org> qalculate-units-0.9.4-r2.ebuild: diff --git a/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild b/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild index 050ee46f8048..58c63b37d643 100644 --- a/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild +++ b/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild,v 1.6 2012/05/04 06:52:08 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/qalculate-units/qalculate-units-0.9.4-r2.ebuild,v 1.7 2012/05/21 19:21:38 xarthisius Exp $ EAPI=4 -inherit autotools +inherit autotools eutils DESCRIPTION="A GTK+ unit conversion tool" HOMEPAGE="http://qalculate.sourceforge.net/" |