summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/mdf2iso/mdf2iso-0.3.0-r2.ebuild')
-rw-r--r--app-cdr/mdf2iso/mdf2iso-0.3.0-r2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/app-cdr/mdf2iso/mdf2iso-0.3.0-r2.ebuild b/app-cdr/mdf2iso/mdf2iso-0.3.0-r2.ebuild
deleted file mode 100644
index 8464d8d54..000000000
--- a/app-cdr/mdf2iso/mdf2iso-0.3.0-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Alcohol 120% bin image to ISO image file converter"
-HOMEPAGE="http://mdf2iso.berlios.de/"
-SRC_URI="http://download.berlios.de/${PN}/${P}-src.tar.bz2"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-DEPEND="virtual/libc"
-RDEPEND="virtual/libc"
-
-S=${WORKDIR}/${PN}
-
-PATCHES=(
- "${FILESDIR}/${P}-bigfiles.patch"
-)
-
-src_install() {
- dodoc ChangeLog
- dobin src/${PN} || die "dobin failed"
-}