diff options
author | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:52:20 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2011-06-21 09:52:20 +0000 |
commit | a460218d17134c3a7c9846b99d574cb975fe6b54 (patch) | |
tree | ab4542615b54105c841e1838a274985d377b17e8 /sci-libs/xgks-pmel | |
parent | Added fortran-2.eclass support (diff) | |
download | historical-a460218d17134c3a7c9846b99d574cb975fe6b54.tar.gz historical-a460218d17134c3a7c9846b99d574cb975fe6b54.tar.bz2 historical-a460218d17134c3a7c9846b99d574cb975fe6b54.zip |
Added fortran-2.eclass support
Package-Manager: portage-2.2.0_alpha41/cvs/Linux x86_64
Diffstat (limited to 'sci-libs/xgks-pmel')
-rw-r--r-- | sci-libs/xgks-pmel/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/xgks-pmel/ChangeLog b/sci-libs/xgks-pmel/ChangeLog index 3b9ab0b2e3be..1a2ae383634e 100644 --- a/sci-libs/xgks-pmel/ChangeLog +++ b/sci-libs/xgks-pmel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/xgks-pmel -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.5 2010/12/01 16:51:21 bicatali Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.6 2011/06/21 09:52:20 jlec Exp $ + + 21 Jun 2011; Justin Lecher <jlec@gentoo.org> xgks-pmel-2.5.5.ebuild: + Added fortran-2.eclass support 01 Dec 2010; SĂ©bastien Fabbro <bicatali@gentoo.org> xgks-pmel-2.5.5.ebuild: Remove use of fortran eclass diff --git a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild index bf88e728eeb7..95a5be386e47 100644 --- a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild +++ b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild @@ -1,8 +1,8 @@ -# 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-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.5 2010/12/01 16:51:21 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.6 2011/06/21 09:52:20 jlec Exp $ -inherit eutils toolchain-funcs multilib +inherit eutils fortran-2 toolchain-funcs multilib DESCRIPTION="PMEL fork of XGKS, an X11-based version of the ANSI Graphical Kernel System." HOMEPAGE="http://www.gentoogeek.org/viewvc/Linux/xgks-pmel/" |