diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-10-22 17:38:51 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-10-22 17:38:51 +0000 |
commit | 70bed6c87cb95b5a686017733d3b7b0d2bc65edc (patch) | |
tree | b036a9df11dfe67d859e872cd01d30d899fa2805 /net-analyzer | |
parent | version bump (diff) | |
download | historical-70bed6c87cb95b5a686017733d3b7b0d2bc65edc.tar.gz historical-70bed6c87cb95b5a686017733d3b7b0d2bc65edc.tar.bz2 historical-70bed6c87cb95b5a686017733d3b7b0d2bc65edc.zip |
updated SRC_URI
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/netcat/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/netcat/netcat-110-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-analyzer/netcat/ChangeLog b/net-analyzer/netcat/ChangeLog index a16c55030265..1e946c694822 100644 --- a/net-analyzer/netcat/ChangeLog +++ b/net-analyzer/netcat/ChangeLog @@ -1,12 +1,15 @@ # ChangeLog for net-analyzer/netcat # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat/ChangeLog,v 1.5 2002/10/22 16:44:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat/ChangeLog,v 1.6 2002/10/22 17:38:51 seemant Exp $ *netcat-110-r1 (22 Oct 2002) 22 Oct 2002; Seemant Kulleen <seemant@gentoo.org> netcat-110-r1.ebuild files/digest-netcat-110-r1 : + Updated the SRC_URI to reflect the new homepage. Thanks to: + alan@jasomi.com (Alan Hawrylyshen) in bug #9500. + Changed the order of the sed statements as the nc->netcat change in the Makefile screwed people's CFLAGS. Thanks to: Bulletz_1900@hotmail.com (Dries Harnie) in bug #9479 by shadow@ines.ro diff --git a/net-analyzer/netcat/netcat-110-r1.ebuild b/net-analyzer/netcat/netcat-110-r1.ebuild index 407498f23c77..1b778eb51872 100644 --- a/net-analyzer/netcat/netcat-110-r1.ebuild +++ b/net-analyzer/netcat/netcat-110-r1.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat/netcat-110-r1.ebuild,v 1.2 2002/10/22 16:44:05 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netcat/netcat-110-r1.ebuild,v 1.3 2002/10/22 17:38:51 seemant Exp $ MY_P=nc${PV} S=${WORKDIR} DESCRIPTION="A network piping program" -SRC_URI="http://www.l0pht.com/~weld/netcat/${MY_P}.tgz" -HOMEPAGE="http://www.l0pht.com/~weld/netcat" +SRC_URI="http://www.atstake.com/research/tools/${MY_P}.tgz" +HOMEPAGE="http://www.atstake.com/research/tools/" SLOT="0" LICENSE="as-is" |