summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/cuetools/cuetools-1.3.1.ebuild')
-rw-r--r--app-cdr/cuetools/cuetools-1.3.1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-cdr/cuetools/cuetools-1.3.1.ebuild b/app-cdr/cuetools/cuetools-1.3.1.ebuild
deleted file mode 100644
index 49d7fae13215..000000000000
--- a/app-cdr/cuetools/cuetools-1.3.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit eutils
-
-DESCRIPTION="Utilities to manipulate and convert cue and toc files"
-HOMEPAGE="http://developer.berlios.de/projects/cuetools/"
-#SRC_URI="mirror://berlios/${PN}/${P}.tar.gz
-SRC_URI="mirror://gentoo/${P}.tar.gz
- mirror://gentoo/${P}-debian.patch.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- use ppc && epatch "${WORKDIR}/${P}-debian.patch"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- dodoc AUTHORS NEWS README TODO
- insinto /usr/share/doc/${PF}/extras
- doins extras/cue{convert.cgi,tag.sh}
- docinto extras
- dodoc extras/*.txt
-}