summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-09-20 20:14:53 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-09-20 20:14:53 +0000
commite691a5004819c480eefc3bcf7e78edb475978773 (patch)
tree2a4ab79622efc774f0feff7f1b08017838e52fc3 /net-libs/loudmouth
parentfixing die messages. (diff)
downloadgentoo-2-e691a5004819c480eefc3bcf7e78edb475978773.tar.gz
gentoo-2-e691a5004819c480eefc3bcf7e78edb475978773.tar.bz2
gentoo-2-e691a5004819c480eefc3bcf7e78edb475978773.zip
removing old revisions.
(Portage version: 2.2_rc8/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r--net-libs/loudmouth/ChangeLog6
-rw-r--r--net-libs/loudmouth/loudmouth-1.3.4.ebuild44
-rw-r--r--net-libs/loudmouth/loudmouth-1.4.0.ebuild40
-rw-r--r--net-libs/loudmouth/loudmouth-1.4.1.ebuild42
4 files changed, 5 insertions, 127 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog
index 0637965d186c..9cbda4202152 100644
--- a/net-libs/loudmouth/ChangeLog
+++ b/net-libs/loudmouth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/loudmouth
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.76 2008/09/18 12:46:25 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.77 2008/09/20 20:14:53 eva Exp $
+
+ 20 Sep 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -loudmouth-1.3.4.ebuild, -loudmouth-1.4.0.ebuild, -loudmouth-1.4.1.ebuild:
+ removing old revisions.
18 Sep 2008; Brent Baude <ranger@gentoo.org> loudmouth-1.4.2.ebuild:
Marking loudmouth-1.4.2 ppc64 for bug 236959
diff --git a/net-libs/loudmouth/loudmouth-1.3.4.ebuild b/net-libs/loudmouth/loudmouth-1.3.4.ebuild
deleted file mode 100644
index 480e7f15ab4c..000000000000
--- a/net-libs/loudmouth/loudmouth-1.3.4.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.3.4.ebuild,v 1.2 2008/06/08 18:45:55 eva Exp $
-
-inherit gnome2
-
-DESCRIPTION="Lightweight C Jabber library"
-HOMEPAGE="http://www.loudmouth-project.org/"
-SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="asyncns doc gnutls ssl debug test"
-
-RDEPEND=">=dev-libs/glib-2.4
- ssl? ( || (
- gnutls? ( >=net-libs/gnutls-1.4.0 )
- !gnutls? ( dev-libs/openssl )
- ) )"
-# FIXME: can't build against system lib
-# asyncns? ( net-libs/libasyncns )"
-
-DEPEND="${RDEPEND}
- test? ( dev-libs/check )
- dev-util/pkgconfig
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_enable debug)
- $(use_with asyncns)"
-
- if use ssl && use gnutls; then
- G2CONF="${G2CONF} --with-ssl=gnutls"
- elif use ssl; then
- G2CONF="${G2CONF} --with-ssl=openssl"
- else
- G2CONF="${G2CONF} --with-ssl=no"
- fi
-}
diff --git a/net-libs/loudmouth/loudmouth-1.4.0.ebuild b/net-libs/loudmouth/loudmouth-1.4.0.ebuild
deleted file mode 100644
index 736fbfb2488c..000000000000
--- a/net-libs/loudmouth/loudmouth-1.4.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.0.ebuild,v 1.6 2008/07/24 18:17:38 armin76 Exp $
-
-inherit gnome2
-
-DESCRIPTION="Lightweight C Jabber library"
-HOMEPAGE="http://www.loudmouth-project.org/"
-SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
-
-IUSE="asyncns doc ssl debug test"
-
-RDEPEND=">=dev-libs/glib-2.4
- ssl? ( >=net-libs/gnutls-1.4.0 )"
-# FIXME: can't build against system lib
-# asyncns? ( net-libs/libasyncns )"
-# openssl dropped because of bug #216705
-
-DEPEND="${RDEPEND}
- test? ( dev-libs/check )
- dev-util/pkgconfig
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_enable debug)
- $(use_with asyncns)"
-
- if use ssl; then
- G2CONF="${G2CONF} --with-ssl=gnutls"
- else
- G2CONF="${G2CONF} --with-ssl=no"
- fi
-}
diff --git a/net-libs/loudmouth/loudmouth-1.4.1.ebuild b/net-libs/loudmouth/loudmouth-1.4.1.ebuild
deleted file mode 100644
index f3bdca9246af..000000000000
--- a/net-libs/loudmouth/loudmouth-1.4.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.1.ebuild,v 1.2 2008/08/03 00:35:57 leio Exp $
-
-EAPI=1
-
-inherit gnome2
-
-DESCRIPTION="Lightweight C Jabber library"
-HOMEPAGE="http://www.loudmouth-project.org/"
-SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.bz2"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-
-IUSE="+asyncns doc ssl debug test"
-
-RDEPEND=">=dev-libs/glib-2.4
- ssl? ( >=net-libs/gnutls-1.4.0 )"
-# FIXME: can't build against system lib
-# asyncns? ( net-libs/libasyncns )"
-# openssl dropped because of bug #216705
-
-DEPEND="${RDEPEND}
- test? ( dev-libs/check )
- dev-util/pkgconfig
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- $(use_enable debug)
- $(use_with asyncns)"
-
- if use ssl; then
- G2CONF="${G2CONF} --with-ssl=gnutls"
- else
- G2CONF="${G2CONF} --with-ssl=no"
- fi
-}