From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EC5431383D3 for ; Tue, 1 Sep 2015 19:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8665A14186; Tue, 1 Sep 2015 19:09:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 357E614186 for ; Tue, 1 Sep 2015 19:09:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2D4A93406A7 for ; Tue, 1 Sep 2015 19:08:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89FF3144 for ; Tue, 1 Sep 2015 19:08:54 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441134521.ac0a253a5eccbf7918b0979e0ee25d2d0d8f56bb.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libdnet/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libdnet/libdnet-1.12.ebuild X-VCS-Directories: dev-libs/libdnet/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: ac0a253a5eccbf7918b0979e0ee25d2d0d8f56bb X-VCS-Branch: master Date: Tue, 1 Sep 2015 19:08:54 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: be83f5d4-7aa5-4bc2-9655-0196ba8b26ba X-Archives-Hash: c0a79d891c6bc50b94a38c9e2d41933d commit: ac0a253a5eccbf7918b0979e0ee25d2d0d8f56bb Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:08:41 2015 +0000 Commit: Tobias Klausmann gentoo 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 )"