Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/libdap/, sci-libs/libdap/files/
Date: Sat, 30 Sep 2017 05:50:19
Message-Id: 1506750599.b58c9c4f89093874e7d7f21f2a962aca7ecf63af.kensington@gentoo
1 commit: b58c9c4f89093874e7d7f21f2a962aca7ecf63af
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 30 05:49:19 2017 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 30 05:49:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b58c9c4f
7
8 sci-libs/libdap: remove 3.11.3/3.17.0
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 sci-libs/libdap/Manifest | 2 -
13 sci-libs/libdap/files/libdap-3.11.3-gcc-4.7.patch | 15 -------
14 sci-libs/libdap/libdap-3.11.3.ebuild | 51 -----------------------
15 sci-libs/libdap/libdap-3.17.0.ebuild | 29 -------------
16 4 files changed, 97 deletions(-)
17
18 diff --git a/sci-libs/libdap/Manifest b/sci-libs/libdap/Manifest
19 index 87b3775cbf7..23808eb1066 100644
20 --- a/sci-libs/libdap/Manifest
21 +++ b/sci-libs/libdap/Manifest
22 @@ -1,3 +1 @@
23 -DIST libdap-3.11.3.tar.gz 1514429 SHA256 1fe14594960c1c24842ea9c3a4032cfce70b7082bbab17369b43c9a134ddac97 SHA512 acdb54e135a153107460cad2310176b9d4a3f9b7c142eca3456ba9331f551d1855f7e6d4b7fdce6586dd266e54e23b795f903499f349d26481ca1d9abb5f52a0 WHIRLPOOL f67a56c64937610047de2cf2ea362193506fbd474aa0f1aa38a88e3c49e3e6fb3a5d8969feddc34c7560afa0b5c9e1304b5ced46ce3d37e9333094a2da289db0
24 -DIST libdap-3.17.0.tar.gz 2269838 SHA256 7c5c65535f8a6aa20f3cdbe2d552140b8f20de007a8e005db437d7361739fb6d SHA512 ec8101f8b3e5b734ae487928d62845ae46e4770af92b95b3503b0da57a6bb1f796fd7617fe33da047f92b1045d2f2db4a21c7cf022b480be8aafd7bba451854e WHIRLPOOL 24fc31306eb99af2e79d55e792fe447fc99fdd26652f3456a6ec19b00cde102b6300905f128cae93dcc35aa037b7070ce1242757e373079911dd0f3cb9b883f4
25 DIST libdap-3.18.1.tar.gz 2209343 SHA256 a755c472d7c9e54bc3aa6c92a847a69466fbc6cdc56ee912f411802a725d57a4 SHA512 a1d06bbbad654718bbf9980dc0943935089c09772678f6457d4de8a9d37f1ce33c0e1cab4c5eefec6f9e159028b194d6e3a6021597276b233eda52603ae8dd38 WHIRLPOOL 74eb65be375bd81e5d6db9fb93bdd219add79c12fea35eed98445df38f6dc212fc33cc51900ac93657166794b0700ff1be17fd7f41379733de19ad7480f889f0
26
27 diff --git a/sci-libs/libdap/files/libdap-3.11.3-gcc-4.7.patch b/sci-libs/libdap/files/libdap-3.11.3-gcc-4.7.patch
28 deleted file mode 100644
29 index a0d411b03dc..00000000000
30 --- a/sci-libs/libdap/files/libdap-3.11.3-gcc-4.7.patch
31 +++ /dev/null
32 @@ -1,15 +0,0 @@
33 - ResponseBuilder.cc | 1 +
34 - 1 files changed, 1 insertions(+), 0 deletions(-)
35 -
36 -diff --git a/ResponseBuilder.cc b/ResponseBuilder.cc
37 -index 1135678..0356172 100644
38 ---- a/ResponseBuilder.cc
39 -+++ b/ResponseBuilder.cc
40 -@@ -41,6 +41,7 @@ static char rcsid[] not_used = { "$Id
41 - #include <string>
42 - #include <sstream>
43 - #include <cstring>
44 -+#include <unistd.h>
45 -
46 - #include <uuid/uuid.h> // used to build CID header value for data ddx
47 - #include "DAS.h"
48
49 diff --git a/sci-libs/libdap/libdap-3.11.3.ebuild b/sci-libs/libdap/libdap-3.11.3.ebuild
50 deleted file mode 100644
51 index a1d137845c7..00000000000
52 --- a/sci-libs/libdap/libdap-3.11.3.ebuild
53 +++ /dev/null
54 @@ -1,51 +0,0 @@
55 -# Copyright 1999-2012 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -
58 -EAPI=4
59 -
60 -inherit autotools-utils
61 -
62 -DESCRIPTION="Implementation of a C++ SDK for DAP 2.0 and 3.2"
63 -HOMEPAGE="http://opendap.org/"
64 -SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz"
65 -
66 -LICENSE="|| ( LGPL-2.1 URI )"
67 -SLOT="0"
68 -KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
69 -IUSE="doc static-libs test"
70 -
71 -RDEPEND="
72 - dev-util/cppunit
73 - dev-libs/libxml2:2
74 - net-misc/curl
75 - sys-libs/zlib
76 -"
77 -
78 -DEPEND="${RDEPEND}
79 - doc? ( app-doc/doxygen )
80 - test? ( dev-util/cppunit )
81 -"
82 -
83 -DOCS=( README NEWS README.dodsrc )
84 -
85 -RESTRICT="test"
86 -# needs http connection
87 -# FAIL: MIMEUtilTest
88 -
89 -PATCHES=( "${FILESDIR}"/${P}-gcc-4.7.patch )
90 -
91 -src_compile() {
92 - autotools-utils_src_compile
93 - use doc && autotools-utils_src_compile docs
94 -}
95 -
96 -src_test() {
97 - emake check
98 - cd "${S}"/unit-tests
99 - emake check
100 -}
101 -
102 -src_install() {
103 - use doc && HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/docs/html/")
104 - autotools-utils_src_install
105 -}
106
107 diff --git a/sci-libs/libdap/libdap-3.17.0.ebuild b/sci-libs/libdap/libdap-3.17.0.ebuild
108 deleted file mode 100644
109 index df92add0b7e..00000000000
110 --- a/sci-libs/libdap/libdap-3.17.0.ebuild
111 +++ /dev/null
112 @@ -1,29 +0,0 @@
113 -# Copyright 1999-2016 Gentoo Foundation
114 -# Distributed under the terms of the GNU General Public License v2
115 -
116 -EAPI=6
117 -
118 -DESCRIPTION="Implementation of a C++ SDK for DAP 2.0 and 3.2"
119 -HOMEPAGE="http://opendap.org/"
120 -SRC_URI="http://www.opendap.org/pub/source/${P}.tar.gz"
121 -
122 -LICENSE="|| ( LGPL-2.1 URI )"
123 -SLOT="0"
124 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
125 -IUSE="static-libs test"
126 -
127 -# needs network connection
128 -# FAIL: getdapTest
129 -RESTRICT="test"
130 -
131 -RDEPEND="
132 - dev-libs/libxml2:2
133 - net-misc/curl
134 - sys-libs/zlib
135 -"
136 -
137 -DEPEND="${RDEPEND}
138 - test? ( dev-util/cppunit )
139 -"
140 -
141 -DOCS=( README NEWS README.dodsrc )