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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2707E158091 for ; Fri, 3 Jun 2022 01:19:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E85A6E0827; Fri, 3 Jun 2022 01:19:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CB756E0827 for ; Fri, 3 Jun 2022 01:19:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF20734254B for ; Fri, 3 Jun 2022 01:19:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DEF61458 for ; Fri, 3 Jun 2022 01:19:03 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1654219132.3d2b0f03985588a66254cf34d48319c6cb1451a2.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/ooni-probe-cli/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-misc/ooni-probe-cli/Manifest net-misc/ooni-probe-cli/ooni-probe-cli-3.15.0.ebuild X-VCS-Directories: net-misc/ooni-probe-cli/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 3d2b0f03985588a66254cf34d48319c6cb1451a2 X-VCS-Branch: dev Date: Fri, 3 Jun 2022 01:19:03 +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: b0cd8c2d-33f8-45fd-b1b2-3ad972b92215 X-Archives-Hash: ce7bc43377c06346684d5864c34bc604 commit: 3d2b0f03985588a66254cf34d48319c6cb1451a2 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Fri Jun 3 00:01:58 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Fri Jun 3 01:18:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3d2b0f03 net-misc/ooni-probe-cli: add 3.15.0 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-misc/ooni-probe-cli/Manifest | 1 + .../ooni-probe-cli/ooni-probe-cli-3.15.0.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/net-misc/ooni-probe-cli/Manifest b/net-misc/ooni-probe-cli/Manifest index 8a5ef0b53..855515d4d 100644 --- a/net-misc/ooni-probe-cli/Manifest +++ b/net-misc/ooni-probe-cli/Manifest @@ -1 +1,2 @@ DIST ooni-probe-cli-3.14.2.tar.gz 20997747 BLAKE2B 45e18e40b280c81935476aa67d73b3d56df34507c3ccdd611f22a979d72ef8cd45c3e70d6d899927e8af353717d944fc84650f2a0417d288c175e4694631be0d SHA512 e35e70363f49cac73bbb4a6ae5f091a33c9e72d565e4fb69d2fac25dfebc961cde3cbd88493ffc17f6330b52cfcc6b093c65a63359a534ca4370010422e0e776 +DIST ooni-probe-cli-3.15.0.tar.gz 21374406 BLAKE2B 05fef6dacee64a58bab319d62c01976a29435b8b938f2c3fffe8f5e57801e1ecc39b4e1a02f1ef64550a13ae35139cb2ca035bf3c9e541ec9821e0fa224fc734 SHA512 b5795fe2ee8de25c3189568f479a6010119f2fb18d6f57642c4d23d9116056bd5a5db20f9eeebe9030705a0e0a65d1ecd57b1c71123d87297036b3affcf433e7 diff --git a/net-misc/ooni-probe-cli/ooni-probe-cli-3.15.0.ebuild b/net-misc/ooni-probe-cli/ooni-probe-cli-3.15.0.ebuild new file mode 100644 index 000000000..5b479e74a --- /dev/null +++ b/net-misc/ooni-probe-cli/ooni-probe-cli-3.15.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit go-module + +MY_PN=${PN#ooni-} +DESCRIPTION="OONI Probe network measurement tool for detecting internet censorship" +HOMEPAGE="https://ooni.org https://github.com/ooni/probe-cli" +SRC_URI="https://github.com/ooni/${MY_PN}/releases/download/v${PV}/${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64" + +RESTRICT="test" # hangs + +DOCS=( docs CODEOWNERS {CONTRIBUTING,Readme}.md ) + +src_compile() { + ego build -v -ldflags="-s -w" ./cmd/ooniprobe +} + +src_test() { + ego test $(ego list ./... | grep -v /vendor/) +} + +src_install() { + dobin ooniprobe + einstalldocs +}