diff options
author | 2005-07-10 20:11:09 +0000 | |
---|---|---|
committer | 2005-07-10 20:11:09 +0000 | |
commit | 5cbaf42c194103143b5d402f667ce30f3a6444eb (patch) | |
tree | 128a510c3f32bfb948d988d7f669fcf196fb96ee /net-p2p/sancho-bin/sancho-bin-0.9.4.20.ebuild | |
parent | QA: Set SRC_URI only once; Use default src_compile and src_unpack (diff) | |
download | gentoo-2-5cbaf42c194103143b5d402f667ce30f3a6444eb.tar.gz gentoo-2-5cbaf42c194103143b5d402f667ce30f3a6444eb.tar.bz2 gentoo-2-5cbaf42c194103143b5d402f667ce30f3a6444eb.zip |
QA: Set SRC_URI only once.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'net-p2p/sancho-bin/sancho-bin-0.9.4.20.ebuild')
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.20.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.20.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.20.ebuild index a5084350de7a..f221141056c6 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.20.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.20.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # 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.20.ebuild,v 1.1 2004/10/22 01:42:00 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.20.ebuild,v 1.2 2005/07/10 20:08:24 swegener Exp $ IUSE="gtk" @@ -11,7 +11,6 @@ use gtk && 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="gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-gtk.tar.bz2 ) !gtk? ( http://sancho-gui.sourceforge.net/tmp/${MY_P}-linux-fox.tar.bz2 )" |