diff options
author | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-23 16:47:47 +0000 |
---|---|---|
committer | Daniel Gryniewicz <dang@gentoo.org> | 2006-07-23 16:47:47 +0000 |
commit | 03e8df7f424ffb12c7f043d15e1c9f6022e99aa0 (patch) | |
tree | 5161a03ad218becbbdb4def9c60882f224e015df /net-libs/libsoup/libsoup-2.2.93.ebuild | |
parent | Clean up unnecessary versions (diff) | |
download | gentoo-2-03e8df7f424ffb12c7f043d15e1c9f6022e99aa0.tar.gz gentoo-2-03e8df7f424ffb12c7f043d15e1c9f6022e99aa0.tar.bz2 gentoo-2-03e8df7f424ffb12c7f043d15e1c9f6022e99aa0.zip |
Clean up unnecessary versions
(Portage version: 2.1.1_pre3-r1)
(Signed Manifest commit)
Diffstat (limited to 'net-libs/libsoup/libsoup-2.2.93.ebuild')
-rw-r--r-- | net-libs/libsoup/libsoup-2.2.93.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-libs/libsoup/libsoup-2.2.93.ebuild b/net-libs/libsoup/libsoup-2.2.93.ebuild deleted file mode 100644 index 3b98c8a2b6c7..000000000000 --- a/net-libs/libsoup/libsoup-2.2.93.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.93.ebuild,v 1.1 2006/06/06 10:36:47 leonardop 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 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="doc ssl" - -RDEPEND=">=dev-libs/glib-2.6 - >=dev-libs/libxml2-2 - ssl? ( - >=net-libs/gnutls-1 - >=dev-libs/libgpg-error-0.4 )" -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog NEWS README" - - -pkg_setup() { - G2CONF="$(use_enable ssl)" -} |