summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/cddetect/cddetect-2.0.ebuild')
-rw-r--r--sys-apps/cddetect/cddetect-2.0.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-apps/cddetect/cddetect-2.0.ebuild b/sys-apps/cddetect/cddetect-2.0.ebuild
deleted file mode 100644
index 3e1aa0797..000000000
--- a/sys-apps/cddetect/cddetect-2.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-DESCRIPTION="Detects CD/DVD types without mounting them"
-HOMEPAGE="http://www.bellut.net/projects.html#cddetect"
-SRC_URI="http://www.bellut.net/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~x86"
-IUSE=""
-
-S=${WORKDIR}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i -e '1,2d' Makefile
-}
-
-src_install() {
- dobin ${PN}
-}