diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-02-02 00:30:22 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-02-02 00:30:22 +0000 |
commit | cc8ca39ad18d6452d05a853aa79d1367d148fba2 (patch) | |
tree | 2fd4082e27f11e4c3b3f1e08b5be033184fac43d /gnome-extra/libgsf | |
parent | remove old (diff) | |
download | historical-cc8ca39ad18d6452d05a853aa79d1367d148fba2.tar.gz historical-cc8ca39ad18d6452d05a853aa79d1367d148fba2.tar.bz2 historical-cc8ca39ad18d6452d05a853aa79d1367d148fba2.zip |
Remove old
Package-Manager: portage-2.1.4
Diffstat (limited to 'gnome-extra/libgsf')
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.10.0.ebuild | 29 | ||||
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.12.0.ebuild | 28 | ||||
-rw-r--r-- | gnome-extra/libgsf/libgsf-1.12.1.ebuild | 28 |
3 files changed, 0 insertions, 85 deletions
diff --git a/gnome-extra/libgsf/libgsf-1.10.0.ebuild b/gnome-extra/libgsf/libgsf-1.10.0.ebuild deleted file mode 100644 index bbf96a2a408c..000000000000 --- a/gnome-extra/libgsf/libgsf-1.10.0.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/gnome-extra/libgsf/libgsf-1.10.0.ebuild,v 1.12 2006/10/14 20:55:48 vapier Exp $ - -inherit eutils gnome2 - -DESCRIPTION="The GNOME Structured File Library" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="gnome doc" - -# FIXME : should add optional bz2 support -RDEPEND=">=dev-libs/libxml2-2.4.16 - >=dev-libs/glib-2 - >=sys-libs/zlib-1.1.4 - gnome? ( >=gnome-base/libbonobo-2 - >=gnome-base/gnome-vfs-2 )" - -DEPEND="${RDEPEND} - >=dev-util/pkgconfig-0.9 - >=sys-apps/sed-4 - doc? ( >=dev-util/gtk-doc-0.9 )" - -G2CONF="${G2CONF} $(use_with gnome)" - -DOCS="AUTHORS ChangeLog INSTALL NEWS README" diff --git a/gnome-extra/libgsf/libgsf-1.12.0.ebuild b/gnome-extra/libgsf/libgsf-1.12.0.ebuild deleted file mode 100644 index 511fb3c2219c..000000000000 --- a/gnome-extra/libgsf/libgsf-1.12.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.12.0.ebuild,v 1.12 2007/03/19 21:35:46 dang Exp $ - -inherit gnome2 - -DESCRIPTION="The GNOME Structured File Library" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86" -IUSE="doc gnome" - -# FIXME : should add optional bz2 support -RDEPEND=">=dev-libs/libxml2-2.4.16 - >=dev-libs/glib-2.6 - sys-libs/zlib - gnome? ( >=gnome-base/libbonobo-2 - >=gnome-base/gnome-vfs-2.2 )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" - -G2CONF="${G2CONF} $(use_with gnome)" - -DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO" diff --git a/gnome-extra/libgsf/libgsf-1.12.1.ebuild b/gnome-extra/libgsf/libgsf-1.12.1.ebuild deleted file mode 100644 index 650c0167338d..000000000000 --- a/gnome-extra/libgsf/libgsf-1.12.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/libgsf/libgsf-1.12.1.ebuild,v 1.14 2008/01/17 19:20:08 grobian Exp $ - -inherit gnome2 - -DESCRIPTION="The GNOME Structured File Library" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2 LGPL-2.1" -SLOT="0" -KEYWORDS="alpha ~amd64 arm hppa ia64 ppc ppc64 sh sparc x86" -IUSE="bzip2 doc gnome" - -RDEPEND=">=dev-libs/libxml2-2.4.16 - >=dev-libs/glib-2.6 - sys-libs/zlib - gnome? ( >=gnome-base/libbonobo-2 - >=gnome-base/gnome-vfs-2.2 ) - bzip2? ( app-arch/bzip2 )" - -DEPEND="${RDEPEND} - dev-util/pkgconfig - doc? ( >=dev-util/gtk-doc-1 )" - -G2CONF="${G2CONF} $(use_with bzip2 bz2) $(use_with gnome)" - -DOCS="AUTHORS BUGS ChangeLog HACKING NEWS README TODO" |