diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2013-09-05 13:10:05 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2013-09-05 13:10:05 +0000 |
commit | 7527e30732dd246c6c62056f6d437ff865620344 (patch) | |
tree | 661adb178d4ecfbcd4ee8ff0af4513471a9c039f /net-libs/gloox/gloox-0.9.9.5.ebuild | |
parent | Version bump for 3.11 kernels. Switch to patches maintained by Dirk "ion" in ... (diff) | |
download | gentoo-2-7527e30732dd246c6c62056f6d437ff865620344.tar.gz gentoo-2-7527e30732dd246c6c62056f6d437ff865620344.tar.bz2 gentoo-2-7527e30732dd246c6c62056f6d437ff865620344.zip |
Version bump. Cleanup old. Fix bug #483572
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'net-libs/gloox/gloox-0.9.9.5.ebuild')
-rw-r--r-- | net-libs/gloox/gloox-0.9.9.5.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-libs/gloox/gloox-0.9.9.5.ebuild b/net-libs/gloox/gloox-0.9.9.5.ebuild deleted file mode 100644 index 97f968d79964..000000000000 --- a/net-libs/gloox/gloox-0.9.9.5.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-0.9.9.5.ebuild,v 1.4 2009/07/30 21:12:39 maekke Exp $ - -EAPI=2 - -inherit autotools eutils - -DESCRIPTION="A portable high-level Jabber/XMPP library for C++" -HOMEPAGE="http://camaya.net/gloox" -SRC_URI="http://camaya.net/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="debug gnutls idn ssl zlib" - -RDEPEND="idn? ( >=net-dns/libidn-0.5.0 ) - gnutls? ( >=net-libs/gnutls-1.2.0 ) - ssl? ( >=dev-libs/openssl-0.9.8 ) - zlib? ( >=sys-libs/zlib-1.2.3 )" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-gcc43.patch \ - "${FILESDIR}"/${P}-gcc44.patch -} - -src_configure() { - econf \ - $(use_enable debug debug) \ - $(use_with idn libidn) \ - $(use_with gnutls gnutls) \ - $(use_with ssl openssl) \ - $(use_with zlib zlib) \ - || die "econf failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" -} |