Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gloox/
Date: Sat, 03 Sep 2016 00:08:32
Message-Id: 1472861291.76b813f5c9fa8ccb499c45b8d4cb350d4f2a708e.polynomial-c@gentoo
1 commit: 76b813f5c9fa8ccb499c45b8d4cb350d4f2a708e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 23:42:26 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 3 00:08:11 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b813f5
7
8 net-libs/gloox: Removed old.
9
10 Package-Manager: portage-2.3.0
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 net-libs/gloox/Manifest | 1 -
14 net-libs/gloox/gloox-1.0.15.ebuild | 47 --------------------------------------
15 2 files changed, 48 deletions(-)
16
17 diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
18 index 67b97f0..05c1101 100644
19 --- a/net-libs/gloox/Manifest
20 +++ b/net-libs/gloox/Manifest
21 @@ -1,4 +1,3 @@
22 -DIST gloox-1.0.15.tar.bz2 697835 SHA256 31e1fe7c0aedc74bf9566c4de68244825df9fbc20eabee5214536b4e3beea311 SHA512 2f640612bce27750e159f435b9f10849acec1917dc5e858ee8f128d19c259d283dec76a857cbecc34b22cc9aa23da4a4387e9f60c0bd1b7c6dab21de1bd83768 WHIRLPOOL 5aaae1b38cb3ae6b39206095b4a53f6682e10372990949646c3320dc5f7be079fa8077ed2e729179ac0e2e420de8ae8ba0836b2d976b6e914436603dcba2fda9
23 DIST gloox-1.0.16.tar.bz2 697791 SHA256 fe80376adc03813bbaca01aca60b83eea6df0bc2a67394b070f3ee70e460ddef SHA512 7722e154792428284fb5522f61d297eb63ad5d78b9a3139def21fbfd811beadfc0d13aaa03235c96975b3b29a7b1c2f9e384cb8f38b3c3e320c572c927643643 WHIRLPOOL 96d68aa61c96e4782911921714bedc1455507c96ceb017e8de947d097bd0b25dc2b776d49113b0bb4334f4000b4f9ba7e6c17b99d7eddb86ce2918a22a35c8ad
24 DIST gloox-1.0.17.tar.bz2 698239 SHA256 31a7825b975b2dbe43974e78b42f22b7328df1058f0be26970a7665bb20c8025 SHA512 8595586da391fa23f54eff7c8eb514e7000d3569eac3846edc28da02ec2da409f46013de93dd6d4b5185965675fc22ff2c96f031afa581e2d9243469b1b419f2 WHIRLPOOL a8b47ae64c76fc3b57b77d9241cb3aa14e576eb496776635c8fc9a36d9b22795f92c0d1c74da53483b6663e6b9b1f42dd2d0743af8bd9977c0d3a453c55f4246
25 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1
26
27 diff --git a/net-libs/gloox/gloox-1.0.15.ebuild b/net-libs/gloox/gloox-1.0.15.ebuild
28 deleted file mode 100644
29 index b66bb2b..00000000
30 --- a/net-libs/gloox/gloox-1.0.15.ebuild
31 +++ /dev/null
32 @@ -1,47 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -
39 -inherit eutils
40 -
41 -MY_P="${P/_/-}"
42 -DESCRIPTION="A portable high-level Jabber/XMPP library for C++"
43 -HOMEPAGE="http://camaya.net/gloox"
44 -SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="0/13"
48 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86"
49 -IUSE="debug gnutls idn libressl ssl static-libs test zlib"
50 -
51 -DEPEND="idn? ( net-dns/libidn )
52 - gnutls? ( net-libs/gnutls )
53 - ssl? (
54 - !libressl? ( dev-libs/openssl:0 )
55 - libressl? ( dev-libs/libressl )
56 - )
57 - zlib? ( sys-libs/zlib )"
58 -
59 -RDEPEND="${DEPEND}"
60 -
61 -S=${WORKDIR}/${MY_P}
62 -
63 -src_configure() {
64 - # Examples are not installed anyway, so - why should we build them?
65 - econf \
66 - --without-examples \
67 - $(use debug && echo "--enable-debug") \
68 - $(use_enable static-libs static) \
69 - $(use_with idn libidn) \
70 - $(use_with gnutls) \
71 - $(use_with ssl openssl) \
72 - $(use_with test tests) \
73 - $(use_with zlib)
74 -}
75 -
76 -src_install() {
77 - default
78 - prune_libtool_files
79 -}