Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libisds/
Date: Mon, 28 Dec 2020 14:16:10
Message-Id: 1609164940.ff3427f3d0276c28598489c71172f37cf66ca97a.soap@gentoo
1 commit: ff3427f3d0276c28598489c71172f37cf66ca97a
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon Dec 28 14:15:40 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 14:15:40 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff3427f3
7
8 net-libs/libisds: Cleanup old versions
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.1
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 net-libs/libisds/Manifest | 3 --
15 net-libs/libisds/libisds-0.10.6.ebuild | 55 -------------------------------
16 net-libs/libisds/libisds-0.10.7.ebuild | 55 -------------------------------
17 net-libs/libisds/libisds-0.11.ebuild | 60 ----------------------------------
18 4 files changed, 173 deletions(-)
19
20 diff --git a/net-libs/libisds/Manifest b/net-libs/libisds/Manifest
21 index f22ebfc687e..12b9bb9ee5b 100644
22 --- a/net-libs/libisds/Manifest
23 +++ b/net-libs/libisds/Manifest
24 @@ -1,5 +1,2 @@
25 -DIST libisds-0.10.6.tar.xz 724120 BLAKE2B b6d3f42d4ff84c377c9425dfd84a14ae97ccc39ea4bb96169e3a8de21b99dd6e5ceda39a6d4a574ccb418561dbec2507f72afc8b6f185c34ff92202abcc49441 SHA512 602c4e7f047dedff131cda941d02ea41fca7b8ea80eb668ab8f7ab2626a013ddc1a86f1e2c7b5759adf266c7c22c515284e6d4fdd9fd594ad310bed1be6016f4
26 -DIST libisds-0.10.7.tar.xz 724840 BLAKE2B 73d93b518271cbd08787a38da454ceb8fa6c2d421b0291c61cded8f1438d44c5607d1e90d75714c3d76e0886ac723e38dc2a41d60284a58d567abdcba76becd4 SHA512 ba2ef11c2983cb3bc8f779e7af3fb8319d38a786911e68c6b53c25aff339b4630bdf78886825ea3da671e87f689cab376cd9e41398f3f74608af932abe7a0023
27 DIST libisds-0.10.8.tar.xz 726040 BLAKE2B e3509202cb95e6e2bd0a6e7592c3d1d649ecb47806823265e5e12fa3a79a5daff9d249b2f0642d13aaebf1c64243690d06c9387fcb3a166f4b989c19f337c059 SHA512 648ba30c3156ece329d663d0d6e649319d8d104de97ca1946d94c24205c44189be08cb0c573df1f5a889fba487f2d088ac472c3f922a1920e172dda0c592b41e
28 DIST libisds-0.11.1.tar.xz 741992 BLAKE2B e1895450b1148c63a365a569fcdfa0d3cf3f2cdd011da6dbe92ea876aa1a9082470f3c7efc5757766df7e870559dd4ba62b59973e22d47401ef575e0fd412ec1 SHA512 8baf126ebf49c5eae6aa7b8f872ad90882a9a5088c8a33ffb415983eaf1ffc1df489f44ae6ba14a69a94bc4f79f455c7937276885afaa29e61c5c67408f7080a
29 -DIST libisds-0.11.tar.xz 741952 BLAKE2B 553613b7f1d8f5b3af1ecff2734584234f5d461c289c08acaf4353b724102ac87da5e60c2b5ffc2895a6441af2a51e0a381ab9df4494d7543edf356b989df891 SHA512 d30708cc6df92f0da9c4fac9acea3c1f3d97ae5ed1f17967e41c4887fe90f5b7375508df987b4b98cc5653a099a78c7a678f8fcb6897de863ff2f4538413f7dd
30
31 diff --git a/net-libs/libisds/libisds-0.10.6.ebuild b/net-libs/libisds/libisds-0.10.6.ebuild
32 deleted file mode 100644
33 index 9b1974819ff..00000000000
34 --- a/net-libs/libisds/libisds-0.10.6.ebuild
35 +++ /dev/null
36 @@ -1,55 +0,0 @@
37 -# Copyright 1999-2019 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=6
41 -
42 -DESCRIPTION="Client library for accessing ISDS Soap services"
43 -HOMEPAGE="http://xpisar.wz.cz/libisds/"
44 -SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
45 -KEYWORDS="~amd64 ~mips ~x86"
46 -
47 -LICENSE="LGPL-3"
48 -SLOT="0"
49 -IUSE="+curl debug nls openssl static-libs test"
50 -RESTRICT="!test? ( test )"
51 -
52 -COMMON_DEPEND="
53 - dev-libs/expat
54 - dev-libs/libxml2
55 - curl? ( net-misc/curl[ssl] )
56 - openssl? ( dev-libs/openssl:= )
57 - !openssl? (
58 - app-crypt/gpgme
59 - dev-libs/libgcrypt:=
60 - )
61 -"
62 -DEPEND="${COMMON_DEPEND}
63 - virtual/pkgconfig
64 - nls? ( sys-devel/gettext )
65 - test? ( >=net-libs/gnutls-2.12.0 )
66 -"
67 -RDEPEND="${COMMON_DEPEND}
68 - !openssl? ( >=app-crypt/gnupg-2 )
69 -"
70 -
71 -DOCS=( NEWS README AUTHORS ChangeLog )
72 -
73 -src_configure() {
74 - local myeconfargs=(
75 - --disable-fatalwarnings
76 - $(use_with curl libcurl)
77 - $(use_enable curl curlreauthorizationbug)
78 - $(use_enable debug)
79 - $(use_enable nls)
80 - $(use_enable openssl openssl-backend)
81 - $(use_enable static-libs static)
82 - $(use_enable test)
83 - )
84 - econf "${myeconfargs[@]}"
85 -}
86 -
87 -src_install() {
88 - default
89 -
90 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
91 -}
92
93 diff --git a/net-libs/libisds/libisds-0.10.7.ebuild b/net-libs/libisds/libisds-0.10.7.ebuild
94 deleted file mode 100644
95 index 9b1974819ff..00000000000
96 --- a/net-libs/libisds/libisds-0.10.7.ebuild
97 +++ /dev/null
98 @@ -1,55 +0,0 @@
99 -# Copyright 1999-2019 Gentoo Authors
100 -# Distributed under the terms of the GNU General Public License v2
101 -
102 -EAPI=6
103 -
104 -DESCRIPTION="Client library for accessing ISDS Soap services"
105 -HOMEPAGE="http://xpisar.wz.cz/libisds/"
106 -SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
107 -KEYWORDS="~amd64 ~mips ~x86"
108 -
109 -LICENSE="LGPL-3"
110 -SLOT="0"
111 -IUSE="+curl debug nls openssl static-libs test"
112 -RESTRICT="!test? ( test )"
113 -
114 -COMMON_DEPEND="
115 - dev-libs/expat
116 - dev-libs/libxml2
117 - curl? ( net-misc/curl[ssl] )
118 - openssl? ( dev-libs/openssl:= )
119 - !openssl? (
120 - app-crypt/gpgme
121 - dev-libs/libgcrypt:=
122 - )
123 -"
124 -DEPEND="${COMMON_DEPEND}
125 - virtual/pkgconfig
126 - nls? ( sys-devel/gettext )
127 - test? ( >=net-libs/gnutls-2.12.0 )
128 -"
129 -RDEPEND="${COMMON_DEPEND}
130 - !openssl? ( >=app-crypt/gnupg-2 )
131 -"
132 -
133 -DOCS=( NEWS README AUTHORS ChangeLog )
134 -
135 -src_configure() {
136 - local myeconfargs=(
137 - --disable-fatalwarnings
138 - $(use_with curl libcurl)
139 - $(use_enable curl curlreauthorizationbug)
140 - $(use_enable debug)
141 - $(use_enable nls)
142 - $(use_enable openssl openssl-backend)
143 - $(use_enable static-libs static)
144 - $(use_enable test)
145 - )
146 - econf "${myeconfargs[@]}"
147 -}
148 -
149 -src_install() {
150 - default
151 -
152 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
153 -}
154
155 diff --git a/net-libs/libisds/libisds-0.11.ebuild b/net-libs/libisds/libisds-0.11.ebuild
156 deleted file mode 100644
157 index 959693ab47c..00000000000
158 --- a/net-libs/libisds/libisds-0.11.ebuild
159 +++ /dev/null
160 @@ -1,60 +0,0 @@
161 -# Copyright 1999-2019 Gentoo Authors
162 -# Distributed under the terms of the GNU General Public License v2
163 -
164 -EAPI=7
165 -
166 -DESCRIPTION="Client library for accessing ISDS Soap services"
167 -HOMEPAGE="http://xpisar.wz.cz/libisds/"
168 -SRC_URI="http://xpisar.wz.cz/${PN}/dist/${P}.tar.xz"
169 -KEYWORDS="~amd64 ~mips ~x86"
170 -
171 -LICENSE="LGPL-3"
172 -SLOT="0"
173 -IUSE="+curl debug doc nls openssl static-libs test"
174 -RESTRICT="!test? ( test )"
175 -
176 -COMMON_DEPEND="
177 - dev-libs/expat
178 - dev-libs/libxml2
179 - curl? ( net-misc/curl[ssl] )
180 - doc? (
181 - app-text/docbook-xsl-stylesheets
182 - dev-libs/libxslt
183 - )
184 - openssl? ( dev-libs/openssl:= )
185 - !openssl? (
186 - app-crypt/gpgme
187 - dev-libs/libgcrypt:=
188 - )
189 -"
190 -DEPEND="${COMMON_DEPEND}
191 - virtual/pkgconfig
192 - nls? ( sys-devel/gettext )
193 - test? ( >=net-libs/gnutls-2.12.0 )
194 -"
195 -RDEPEND="${COMMON_DEPEND}
196 - !openssl? ( >=app-crypt/gnupg-2 )
197 -"
198 -
199 -DOCS=( NEWS README AUTHORS ChangeLog )
200 -
201 -src_configure() {
202 - local myeconfargs=(
203 - --disable-fatalwarnings
204 - $(use_with curl libcurl)
205 - $(use_enable curl curlreauthorizationbug)
206 - $(use_enable doc)
207 - $(use_enable debug)
208 - $(use_enable nls)
209 - $(use_enable openssl openssl-backend)
210 - $(use_enable static-libs static)
211 - $(use_enable test)
212 - )
213 - econf "${myeconfargs[@]}"
214 -}
215 -
216 -src_install() {
217 - default
218 -
219 - find "${ED}/" \( -name "*.a" -o -name "*.la" \) -delete || die
220 -}