From: "John Helmert III" <ajak@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/
Date: Sun, 16 Feb 2025 20:59:24 +0000 (UTC) [thread overview]
Message-ID: <1739739540.1eecd04663e5fe0bd4668e028838c5fff4660f23.ajak@gentoo> (raw)
commit: 1eecd04663e5fe0bd4668e028838c5fff4660f23
Author: John Helmert III <ajak <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 20:42:02 2025 +0000
Commit: John Helmert III <ajak <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 20:59:00 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1eecd046
net-misc/megatools: wire up verify-sig
Signed-off-by: John Helmert III <ajak <AT> gentoo.org>
net-misc/megatools/Manifest | 1 +
net-misc/megatools/megatools-1.11.3.ebuild | 7 +++++--
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/net-misc/megatools/Manifest b/net-misc/megatools/Manifest
index dc4ba46ac247..c58d1b0f63a9 100644
--- a/net-misc/megatools/Manifest
+++ b/net-misc/megatools/Manifest
@@ -2,3 +2,4 @@ DIST megatools-1.11.0.20220519.tar.gz 105567 BLAKE2B 2f878568bb21a554d15bf6d68df
DIST megatools-1.11.1.20230212.tar.gz 105339 BLAKE2B b4bc57fa009d8f500e0360c60284198ed2ae30d4580f82826fa6ef6230c5f627d265a1300dbbca76837acc83bf10e8ba73ea404dcb64bf09e15730877714c639 SHA512 8d96533c6ae117f38e095b16f4c3241a9170397174befaff9caf81b598addbe60c89c05d29b20efead462a8f263f799107653cab1ad429ab2ba2fe0dc4fbbb39
DIST megatools-1.11.2.20250127.tar.gz 105322 BLAKE2B d57c7d5f3aa60c57729dcdba423023014c2b653fc58566a5154112ee8d97f83f83f61409c13e270ab2abde6a05e5bb498078b0017320ff239e98189751557a97 SHA512 57900e4ced65c338df39e3781bf6cc159f04998659c431db7aa4dfb552f4101a5587a63a763e0270c32cbb271c4044f647ab9212720e9815fb80f77c4f2dddf8
DIST megatools-1.11.3.20250203.tar.gz 105347 BLAKE2B be8541091181c2fcb685b9ff1c81d5bd3a7fe8c65148e0327ccbbe412b89221c122b5dcd507dd07163d0695678a0a11fd0f8c4d7ec8c8a2b2719137fc8cbf5de SHA512 5e50eeb21a8f9010e2cc1e65abb2f21172cbcabdf8cadfb7d4a2c6e582d5c705b20aac7abe502280e878c8f75ee2b24b25b73f51c174c85134c41919c7626925
+DIST megatools-1.11.3.20250203.tar.gz.asc 228 BLAKE2B 23cacc5f9cd7c045e9038c43c7105504165de28be07ff86fe54116cd87619d890ac937d3e4f5d959370473e02bc898f582892d590de3a7b7149f1b7bc30904d4 SHA512 75e2530081800261444fd38449f02d0099316e462c3675f8f9231836d21b6cc6c13ae0a198c80295a3831c173b6cd29cbfb21414f5c4acb0667871eb1c35056b
diff --git a/net-misc/megatools/megatools-1.11.3.ebuild b/net-misc/megatools/megatools-1.11.3.ebuild
index 2af9167a81c0..f7b2cfc52bc7 100644
--- a/net-misc/megatools/megatools-1.11.3.ebuild
+++ b/net-misc/megatools/megatools-1.11.3.ebuild
@@ -3,13 +3,14 @@
EAPI=8
-inherit meson
+inherit meson verify-sig
MY_P="${P}.20250203"
DESCRIPTION="Command line tools and C library for accessing Mega cloud storage"
HOMEPAGE="https://xff.cz/megatools/"
-SRC_URI="https://xff.cz/megatools/builds/builds/${MY_P}.tar.gz"
+SRC_URI="https://xff.cz/megatools/builds/builds/${MY_P}.tar.gz
+ verify-sig? ( https://xff.cz/megatools/builds/builds/${MY_P}.tar.gz.asc )"
S="${WORKDIR}/${MY_P}"
LICENSE="GPL-2"
@@ -28,6 +29,8 @@ BDEPEND="
virtual/pkgconfig
"
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/ondrejjirman.asc
+
src_install() {
meson_src_install
next reply other threads:[~2025-02-16 20:59 UTC|newest]
Thread overview: 24+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-16 20:59 John Helmert III [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-17 19:58 [gentoo-commits] repo/gentoo:master commit in: net-misc/megatools/ John Helmert III
2025-02-16 20:59 John Helmert III
2025-02-16 20:59 John Helmert III
2025-02-02 22:54 John Helmert III
2025-02-02 22:54 John Helmert III
2023-02-19 0:58 John Helmert III
2022-10-21 6:04 John Helmert III
2022-05-22 15:59 John Helmert III
2022-03-09 1:10 John Helmert III
2022-03-08 22:44 John Helmert III
2020-05-26 6:48 Yixun Lan
2020-04-22 9:29 Jason A. Donenfeld
2020-02-14 21:59 Yixun Lan
2020-02-14 21:59 Yixun Lan
2018-11-12 1:56 Yixun Lan
2018-10-12 19:30 Yixun Lan
2018-10-12 19:30 Yixun Lan
2018-08-21 14:57 Andreas Sturmlechner
2018-08-21 14:57 Andreas Sturmlechner
2016-11-04 3:02 Yixun Lan
2016-11-04 3:02 Yixun Lan
2016-02-15 7:01 Yixun Lan
2016-01-29 0:46 Jason Donenfeld
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=1739739540.1eecd04663e5fe0bd4668e028838c5fff4660f23.ajak@gentoo \
--to=ajak@gentoo.org \
--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