diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-14 13:51:59 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2016-06-14 14:01:31 +0200 |
commit | e148111823c52f156e9a67362d2e55a2e030b33e (patch) | |
tree | a4723442e07222906b08b407e9a965b8685ccfc1 /net-libs/gloox | |
parent | net-libs/gloox: Bump to version 1.0.15 (diff) | |
download | gentoo-e148111823c52f156e9a67362d2e55a2e030b33e.tar.gz gentoo-e148111823c52f156e9a67362d2e55a2e030b33e.tar.bz2 gentoo-e148111823c52f156e9a67362d2e55a2e030b33e.zip |
net-libs/gloox: Removed old.
Package-Manager: portage-2.2.28
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'net-libs/gloox')
-rw-r--r-- | net-libs/gloox/Manifest | 1 | ||||
-rw-r--r-- | net-libs/gloox/gloox-1.0.13.ebuild | 48 | ||||
-rw-r--r-- | net-libs/gloox/gloox-1.0.14.ebuild | 48 |
3 files changed, 0 insertions, 97 deletions
diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest index a3370a92c952..d644a1109b63 100644 --- a/net-libs/gloox/Manifest +++ b/net-libs/gloox/Manifest @@ -1,4 +1,3 @@ -DIST gloox-1.0.13.tar.bz2 675842 SHA256 4d9f1eeac97c6563dde11d4bdba346a025ef27908b088b47b5c8d3d03df6ea8a SHA512 9f9773a5c3d2ae8a4eec6e8365c8578c089004d0f5101c2e8a8bf96ac8e8b6a08cf4e92f93afb8d07af0e8cc2c238c12f4f8df75a81c2a06dfb039c1d4ae850a WHIRLPOOL 772b18a22acff536abb378a4307c6dcb3b9b35b231d061f05b22d5cb260d8da3c0356bdbca0a8cac9feab0fbc9124bc41472b91a335215291e1e66a9184ccc78 DIST gloox-1.0.14.tar.bz2 696719 SHA256 520b72a66fa9fea917a0336872101539f0bea30d1f871e12c31b6c2cd0203941 SHA512 0c3242bbb9713e944b9b4926ea7588434c52ae78a1fadc0b2a6da9677303550e805d1f570188a464806a9d56242efb50d268f65b3f661ed3a4df1b7055046b77 WHIRLPOOL 2ed53195b8658112167195749c3e58b451c587c7530bdf2197eb77a750344e92d0e4c13843997e3098c51512ecd45943d6849ec60a7953a55a2420b072ca622d DIST gloox-1.0.15.tar.bz2 697835 SHA256 31e1fe7c0aedc74bf9566c4de68244825df9fbc20eabee5214536b4e3beea311 SHA512 2f640612bce27750e159f435b9f10849acec1917dc5e858ee8f128d19c259d283dec76a857cbecc34b22cc9aa23da4a4387e9f60c0bd1b7c6dab21de1bd83768 WHIRLPOOL 5aaae1b38cb3ae6b39206095b4a53f6682e10372990949646c3320dc5f7be079fa8077ed2e729179ac0e2e420de8ae8ba0836b2d976b6e914436603dcba2fda9 DIST gloox-1.0.9.tar.bz2 670206 SHA256 143dd50e1edc4eb1d304fa28bdd6ab9e53b60c37c1726dd0e34c06c51f9a453e SHA512 a3fa7acc76fdca0421030e71b6a13ca0b04589946df2a781609f1bddae5329299d68ce99a4a94a0760206b112759636379ce67d220422b99302fc799964bfa22 WHIRLPOOL 414eb34fa3ec11ae929f84198d95ed0da9de0739655ae1188ac3eb03998de5cecb9c165ad284496b405b49126236b628dc5b4579e855b10377add145fabb63b1 diff --git a/net-libs/gloox/gloox-1.0.13.ebuild b/net-libs/gloox/gloox-1.0.13.ebuild deleted file mode 100644 index 5bc18fc75472..000000000000 --- a/net-libs/gloox/gloox-1.0.13.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -MY_P="${P/_/-}" -DESCRIPTION="A portable high-level Jabber/XMPP library for C++" -HOMEPAGE="http://camaya.net/gloox" -SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0/13" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86" -IUSE="debug gnutls idn ssl static-libs test zlib" - -DEPEND="idn? ( net-dns/libidn ) - gnutls? ( net-libs/gnutls ) - ssl? ( dev-libs/openssl ) - zlib? ( sys-libs/zlib )" - -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch_user -} - -src_configure() { - # Examples are not installed anyway, so - why should we build them? - econf \ - --without-examples \ - $(use debug && echo "--enable-debug") \ - $(use_enable static-libs static) \ - $(use_with idn libidn) \ - $(use_with gnutls) \ - $(use_with ssl openssl) \ - $(use_with test tests) \ - $(use_with zlib) -} - -src_install() { - default - prune_libtool_files -} diff --git a/net-libs/gloox/gloox-1.0.14.ebuild b/net-libs/gloox/gloox-1.0.14.ebuild deleted file mode 100644 index f3cefc940158..000000000000 --- a/net-libs/gloox/gloox-1.0.14.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit eutils - -MY_P="${P/_/-}" -DESCRIPTION="A portable high-level Jabber/XMPP library for C++" -HOMEPAGE="http://camaya.net/gloox" -SRC_URI="http://camaya.net/download/${MY_P}.tar.bz2" - -LICENSE="GPL-3" -SLOT="0/13" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~ia64 ~sparc ~x86" -IUSE="debug gnutls idn ssl static-libs test zlib" - -DEPEND="idn? ( net-dns/libidn ) - gnutls? ( net-libs/gnutls ) - ssl? ( dev-libs/openssl:0 ) - zlib? ( sys-libs/zlib )" - -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_prepare() { - epatch_user -} - -src_configure() { - # Examples are not installed anyway, so - why should we build them? - econf \ - --without-examples \ - $(use debug && echo "--enable-debug") \ - $(use_enable static-libs static) \ - $(use_with idn libidn) \ - $(use_with gnutls) \ - $(use_with ssl openssl) \ - $(use_with test tests) \ - $(use_with zlib) -} - -src_install() { - default - prune_libtool_files -} |