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 C2CA81383DE for ; Tue, 1 Sep 2015 20:07:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFCB714234; Tue, 1 Sep 2015 20:06:43 +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 27608141C1 for ; Tue, 1 Sep 2015 20:06:43 +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 B9ED63408BA for ; Tue, 1 Sep 2015 20:06:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B860191 for ; Tue, 1 Sep 2015 20:06:37 +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: <1441137803.14d521e788d58a5b6a0ed406e2933f2d290e6750.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/cronutils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/cronutils/cronutils-1.5.ebuild X-VCS-Directories: sys-process/cronutils/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 14d521e788d58a5b6a0ed406e2933f2d290e6750 X-VCS-Branch: master Date: Tue, 1 Sep 2015 20:06:37 +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: b480dd0b-f814-4f9b-ae4d-7942c67a5881 X-Archives-Hash: b0265096d734971c6b07de072b9ae7cf commit: 14d521e788d58a5b6a0ed406e2933f2d290e6750 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 20:03:23 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 20:03:23 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d521e7 sys-process/cronutils: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 sys-process/cronutils/cronutils-1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/cronutils/cronutils-1.5.ebuild b/sys-process/cronutils/cronutils-1.5.ebuild index 7084137..9255d27 100644 --- a/sys-process/cronutils/cronutils-1.5.ebuild +++ b/sys-process/cronutils/cronutils-1.5.ebuild @@ -7,7 +7,7 @@ EAPI=4 inherit toolchain-funcs DESCRIPTION="Utilities to assist running batch processing jobs" -HOMEPAGE="https://code.google.com/p/cronutils/" +HOMEPAGE="https://github.com/google/cronutils" SRC_URI="https://cronutils.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0"