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 561E1139887 for ; Tue, 1 Sep 2015 20:11:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 138E8141DF; Tue, 1 Sep 2015 20:11:41 +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 4D41C14234 for ; Tue, 1 Sep 2015 20:11:40 +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 14D81340784 for ; Tue, 1 Sep 2015 20:11:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49A5C144 for ; Tue, 1 Sep 2015 20:11:36 +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: <1441138086.e16bc8a22b9a00691bbba27f5da39361dce62be6.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/rutorrent/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/rutorrent/rutorrent-3.4-r1.ebuild X-VCS-Directories: www-apps/rutorrent/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: e16bc8a22b9a00691bbba27f5da39361dce62be6 X-VCS-Branch: master Date: Tue, 1 Sep 2015 20:11:36 +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: 88272807-3469-48b7-b54e-90308505423f X-Archives-Hash: 7be7d13bbd6f3db93f8ed2be4a26124c commit: e16bc8a22b9a00691bbba27f5da39361dce62be6 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 20:08:06 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 20:08:06 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16bc8a2 www-apps/rutorrent: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 www-apps/rutorrent/rutorrent-3.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild index 692537b..aea032b 100644 --- a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild +++ b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild @@ -7,7 +7,7 @@ EAPI="4" inherit webapp eutils DESCRIPTION="ruTorrent is a front-end for the popular Bittorrent client rTorrent" -HOMEPAGE="https://code.google.com/p/rutorrent/" +HOMEPAGE="https://github.com/Novik/ruTorrent" SRC_URI=" https://rutorrent.googlecode.com/files/${P}.tar.gz https://rutorrent.googlecode.com/files/plugins-${PV}.tar.gz"