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 19CA71383DE for ; Tue, 1 Sep 2015 20:07:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F02891430C; Tue, 1 Sep 2015 20:06:50 +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 93FCC1430C for ; Tue, 1 Sep 2015 20:06:45 +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 95CE3340862 for ; Tue, 1 Sep 2015 20:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EA1B1181 for ; Tue, 1 Sep 2015 20:06:35 +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: <1441137411.80a8ab7bca669aaa2cff86cc753aaca5d89e26b2.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casacore/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-astronomy/casacore/casacore-1.5.0-r1.ebuild X-VCS-Directories: sci-astronomy/casacore/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 80a8ab7bca669aaa2cff86cc753aaca5d89e26b2 X-VCS-Branch: master Date: Tue, 1 Sep 2015 20:06:35 +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: 2555974f-bb5f-49ef-949f-9dc401dc5b41 X-Archives-Hash: e015af15e1652a6000815a0d7962299c commit: 80a8ab7bca669aaa2cff86cc753aaca5d89e26b2 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 19:56:51 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 19:56:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a8ab7b sci-astronomy/casacore: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 sci-astronomy/casacore/casacore-1.5.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild b/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild index a6048c4..182b3c5 100644 --- a/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild +++ b/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit cmake-utils eutils toolchain-funcs fortran-2 DESCRIPTION="Core libraries for the Common Astronomy Software Applications" -HOMEPAGE="https://code.google.com/p/casacore/" +HOMEPAGE="https://github.com/casacore/casacore" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2"