public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/loop-aes-losetup/
Date: Sat, 25 May 2024 06:47:29 +0000 (UTC)	[thread overview]
Message-ID: <1716619610.fe60141870ef7485a1337d4cf8b42aea4597de75.sam@gentoo> (raw)

commit:     fe60141870ef7485a1337d4cf8b42aea4597de75
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat May 25 06:45:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat May 25 06:46:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe601418

app-crypt/loop-aes-losetup: misc tweaks

* Respect BROOT in src_unpack for util-linux portion
* Move verify-sig deps from RDEPEND to BDEPEND
* Style tweaks

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild  | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/app-crypt/loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild b/app-crypt/loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild
index fbd85c5d3ba5..b26e9ece0c23 100644
--- a/app-crypt/loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild
+++ b/app-crypt/loop-aes-losetup/loop-aes-losetup-2.40.1.ebuild
@@ -20,6 +20,7 @@ SRC_URI="
 	)
 "
 S="${WORKDIR}/${MY_P}"
+
 LICENSE="GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~hppa ~ppc ~sparc ~x86"
@@ -27,10 +28,10 @@ IUSE="nls selinux static"
 
 RDEPEND="
 	selinux? ( >=sys-libs/libselinux-2.2.2-r4 )
-	verify-sig? (
-		>=sec-keys/openpgp-keys-karelzak-20230517
-		>=sec-keys/openpgp-keys-jariruusu-20240521
-	)
+"
+DEPEND="
+	${RDEPEND}
+	virtual/os-headers
 "
 BDEPEND="
 	virtual/pkgconfig
@@ -38,10 +39,10 @@ BDEPEND="
 		app-text/po4a
 		sys-devel/gettext
 	)
-"
-DEPEND="
-	${RDEPEND}
-	virtual/os-headers
+	verify-sig? (
+		>=sec-keys/openpgp-keys-karelzak-20230517
+		>=sec-keys/openpgp-keys-jariruusu-20240521
+	)
 "
 
 PATCHES=(
@@ -49,7 +50,6 @@ PATCHES=(
 )
 
 src_unpack() {
-
 	if use verify-sig ; then
 		mkdir "${T}"/verify-sig || die
 		pushd "${T}"/verify-sig &>/dev/null || die
@@ -59,7 +59,7 @@ src_unpack() {
 		# effects on normal unpack.
 		cp "${DISTDIR}"/${MY_P}.tar.xz . || die
 		xz -d ${MY_P}.tar.xz || die
-		verify-sig_verify_detached ${MY_P}.tar "${DISTDIR}"/${MY_P}.tar.sign /usr/share/openpgp-keys/karelzak.asc
+		verify-sig_verify_detached ${MY_P}.tar "${DISTDIR}"/${MY_P}.tar.sign "${BROOT}"/usr/share/openpgp-keys/karelzak.asc
 
 		popd &>/dev/null || die
 		rm -r "${T}"/verify-sig || die


             reply	other threads:[~2024-05-25  6:47 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-25  6:47 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-11-13  5:56 [gentoo-commits] repo/gentoo:master commit in: app-crypt/loop-aes-losetup/ Sam James
2024-11-13  5:56 Sam James
2024-11-13  5:56 Sam James
2024-06-20 16:22 Sam James
2024-06-20 10:31 Sam James
2024-05-25  7:35 Sam James
2024-05-25  6:50 Sam James
2024-05-25  6:47 Sam James
2024-05-25  6:47 Sam James
2024-03-04  7:53 Joonas Niilola
2024-02-01  8:28 Joonas Niilola
2022-08-17 11:54 Andreas Sturmlechner
2020-06-08 13:41 Joonas Niilola
2020-06-08 13:41 Joonas Niilola
2020-06-08 13:41 Joonas Niilola
2017-03-25 21:46 Alon Bar-Lev
2017-03-18 11:21 Alon Bar-Lev
2017-03-05  9:19 Alon Bar-Lev
2017-02-04  1:31 Alon Bar-Lev
2017-01-13 19:16 Alon Bar-Lev
2015-12-24 17:10 Alon Bar-Lev
2015-12-23 11:16 Alon Bar-Lev

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=1716619610.fe60141870ef7485a1337d4cf8b42aea4597de75.sam@gentoo \
    --to=sam@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