public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/
Date: Sun, 18 Jun 2017 10:10:47 +0000 (UTC)	[thread overview]
Message-ID: <1497780642.f37844b10d39ee6c0a89654344fffd08d56ccae1.mgorny@gentoo> (raw)

commit:     f37844b10d39ee6c0a89654344fffd08d56ccae1
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 10:06:16 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 10:10:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37844b1

app-cdr/mirage2iso: Bump to 0.4.2

 app-cdr/mirage2iso/Manifest                |  2 ++
 app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild | 33 ++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/app-cdr/mirage2iso/Manifest b/app-cdr/mirage2iso/Manifest
index 3e564db737c..bac624c9f95 100644
--- a/app-cdr/mirage2iso/Manifest
+++ b/app-cdr/mirage2iso/Manifest
@@ -1,2 +1,4 @@
 DIST mirage2iso-0.3-tests.tar.xz 4185308 SHA256 742d7cbaddb522967d858b5b0042e3ac7e6165134e1f69462292c7593d160258 SHA512 bc7f53a6810fae3cf726a1edc1a386edbf092e1c1bf7f79be7248d6cda86fa9678f764efbf6304442179549fc7ae6344195ec4a101eceb800d3465f115b20885 WHIRLPOOL f91ef202e4b835e1c4c33dade280181573d4016f51d4e16897e4f980b1d650e67e41cd007b1958954b90e562644f5f57b66d85809b0dc82e9ff2f731fd09d979
 DIST mirage2iso-0.4.1.tar.bz2 98593 SHA256 cb9f88689a243f8652acc77118ae6aac7fb016b453dacb93751f035229aee557 SHA512 a3b9970f56422fa8d4f6c9ffe5fca9810afb5b1fdad66b2bfd007aa6b857f8fa5d29cf9890ab066d4036c1ea57f03dba2bd1335e5630a3f52d511afb4d6acb06 WHIRLPOOL 972cce4c16e923e789230a2d789a2cd82ac07bf56dc4c330af33900d622c6a647c07e37e798555c6a10faa9e5bd917219b7133db8c57e48658cff6e1437c3474
+DIST mirage2iso-0.4.2-tests.tar.xz 12362388 SHA256 2823fde4cb108e1bc95e2e3d3b4612e5d3a8d51825b7dbc1a556177eeb7bb340 SHA512 94955524e8caecf7c9e27e016677e03265311bff6fe1e7f873f8bb009e27a2cad7748e451de382a76ec312d39aee1ef94edd81386009d120c2a3ba63494a366e WHIRLPOOL 7ab82601e5851f57faa5e5c90673b69afe7f34b058fe1c6f708db4016b1e62da54e5ee7ec7ff1a8c851961f5032e8cf60bdbd55fab41a8800757fa2c4df9db9a
+DIST mirage2iso-0.4.2.tar.xz 93168 SHA256 f92af1737a7d5756a76d6ccf4a2b7ed922d271eb0ce01e4e32efc5516638d30d SHA512 ef2671bf6887696f09fbf12df5af06ee5a6d66a9b6dd95ac5c84b71a6dc3216a4c5013aee7b8fb8ffebc8cab1a707b66f10ddefc5e20a5abe3ad0edce960b817 WHIRLPOOL 9ec094468ff884179346d892a9819af21c19da5957fca95feb30ee72fbb681e3dc533acd1b014443e2dcb84e26756069ab6ff64bb58ebcb12e7fe7fe568dd058

diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild
new file mode 100644
index 00000000000..97e1fa1f6d3
--- /dev/null
+++ b/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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"
+
+COMMON_DEPEND=">=dev-libs/libmirage-2.0.0:0=
+	dev-libs/glib:2=
+	pinentry? ( dev-libs/libassuan:0= )"
+DEPEND="${COMMON_DEPEND}
+	app-arch/xz-utils
+	virtual/pkgconfig"
+RDEPEND="${COMMON_DEPEND}
+	pinentry? ( app-crypt/pinentry )"
+
+RESTRICT="!test? ( test )"
+
+src_configure() {
+	local myconf=(
+		$(use_with pinentry libassuan)
+	)
+
+	econf "${myconf[@]}"
+}


             reply	other threads:[~2017-06-18 10:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-18 10:10 Michał Górny [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
2022-07-26 19:27 David Seifert
2017-09-04 17:34 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=1497780642.f37844b10d39ee6c0a89654344fffd08d56ccae1.mgorny@gentoo \
    --to=mgorny@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