diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:01:56 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-14 19:01:56 +0000 |
commit | 2aaabfe75624a4f67c4ed0d7f1aff86adc89a876 (patch) | |
tree | 9cbd4105178f6ee25de633e416c2ba1ccb9cc801 /sci-libs/gpp4 | |
parent | Prepare for fortran2.eclass update (diff) | |
download | gentoo-2-2aaabfe75624a4f67c4ed0d7f1aff86adc89a876.tar.gz gentoo-2-2aaabfe75624a4f67c4ed0d7f1aff86adc89a876.tar.bz2 gentoo-2-2aaabfe75624a4f67c4ed0d7f1aff86adc89a876.zip |
Prepare for fortran2.eclass update
(Portage version: 2.2.0_alpha137/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/gpp4')
-rw-r--r-- | sci-libs/gpp4/ChangeLog | 8 | ||||
-rw-r--r-- | sci-libs/gpp4/gpp4-1.3.1.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/sci-libs/gpp4/ChangeLog b/sci-libs/gpp4/ChangeLog index a875c2863fd6..4aca5fdd8b27 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.3 2011/06/21 15:18:38 jlec Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/ChangeLog,v 1.4 2012/10/14 19:01:56 jlec Exp $ + + 14 Oct 2012; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild: + Prepare for fortran2.eclass update 21 Jun 2011; Justin Lecher <jlec@gentoo.org> gpp4-1.3.1.ebuild: Add dependency on virtual/fortran @@ -13,4 +16,3 @@ 03 Mar 2011; Justin Lecher <jlec@gentoo.org> +gpp4-1.3.1.ebuild, +metadata.xml: New addition, written by me - diff --git a/sci-libs/gpp4/gpp4-1.3.1.ebuild b/sci-libs/gpp4/gpp4-1.3.1.ebuild index 901834e450a3..dacfba2cdf01 100644 --- a/sci-libs/gpp4/gpp4-1.3.1.ebuild +++ b/sci-libs/gpp4/gpp4-1.3.1.ebuild @@ -1,8 +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/gpp4/gpp4-1.3.1.ebuild,v 1.3 2011/06/21 15:18:38 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/gpp4/gpp4-1.3.1.ebuild,v 1.4 2012/10/14 19:01:56 jlec Exp $ -EAPI="4" +EAPI=4 + +FORTRAN_NEEDED=fortran inherit fortran-2 |