From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B956D138350 for ; Fri, 17 Apr 2020 14:05:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C14F5E0916; Fri, 17 Apr 2020 14:05:22 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AC5B9E0916 for ; Fri, 17 Apr 2020 14:05:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AA1C734F0E3 for ; Fri, 17 Apr 2020 14:05:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E6C971 for ; Fri, 17 Apr 2020 14:05:20 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1587132289.4cf1f47a810d944cc6060255083260bea2f67b4f.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/trojan/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/trojan/Manifest net-proxy/trojan/trojan-1.14.1.ebuild net-proxy/trojan/trojan-9999.ebuild X-VCS-Directories: net-proxy/trojan/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 4cf1f47a810d944cc6060255083260bea2f67b4f X-VCS-Branch: master Date: Fri, 17 Apr 2020 14:05:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4f872dc1-f4c4-42b6-abaa-c7a084c26731 X-Archives-Hash: 52136da576702e9d3770e7f15ae26b19 commit: 4cf1f47a810d944cc6060255083260bea2f67b4f Author: Yixun Lan gentoo org> AuthorDate: Fri Apr 17 14:04:12 2020 +0000 Commit: Yixun Lan gentoo org> CommitDate: Fri Apr 17 14:04:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cf1f47a net-proxy/trojan: add live ebuild also drop the old version Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Yixun Lan gentoo.org> net-proxy/trojan/Manifest | 1 - net-proxy/trojan/{trojan-1.14.1.ebuild => trojan-9999.ebuild} | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/net-proxy/trojan/Manifest b/net-proxy/trojan/Manifest index 6b77b1c4fd0..68ef8ddb402 100644 --- a/net-proxy/trojan/Manifest +++ b/net-proxy/trojan/Manifest @@ -1,2 +1 @@ -DIST trojan-1.14.1.tar.gz 45884 BLAKE2B 2498476f7e1a2190e21d85b2572fbc91a77b50f9f2adc2d3c3c5cef2554da17f322fbdb23232a55c66c38a4f680175f5c2aa87cefc25853b2007de4bb8bac84d SHA512 c8fcdae584e742d958c896e3a18605f22073341a8227a1d7cb116e9f2ddadd6e5007bfe40ff765d564f8659cd9e9d11731d95a5c74459b0698cc48dac49ead19 DIST trojan-1.15.1.tar.gz 48121 BLAKE2B 38f288d8b9a6c7a98ada85b6b2dd2448604f54068334380c2e6b49d6ee015a1fad2847747734ef1e670d201d9625e64859ccddde5b924ea09c4e87e206997431 SHA512 5e0dfb46116b9de54f5d4e6d0646ab5ba3746143c5ad0f275c894929ba7fc840cacb187e514bbfaa770f0651fc4d3ff9e662f648f515a972ddf72ad0e93d616f diff --git a/net-proxy/trojan/trojan-1.14.1.ebuild b/net-proxy/trojan/trojan-9999.ebuild similarity index 88% rename from net-proxy/trojan/trojan-1.14.1.ebuild rename to net-proxy/trojan/trojan-9999.ebuild index 21f494f1364..fd0888f198b 100644 --- a/net-proxy/trojan/trojan-1.14.1.ebuild +++ b/net-proxy/trojan/trojan-9999.ebuild @@ -4,16 +4,16 @@ EAPI=7 PYTHON_COMPAT=( python{3_6,3_7} ) +EGIT_REPO_URI="https://github.com/trojan-gfw/trojan.git" -inherit cmake python-any-r1 systemd +inherit cmake git-r3 python-any-r1 systemd DESCRIPTION="An unidentifiable mechanism that helps you bypass GFW" HOMEPAGE="https://github.com/trojan-gfw/trojan" -SRC_URI="https://github.com/trojan-gfw/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="" IUSE="mysql test" # Some hiccups setting up local network server.