Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/trojan/
Date: Sat, 08 Feb 2020 18:56:08
Message-Id: 1581188123.fd18631a68c79c6a5267bc90ff3ad8c5c979f1b4.soap@gentoo
1 commit: fd18631a68c79c6a5267bc90ff3ad8c5c979f1b4
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 18:55:23 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 18:55:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd18631a
7
8 net-proxy/trojan: [QA] Fix VariableInHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 net-proxy/trojan/trojan-1.10.0.ebuild | 2 +-
13 net-proxy/trojan/trojan-1.12.3.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-proxy/trojan/trojan-1.10.0.ebuild b/net-proxy/trojan/trojan-1.10.0.ebuild
17 index cca6f739ed1..9926cef05cc 100644
18 --- a/net-proxy/trojan/trojan-1.10.0.ebuild
19 +++ b/net-proxy/trojan/trojan-1.10.0.ebuild
20 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_6,3_7} )
21 inherit cmake-utils python-any-r1 systemd
22
23 DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW"
24 -HOMEPAGE="https://github.com/trojan-gfw/${PN}"
25 +HOMEPAGE="https://github.com/trojan-gfw/trojan"
26 SRC_URI="https://github.com/trojan-gfw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
27
28 LICENSE="GPL-3+"
29
30 diff --git a/net-proxy/trojan/trojan-1.12.3.ebuild b/net-proxy/trojan/trojan-1.12.3.ebuild
31 index a380f99123e..5a088c7f298 100644
32 --- a/net-proxy/trojan/trojan-1.12.3.ebuild
33 +++ b/net-proxy/trojan/trojan-1.12.3.ebuild
34 @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{3_6,3_7} )
35 inherit cmake python-any-r1 systemd
36
37 DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW"
38 -HOMEPAGE="https://github.com/trojan-gfw/${PN}"
39 +HOMEPAGE="https://github.com/trojan-gfw/trojan"
40 SRC_URI="https://github.com/trojan-gfw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41
42 LICENSE="GPL-3+"