diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-22 16:54:30 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-22 16:54:30 +0000 |
commit | f2c61292b7893e334501a408e823a0227db1487e (patch) | |
tree | 3b04fe91598c6cb9c727b76c907dbfd27d0b555e /net-p2p/gnut | |
parent | new version (diff) | |
download | historical-f2c61292b7893e334501a408e823a0227db1487e.tar.gz historical-f2c61292b7893e334501a408e823a0227db1487e.tar.bz2 historical-f2c61292b7893e334501a408e823a0227db1487e.zip |
updated SRC_URI
Diffstat (limited to 'net-p2p/gnut')
-rw-r--r-- | net-p2p/gnut/ChangeLog | 11 | ||||
-rw-r--r-- | net-p2p/gnut/gnut-0.4.28.ebuild | 5 |
2 files changed, 10 insertions, 6 deletions
diff --git a/net-p2p/gnut/ChangeLog b/net-p2p/gnut/ChangeLog index ebfe7f2151af..e18dd27b4bab 100644 --- a/net-p2p/gnut/ChangeLog +++ b/net-p2p/gnut/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for net-p2p/gnut # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/ChangeLog,v 1.3 2002/07/26 05:02:59 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/ChangeLog,v 1.4 2002/10/22 16:54:30 seemant Exp $ + +*gnut-0.4.28 (1 Feb 2002) + + 22 Oct 2002; Seemant Kulleen <seemant@gentoo.org> gnut-0.4.2.8.ebuild : + + Update SRC_URI and put a copy of the tarball on ibiblio. Thanks to: + konrad_miller@gmx.net (Konrad Miller) in bug #9490. 24 Jul 2002; Mark Guertin <gerk@gentoo.org> : Added ppc to keywords @@ -9,8 +16,6 @@ moved to net-p2p; added SLOT="0" -*gnut-0.4.28 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : Added initial ChangeLog which should be updated whenever the package is diff --git a/net-p2p/gnut/gnut-0.4.28.ebuild b/net-p2p/gnut/gnut-0.4.28.ebuild index 44884634a772..a64e05fc92c1 100644 --- a/net-p2p/gnut/gnut-0.4.28.ebuild +++ b/net-p2p/gnut/gnut-0.4.28.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/gnut-0.4.28.ebuild,v 1.7 2002/10/04 06:17:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/gnut/gnut-0.4.28.ebuild,v 1.8 2002/10/22 16:54:30 seemant Exp $ S=${WORKDIR}/${P} DESCRIPTION="Text-mode gnutella client" -SRC_URI="http://www.gnutelliums.com/linux_unix/gnut/tars/gnut-0.4.28.tar.gz" +SRC_URI="http://alge.anart.no/ftp/pub/gnutella/${P}.tar.gz" HOMEPAGE="http://http://www.gnutelliums.com/linux_unix/gnut/" SLOT="0" @@ -12,7 +12,6 @@ LICENSE="GPL-2" KEYWORDS="x86 ppc" DEPEND="virtual/glibc" -RDEPEND="$DEPEND" src_compile() { cat /dev/null | ./configure \ |