Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/rutorrent/
Date: Tue, 01 Sep 2015 20:11:42
Message-Id: 1441138086.e16bc8a22b9a00691bbba27f5da39361dce62be6.klausman@gentoo
1 commit: e16bc8a22b9a00691bbba27f5da39361dce62be6
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 20:08:06 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 20:08:06 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e16bc8a2
7
8 www-apps/rutorrent: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 www-apps/rutorrent/rutorrent-3.4-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild
16 index 692537b..aea032b 100644
17 --- a/www-apps/rutorrent/rutorrent-3.4-r1.ebuild
18 +++ b/www-apps/rutorrent/rutorrent-3.4-r1.ebuild
19 @@ -7,7 +7,7 @@ EAPI="4"
20 inherit webapp eutils
21
22 DESCRIPTION="ruTorrent is a front-end for the popular Bittorrent client rTorrent"
23 -HOMEPAGE="https://code.google.com/p/rutorrent/"
24 +HOMEPAGE="https://github.com/Novik/ruTorrent"
25 SRC_URI="
26 https://rutorrent.googlecode.com/files/${P}.tar.gz
27 https://rutorrent.googlecode.com/files/plugins-${PV}.tar.gz"