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 CD68A1384C2 for ; Tue, 1 Sep 2015 19:56:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6965D14289; Tue, 1 Sep 2015 19:55:55 +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 33982141D5 for ; Tue, 1 Sep 2015 19:55:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6904D33D3D0 for ; Tue, 1 Sep 2015 19:55:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C371E18E for ; Tue, 1 Sep 2015 19:55:49 +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: <1441137013.c3d248f74d2e41c4747a19723b970b79ccab8032.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libcrafter/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/libcrafter/libcrafter-9999.ebuild X-VCS-Directories: net-libs/libcrafter/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: c3d248f74d2e41c4747a19723b970b79ccab8032 X-VCS-Branch: master Date: Tue, 1 Sep 2015 19:55:49 +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: fc0c713c-4e30-4c7d-b942-f011174c70bc X-Archives-Hash: 2ee571a5177949baab761730aa3d1af6 commit: c3d248f74d2e41c4747a19723b970b79ccab8032 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:50:13 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 19:50:13 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d248f7 net-libs/libcrafter: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 net-libs/libcrafter/libcrafter-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/libcrafter/libcrafter-9999.ebuild b/net-libs/libcrafter/libcrafter-9999.ebuild index 8c799d9..b50fb65 100644 --- a/net-libs/libcrafter/libcrafter-9999.ebuild +++ b/net-libs/libcrafter/libcrafter-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit autotools eutils git-r3 DESCRIPTION="a high level library for C++ designed to make easier the creation and decoding of network packets" -HOMEPAGE="https://code.google.com/p/libcrafter/" +HOMEPAGE="https://github.com/pellegre/libcrafter" EGIT_REPO_URI="https://github.com/pellegre/${PN}" LICENSE="BSD"