summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2008-11-22 12:29:22 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2008-11-22 12:29:22 +0000
commita8f9b1ed8bbcc89ff9a9b68300c24316664aa57b (patch)
treec823b42a3782b4af621072691aa3da1b9033ac9d /net-libs/libsoup
parentfix ChangeLog header (diff)
downloadgentoo-2-a8f9b1ed8bbcc89ff9a9b68300c24316664aa57b.tar.gz
gentoo-2-a8f9b1ed8bbcc89ff9a9b68300c24316664aa57b.tar.bz2
gentoo-2-a8f9b1ed8bbcc89ff9a9b68300c24316664aa57b.zip
Clean up old revisions.
(Portage version: 2.2_rc15/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
Diffstat (limited to 'net-libs/libsoup')
-rw-r--r--net-libs/libsoup/ChangeLog6
-rw-r--r--net-libs/libsoup/libsoup-2.2.103.ebuild26
-rw-r--r--net-libs/libsoup/libsoup-2.24.0.1.ebuild31
3 files changed, 5 insertions, 58 deletions
diff --git a/net-libs/libsoup/ChangeLog b/net-libs/libsoup/ChangeLog
index 70bad96e955d..90f197e1e463 100644
--- a/net-libs/libsoup/ChangeLog
+++ b/net-libs/libsoup/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/libsoup
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.162 2008/11/13 19:04:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.163 2008/11/22 12:29:22 eva Exp $
+
+ 22 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org>
+ -libsoup-2.2.103.ebuild, -libsoup-2.24.0.1.ebuild:
+ Clean up old revisions.
13 Nov 2008; Brent Baude <ranger@gentoo.org> ChangeLog:
Marking libsoup-2.4.1 ppc64 stable for bug 236971
diff --git a/net-libs/libsoup/libsoup-2.2.103.ebuild b/net-libs/libsoup/libsoup-2.2.103.ebuild
deleted file mode 100644
index 6208c60dc3df..000000000000
--- a/net-libs/libsoup/libsoup-2.2.103.ebuild
+++ /dev/null
@@ -1,26 +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/libsoup/libsoup-2.2.103.ebuild,v 1.8 2008/01/10 08:44:06 vapier Exp $
-
-inherit gnome2
-
-DESCRIPTION="An HTTP library implementation in C"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="2.2"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
-IUSE="doc ssl"
-
-RDEPEND=">=dev-libs/glib-2.12
- >=dev-libs/libxml2-2
- ssl? ( >=net-libs/gnutls-1 )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- G2CONF="$(use_enable ssl)"
-}
diff --git a/net-libs/libsoup/libsoup-2.24.0.1.ebuild b/net-libs/libsoup/libsoup-2.24.0.1.ebuild
deleted file mode 100644
index 729d7659e94c..000000000000
--- a/net-libs/libsoup/libsoup-2.24.0.1.ebuild
+++ /dev/null
@@ -1,31 +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/libsoup/libsoup-2.24.0.1.ebuild,v 1.1 2008/09/30 06:43:23 leio Exp $
-
-inherit gnome2
-
-DESCRIPTION="An HTTP library implementation in C"
-HOMEPAGE="http://www.gnome.org/"
-
-LICENSE="LGPL-2"
-SLOT="2.4"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
-IUSE="debug doc ssl"
-
-RDEPEND=">=dev-libs/glib-2.15.3
- >=dev-libs/libxml2-2
- ssl? ( >=net-libs/gnutls-1 )"
-DEPEND="${RDEPEND}
- >=dev-util/pkgconfig-0.9
- doc? ( >=dev-util/gtk-doc-1 )"
-
-DOCS="AUTHORS ChangeLog NEWS README"
-
-pkg_setup() {
- # Do NOT build with --disable-debug/--enable-debug=no
- if use debug ; then
- G2CONF="${G2CONF} --enable-debug=yes"
- fi
-
- G2CONF="${G2CONF} $(use_enable ssl)"
-}