media-gfx/gphoto2: wire up verify-sig

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-04-15 17:15:09 +01:00
parent 7059d004b9
commit a8ea515cff
2 changed files with 9 additions and 3 deletions
+1
View File
@@ -1,2 +1,3 @@
DIST gphoto2-2.5.28.tar.xz 575816 BLAKE2B 4f919349d435cdb8e2cc4602ef57cee5e9ba5c7117e9d9e0dc0cec48f8820e8fb56204e7b4eb96105015c603fe83eaccd1ce8a240780a258fe7e56eef06f0665 SHA512 f5e23fd559b3a272441556323b9eadbce11e73bdcfe94ee027d58e51d5396ee6e2c12f0b7675d5017c140db329354de775ad619fcd6f19e3252659e0cbc4baa8
DIST gphoto2-2.5.32.tar.xz 607452 BLAKE2B 656d6796adbe939268a099d293da8b78bc15c7ead1a30c168cba913f9c93f776c92c5d20a115b7964a4c51f3983aff70dc6fc3b805a38a29b6df772528bae30a SHA512 17fd4985ff340ad44e770baff49c55aceb043c457536c60e989e91b71ea15cc0636c31ca9624233e21f3a789f022f84e7119c2fca9ddce40d07a7e448db8a689
DIST gphoto2-2.5.32.tar.xz.asc 833 BLAKE2B 38815ddf0f5749bc5899938be425c7d01672b05e61e2044acc28e59b61a9dcaf9826466f3ced89dc578d0ff8af097ee1bf1c84de5d20ff8a182dd591aaf4362c SHA512 d9640c95bcea1f4e82cc1a68eaf09c57591609fddee933b3389227455bd07c94a34b616fbe3c4b983cb909c5551454ca734692fe0c17e1788f76e92264db40cd
+8 -3
View File
@@ -1,13 +1,17 @@
# Copyright 1999-2025 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit autotools
VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/marcusmeissner.asc
inherit autotools verify-sig
DESCRIPTION="Free, redistributable digital camera software application"
HOMEPAGE="http://www.gphoto.org/"
SRC_URI="https://downloads.sourceforge.net/gphoto/${P}.tar.xz"
SRC_URI="
https://downloads.sourceforge.net/gphoto/${P}.tar.xz
verify-sig? ( https://downloads.sourceforge.net/gphoto/${P}.tar.xz.asc )
"
LICENSE="GPL-2"
SLOT="0"
@@ -30,6 +34,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
virtual/pkgconfig
nls? ( >=sys-devel/gettext-0.19.1 )
verify-sig? ( sec-keys/openpgp-keys-marcusmeissner )
"
src_prepare() {