diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2011-08-03 08:55:15 +0000 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2011-08-03 08:55:15 +0000 |
commit | 10c4c332a55cc54cfab334dd9887515875141227 (patch) | |
tree | 92800e0523c001b33941c5ba1bd4e4469e759770 /net-libs/libnatpmp | |
parent | Disable USE=haddock for upcoming haddock. (diff) | |
download | gentoo-2-10c4c332a55cc54cfab334dd9887515875141227.tar.gz gentoo-2-10c4c332a55cc54cfab334dd9887515875141227.tar.bz2 gentoo-2-10c4c332a55cc54cfab334dd9887515875141227.zip |
Fix HOMEPAGE
(Portage version: 2.1.10.3/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/libnatpmp')
-rw-r--r-- | net-libs/libnatpmp/ChangeLog | 4 | ||||
-rw-r--r-- | net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-libs/libnatpmp/ChangeLog b/net-libs/libnatpmp/ChangeLog index c97b8ae54b54..1b85a0bbb31b 100644 --- a/net-libs/libnatpmp/ChangeLog +++ b/net-libs/libnatpmp/ChangeLog @@ -1,5 +1,9 @@ + 03 Aug 2011; Anthony G. Basile <blueness@gentoo.org> + libnatpmp-20110715-r1.ebuild: + Fix HOMEPAGE + 23 Jul 2011; Anthony G. Basile <blueness@gentoo.org> -libnatpmp-20110715.ebuild, libnatpmp-20110715-r1.ebuild: Removed old version and added docs diff --git a/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild b/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild index 0d1b92f4832b..440e56053375 100644 --- a/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild +++ b/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild,v 1.2 2011/07/23 15:17:49 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/libnatpmp/libnatpmp-20110715-r1.ebuild,v 1.3 2011/08/03 08:55:15 blueness Exp $ EAPI=4 inherit eutils DESCRIPTION="An alternative protocol to UPnP IGD specification." -HOMEPAGE="http://miniupnp.free.fr/nat-pmp.html" +HOMEPAGE="http://miniupnp.free.fr/libnatpmp.html" SRC_URI="http://miniupnp.free.fr/files/download.php?file=${P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" |