summaryrefslogtreecommitdiff
path: root/net-libs/gloox/gloox-1.0.9.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-29 11:22:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2017-10-29 11:22:34 +0000
commitbd7908c6630f38067350d396ac5d18c3cc2434a0 (patch)
tree3559b3e11424f5529527f2474d8a977a91ee3389 /net-libs/gloox/gloox-1.0.9.ebuild
parent8b2628ad8526c806375e7b157889e4274b70248b (diff)
gentoo resync : 29.10.2017
Diffstat (limited to 'net-libs/gloox/gloox-1.0.9.ebuild')
-rw-r--r--net-libs/gloox/gloox-1.0.9.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/net-libs/gloox/gloox-1.0.9.ebuild b/net-libs/gloox/gloox-1.0.9.ebuild
deleted file mode 100644
index 3251794a33ee..000000000000
--- a/net-libs/gloox/gloox-1.0.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-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"
-KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86"
-IUSE="debug gnutls idn ssl 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_configure() {
- econf \
- $(use_enable debug debug) \
- $(use_with idn libidn) \
- $(use_with gnutls gnutls) \
- $(use_with ssl openssl) \
- $(use_with zlib zlib)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
-}