summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2012-08-04 20:08:03 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2012-08-04 20:08:03 +0000
commit2ff9e8ec5f1055c49fc6e4722c879dc6bc1e9f6f (patch)
treec2c0ef0a7a1e3aad686b999551f87b5aaac0b76a /sci-libs
parentStable for x86, wrt bug #418793 (diff)
downloadgentoo-2-2ff9e8ec5f1055c49fc6e4722c879dc6bc1e9f6f.tar.gz
gentoo-2-2ff9e8ec5f1055c49fc6e4722c879dc6bc1e9f6f.tar.bz2
gentoo-2-2ff9e8ec5f1055c49fc6e4722c879dc6bc1e9f6f.zip
Version bump
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/oc/ChangeLog10
-rw-r--r--sci-libs/oc/oc-2.0.ebuild27
2 files changed, 34 insertions, 3 deletions
diff --git a/sci-libs/oc/ChangeLog b/sci-libs/oc/ChangeLog
index 59d3a113feb7..6c76ddc8d24c 100644
--- a/sci-libs/oc/ChangeLog
+++ b/sci-libs/oc/ChangeLog
@@ -1,10 +1,14 @@
# ChangeLog for sci-libs/oc
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/oc/ChangeLog,v 1.1 2009/12/12 18:12:31 bicatali Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/oc/ChangeLog,v 1.2 2012/08/04 20:08:03 bicatali Exp $
+
+*oc-2.0 (04 Aug 2012)
+
+ 04 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> +oc-2.0.ebuild:
+ Version bump
*oc-1.0 (12 Dec 2009)
12 Dec 2009; Sébastien Fabbro <bicatali@gentoo.org> +oc-1.0.ebuild,
+metadata.xml:
Initial import
-
diff --git a/sci-libs/oc/oc-2.0.ebuild b/sci-libs/oc/oc-2.0.ebuild
new file mode 100644
index 000000000000..39009eeb49b1
--- /dev/null
+++ b/sci-libs/oc/oc-2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/oc/oc-2.0.ebuild,v 1.1 2012/08/04 20:08:03 bicatali Exp $
+
+EAPI=4
+inherit autotools-utils
+
+DESCRIPTION="Network Data Access Protocol client C library"
+HOMEPAGE="http://opendap.org/"
+SRC_URI="http://opendap.org/pub/OC/source/${P}.tar.gz"
+
+LICENSE="LGPL-2"
+
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="doc static-libs"
+
+RDEPEND="net-misc/curl"
+DEPEND="${RDEPEND}"
+
+# tests need network
+#PROPERTIES=network
+
+src_install() {
+ autotools-utils_src_install
+ use doc && dohtml *.html
+}