diff options
Diffstat (limited to 'net-p2p/sancho-bin')
-rw-r--r-- | net-p2p/sancho-bin/ChangeLog | 8 | ||||
-rw-r--r-- | net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.5-r1 (renamed from net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.5) | 0 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild (renamed from net-p2p/sancho-bin/sancho-bin-0.9.4.5.ebuild) | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/net-p2p/sancho-bin/ChangeLog b/net-p2p/sancho-bin/ChangeLog index 9c6006fb0478..ed16eaf604b9 100644 --- a/net-p2p/sancho-bin/ChangeLog +++ b/net-p2p/sancho-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-p2p/sancho-bin # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.3 2004/06/16 01:33:46 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/ChangeLog,v 1.4 2004/06/16 22:35:46 squinky86 Exp $ + +*sancho-bin-0.9.4.5-r1 (16 Jun 2004) + + 16 Jun 2004; Jon Hood <squinky86@gentoo.org> +sancho-bin-0.9.4.5-r1.ebuild, + -sancho-bin-0.9.4.5.ebuild: + version bump for #54128 *sancho-bin-0.9.4.5 (15 Jun 2004) diff --git a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.5 b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.5-r1 index d463324bc338..d463324bc338 100644 --- a/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.5 +++ b/net-p2p/sancho-bin/files/digest-sancho-bin-0.9.4.5-r1 diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.5.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild index cdc91bdfbe95..cc4d956b0b67 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.5.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.5.ebuild,v 1.1 2004/06/16 01:33:46 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.5-r1.ebuild,v 1.1 2004/06/16 22:35:46 squinky86 Exp $ IUSE="gtk2" @@ -12,6 +12,8 @@ use gtk2 && TOOLKIT="gtk" || TOOLKIT="fox" DESCRIPTION="a powerful frontend for mldonkey" HOMEPAGE="http://sancho-gui.sourceforge.net/" SRC_URI="http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-${TOOLKIT}.tar.bz2" +SRC_URI="gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) + !gtk2? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )" KEYWORDS="~x86" SLOT="0" |