diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-16 19:16:53 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-16 19:16:53 +0000 |
commit | 57344e30134e56e182ea760438e05655b02c04df (patch) | |
tree | f61b09f20bf41c3e231e5f694bde902fe6f0d0be /sci-libs/xgks-pmel | |
parent | sci-mathematics/dataplot: Remove virtual/fortran and always call fortran-2_pk... (diff) | |
download | gentoo-2-57344e30134e56e182ea760438e05655b02c04df.tar.gz gentoo-2-57344e30134e56e182ea760438e05655b02c04df.tar.bz2 gentoo-2-57344e30134e56e182ea760438e05655b02c04df.zip |
sci-libs/xgks-pmel: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-libs/xgks-pmel')
-rw-r--r-- | sci-libs/xgks-pmel/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/xgks-pmel/metadata.xml | 4 | ||||
-rw-r--r-- | sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/sci-libs/xgks-pmel/ChangeLog b/sci-libs/xgks-pmel/ChangeLog index 74f7b94a4b6e..1d1b133943e4 100644 --- a/sci-libs/xgks-pmel/ChangeLog +++ b/sci-libs/xgks-pmel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/xgks-pmel # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.9 2012/10/07 09:11:26 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/ChangeLog,v 1.10 2012/10/16 19:16:53 jlec Exp $ + + 16 Oct 2012; Justin Lecher <jlec@gentoo.org> xgks-pmel-2.5.5.ebuild, + metadata.xml: + Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the + updated fortran-2.eclass 07 Oct 2012; Pacho Ramos <pacho@gentoo.org> metadata.xml: Drop maintainer due retirement, #24135. diff --git a/sci-libs/xgks-pmel/metadata.xml b/sci-libs/xgks-pmel/metadata.xml index 633aaf8459de..07c81cc7a968 100644 --- a/sci-libs/xgks-pmel/metadata.xml +++ b/sci-libs/xgks-pmel/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci-geosciences</herd> -<longdescription> + <herd>sci-geosciences</herd> + <longdescription> XGKS is a level 2C implementation of the ANSI Graphical Kernel System (GKS) for X-windows, with a C and Fortran interface. This version has support for PMEL's Ferret visualization tool. 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 e836c4336c2d..05c8b41e8c70 100644 --- a/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild +++ b/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 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.8 2012/05/25 07:51:35 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/xgks-pmel/xgks-pmel-2.5.5.ebuild,v 1.9 2012/10/16 19:16:53 jlec Exp $ EAPI=4 @@ -16,9 +16,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="doc" RDEPEND=" - virtual/fortran x11-libs/libX11" - DEPEND="${RDEPEND} sys-devel/flex sys-apps/groff" |