summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-10-18 21:43:25 +0000
committerJustin Lecher <jlec@gentoo.org>2012-10-18 21:43:25 +0000
commite5bd078a6f428bddabfbad040844ae6481b8a33b (patch)
treecedbd4d14c296c88bea16d9a4bc4fc46b7bf5de9 /sci-libs
parentsci-libs/fftw: Remove virtual/fortran and always call fortran-2_pkg_setup as ... (diff)
downloadgentoo-2-e5bd078a6f428bddabfbad040844ae6481b8a33b.tar.gz
gentoo-2-e5bd078a6f428bddabfbad040844ae6481b8a33b.tar.bz2
gentoo-2-e5bd078a6f428bddabfbad040844ae6481b8a33b.zip
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)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/getdata/ChangeLog7
-rw-r--r--sci-libs/getdata/getdata-0.8.0.ebuild7
-rw-r--r--sci-libs/getdata/metadata.xml4
3 files changed, 11 insertions, 7 deletions
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 <jlec@gentoo.org> 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 <jlec@gentoo.org> 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 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+ <herd>sci</herd>
+ <longdescription lang="en">
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