diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:59:44 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:59:44 +0000 |
commit | ef788d0b8276bd6e8c3eb710817e56c158a0e1a2 (patch) | |
tree | d532f84e6abf8877dbb254aaa3c79ecfc485c192 /sci-physics/paw | |
parent | Version bump beta, removed deprecated (diff) | |
download | historical-ef788d0b8276bd6e8c3eb710817e56c158a0e1a2.tar.gz historical-ef788d0b8276bd6e8c3eb710817e56c158a0e1a2.tar.bz2 historical-ef788d0b8276bd6e8c3eb710817e56c158a0e1a2.zip |
Added fortran-2.eclass support
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-physics/paw')
-rw-r--r-- | sci-physics/paw/ChangeLog | 7 | ||||
-rw-r--r-- | sci-physics/paw/paw-2.14.04-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-physics/paw/ChangeLog b/sci-physics/paw/ChangeLog index 3e5285b95e4d..5eff685a0511 100644 --- a/sci-physics/paw/ChangeLog +++ b/sci-physics/paw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-physics/paw -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.20 2010/10/10 21:55:59 ulm Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/ChangeLog,v 1.21 2011/06/21 09:55:33 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> paw-2.14.04-r2.ebuild: + Added fortran-2.eclass support 10 Oct 2010; Ulrich Mueller <ulm@gentoo.org> paw-2.14.04-r2.ebuild: Fix openmotif dependency. diff --git a/sci-physics/paw/paw-2.14.04-r2.ebuild b/sci-physics/paw/paw-2.14.04-r2.ebuild index 310aeac6b048..95eafb0271a1 100644 --- a/sci-physics/paw/paw-2.14.04-r2.ebuild +++ b/sci-physics/paw/paw-2.14.04-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.18 2010/10/10 21:55:59 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-physics/paw/paw-2.14.04-r2.ebuild,v 1.19 2011/06/21 09:55:33 jlec Exp $ EAPI=2 -inherit eutils toolchain-funcs +inherit eutils fortran-2 toolchain-funcs DEB_PN=paw DEB_PV=${PV}.dfsg.2 |