summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2011-01-02 20:11:28 +0000
committerMichał Górny <mgorny@gentoo.org>2011-01-02 20:11:28 +0000
commit39c75fe88016d4b56031e3cf2f8f569f168610ab (patch)
tree1e7c80fd465f6165525fbdc845d8044a8da382d4 /app-cdr/mirage2iso/mirage2iso-0.3.ebuild
parentmedia-gfx/ mypaint: Moved to gx86 by me (diff)
downloadsunrise-39c75fe88016d4b56031e3cf2f8f569f168610ab.tar.gz
sunrise-39c75fe88016d4b56031e3cf2f8f569f168610ab.tar.bz2
sunrise-39c75fe88016d4b56031e3cf2f8f569f168610ab.zip
app-cdr/mirage2iso: Moved to gx86.
svn path=/sunrise/; revision=11645
Diffstat (limited to 'app-cdr/mirage2iso/mirage2iso-0.3.ebuild')
-rw-r--r--app-cdr/mirage2iso/mirage2iso-0.3.ebuild42
1 files changed, 0 insertions, 42 deletions
diff --git a/app-cdr/mirage2iso/mirage2iso-0.3.ebuild b/app-cdr/mirage2iso/mirage2iso-0.3.ebuild
deleted file mode 100644
index b4a78a8f0..000000000
--- a/app-cdr/mirage2iso/mirage2iso-0.3.ebuild
+++ /dev/null
@@ -1,42 +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://github.com/mgorny/mirage2iso/"
-SRC_URI="http://github.com/downloads/mgorny/${PN}/${P}.tar.bz2
- test? ( http://github.com/downloads/mgorny/${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
- econf \
- $(use_with pinentry assuan)
-}
-
-src_test() {
- xz -cd "${DISTDIR}"/${P}-tests.tar.xz | \
- tar -x --strip-components 1 || die
- emake check || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die 'install failed'
-
- dodoc NEWS README || die 'dodoc failed'
-}