summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2011-06-21 08:39:59 +0000
committerJustin Lecher <jlec@gentoo.org>2011-06-21 08:39:59 +0000
commite990c0ca52639a3e60cb6a61774248d994584781 (patch)
treec97cdcf65a09ea87bb6844bf4a46e02801e9db1c /sci-libs/gpp4
parentversion bump (diff)
downloadhistorical-e990c0ca52639a3e60cb6a61774248d994584781.tar.gz
historical-e990c0ca52639a3e60cb6a61774248d994584781.tar.bz2
historical-e990c0ca52639a3e60cb6a61774248d994584781.zip
Added fortran-2.eclass support
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/gpp4')
-rw-r--r--sci-libs/gpp4/ChangeLog5
-rw-r--r--sci-libs/gpp4/gpp4-1.3.1.ebuild8
2 files changed, 9 insertions, 4 deletions
diff --git a/sci-libs/gpp4/ChangeLog b/sci-libs/gpp4/ChangeLog
index d2de9ccebaba..dc0891f4fba9 100644
--- a/sci-libs/gpp4/ChangeLog
+++ b/sci-libs/gpp4/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/gpp4
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.1 2011/03/03 20:10:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.2 2011/06/21 08:24:32 jlec Exp $
+
+ 21 Jun 2011; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild:
+ Added fortran-2.eclass support
*gpp4-1.3.1 (03 Mar 2011)
diff --git a/sci-libs/gpp4/gpp4-1.3.1.ebuild b/sci-libs/gpp4/gpp4-1.3.1.ebuild
index 3f49b44b0a35..2e4dddf3658d 100644
--- a/sci-libs/gpp4/gpp4-1.3.1.ebuild
+++ b/sci-libs/gpp4/gpp4-1.3.1.ebuild
@@ -1,15 +1,17 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.1 2011/03/03 20:10:55 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.2 2011/06/21 08:24:32 jlec Exp $
EAPI="4"
+inherit fortran-2
+
DESCRIPTION="A standalone, drop-in replacement for the CCP4 library"
-HOMEPAGE="https://launchpad.net/gpp4"
+HOMEPAGE="https://launchpad.net/gpp4/"
SRC_URI="http://launchpad.net/${PN}/1.3/${PV}/+download/${P}.tar.gz"
-LICENSE="GPL-2"
SLOT="0"
+LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="fortran static-libs"