Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
Date: Sun, 22 Oct 2017 00:03:49
Message-Id: 1508630597.c0ed89ac5f5712fbeab0dcdd602e9181e41f0b7c.asturm@gentoo
1 commit: c0ed89ac5f5712fbeab0dcdd602e9181e41f0b7c
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 21 22:50:00 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 00:03:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ed89ac
7
8 net-libs/gloox: Drop back to ~arch, USE=gnutls broken
9
10 Gentoo-bug: 634908
11 Closes: https://github.com/gentoo/gentoo/pull/6007
12 Package-Manager: Portage-2.3.12, Repoman-2.3.3
13
14 net-libs/gloox/Manifest | 3 ---
15 net-libs/gloox/gloox-1.0.18.ebuild | 46 --------------------------------------
16 net-libs/gloox/gloox-1.0.19.ebuild | 44 ------------------------------------
17 net-libs/gloox/gloox-1.0.9.ebuild | 36 -----------------------------
18 4 files changed, 129 deletions(-)
19
20 diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
21 index b333acba951..ceb12fa7eb3 100644
22 --- a/net-libs/gloox/Manifest
23 +++ b/net-libs/gloox/Manifest
24 @@ -1,4 +1 @@
25 -DIST gloox-1.0.18.tar.bz2 700080 SHA256 16730e7fd4679e098a6d6c1f94ee72aca825e8f40e6744f5921ac32fdf22548e SHA512 b8387796914e237fa07cff17862f8eafad8506173a3bcd7a659158daf845a33606b3ec58822c2f0f8f629aa1ee68a2ac58489dba83516cb7da264da3678317a7 WHIRLPOOL 6b38e7e3d480083fd98fc4d5f8c2402faf1c5242d3201c29d40995cafd2aadafb20780c7219a1a55497ab95754ea1c5b8f79756fed9f2f3b84780dc060f4b1d0
26 -DIST gloox-1.0.19.tar.bz2 700335 SHA256 88466ab52ca99bfb22a74b738d9713a9cda0b06e539108354156ba408a5283f8 SHA512 6f62773aeb24631ea5edbbf2267275f9e6005bed240dfbd121784238709d85097a096d16b3cd7cb45d34b2daeab026dbb3b84994c504ba03180d9dff90f9fbb5 WHIRLPOOL 98586156b3a88807b3f1aca25b9fb06f17581b4a1e834cf1692b406b879f4f759ec424dfb36527bc0945774a798647a8b033a9ae860960b4f214f9a35051c00f
27 DIST gloox-1.0.20.tar.bz2 701114 SHA256 0243086c0f4f0440d6d8e55705f83249a4463a1d75a034be42b5312e8886dea8 SHA512 b94269487875ae32631b5b15eeebe3293c6b8ab4080a6e15926c575305841a609a5e4da25bff266806ef4b65c1db14e9a9e5dabf8af8b174773cbdc37cfa12f8 WHIRLPOOL 872fa9587d9ab1a07197c40790f5ae72748df6f7d835a206c92da5819456118c8c7dc2f70fcf289e2840b272051436f204503ba12b143a33a48c4f150a36db34
28 -DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1
29
30 diff --git a/net-libs/gloox/gloox-1.0.18.ebuild b/net-libs/gloox/gloox-1.0.18.ebuild
31 deleted file mode 100644
32 index 7472539b1e7..00000000000
33 --- a/net-libs/gloox/gloox-1.0.18.ebuild
34 +++ /dev/null
35 @@ -1,46 +0,0 @@
36 -# Copyright 1999-2016 Gentoo Foundation
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=6
40 -
41 -inherit eutils
42 -
43 -MY_P="${P/_/-}"
44 -DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
45 -HOMEPAGE="http://camaya.net/gloox"
46 -SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
47 -
48 -LICENSE="GPL-3"
49 -SLOT="0/15"
50 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
51 -IUSE="debug gnutls idn libressl ssl static-libs test zlib"
52 -
53 -DEPEND="idn? ( net-dns/libidn )
54 - gnutls? ( net-libs/gnutls )
55 - ssl? (
56 - !libressl? ( dev-libs/openssl:0 )
57 - libressl? ( dev-libs/libressl )
58 - )
59 - zlib? ( sys-libs/zlib )"
60 -
61 -RDEPEND="${DEPEND}"
62 -
63 -S=${WORKDIR}/${MY_P}
64 -
65 -src_configure() {
66 - # Examples are not installed anyway, so - why should we build them?
67 - econf \
68 - --without-examples \
69 - $(use debug && echo "--enable-debug") \
70 - $(use_enable static-libs static) \
71 - $(use_with idn libidn) \
72 - $(use_with gnutls) \
73 - $(use_with ssl openssl) \
74 - $(use_with test tests) \
75 - $(use_with zlib)
76 -}
77 -
78 -src_install() {
79 - default
80 - prune_libtool_files
81 -}
82
83 diff --git a/net-libs/gloox/gloox-1.0.19.ebuild b/net-libs/gloox/gloox-1.0.19.ebuild
84 deleted file mode 100644
85 index b645b9a0413..00000000000
86 --- a/net-libs/gloox/gloox-1.0.19.ebuild
87 +++ /dev/null
88 @@ -1,44 +0,0 @@
89 -# Copyright 1999-2017 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -
94 -MY_P="${P/_/-}"
95 -DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
96 -HOMEPAGE="http://camaya.net/gloox"
97 -SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
98 -
99 -LICENSE="GPL-3"
100 -SLOT="0/16"
101 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
102 -IUSE="debug gnutls idn libressl ssl static-libs test zlib"
103 -
104 -DEPEND="idn? ( net-dns/libidn )
105 - gnutls? ( net-libs/gnutls )
106 - ssl? (
107 - !libressl? ( dev-libs/openssl:0 )
108 - libressl? ( dev-libs/libressl )
109 - )
110 - zlib? ( sys-libs/zlib )"
111 -
112 -RDEPEND="${DEPEND}"
113 -
114 -S="${WORKDIR}/${MY_P}"
115 -
116 -src_configure() {
117 - # Examples are not installed anyway, so - why should we build them?
118 - econf \
119 - --without-examples \
120 - $(usex debug "--enable-debug" '') \
121 - $(use_enable static-libs static) \
122 - $(use_with idn libidn) \
123 - $(use_with gnutls) \
124 - $(use_with ssl openssl) \
125 - $(use_with test tests) \
126 - $(use_with zlib)
127 -}
128 -
129 -src_install() {
130 - default
131 - find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
132 -}
133
134 diff --git a/net-libs/gloox/gloox-1.0.9.ebuild b/net-libs/gloox/gloox-1.0.9.ebuild
135 deleted file mode 100644
136 index 3251794a33e..00000000000
137 --- a/net-libs/gloox/gloox-1.0.9.ebuild
138 +++ /dev/null
139 @@ -1,36 +0,0 @@
140 -# Copyright 1999-2015 Gentoo Foundation
141 -# Distributed under the terms of the GNU General Public License v2
142 -
143 -EAPI=5
144 -
145 -MY_P=${P/_/-}
146 -DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
147 -HOMEPAGE="http://camaya.net/gloox"
148 -SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
149 -
150 -LICENSE="GPL-3"
151 -SLOT="0"
152 -KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86"
153 -IUSE="debug gnutls idn ssl zlib"
154 -
155 -DEPEND="idn? ( net-dns/libidn )
156 - gnutls? ( net-libs/gnutls )
157 - ssl? ( dev-libs/openssl )
158 - zlib? ( sys-libs/zlib )"
159 -
160 -RDEPEND="${DEPEND}"
161 -
162 -S=${WORKDIR}/${MY_P}
163 -
164 -src_configure() {
165 - econf \
166 - $(use_enable debug debug) \
167 - $(use_with idn libidn) \
168 - $(use_with gnutls gnutls) \
169 - $(use_with ssl openssl) \
170 - $(use_with zlib zlib)
171 -}
172 -
173 -src_install() {
174 - emake DESTDIR="${D}" install
175 -}