]> Pileus Git - ~andy/sunrise/commitdiff
net-libs/gloox: review me
authorMarkus Ullmann <jokey@gentoo.org>
Sun, 28 Oct 2007 18:28:10 +0000 (18:28 +0000)
committerMarkus Ullmann <jokey@gentoo.org>
Sun, 28 Oct 2007 18:28:10 +0000 (18:28 +0000)
svn path=/sunrise/; revision=4914

net-libs/gloox/ChangeLog [deleted file]
net-libs/gloox/Manifest [deleted file]
net-libs/gloox/gloox-0.9.3.ebuild [deleted file]
net-libs/gloox/metadata.xml [deleted file]

diff --git a/net-libs/gloox/ChangeLog b/net-libs/gloox/ChangeLog
deleted file mode 100644 (file)
index be5ffef..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for net-libs/gloox
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-  07 Aug 2007; Tais M. Hansen <mellen@osd.dk> gloox-0.9.3.ebuild:
-  Added ~amd64 keyword as it seems to work on my amd64 box. Minor reformatting
-  to follow the ebuild guide more closely.
-
-  01 Aug 2007; Tais M. Hansen <mellen@osd.dk> +metadata.xml,
-  +gloox-0.9.3.ebuild:
-  New ebuild for bug 102996, thanks to Paul-Sebastian, DrEeevil and genstef
-
diff --git a/net-libs/gloox/Manifest b/net-libs/gloox/Manifest
deleted file mode 100644 (file)
index ccef235..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST gloox-0.9.3.tar.bz2 430072 RMD160 a4d1bd65ad087b3c15a7c07eee991095c4ff157c SHA1 eac7a4693b43ffe207f63c4b561efb557e48f16b SHA256 8cfb39ddd326da60bab6c351f14cd676f92d6ab94cdff8d5f1cd5077aed80b52
-EBUILD gloox-0.9.3.ebuild 815 RMD160 8cf302be3e19f4518c16d3ec623bcf28e98c51ca SHA1 153905fa26056dd2f235f7a4a64da6f97448eb74 SHA256 2124c334de43fb8494d39828bf62d08c7126e0daf8aa8c26d94d2e6cc6eac7cd
-MISC ChangeLog 465 RMD160 da8bd3f458bc2edc29c0f9bbf775362201ebf7a0 SHA1 58b61332dc747ee23eaf438edc9e8a42d895db66 SHA256 f07429b949fc574ebcd4df6db58cec20f9ece4a649f5d407645fe8f3e07deaee
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/net-libs/gloox/gloox-0.9.3.ebuild b/net-libs/gloox/gloox-0.9.3.ebuild
deleted file mode 100644 (file)
index 1ad892f..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-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"
-
-DEPEND="idn? ( >=net-dns/libidn-0.5.0 )
-       gnutls? ( >=net-libs/gnutls-1.2.0 )
-       ssl? ( >=dev-libs/openssl-0.9.7 )
-       zlib? ( sys-libs/zlib )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
-       econf \
-               $(use_enable debug debug) \
-               $(use_with idn libidn) \
-               $(use_with gnutls gnutls) \
-               $(use_with ssl openssl) \
-               $(use_with zlib zlib) \
-               || die "configure failed"
-       emake || die "emake failed"
-}
-
-src_install() {
-       emake DESTDIR="${D}" install || die "make install failed"
-}
diff --git a/net-libs/gloox/metadata.xml b/net-libs/gloox/metadata.xml
deleted file mode 100644 (file)
index 7e32869..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>