diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-03-22 07:03:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-03-22 07:03:59 +0000 |
commit | fc20701e58b72975a04bddfee6722cc6a4d91b1c (patch) | |
tree | aa965153674065fd401dede128cc280a5e3bcae9 /net-p2p/gtk-gnutella | |
parent | Version bump with important bug fixes. (diff) | |
download | gentoo-2-fc20701e58b72975a04bddfee6722cc6a4d91b1c.tar.gz gentoo-2-fc20701e58b72975a04bddfee6722cc6a4d91b1c.tar.bz2 gentoo-2-fc20701e58b72975a04bddfee6722cc6a4d91b1c.zip |
Remove old versions.
(Portage version: 2.1.7.17/cvs/Linux x86_64)
Diffstat (limited to 'net-p2p/gtk-gnutella')
-rw-r--r-- | net-p2p/gtk-gnutella/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/gtk-gnutella-0.96.6-r1.ebuild | 58 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/gtk-gnutella-0.96.7.ebuild | 62 |
3 files changed, 5 insertions, 121 deletions
diff --git a/net-p2p/gtk-gnutella/ChangeLog b/net-p2p/gtk-gnutella/ChangeLog index ba52161355f6..46d85d8c0e74 100644 --- a/net-p2p/gtk-gnutella/ChangeLog +++ b/net-p2p/gtk-gnutella/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gtk-gnutella # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.99 2010/03/22 07:02:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.100 2010/03/22 07:03:59 graaff Exp $ + + 22 Mar 2010; Hans de Graaff <graaff@gentoo.org> + -gtk-gnutella-0.96.6-r1.ebuild, -gtk-gnutella-0.96.7.ebuild: + Remove old versions. *gtk-gnutella-0.96.8 (22 Mar 2010) diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-0.96.6-r1.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-0.96.6-r1.ebuild deleted file mode 100644 index 33b663cbddba..000000000000 --- a/net-p2p/gtk-gnutella/gtk-gnutella-0.96.6-r1.ebuild +++ /dev/null @@ -1,58 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-0.96.6-r1.ebuild,v 1.1 2009/07/13 08:06:25 graaff Exp $ - -EAPI="2" - -inherit eutils - -IUSE="nls dbus gnutls +gtk" - -DESCRIPTION="A GTK+ Gnutella client" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -HOMEPAGE="http://gtk-gnutella.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" - -RDEPEND=">=dev-libs/libxml2-2.6.0 - >=x11-libs/gtk+-2.2.1 - dbus? ( >=sys-apps/dbus-0.35.2 ) - gnutls? ( >=net-libs/gnutls-1.0.16 ) - nls? ( >=sys-devel/gettext-0.11.5 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_configure() { - # The build script does not support the equivalent --enable - # options so we must construct the configuration by hand. - - local myconf - - if ! use nls; then - myconf="${myconf} --disable-nls" - fi - - if ! use dbus; then - myconf="${myconf} --disable-dbus" - fi - - if ! use gnutls; then - myconf="${myconf} --disable-gnutls" - fi - - if use gtk; then - myconf="${myconf} --gtk2" - else - myconf="${myconf} --topless" - fi - - ./build.sh --configure-only --prefix="/usr" ${myconf} -} - -src_install() { - dodir /usr/bin - emake INSTALL_PREFIX="${D}" install || die "Install failed" - dodoc AUTHORS ChangeLog README TODO -} diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-0.96.7.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-0.96.7.ebuild deleted file mode 100644 index be989a5a0443..000000000000 --- a/net-p2p/gtk-gnutella/gtk-gnutella-0.96.7.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/gtk-gnutella-0.96.7.ebuild,v 1.1 2010/03/17 18:19:51 graaff Exp $ - -EAPI="2" - -inherit eutils - -IUSE="nls dbus gnutls +gtk" - -DESCRIPTION="A GTK+ Gnutella client" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -HOMEPAGE="http://gtk-gnutella.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" - -RDEPEND=">=dev-libs/libxml2-2.6.0 - >=x11-libs/gtk+-2.2.1 - dbus? ( >=sys-apps/dbus-0.35.2 ) - gnutls? ( >=net-libs/gnutls-1.0.16 ) - nls? ( >=sys-devel/gettext-0.11.5 )" -DEPEND="${RDEPEND} - dev-util/pkgconfig" - -src_prepare() { - epatch "${FILESDIR}/${P}-ldflags.patch" -} - -src_configure() { - # The build script does not support the equivalent --enable - # options so we must construct the configuration by hand. - - local myconf - - if ! use nls; then - myconf="${myconf} --disable-nls" - fi - - if ! use dbus; then - myconf="${myconf} --disable-dbus" - fi - - if ! use gnutls; then - myconf="${myconf} --disable-gnutls" - fi - - if use gtk; then - myconf="${myconf} --gtk2" - else - myconf="${myconf} --topless" - fi - - ./build.sh --configure-only --prefix="/usr" ${myconf} -} - -src_install() { - dodir /usr/bin - emake INSTALL_PREFIX="${D}" install || die "Install failed" - dodoc AUTHORS ChangeLog README TODO -} |