diff options
Diffstat (limited to 'app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild')
-rw-r--r-- | app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild b/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild deleted file mode 100644 index 8cb613932103..000000000000 --- a/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-cdr/mdf2iso/mdf2iso-0.3.0-r1.ebuild,v 1.7 2008/11/29 20:46:36 armin76 Exp $ - -inherit autotools eutils - -DESCRIPTION="Alcohol 120% bin image to ISO image file converter" -HOMEPAGE="http://mdf2iso.berlios.de/" -SRC_URI="mirror://berlios/${PN}/${P}-src.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-bigfiles.patch - eautoreconf -} - -src_install() { - dobin src/${PN} || die "dobin failed." - dodoc ChangeLog -} |