Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-astronomy/casacore/
Date: Tue, 01 Sep 2015 20:07:27
Message-Id: 1441137411.80a8ab7bca669aaa2cff86cc753aaca5d89e26b2.klausman@gentoo
1 commit: 80a8ab7bca669aaa2cff86cc753aaca5d89e26b2
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:56:51 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:56:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80a8ab7b
7
8 sci-astronomy/casacore: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 sci-astronomy/casacore/casacore-1.5.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild b/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild
16 index a6048c4..182b3c5 100644
17 --- a/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild
18 +++ b/sci-astronomy/casacore/casacore-1.5.0-r1.ebuild
19 @@ -7,7 +7,7 @@ EAPI=5
20 inherit cmake-utils eutils toolchain-funcs fortran-2
21
22 DESCRIPTION="Core libraries for the Common Astronomy Software Applications"
23 -HOMEPAGE="https://code.google.com/p/casacore/"
24 +HOMEPAGE="https://github.com/casacore/casacore"
25 SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.bz2"
26
27 LICENSE="GPL-2"