From fe618c8b8c934661d2297b2aeb0615a48e787691 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 27 Jul 2022 03:00:39 +0100 Subject: gentoo auto-resync : 27:07:2022 - 03:00:38 --- app-cdr/mirage2iso/mirage2iso-0.4.2-r1.ebuild | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 app-cdr/mirage2iso/mirage2iso-0.4.2-r1.ebuild (limited to 'app-cdr/mirage2iso/mirage2iso-0.4.2-r1.ebuild') diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.2-r1.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.2-r1.ebuild new file mode 100644 index 000000000000..86120322a7c6 --- /dev/null +++ b/app-cdr/mirage2iso/mirage2iso-0.4.2-r1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="CD/DVD image converter using libmirage" +HOMEPAGE="https://github.com/mgorny/mirage2iso/" +SRC_URI=" + https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}.tar.xz + test? ( https://github.com/mgorny/${PN}/releases/download/v${PV}/${P}-tests.tar.xz )" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="pinentry test" +RESTRICT="!test? ( test )" + +DEPEND=" + >=dev-libs/libmirage-2.0.0:0= + dev-libs/glib:2= + pinentry? ( dev-libs/libassuan:0= )" +RDEPEND="${DEPEND} + pinentry? ( app-crypt/pinentry )" +BDEPEND="virtual/pkgconfig" + +src_configure() { + econf $(use_with pinentry libassuan) +} -- cgit v1.2.3