Gentoo Archives: gentoo-commits

From: Sam Jorna <wraeth@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libdap/
Date: Sun, 27 Mar 2016 12:02:16
Message-Id: 1459079888.cbeb1cdea1db2d882a4aa6a31e00d7fce48c93aa.wraeth@gentoo
1 commit: cbeb1cdea1db2d882a4aa6a31e00d7fce48c93aa
2 Author: Sam Jorna <wraeth <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 11:43:43 2016 +0000
4 Commit: Sam Jorna <wraeth <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 11:58:08 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbeb1cde
7
8 sci-libs/libdap: bump to 3.17.0
9
10 Package-Manager: portage-2.2.28
11
12 sci-libs/libdap/Manifest | 1 +
13 sci-libs/libdap/libdap-3.17.0.ebuild | 30 ++++++++++++++++++++++++++++++
14 2 files changed, 31 insertions(+)
15
16 diff --git a/sci-libs/libdap/Manifest b/sci-libs/libdap/Manifest
17 index 9035b27..ccada3b 100644
18 --- a/sci-libs/libdap/Manifest
19 +++ b/sci-libs/libdap/Manifest
20 @@ -1 +1,2 @@
21 DIST libdap-3.11.3.tar.gz 1514429 SHA256 1fe14594960c1c24842ea9c3a4032cfce70b7082bbab17369b43c9a134ddac97 SHA512 acdb54e135a153107460cad2310176b9d4a3f9b7c142eca3456ba9331f551d1855f7e6d4b7fdce6586dd266e54e23b795f903499f349d26481ca1d9abb5f52a0 WHIRLPOOL f67a56c64937610047de2cf2ea362193506fbd474aa0f1aa38a88e3c49e3e6fb3a5d8969feddc34c7560afa0b5c9e1304b5ced46ce3d37e9333094a2da289db0
22 +DIST libdap-3.17.0.tar.gz 2269838 SHA256 7c5c65535f8a6aa20f3cdbe2d552140b8f20de007a8e005db437d7361739fb6d SHA512 ec8101f8b3e5b734ae487928d62845ae46e4770af92b95b3503b0da57a6bb1f796fd7617fe33da047f92b1045d2f2db4a21c7cf022b480be8aafd7bba451854e WHIRLPOOL 24fc31306eb99af2e79d55e792fe447fc99fdd26652f3456a6ec19b00cde102b6300905f128cae93dcc35aa037b7070ce1242757e373079911dd0f3cb9b883f4
23
24 diff --git a/sci-libs/libdap/libdap-3.17.0.ebuild b/sci-libs/libdap/libdap-3.17.0.ebuild
25 new file mode 100644
26 index 0000000..cca47d5
27 --- /dev/null
28 +++ b/sci-libs/libdap/libdap-3.17.0.ebuild
29 @@ -0,0 +1,30 @@
30 +# Copyright 1999-2016 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=6
35 +
36 +DESCRIPTION="Implementation of a C++ SDK for DAP 2.0 and 3.2"
37 +HOMEPAGE="http://opendap.org/"
38 +SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz"
39 +
40 +LICENSE="|| ( LGPL-2.1 URI )"
41 +SLOT="0"
42 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
43 +IUSE="static-libs test"
44 +
45 +# needs network connection
46 +# FAIL: getdapTest
47 +RESTRICT="test"
48 +
49 +RDEPEND="
50 + dev-libs/libxml2:2
51 + net-misc/curl
52 + sys-libs/zlib
53 +"
54 +
55 +DEPEND="${RDEPEND}
56 + test? ( dev-util/cppunit )
57 +"
58 +
59 +DOCS=( README NEWS README.dodsrc )