summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/mirage2iso/mirage2iso-0.4.ebuild')
-rw-r--r--app-cdr/mirage2iso/mirage2iso-0.4.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/app-cdr/mirage2iso/mirage2iso-0.4.ebuild b/app-cdr/mirage2iso/mirage2iso-0.4.ebuild
deleted file mode 100644
index ab076a5d96fb..000000000000
--- 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
-}