Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdnet/
Date: Tue, 01 Sep 2015 19:09:00
Message-Id: 1441134521.ac0a253a5eccbf7918b0979e0ee25d2d0d8f56bb.klausman@gentoo
1 commit: ac0a253a5eccbf7918b0979e0ee25d2d0d8f56bb
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:08:41 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:08:41 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac0a253a
7
8 dev-libs/libdnet: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 dev-libs/libdnet/libdnet-1.12.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/libdnet/libdnet-1.12.ebuild b/dev-libs/libdnet/libdnet-1.12.ebuild
16 index 7c56c8a..fd3fa27 100644
17 --- a/dev-libs/libdnet/libdnet-1.12.ebuild
18 +++ b/dev-libs/libdnet/libdnet-1.12.ebuild
19 @@ -11,7 +11,7 @@ DISTUTILS_OPTIONAL=1
20 inherit autotools distutils-r1 eutils
21
22 DESCRIPTION="simplified, portable interface to several low-level networking routines"
23 -HOMEPAGE="https://code.google.com/p/libdnet/"
24 +HOMEPAGE="https://github.com/dugsong/libdnet"
25 SRC_URI="https://libdnet.googlecode.com/files/${P}.tgz
26 ipv6? ( https://fragroute-ipv6.googlecode.com/files/${P}.ipv6-1.patch.gz )"