From f92136144ba463bb7a3d26ab35d4f0e6a316b750 Mon Sep 17 00:00:00 2001 From: Puqns67 Date: Sun, 28 May 2023 21:18:33 +0800 Subject: [PATCH] net-proxy/v2ray: fix file format --- net-proxy/v2ray/v2ray-5.5.0.ebuild | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/net-proxy/v2ray/v2ray-5.5.0.ebuild b/net-proxy/v2ray/v2ray-5.5.0.ebuild index 4bbd9c1..d678a9f 100644 --- a/net-proxy/v2ray/v2ray-5.5.0.ebuild +++ b/net-proxy/v2ray/v2ray-5.5.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021-2022 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,24 +6,22 @@ EAPI=8 inherit systemd go-module DESCRIPTION="A platform for building proxies to bypass network restrictions." -HOMEPAGE="https://github.com/v2fly/v2ray-core" - +HOMEPAGE="https://www.v2fly.org/" SRC_URI="https://github.com/v2fly/v2ray-core/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/Puqns67/gentoo-deps/releases/download/${P}/${P}-deps.tar.xz" -RESTRICT="mirror" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~riscv" -IUSE="" +KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" + +RESTRICT="mirror" -BDEPEND="dev-lang/go" DEPEND="" -RDEPEND=" +RDEPEND="${DEPEND} !net-proxy/v2ray-bin dev-libs/v2ray-geoip-bin - dev-libs/v2ray-domain-list-community-bin -" + dev-libs/v2ray-domain-list-community-bin" +BDEPEND="dev-lang/go" S="${WORKDIR}/${PN}-core-${PV}"