diff options
author | Mart Raudsepp <leio@gentoo.org> | 2008-02-02 01:05:00 +0000 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2008-02-02 01:05:00 +0000 |
commit | 966bb0c4f0289a1fa3ea9fa3de74dcbda2edd94b (patch) | |
tree | 7a6b4d5f61d2f677db2e558194a662d04c907685 /gnome-base/libgnome | |
parent | Remove old (diff) | |
download | gentoo-2-966bb0c4f0289a1fa3ea9fa3de74dcbda2edd94b.tar.gz gentoo-2-966bb0c4f0289a1fa3ea9fa3de74dcbda2edd94b.tar.bz2 gentoo-2-966bb0c4f0289a1fa3ea9fa3de74dcbda2edd94b.zip |
Remove old
(Portage version: 2.1.4)
Diffstat (limited to 'gnome-base/libgnome')
-rw-r--r-- | gnome-base/libgnome/libgnome-2.14.1.ebuild | 42 | ||||
-rw-r--r-- | gnome-base/libgnome/libgnome-2.16.0.ebuild | 42 |
2 files changed, 0 insertions, 84 deletions
diff --git a/gnome-base/libgnome/libgnome-2.14.1.ebuild b/gnome-base/libgnome/libgnome-2.14.1.ebuild deleted file mode 100644 index cfce0fde707c..000000000000 --- a/gnome-base/libgnome/libgnome-2.14.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.14.1.ebuild,v 1.16 2007/07/15 05:15:41 mr_bones_ Exp $ - -WANT_AUTOCONF=latest -WANT_AUTOMAKE=1.7 -inherit autotools gnome2 - -DESCRIPTION="Essential Gnome Libraries" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86" -IUSE="doc esd" - -RDEPEND=">=dev-libs/glib-2.8 - >=gnome-base/gconf-2 - >=gnome-base/libbonobo-2.13 - >=gnome-base/gnome-vfs-2.5.3 - >=dev-libs/popt-1.5 - esd? ( - >=media-sound/esound-0.2.26 - >=media-libs/audiofile-0.2.3 )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.28 - >=dev-util/pkgconfig-0.17 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} --disable-schemas-install \ - $(use_enable esd)" -} - -src_unpack() { - gnome2_src_unpack - - cp aclocal.m4 old_macros.m4 - AT_M4DIR="." eautoreconf -} diff --git a/gnome-base/libgnome/libgnome-2.16.0.ebuild b/gnome-base/libgnome/libgnome-2.16.0.ebuild deleted file mode 100644 index 075de33fd929..000000000000 --- a/gnome-base/libgnome/libgnome-2.16.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/libgnome/libgnome-2.16.0.ebuild,v 1.16 2007/05/27 05:44:38 kumba Exp $ - -WANT_AUTOCONF=latest -WANT_AUTOMAKE=1.7 -inherit autotools gnome2 - -DESCRIPTION="Essential Gnome Libraries" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="doc esd" - -RDEPEND=">=dev-libs/glib-2.8 - >=gnome-base/gconf-2 - >=gnome-base/libbonobo-2.13 - >=gnome-base/gnome-vfs-2.5.3 - >=dev-libs/popt-1.7 - esd? ( - >=media-sound/esound-0.2.26 - >=media-libs/audiofile-0.2.3 )" -DEPEND="${RDEPEND} - >=dev-util/intltool-0.35 - >=dev-util/pkgconfig-0.17 - doc? ( >=dev-util/gtk-doc-1 )" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} --disable-schemas-install \ - $(use_enable esd)" -} - -src_unpack() { - gnome2_src_unpack - - cp aclocal.m4 old_macros.m4 - AT_M4DIR="." eautoreconf -} |