diff options
author | Sebastian Pipping <sping@gentoo.org> | 2010-11-10 00:28:27 +0000 |
---|---|---|
committer | Sebastian Pipping <sping@gentoo.org> | 2010-11-10 00:28:27 +0000 |
commit | a68fed9e657511608518186786581fedc89fc9f0 (patch) | |
tree | 4921b85605813d19f42a46c84cbe4e8f8b2dbd9a /net-libs/libnet/libnet-1.1.5.ebuild | |
parent | Stable on amd64 wrt bug #344765 (diff) | |
download | historical-a68fed9e657511608518186786581fedc89fc9f0.tar.gz historical-a68fed9e657511608518186786581fedc89fc9f0.tar.bz2 historical-a68fed9e657511608518186786581fedc89fc9f0.zip |
net-libs/libnet: 1.1.5: Fix broken SRC_URI
Package-Manager: portage-2.1.9.24/cvs/Linux x86_64
Diffstat (limited to 'net-libs/libnet/libnet-1.1.5.ebuild')
-rw-r--r-- | net-libs/libnet/libnet-1.1.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-libs/libnet/libnet-1.1.5.ebuild b/net-libs/libnet/libnet-1.1.5.ebuild index 2cdfcca1b333..4957853bda38 100644 --- a/net-libs/libnet/libnet-1.1.5.ebuild +++ b/net-libs/libnet/libnet-1.1.5.ebuild @@ -1,14 +1,14 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.5.ebuild,v 1.1 2010/11/09 14:01:20 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.1.5.ebuild,v 1.2 2010/11/10 00:28:27 sping Exp $ EAPI="2" inherit eutils DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)" -HOMEPAGE="http://libnet-dev.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/libnet-dev/libnet-dev/${P}/${P}.tar.gz" +HOMEPAGE="http://sourceforge.net/projects/libnet-dev/" +SRC_URI="mirror://sourceforge/project/${PN}-dev/${P}.tar.gz" LICENSE="LGPL-2" SLOT="1.1" |