commit: ac0a253a5eccbf7918b0979e0ee25d2d0d8f56bb Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org> AuthorDate: Tue Sep 1 19:08:41 2015 +0000 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org> CommitDate: Tue Sep 1 19:08:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0a253a
dev-libs/libdnet: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 dev-libs/libdnet/libdnet-1.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild index 7c56c8a..fd3fa27 100644 --- a/dev-libs/libdnet/libdnet-1.12.ebuild +++ b/dev-libs/libdnet/libdnet-1.12.ebuild @@ -11,7 +11,7 @@ DISTUTILS_OPTIONAL=1 inherit autotools distutils-r1 eutils DESCRIPTION="simplified, portable interface to several low-level networking routines" -HOMEPAGE="https://code.google.com/p/libdnet/" +HOMEPAGE="https://github.com/dugsong/libdnet" SRC_URI="https://libdnet.googlecode.com/files/${P}.tgz ipv6? ( https://fragroute-ipv6.googlecode.com/files/${P}.ipv6-1.patch.gz )"