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 17B521383D3 for ; Tue, 1 Sep 2015 18:36:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3E6714307; Tue, 1 Sep 2015 18:36:46 +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 4391E14307 for ; Tue, 1 Sep 2015 18:36:46 +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 6B1BC341A96 for ; Tue, 1 Sep 2015 18:36:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6DA34114 for ; Tue, 1 Sep 2015 18:36: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: <1441132585.578292daf7b3d10e966c3c7f1414d50690a9c216.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lsyncd/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/lsyncd/lsyncd-2.1.5.ebuild X-VCS-Directories: app-admin/lsyncd/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 578292daf7b3d10e966c3c7f1414d50690a9c216 X-VCS-Branch: master Date: Tue, 1 Sep 2015 18:36: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: c8fcda60-0a84-4bf6-902a-a06e9640b553 X-Archives-Hash: 57acc2f516f97705613c2b2e7d6a62b3 commit: 578292daf7b3d10e966c3c7f1414d50690a9c216 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 18:36:25 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 18:36:25 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578292da app-admin/lsyncd: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 app-admin/lsyncd/lsyncd-2.1.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/lsyncd/lsyncd-2.1.5.ebuild b/app-admin/lsyncd/lsyncd-2.1.5.ebuild index 8a005da..23a5851 100644 --- a/app-admin/lsyncd/lsyncd-2.1.5.ebuild +++ b/app-admin/lsyncd/lsyncd-2.1.5.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="Live Syncing (Mirror) Daemon" -HOMEPAGE="https://code.google.com/p/lsyncd/" +HOMEPAGE="https://github.com/axkibe/lsyncd" SRC_URI="https://lsyncd.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2"