summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2014-02-27 18:44:24 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2014-02-27 18:44:24 +0000
commitd9ba7dbfd2a6934e12015a43b9a399ca56af1ef1 (patch)
tree795b50434a28f21ef9749c9ba17c8c3969c31103 /sci-libs/netcdf-cxx
parentNew ebuild for mate-base/mate-session-manager, MATE session manager; imported... (diff)
downloadgentoo-2-d9ba7dbfd2a6934e12015a43b9a399ca56af1ef1.tar.gz
gentoo-2-d9ba7dbfd2a6934e12015a43b9a399ca56af1ef1.tar.bz2
gentoo-2-d9ba7dbfd2a6934e12015a43b9a399ca56af1ef1.zip
More cleaning
(Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with key 0x13CB1360)
Diffstat (limited to 'sci-libs/netcdf-cxx')
-rw-r--r--sci-libs/netcdf-cxx/ChangeLog5
-rw-r--r--sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild8
2 files changed, 8 insertions, 5 deletions
diff --git a/sci-libs/netcdf-cxx/ChangeLog b/sci-libs/netcdf-cxx/ChangeLog
index 5d18d735a7dc..c8812c7f5032 100644
--- a/sci-libs/netcdf-cxx/ChangeLog
+++ b/sci-libs/netcdf-cxx/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/netcdf-cxx
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.7 2014/02/27 18:35:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/ChangeLog,v 1.8 2014/02/27 18:44:24 bicatali Exp $
+
+ 27 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> netcdf-cxx-4.2.1.ebuild:
+ More cleaning
27 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> -netcdf-cxx-4.2-r1.ebuild,
metadata.xml, netcdf-cxx-4.2.1.ebuild:
diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild
index 210fd578a368..f8a0a285ca4f 100644
--- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild
+++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild
@@ -1,23 +1,23 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild,v 1.2 2014/02/27 18:35:14 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1.ebuild,v 1.3 2014/02/27 18:44:24 bicatali Exp $
EAPI=5
-inherit autotools-utils versionator
+inherit autotools-utils
MYP=${PN}4-${PV}
DESCRIPTION="C++ library for netCDF"
HOMEPAGE="http://www.unidata.ucar.edu/software/netcdf/"
-SRC_URI="https://github.com/Unidata/netcdf-cxx4/archive/v4.2.1.tar.gz -> ${P}.tar.gz"
+SRC_URI="https://github.com/Unidata/netcdf-cxx4/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="UCAR-Unidata"
SLOT="0/1"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="examples static-libs"
-RDEPEND=">=sci-libs/netcdf-4.2"
+RDEPEND=">=sci-libs/netcdf-4.2:="
DEPEND="${RDEPEND}"
S="${WORKDIR}/${MYP}"