public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anna Vyalkova" <cyber+gentoo@sysrq.in>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-misc/ooni-probe-cli/
Date: Fri,  3 Jun 2022 01:19:03 +0000 (UTC)	[thread overview]
Message-ID: <1654219132.3d2b0f03985588a66254cf34d48319c6cb1451a2.cybertailor@gentoo> (raw)

commit:     3d2b0f03985588a66254cf34d48319c6cb1451a2
Author:     Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Fri Jun  3 00:01:58 2022 +0000
Commit:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> 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 <cyber+gentoo <AT> 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
+}


             reply	other threads:[~2022-06-03  1:19 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-03  1:19 Anna Vyalkova [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-12 13:57 [gentoo-commits] repo/proj/guru:dev commit in: net-misc/ooni-probe-cli/ Eli Burch
2024-06-26 18:33 Eli Burch
2023-07-21 18:00 Anna Vyalkova
2023-06-30 16:28 Anna Vyalkova
2023-06-10 10:30 Anna Vyalkova
2023-06-08  4:24 Anna Vyalkova
2023-06-02  9:47 Anna Vyalkova
2023-05-12  2:02 Anna Vyalkova
2023-03-20  6:00 Anna Vyalkova
2023-02-28 21:35 Anna Vyalkova
2023-02-25 21:15 Anna Vyalkova
2022-12-12 20:52 Anna Vyalkova
2022-12-12 11:44 Anna Vyalkova
2022-11-24 21:20 Anna Vyalkova
2022-11-16 19:36 Anna Vyalkova
2022-11-03  3:09 Anna Vyalkova
2022-10-30  8:38 Anna Vyalkova
2022-10-08 14:58 Anna Vyalkova
2022-07-07  2:57 Anna Vyalkova
2022-06-17  0:10 Anna Vyalkova
2022-05-30 17:47 Anna Vyalkova
2022-01-03  9:43 Anna Vyalkova

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1654219132.3d2b0f03985588a66254cf34d48319c6cb1451a2.cybertailor@gentoo \
    --to=cyber+gentoo@sysrq.in \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox