diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:22:54 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:22:54 +0000 |
commit | 2284d2f7ea04a037f24eacf9287cb65abcbec7b6 (patch) | |
tree | a43ee368b2247f86543b7376a8a8a4a8f8105a14 /sci-libs | |
parent | add eutils (diff) | |
download | gentoo-2-2284d2f7ea04a037f24eacf9287cb65abcbec7b6.tar.gz gentoo-2-2284d2f7ea04a037f24eacf9287cb65abcbec7b6.tar.bz2 gentoo-2-2284d2f7ea04a037f24eacf9287cb65abcbec7b6.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/punc/ChangeLog | 6 | ||||
-rw-r--r-- | sci-libs/punc/punc-0.2_p1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/punc/punc-1.4-r1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/sci-libs/punc/ChangeLog b/sci-libs/punc/ChangeLog index df5589a3d31e..6924f765faf5 100644 --- a/sci-libs/punc/ChangeLog +++ b/sci-libs/punc/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sci-libs/punc # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.15 2012/04/30 17:40:09 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/ChangeLog,v 1.16 2012/05/21 19:22:54 xarthisius Exp $ + + 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> punc-0.2_p1.ebuild, + punc-1.4-r1.ebuild: + Add missing inheritance of eutils.eclass 30 Apr 2012; Justin Lecher <jlec@gentoo.org> punc-1.5.ebuild: Handle static libs diff --git a/sci-libs/punc/punc-0.2_p1.ebuild b/sci-libs/punc/punc-0.2_p1.ebuild index 6d1e986e94c5..b1c089074eac 100644 --- a/sci-libs/punc/punc-0.2_p1.ebuild +++ b/sci-libs/punc/punc-0.2_p1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v 1.6 2011/06/21 14:46:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-0.2_p1.ebuild,v 1.7 2012/05/21 19:22:54 xarthisius Exp $ EAPI="3" -inherit autotools fortran-2 multilib +inherit autotools eutils fortran-2 multilib MY_PV="${PV}" MY_P="${PN}-${MY_PV/_p/-}" diff --git a/sci-libs/punc/punc-1.4-r1.ebuild b/sci-libs/punc/punc-1.4-r1.ebuild index 80d30a19be41..2a4600a7c890 100644 --- a/sci-libs/punc/punc-1.4-r1.ebuild +++ b/sci-libs/punc/punc-1.4-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.5 2011/06/21 14:46:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/punc/punc-1.4-r1.ebuild,v 1.6 2012/05/21 19:22:54 xarthisius Exp $ EAPI="3" -inherit autotools fortran-2 multilib +inherit autotools eutils fortran-2 multilib DESCRIPTION="Portable Understructure for Numerical Computing" HOMEPAGE="http://fetk.org/codes/punc/index.html" |