diff options
author | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:11:09 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2005-07-10 20:11:09 +0000 |
commit | 5cbaf42c194103143b5d402f667ce30f3a6444eb (patch) | |
tree | 128a510c3f32bfb948d988d7f669fcf196fb96ee /net-p2p | |
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')
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.17.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.19.ebuild | 3 | ||||
-rw-r--r-- | net-p2p/sancho-bin/sancho-bin-0.9.4.20.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.17.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.17.ebuild index 3c45ed44944f..b47cdd2bec05 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.17.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.17.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.17.ebuild,v 1.2 2004/11/06 16:19:44 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.17.ebuild,v 1.3 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 )" diff --git a/net-p2p/sancho-bin/sancho-bin-0.9.4.19.ebuild b/net-p2p/sancho-bin/sancho-bin-0.9.4.19.ebuild index c3ebc0496fc4..80a7246843c4 100644 --- a/net-p2p/sancho-bin/sancho-bin-0.9.4.19.ebuild +++ b/net-p2p/sancho-bin/sancho-bin-0.9.4.19.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.19.ebuild,v 1.2 2004/11/23 21:00:35 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/sancho-bin/sancho-bin-0.9.4.19.ebuild,v 1.3 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 )" 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 )" |