diff options
author | Marcin Kryczek <mkay@gentoo.org> | 2006-02-13 09:21:28 +0000 |
---|---|---|
committer | Marcin Kryczek <mkay@gentoo.org> | 2006-02-13 09:21:28 +0000 |
commit | afca4f5ddce9637ade60630282c7b5f447c5ef09 (patch) | |
tree | cccd7aeac97df6eb8cf5dd4c6ec90e6f4109300c /net-p2p/gtk-gnutella | |
parent | Version bump, remove 1.1.5 (diff) | |
download | gentoo-2-afca4f5ddce9637ade60630282c7b5f447c5ef09.tar.gz gentoo-2-afca4f5ddce9637ade60630282c7b5f447c5ef09.tar.bz2 gentoo-2-afca4f5ddce9637ade60630282c7b5f447c5ef09.zip |
Removing old versions with deprecated gtk2 USE flag
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-p2p/gtk-gnutella')
-rw-r--r-- | net-p2p/gtk-gnutella/ChangeLog | 6 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95 | 1 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95-r1 | 1 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95.4 | 1 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/gtk-gnutella-0.95-r1.ebuild | 90 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/gtk-gnutella-0.95.4.ebuild | 62 | ||||
-rw-r--r-- | net-p2p/gtk-gnutella/gtk-gnutella-0.95.ebuild | 82 |
7 files changed, 5 insertions, 238 deletions
diff --git a/net-p2p/gtk-gnutella/ChangeLog b/net-p2p/gtk-gnutella/ChangeLog index ba471df71e8d..ecdd1d20e004 100644 --- a/net-p2p/gtk-gnutella/ChangeLog +++ b/net-p2p/gtk-gnutella/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-p2p/gtk-gnutella # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.59 2006/02/07 02:56:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gtk-gnutella/ChangeLog,v 1.60 2006/02/13 09:21:28 mkay Exp $ + + 13 Feb 2006; Marcin Kryczek <mkay@gentoo.org> -gtk-gnutella-0.95.ebuild, + -gtk-gnutella-0.95-r1.ebuild, -gtk-gnutella-0.95.4.ebuild: + Removing old versions with deprecated gtk2 USE flag 07 Feb 2006; Aron Griffis <agriffis@gentoo.org> gtk-gnutella-0.95.4-r1.ebuild: diff --git a/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95 b/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95 deleted file mode 100644 index ce69308b780b..000000000000 --- a/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95 +++ /dev/null @@ -1 +0,0 @@ -MD5 de2ff4973c975ee16cdd69ca72c06bcd gtk-gnutella-0.95.tar.bz2 2191028 diff --git a/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95-r1 b/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95-r1 deleted file mode 100644 index ce69308b780b..000000000000 --- a/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 de2ff4973c975ee16cdd69ca72c06bcd gtk-gnutella-0.95.tar.bz2 2191028 diff --git a/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95.4 b/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95.4 deleted file mode 100644 index 4fa13de36fcd..000000000000 --- a/net-p2p/gtk-gnutella/files/digest-gtk-gnutella-0.95.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 4e6ea65149100c882f9b2c4ff7ca8dc1 gtk-gnutella-0.95.4.tar.bz2 2337832 diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-0.95-r1.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-0.95-r1.ebuild deleted file mode 100644 index 8908bc373d98..000000000000 --- a/net-p2p/gtk-gnutella/gtk-gnutella-0.95-r1.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2005 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.95-r1.ebuild,v 1.2 2005/05/29 02:37:07 yoswink Exp $ - -inherit eutils - -IUSE="gnome gtk2 xml2 nls" - -DESCRIPTION="A GTK+ Gnutella client" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -RESTRICT="nomirror" -HOMEPAGE="http://gtk-gnutella.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~amd64 ~alpha" - -DEPEND="xml2? ( dev-libs/libxml2 ) - gtk2? ( =dev-libs/glib-2* =x11-libs/gtk+-2* ) - !gtk2? ( =dev-libs/glib-1.2* =x11-libs/gtk+-1.2* ) - dev-util/yacc - nls? ( >=sys-devel/gettext-0.11.5 )" - -src_unpack() { - unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-gtk2.6.patch -} - -src_compile() { - local myconf - - if use gtk2; then - myconf="-Dgtkversion=2" - else - myconf="-Dgtkversion=1" - fi - - if use xml2; then - myconf="${myconf} -Dd_libxml2" - else - myconf="${myconf} -Ud_libxml2" - fi - - if use nls; then - myconf="${myconf} -Dd_enablenls -Dgmsgfmt=\"/usr/bin/msgfmt\" -Dmsgfmt=\"/usr/bin/msgfmt\"" - else - myconf="${myconf} -Ud_enablenls" - fi - - ./Configure -d -s -e \ - -Dprefix="/usr" \ - -Dprivlib="/usr/share/gtk-gnutella" \ - -Dccflags="${CFLAGS}" \ - ${myconf} \ - -Doptimize=" " \ - -Dofficial="true" || die "Configure failed" - - emake || die "Compile failed" -} - -src_install() { - dodir /usr/bin - make INSTALL_PREFIX=${D} install || die "Install failed" - find ${D}/usr/share -type f -exec chmod a-x {} \; - dodoc AUTHORS ChangeLog README TODO - - if use gnome; then - insinto /usr/share/gnome/apps/Internet - doins ${FILESDIR}/gtk-gnutella.desktop || die - fi -} - -pkg_postinst() { - if use gtk2; then - ewarn "The GTK2 interface currently does not have a maintainer--not all" - ewarn "options which are available in the GTK1 interface might have made" - ewarn "it in the GTK2 interface. The GTK2 interface also" - ewarn "has a known bug which causes an invalid assertion if" - ewarn "you select passive search" - echo - fi - - if ! use xml2; then - ewarn "You have installed gtk-gnutella without xml2 support. As such, your" - ewarn "search filters may not be saved when you quit the application." - einfo "If you would like this feature enabled, re-emerge with USE=\"xml2\"." - echo - fi -} diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-0.95.4.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-0.95.4.ebuild deleted file mode 100644 index 772af21ffa88..000000000000 --- a/net-p2p/gtk-gnutella/gtk-gnutella-0.95.4.ebuild +++ /dev/null @@ -1,62 +0,0 @@ -# Copyright 1999-2005 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.95.4.ebuild,v 1.5 2005/09/13 13:48:57 gustavoz Exp $ - -inherit eutils - -IUSE="gnome gtk2 nls" - -DESCRIPTION="A GTK+ Gnutella client" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -RESTRICT="nomirror" -HOMEPAGE="http://gtk-gnutella.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="alpha amd64 ppc sparc x86" - -DEPEND="dev-libs/libxml2 - gtk2? ( =dev-libs/glib-2* =x11-libs/gtk+-2* ) - !gtk2? ( =dev-libs/glib-1.2* =x11-libs/gtk+-1.2* ) - dev-util/yacc - nls? ( >=sys-devel/gettext-0.11.5 )" - -src_unpack() { - unpack ${A} - cd ${S} -} - -src_compile() { - local myconf - - if use gtk2; then - myconf="-Dgtkversion=2" - else - myconf="-Dgtkversion=1" - fi - - if use nls; then - myconf="${myconf} -Dd_enablenls -Dgmsgfmt=\"/usr/bin/msgfmt\" -Dmsgfmt=\"/usr/bin/msgfmt\"" - else - myconf="${myconf} -Ud_enablenls" - fi - - ./Configure -d -s -e \ - -Dprefix="/usr" \ - -Dprivlib="/usr/share/gtk-gnutella" \ - -Dccflags="${CFLAGS}" \ - ${myconf} \ - -Doptimize=" " \ - -Dofficial="true" || die "Configure failed" - - emake || die "Compile failed" -} - -src_install() { - dodir /usr/bin - make INSTALL_PREFIX=${D} install || die "Install failed" - find ${D}/usr/share -type f -exec chmod a-x {} \; - dodoc AUTHORS ChangeLog README TODO - -} - diff --git a/net-p2p/gtk-gnutella/gtk-gnutella-0.95.ebuild b/net-p2p/gtk-gnutella/gtk-gnutella-0.95.ebuild deleted file mode 100644 index b4a1837e26a6..000000000000 --- a/net-p2p/gtk-gnutella/gtk-gnutella-0.95.ebuild +++ /dev/null @@ -1,82 +0,0 @@ -# Copyright 1999-2005 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.95.ebuild,v 1.3 2005/06/23 21:55:52 sekretarz Exp $ - -IUSE="gnome gtk2 xml2 nls" - -DESCRIPTION="A GTK+ Gnutella client" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" -RESTRICT="nomirror" -HOMEPAGE="http://gtk-gnutella.sourceforge.net/" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~sparc ~amd64" - -DEPEND="xml2? ( dev-libs/libxml2 ) - gtk2? ( =dev-libs/glib-2* >=x11-libs/gtk+-2.6.4 ) - !gtk2? ( =dev-libs/glib-1.2* =x11-libs/gtk+-1.2* ) - dev-util/yacc - nls? ( >=sys-devel/gettext-0.11.5 )" - -src_compile() { - local myconf - - if use gtk2; then - myconf="-Dgtkversion=2" - else - myconf="-Dgtkversion=1" - fi - - if use xml2; then - myconf="${myconf} -Dd_libxml2" - else - myconf="${myconf} -Ud_libxml2" - fi - - if use nls; then - myconf="${myconf} -Dd_enablenls -Dgmsgfmt=\"/usr/bin/msgfmt\" -Dmsgfmt=\"/usr/bin/msgfmt\"" - else - myconf="${myconf} -Ud_enablenls" - fi - - ./Configure -d -s -e \ - -Dprefix="/usr" \ - -Dprivlib="/usr/share/gtk-gnutella" \ - -Dccflags="${CFLAGS}" \ - ${myconf} \ - -Doptimize=" " \ - -Dofficial="true" || die "Configure failed" - - emake || die "Compile failed" -} - -src_install() { - dodir /usr/bin - make INSTALL_PREFIX=${D} install || die "Install failed" - find ${D}/usr/share -type f -exec chmod a-x {} \; - dodoc AUTHORS ChangeLog README TODO - - if use gnome; then - insinto /usr/share/gnome/apps/Internet - doins ${FILESDIR}/gtk-gnutella.desktop || die - fi -} - -pkg_postinst() { - if use gtk2; then - ewarn "The GTK2 interface currently does not have a maintainer--not all" - ewarn "options which are available in the GTK1 interface might have made" - ewarn "it in the GTK2 interface. The GTK2 interface also" - ewarn "has a known bug which causes an invalid assertion if" - ewarn "you select passive search" - echo - fi - - if ! use xml2; then - ewarn "You have installed gtk-gnutella without xml2 support. As such, your" - ewarn "search filters may not be saved when you quit the application." - einfo "If you would like this feature enabled, re-emerge with USE=\"xml2\"." - echo - fi -} |