diff options
author | Cédric Krier <cedk@gentoo.org> | 2007-04-30 13:32:25 +0000 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2007-04-30 13:32:25 +0000 |
commit | 31800c3f121a09a6c2ece280abdc5708cbdd8edc (patch) | |
tree | d1e30b6b9872818a85cf386d6c8d8dedd71991b1 /net-analyzer/netselect | |
parent | Added ~x86-fbsd keyword, #176517. (diff) | |
download | gentoo-2-31800c3f121a09a6c2ece280abdc5708cbdd8edc.tar.gz gentoo-2-31800c3f121a09a6c2ece280abdc5708cbdd8edc.tar.bz2 gentoo-2-31800c3f121a09a6c2ece280abdc5708cbdd8edc.zip |
net-analyzer/netselect: Fix HOMEPAGE and SRC_URI for bug #176200
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/netselect')
-rw-r--r-- | net-analyzer/netselect/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/netselect/netselect-0.3-r1.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/net-analyzer/netselect/ChangeLog b/net-analyzer/netselect/ChangeLog index 77852e1a6e84..f6561df7a5ab 100644 --- a/net-analyzer/netselect/ChangeLog +++ b/net-analyzer/netselect/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/netselect -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.28 2006/07/15 16:20:42 flameeyes Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/ChangeLog,v 1.29 2007/04/30 13:32:25 cedk Exp $ + + 30 Apr 2007; Cedric Krier <cedk@gentoo.org> netselect-0.3-r1.ebuild: + Fix HOMEPAGE and SRC_URI for bug #176200 15 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> +files/netselect-0.3-bsd.patch, netselect-0.3-r1.ebuild: diff --git a/net-analyzer/netselect/netselect-0.3-r1.ebuild b/net-analyzer/netselect/netselect-0.3-r1.ebuild index 03529cf66676..28a360dd8ba2 100644 --- a/net-analyzer/netselect/netselect-0.3-r1.ebuild +++ b/net-analyzer/netselect/netselect-0.3-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.17 2006/07/15 16:20:42 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netselect/netselect-0.3-r1.ebuild,v 1.18 2007/04/30 13:32:25 cedk Exp $ inherit eutils flag-o-matic DESCRIPTION="Ultrafast implementation of ping." -HOMEPAGE="http://www.worldvisions.ca/~apenwarr/netselect/" -SRC_URI="http://www.worldvisions.ca/~apenwarr/netselect/${P}.tar.gz" +HOMEPAGE="http://alumnit.ca/~apenwarr/netselect/index.html" +SRC_URI="http://alumnit.ca/~apenwarr/netselect/${P}.tar.gz" LICENSE="BSD" SLOT="0" |