public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/
@ 2015-08-10 13:59 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2015-08-10 13:59 UTC (permalink / raw
  To: gentoo-commits

commit:     93ba4d5a44da8461f415a0a7e9a3b86e81a7f7a3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 13:59:06 2015 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 13:59:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93ba4d5a

app-cdr/mirage2iso: drop old

Package-Manager: portage-2.2.20_p32_p372642

 app-cdr/mirage2iso/Manifest              |  1 -
 app-cdr/mirage2iso/mirage2iso-0.4.ebuild | 41 --------------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-cdr/mirage2iso/Manifest b/app-cdr/mirage2iso/Manifest
index 79ba67b..3e564db 100644
--- a/app-cdr/mirage2iso/Manifest
+++ b/app-cdr/mirage2iso/Manifest
@@ -1,3 +1,2 @@
 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.tar.bz2 92069 SHA256 f4cb1074c72ba22273677d037db046135b6ec0308a652bf2353e93594553df3a SHA512 e5a792b3a275b63c3c04921f957cc4ba10917875f9baa492369b3dae9432673fda20f2f103b73e986c79dca984d04748cf5802fa87fe07a1b5c08845a3c18339 WHIRLPOOL e48a2446159de82d815e471f749956127ec039e3742b9bcb725d0159287af301e4a756bab291ef8db92c14b711e2c3d04688e4b08d9d6186d8f3793a3ac37872

diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.ebuild
deleted file mode 100644
index ab076a5..0000000
--- a/app-cdr/mirage2iso/mirage2iso-0.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit autotools-utils versionator
-
-TESTS_PV=0.3
-
-DESCRIPTION="CD/DVD image converter using libmirage"
-HOMEPAGE="https://bitbucket.org/mgorny/mirage2iso/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2
-	test? ( https://www.bitbucket.org/mgorny/${PN}/downloads/${PN}-${TESTS_PV}-tests.tar.xz )"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="pinentry test"
-
-COMMON_DEPEND=">=dev-libs/libmirage-2.0.0
-	dev-libs/glib:2
-	pinentry? ( dev-libs/libassuan )"
-DEPEND="${COMMON_DEPEND}
-	virtual/pkgconfig
-	test? ( app-arch/xz-utils )"
-RDEPEND="${COMMON_DEPEND}
-	pinentry? ( app-crypt/pinentry )"
-
-src_configure() {
-	myeconfargs=(
-		$(use_with pinentry libassuan)
-	)
-
-	autotools-utils_src_configure
-}
-
-src_test() {
-	mv "${WORKDIR}"/${PN}-${TESTS_PV}/tests/* tests/ || die
-	autotools-utils_src_test
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/
@ 2016-07-02 21:19 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2016-07-02 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ace87f9e81825c100b6a4dc1479bbd46db67dcab
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 21:00:28 2016 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 21:19:18 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ace87f9e

app-cdr/mirage2iso: Bump to EAPI 6, clean up

 ...iso-0.4.1.ebuild => mirage2iso-0.4.1-r1.ebuild} | 14 +++----
 app-cdr/mirage2iso/mirage2iso-9999.ebuild          | 46 +++++++---------------
 2 files changed, 21 insertions(+), 39 deletions(-)

diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.1.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
similarity index 83%
rename from app-cdr/mirage2iso/mirage2iso-0.4.1.ebuild
rename to app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
index 22b637f..bc44d40 100644
--- a/app-cdr/mirage2iso/mirage2iso-0.4.1.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
@@ -1,10 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
-
-inherit autotools-utils versionator
+EAPI=6
 
 TESTS_PV=0.3
 
@@ -27,15 +25,17 @@ DEPEND="${COMMON_DEPEND}
 RDEPEND="${COMMON_DEPEND}
 	pinentry? ( app-crypt/pinentry )"
 
+RESTRICT="!test? ( test )"
+
 src_configure() {
-	myeconfargs=(
+	local myconf=(
 		$(use_with pinentry libassuan)
 	)
 
-	autotools-utils_src_configure
+	econf "${myconf[@]}"
 }
 
 src_test() {
 	mv "${WORKDIR}"/${PN}-${TESTS_PV}/tests/* tests/ || die
-	autotools-utils_src_test
+	default
 }

diff --git a/app-cdr/mirage2iso/mirage2iso-9999.ebuild b/app-cdr/mirage2iso/mirage2iso-9999.ebuild
index 55d9c69..327133a 100644
--- a/app-cdr/mirage2iso/mirage2iso-9999.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-9999.ebuild
@@ -1,60 +1,42 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-#if LIVE
-AUTOTOOLS_AUTORECONF=yes
 EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
-
-inherit git-r3
-#endif
-
-inherit autotools-utils versionator
-
-TESTS_PV=0.3
+inherit autotools git-r3
 
 DESCRIPTION="CD/DVD image converter using libmirage"
 HOMEPAGE="https://bitbucket.org/mgorny/mirage2iso/"
-SRC_URI="https://www.bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2
-	test? ( https://www.bitbucket.org/mgorny/${PN}/downloads/${PN}-${TESTS_PV}-tests.tar.xz )"
+SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
 IUSE="pinentry test"
 
 COMMON_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}
 	pinentry? ( app-crypt/pinentry )"
 
-#if LIVE
-DEPEND="${DEPEND}
-	dev-libs/libassuan"
-KEYWORDS=
-SRC_URI=
-#endif
+RESTRICT="!test? ( test )"
+
+src_prepare() {
+	default
+	eautoreconf
+}
 
 src_configure() {
-	myeconfargs=(
+	local myconf=(
 		$(use_with pinentry libassuan)
 	)
 
-	autotools-utils_src_configure
-}
-
-src_test() {
-#if LIVE
-	autotools-utils_src_test
-	return ${?}
-
-#endif
-	mv "${WORKDIR}"/${PN}-${TESTS_PV}/tests/* tests/ || die
-	autotools-utils_src_test
+	econf "${myconf[@]}"
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/
@ 2017-05-21  8:56 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-05-21  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     336d2200d4ab44ef746c6e4b0eaeb22abc235cbb
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 21 08:27:24 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 21 08:56:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=336d2200

app-cdr/mirage2iso: Moved to GitHub

 app-cdr/mirage2iso/metadata.xml               |  4 ++--
 app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild | 12 ++++++------
 app-cdr/mirage2iso/mirage2iso-9999.ebuild     |  6 +++---
 3 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/app-cdr/mirage2iso/metadata.xml b/app-cdr/mirage2iso/metadata.xml
index 27f875e760a..80f0436e542 100644
--- a/app-cdr/mirage2iso/metadata.xml
+++ b/app-cdr/mirage2iso/metadata.xml
@@ -14,7 +14,7 @@
 			<email>mgorny@gentoo.org</email>
 			<name>Michał Górny</name>
 		</maintainer>
-		<bugs-to>https://bitbucket.org/mgorny/mirage2iso/issues/</bugs-to>
-		<remote-id type="bitbucket">mgorny/mirage2iso</remote-id>
+		<bugs-to>https://github.com/mgorny/mirage2iso/issues/</bugs-to>
+		<remote-id type="github">mgorny/mirage2iso</remote-id>
 	</upstream>
 </pkgmetadata>

diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
index 6c185b131a8..214f064e07f 100644
--- a/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-TESTS_PV=0.3
+TESTS_P=${PN}-0.3
 
 DESCRIPTION="CD/DVD image converter using libmirage"
-HOMEPAGE="https://bitbucket.org/mgorny/mirage2iso/"
-SRC_URI="https://bitbucket.org/mgorny/${PN}/downloads/${P}.tar.bz2
-	test? ( https://bitbucket.org/mgorny/${PN}/downloads/${PN}-${TESTS_PV}-tests.tar.xz )"
+HOMEPAGE="https://github.com/mgorny/mirage2iso/"
+SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2
+	test? ( https://github.com/mgorny/${PN}/releases/download/${P}/${TESTS_P}-tests.tar.xz )"
 
 LICENSE="BSD"
 SLOT="0"
@@ -35,6 +35,6 @@ src_configure() {
 }
 
 src_test() {
-	mv "${WORKDIR}"/${PN}-${TESTS_PV}/tests/* tests/ || die
+	mv "${WORKDIR}"/${TESTS_P}/tests/* tests/ || die
 	default
 }

diff --git a/app-cdr/mirage2iso/mirage2iso-9999.ebuild b/app-cdr/mirage2iso/mirage2iso-9999.ebuild
index 19d448a45d7..117ba275a26 100644
--- a/app-cdr/mirage2iso/mirage2iso-9999.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-9999.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-EGIT_REPO_URI="https://bitbucket.org/mgorny/${PN}.git"
+EGIT_REPO_URI="https://github.com/mgorny/mirage2iso.git"
 inherit autotools git-r3
 
 DESCRIPTION="CD/DVD image converter using libmirage"
-HOMEPAGE="https://bitbucket.org/mgorny/mirage2iso/"
+HOMEPAGE="https://github.com/mgorny/mirage2iso/"
 SRC_URI=""
 
 LICENSE="BSD"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/
@ 2017-06-18 10:10 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-06-18 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     cb7ef18827b132c8f44f7097384b098470c8371a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 18 10:07:02 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 18 10:10:41 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7ef188

app-cdr/mirage2iso: Restrict libmirage version, #622064

 .../{mirage2iso-0.4.1-r1.ebuild => mirage2iso-0.4.1-r2.ebuild}          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.1-r2.ebuild
similarity index 95%
rename from app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
rename to app-cdr/mirage2iso/mirage2iso-0.4.1-r2.ebuild
index 214f064e07f..bb0a117fc14 100644
--- a/app-cdr/mirage2iso/mirage2iso-0.4.1-r1.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-0.4.1-r2.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="pinentry test"
 
-COMMON_DEPEND=">=dev-libs/libmirage-2.0.0:0=
+COMMON_DEPEND="<dev-libs/libmirage-3.0.5:0=
 	dev-libs/glib:2=
 	pinentry? ( dev-libs/libassuan:0= )"
 DEPEND="${COMMON_DEPEND}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/
@ 2017-06-18 10:10 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-06-18 10:10 UTC (permalink / raw
  To: gentoo-commits

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[@]}"
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/
@ 2017-09-04 17:34 Michał Górny
  0 siblings, 0 replies; 8+ messages in thread
From: Michał Górny @ 2017-09-04 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     4111fe7285d7d4cec4e5d49bacab928ca0f69b44
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Sep  4 17:28:02 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Sep  4 17:33:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4111fe72

app-cdr/mirage2iso: Drop old

 app-cdr/mirage2iso/Manifest                   |  2 --
 app-cdr/mirage2iso/mirage2iso-0.4.1-r2.ebuild | 40 ---------------------------
 2 files changed, 42 deletions(-)

diff --git a/app-cdr/mirage2iso/Manifest b/app-cdr/mirage2iso/Manifest
index bac624c9f95..b2eaa60a5a8 100644
--- a/app-cdr/mirage2iso/Manifest
+++ b/app-cdr/mirage2iso/Manifest
@@ -1,4 +1,2 @@
-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.1-r2.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.1-r2.ebuild
deleted file mode 100644
index bb0a117fc14..00000000000
--- a/app-cdr/mirage2iso/mirage2iso-0.4.1-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-TESTS_P=${PN}-0.3
-
-DESCRIPTION="CD/DVD image converter using libmirage"
-HOMEPAGE="https://github.com/mgorny/mirage2iso/"
-SRC_URI="https://github.com/mgorny/${PN}/releases/download/${P}/${P}.tar.bz2
-	test? ( https://github.com/mgorny/${PN}/releases/download/${P}/${TESTS_P}-tests.tar.xz )"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="pinentry test"
-
-COMMON_DEPEND="<dev-libs/libmirage-3.0.5:0=
-	dev-libs/glib:2=
-	pinentry? ( dev-libs/libassuan:0= )"
-DEPEND="${COMMON_DEPEND}
-	virtual/pkgconfig
-	test? ( app-arch/xz-utils )"
-RDEPEND="${COMMON_DEPEND}
-	pinentry? ( app-crypt/pinentry )"
-
-RESTRICT="!test? ( test )"
-
-src_configure() {
-	local myconf=(
-		$(use_with pinentry libassuan)
-	)
-
-	econf "${myconf[@]}"
-}
-
-src_test() {
-	mv "${WORKDIR}"/${TESTS_P}/tests/* tests/ || die
-	default
-}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/
@ 2022-07-26 19:27 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2022-07-26 19:27 UTC (permalink / raw
  To: gentoo-commits

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)
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/
@ 2022-07-26 19:27 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2022-07-26 19:27 UTC (permalink / raw
  To: gentoo-commits

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

app-cdr/mirage2iso: update EAPI 6 -> 8

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

 ...iso-0.4.2.ebuild => mirage2iso-0.4.2-r1.ebuild} | 25 +++++++++-------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.2-r1.ebuild
similarity index 58%
rename from app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild
rename to app-cdr/mirage2iso/mirage2iso-0.4.2-r1.ebuild
index c1efb10c0087..86120322a7c6 100644
--- a/app-cdr/mirage2iso/mirage2iso-0.4.2.ebuild
+++ b/app-cdr/mirage2iso/mirage2iso-0.4.2-r1.ebuild
@@ -1,33 +1,28 @@
-# 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
 
 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
+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 )"
 
-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}
-	app-arch/xz-utils
-	virtual/pkgconfig"
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${DEPEND}
 	pinentry? ( app-crypt/pinentry )"
-
-RESTRICT="!test? ( test )"
+BDEPEND="virtual/pkgconfig"
 
 src_configure() {
-	local myconf=(
-		$(use_with pinentry libassuan)
-	)
-
-	econf "${myconf[@]}"
+	econf $(use_with pinentry libassuan)
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-07-26 19:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-18 10:10 [gentoo-commits] repo/gentoo:master commit in: app-cdr/mirage2iso/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2022-07-26 19:27 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox