]> Pileus Git - ~andy/sunrise/commitdiff
app-cdr/mirage2iso: Version bump.
authorMichał Górny <mgorny@gentoo.org>
Sun, 7 Feb 2010 20:12:45 +0000 (20:12 +0000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 7 Feb 2010 20:12:45 +0000 (20:12 +0000)
svn path=/sunrise/; revision=9992

app-cdr/mirage2iso/ChangeLog
app-cdr/mirage2iso/Manifest
app-cdr/mirage2iso/mirage2iso-0.2.ebuild [deleted file]
app-cdr/mirage2iso/mirage2iso-0.3.ebuild [new file with mode: 0644]

index f64dea6dcb8e01b5139f80e97b0acf65d77a33e2..be9a89af844f8816b56e2a01b2b1cfd685841049 100644 (file)
@@ -2,6 +2,10 @@
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  07 Feb 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
+  -mirage2iso-0.2.ebuild, +mirage2iso-0.3.ebuild:
+  Version bump.
+
   16 Jan 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
   mirage2iso-0.2.ebuild:
   Update SRC_URI and libassuan dependency.
index 1a036f9a1e89bb77cf246489fb2d6f79e3d336be..26b9adc2ed08478711a1ad8c54d1fd7d0c3a8202 100644 (file)
@@ -1,4 +1,5 @@
-DIST mirage2iso-0.2.tar.bz2 11512 RMD160 686e463e79a1732706669e2ffde1d70d32c9442d SHA1 30c05f980fc19e200684d77db3a52ec36b8de903 SHA256 8924b64d7a076fd7c9311042dc10d4997cf5354f0d04a040136c379295e8171b
-EBUILD mirage2iso-0.2.ebuild 690 RMD160 4c380815145278857e5db94790a814d86f17c880 SHA1 c646f89828bbe942d45b0655c8c3dbb135bbb26d SHA256 96f0f24ea9cb6fb6e0dca2e4dea8b40e5a67bb1c1dd592dc198b3d7eaa15cefa
-MISC ChangeLog 636 RMD160 49397f2cca3f9ce244e74321bbfeec0fd62a3d0f SHA1 82ad288d24024ded60d3f7650b404ea31400b8e2 SHA256 f0c7f7ad643e6c0cb1a15d0c1014145b3974766ae8bb03bc63773fd87949573f
+DIST mirage2iso-0.3-tests.tar.xz 4185308 RMD160 7969ba017e8abd68ffcd6fb0b72ce2046480ae73 SHA1 222863194b25c0133d83b6c1c04df88d0e91fd61 SHA256 742d7cbaddb522967d858b5b0042e3ac7e6165134e1f69462292c7593d160258
+DIST mirage2iso-0.3.tar.bz2 12023 RMD160 11321692f9eaf15c280f32c53ab9ceb5cbbc4371 SHA1 fbc21c3491d7915ca97c3e967adbf3cb14c84988 SHA256 b0a88e9ed90c3f0ced212588270ffaa18e8574737a79c361dedeb00ab3db3c6a
+EBUILD mirage2iso-0.3.ebuild 980 RMD160 96bbe3003209de97e4fd59b59bcf601df4bb8d08 SHA1 e6bbe4abbdac894a9bd50fc51a228af624418bf9 SHA256 ce58ad36ddad2de2eefb04a167b59c14864a49198c4cea03ae8bd1b50c97f4ed
+MISC ChangeLog 767 RMD160 c5747f3df0be4736aca251b1f68f477e38d01af2 SHA1 21674b23f43bdf1fee38d33aff8c64e4567ec65b SHA256 b3fad2637ec6b14d75169b14739920257514b41da3302edd92e6b381386230cb
 MISC metadata.xml 282 RMD160 553636870895bac54eb45b9f55b9996cfbb60583 SHA1 91aa2b814bef1da48439b47cfde21d325aa6607c SHA256 fb3db77285219713269d80a82fce3f4ec2988cef63167b078c33e494c022992e
diff --git a/app-cdr/mirage2iso/mirage2iso-0.2.ebuild b/app-cdr/mirage2iso/mirage2iso-0.2.ebuild
deleted file mode 100644 (file)
index 017c150..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit toolchain-funcs
-
-DESCRIPTION="CD/DVD image converter using libmirage"
-HOMEPAGE="http://proj.mgorny.alt.pl/mirage2iso/"
-SRC_URI="http://dl.mgorny.alt.pl/${PN}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="pinentry"
-
-DEPEND="dev-libs/libmirage
-       pinentry? ( <dev-libs/libassuan-2 )"
-RDEPEND="${DEPEND}
-       pinentry? ( app-crypt/pinentry )"
-
-src_configure() {
-       tc-export CC
-       econf \
-               $(use_with pinentry assuan)
-}
-
-src_install() {
-       emake PREFIX=/usr DESTDIR="${D}" install || die 'install failed'
-
-       dodoc README || die 'dodoc failed'
-}
diff --git a/app-cdr/mirage2iso/mirage2iso-0.3.ebuild b/app-cdr/mirage2iso/mirage2iso-0.3.ebuild
new file mode 100644 (file)
index 0000000..efd4561
--- /dev/null
@@ -0,0 +1,39 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+inherit toolchain-funcs
+
+DESCRIPTION="CD/DVD image converter using libmirage"
+HOMEPAGE="http://proj.mgorny.alt.pl/mirage2iso/"
+SRC_URI="http://dl.mgorny.alt.pl/${PN}/${P}.tar.bz2
+       test? ( http://dl.mgorny.alt.pl/${PN}/${P}-tests.tar.xz )"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="pinentry test"
+
+COMMON_DEPEND="dev-libs/libmirage
+       pinentry? ( dev-libs/libassuan )"
+DEPEND="${COMMON_DEPEND}
+       test? ( app-arch/xz-utils )"
+RDEPEND="${COMMON_DEPEND}
+       pinentry? ( app-crypt/pinentry )"
+
+src_configure() {
+       tc-export CC
+       # we have to explicitly pass --bindir to workaround bugs in configure script
+       # (EPREFIX in parent environment causes confusion), fixed in r115
+       econf \
+               --bindir=/usr/bin \
+               $(use_with pinentry assuan)
+}
+
+src_install() {
+       emake DESTDIR="${D}" install || die 'install failed'
+
+       dodoc NEWS README || die 'dodoc failed'
+}