public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/
Date: Tue, 26 Jul 2022 19:27:37 +0000 (UTC)	[thread overview]
Message-ID: <1658863631.1aab5ec2d0823a13e1c9702d04b2172c238d7802.soap@gentoo> (raw)

commit:     1aab5ec2d0823a13e1c9702d04b2172c238d7802
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 26 19:27:11 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 19:27:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aab5ec2

app-cdr/mirage2iso: sync live ebuild

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-cdr/mirage2iso/mirage2iso-9999.ebuild | 27 +++++++++------------------
 1 file changed, 9 insertions(+), 18 deletions(-)

diff --git a/app-cdr/mirage2iso/mirage2iso-9999.ebuild b/app-cdr/mirage2iso/mirage2iso-9999.ebuild
index 117ba275a26e..3ad793f93b52 100644
--- a/app-cdr/mirage2iso/mirage2iso-9999.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-9999.ebuild
@@ -1,31 +1,26 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
-EGIT_REPO_URI="https://github.com/mgorny/mirage2iso.git"
 inherit autotools git-r3
 
 DESCRIPTION="CD/DVD image converter using libmirage"
 HOMEPAGE="https://github.com/mgorny/mirage2iso/"
-SRC_URI=""
+EGIT_REPO_URI="https://github.com/mgorny/mirage2iso.git"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
 IUSE="pinentry test"
+RESTRICT="!test? ( test )"
 
-COMMON_DEPEND=">=dev-libs/libmirage-2.0.0:0=
+DEPEND="
+	>=dev-libs/libmirage-2.0.0:0=
 	dev-libs/glib:2=
 	pinentry? ( dev-libs/libassuan:0= )"
-DEPEND="${COMMON_DEPEND}
-	dev-libs/libassuan
-	virtual/pkgconfig
-	test? ( app-arch/xz-utils )"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
 	pinentry? ( app-crypt/pinentry )"
-
-RESTRICT="!test? ( test )"
+BDEPEND="virtual/pkgconfig"
 
 src_prepare() {
 	default
@@ -33,9 +28,5 @@ src_prepare() {
 }
 
 src_configure() {
-	local myconf=(
-		$(use_with pinentry libassuan)
-	)
-
-	econf "${myconf[@]}"
+	econf $(use_with pinentry libassuan)
 }


             reply	other threads:[~2022-07-26 19:27 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-26 19:27 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-07-26 19:27 [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/ David Seifert
2017-09-04 17:34 Michał Górny
2017-06-18 10:10 Michał Górny
2017-06-18 10:10 Michał Górny
2017-05-21  8:56 Michał Górny
2016-07-02 21:19 Michał Górny
2015-08-10 13:59 Michał Górny

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=1658863631.1aab5ec2d0823a13e1c9702d04b2172c238d7802.soap@gentoo \
    --to=soap@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