From e5bd078a6f428bddabfbad040844ae6481b8a33b Mon Sep 17 00:00:00 2001 From: Justin Lecher Date: Thu, 18 Oct 2012 21:43:25 +0000 Subject: sci-libs/getdata: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 8009D6F070EB7916) --- sci-libs/getdata/ChangeLog | 7 ++++++- sci-libs/getdata/getdata-0.8.0.ebuild | 7 +++---- sci-libs/getdata/metadata.xml | 4 ++-- 3 files changed, 11 insertions(+), 7 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/getdata/ChangeLog b/sci-libs/getdata/ChangeLog index bed492cae647..f9b5a9702392 100644 --- a/sci-libs/getdata/ChangeLog +++ b/sci-libs/getdata/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/getdata # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.12 2012/10/14 19:01:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/ChangeLog,v 1.13 2012/10/18 21:43:25 jlec Exp $ + + 18 Oct 2012; Justin Lecher getdata-0.8.0.ebuild, + metadata.xml: + Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the + updated fortran-2.eclass 14 Oct 2012; Justin Lecher getdata-0.8.0.ebuild: Prepare for fortran2.eclass update diff --git a/sci-libs/getdata/getdata-0.8.0.ebuild b/sci-libs/getdata/getdata-0.8.0.ebuild index 5ffab39a78ff..bdf10c3ad4bb 100644 --- a/sci-libs/getdata/getdata-0.8.0.ebuild +++ b/sci-libs/getdata/getdata-0.8.0.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/getdata/getdata-0.8.0.ebuild,v 1.4 2012/10/14 19:01:19 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/getdata/getdata-0.8.0.ebuild,v 1.5 2012/10/18 21:43:25 jlec Exp $ EAPI=3 @@ -17,20 +17,19 @@ DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered bi HOMEPAGE="http://getdata.sourceforge.net/" SRC_URI="mirror://sourceforge/project/${PN}/${PN}/${PV}/${P}.tar.bz2" -LICENSE="LGPL-2.1" SLOT="0" +LICENSE="LGPL-2.1" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="bzip2 fortran lzma python perl static-libs" DEPEND=" bzip2? ( app-arch/bzip2 ) lzma? ( app-arch/xz-utils ) - fortran? ( virtual/fortran ) perl? ( dev-lang/perl )" RDEPEND="${DEPEND}" pkg_setup() { - use fortran && fortran-2_pkg_setup + fortran-2_pkg_setup use python && python_pkg_setup } diff --git a/sci-libs/getdata/metadata.xml b/sci-libs/getdata/metadata.xml index 6d19e6591fa5..cab2506725fc 100644 --- a/sci-libs/getdata/metadata.xml +++ b/sci-libs/getdata/metadata.xml @@ -1,8 +1,8 @@ -sci - + sci + The GetData Project is the reference implementation of the Dirfile Standards, a filesystem-based, column-oriented database format for time-ordered binary data. The Dirfile database format is designed to -- cgit v1.2.3-65-gdbad