Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronutils/
Date: Tue, 01 Sep 2015 20:07:09
Message-Id: 1441137803.14d521e788d58a5b6a0ed406e2933f2d290e6750.klausman@gentoo
1 commit: 14d521e788d58a5b6a0ed406e2933f2d290e6750
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 20:03:23 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 20:03:23 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d521e7
7
8 sys-process/cronutils: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 sys-process/cronutils/cronutils-1.5.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-process/cronutils/cronutils-1.5.ebuild b/sys-process/cronutils/cronutils-1.5.ebuild
16 index 7084137..9255d27 100644
17 --- a/sys-process/cronutils/cronutils-1.5.ebuild
18 +++ b/sys-process/cronutils/cronutils-1.5.ebuild
19 @@ -7,7 +7,7 @@ EAPI=4
20 inherit toolchain-funcs
21
22 DESCRIPTION="Utilities to assist running batch processing jobs"
23 -HOMEPAGE="https://code.google.com/p/cronutils/"
24 +HOMEPAGE="https://github.com/google/cronutils"
25 SRC_URI="https://cronutils.googlecode.com/files/${P}.tar.gz"
26
27 LICENSE="Apache-2.0"