summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/cdw/cdw-0.4.0.ebuild')
-rw-r--r--app-cdr/cdw/cdw-0.4.0.ebuild35
1 files changed, 0 insertions, 35 deletions
diff --git a/app-cdr/cdw/cdw-0.4.0.ebuild b/app-cdr/cdw/cdw-0.4.0.ebuild
deleted file mode 100644
index 68fb49f2f340..000000000000
--- a/app-cdr/cdw/cdw-0.4.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cdw/cdw-0.4.0.ebuild,v 1.3 2010/07/17 09:44:28 fauli Exp $
-
-EAPI=2
-inherit autotools eutils
-
-MY_P=${PN}_${PV}
-DESCRIPTION="An ncurses based console frontend for cdrtools and dvd+rw-tools"
-HOMEPAGE="http://cdw.sourceforge.net"
-SRC_URI="mirror://sourceforge/cdw/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-DEPEND="virtual/cdrtools
- app-cdr/dvd+rw-tools
- dev-libs/libcdio[-minimal]
- sys-libs/ncurses[unicode]"
-
-S=${WORKDIR}/${MY_P}/cdw
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-asneeded.patch
- rm -f missing
- eautoreconf
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS ChangeLog NEWS THANKS \
- doc/{KNOWN_BUGS,README*,default.conf}
-}