mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
net-proxy/snowflake: add 2.9.2, drop 2.7.0
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
parent
a8e7ae0717
commit
6707340b31
@ -1,2 +1,2 @@
|
||||
DIST snowflake-v2.7.0.tar.gz 21617453 BLAKE2B c91835ffee5faef705fb45ddf7280cbff3016de027b790837f1ac459de108a9f5809c6fc42149332aab88750fb8f24b9e4cd0c04a2d8958d4157d487af0a76e6 SHA512 1bc65efdcc92e201df1e533fcb09c3c20803b7f97dec941f511f6d8d86597c0b4a2618edb2de9c1266d46dad26a51893f2918fcc4af161ec7032496aab76d483
|
||||
DIST snowflake-v2.8.1.tar.gz 22650711 BLAKE2B a330fd8f4c8b7858dcdf58865a84f0fda8d3c8ce6b8d2e8e9b50a041349d0e3c8de7f028275bc33344cd1e4060572d64a26b1922f94ad01adc75bacfb2caf057 SHA512 752afc7fdcbdefa19e4ef319ec7ce9f4ad8182557ce6a51caf7b24e4d08c6f755d34686ce8513f99e216ef314c437328dccfb7d6d16649b63561ed20d5891234
|
||||
DIST snowflake-v2.9.2.tar.gz 22966466 BLAKE2B c1d88c4f90f4715c903943061fe8016f1979a974f1d5dfe603d5a43ef3f09e81540127dfc85c2d1d182229ee8b017e49320ce6e22d0b3e090dea8960af041817 SHA512 1139c13fcb129f1f1f7349e6b57903afce5d227d598cc20d158e0b01e0993d4511d3400ef8e6eb27f5ec8c795fd4fb34402e11706f04461706d4b5ffc736f523
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Copyright 2023-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@ -6,7 +6,7 @@ EAPI=8
|
||||
inherit go-module systemd
|
||||
|
||||
MY_P="${PN}-v${PV}"
|
||||
JOB_ID="389000"
|
||||
JOB_ID="504153"
|
||||
DESCRIPTION="Pluggable Transport using WebRTC, inspired by Flashproxy"
|
||||
HOMEPAGE="
|
||||
https://snowflake.torproject.org/
|
||||
@ -21,26 +21,16 @@ KEYWORDS="~amd64"
|
||||
IUSE="test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
BDEPEND="test? ( >=dev-lang/go-1.21 )"
|
||||
BDEPEND=">=dev-lang/go-1.21"
|
||||
|
||||
src_configure() {
|
||||
COMPONENTS=(
|
||||
broker
|
||||
client
|
||||
probetest
|
||||
proxy
|
||||
server
|
||||
)
|
||||
|
||||
if has_version -b ">=dev-lang/go-1.21"; then
|
||||
COMPONENTS+=(
|
||||
client
|
||||
server
|
||||
)
|
||||
else
|
||||
ewarn "The following components have been disabled:"
|
||||
ewarn " client server"
|
||||
ewarn
|
||||
ewarn "You need >=dev-lang/go-1.21 to build them."
|
||||
fi
|
||||
}
|
||||
|
||||
src_compile() {
|
Loading…
x
Reference in New Issue
Block a user