summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2011-03-27 04:19:23 +0000
committerJeremy Olexa <darkside@gentoo.org>2011-03-27 04:19:23 +0000
commit949c4b37f09080eb16907dc25f8abca65fefb6d8 (patch)
tree2bef4cffb0a95d4941d3ec2a0f300a80887e17d2 /app-cdr/cddetect/cddetect-2.1.ebuild
parentapp-cdr/pxlinux removal, bug 337628 (diff)
downloadgentoo-2-949c4b37f09080eb16907dc25f8abca65fefb6d8.tar.gz
gentoo-2-949c4b37f09080eb16907dc25f8abca65fefb6d8.tar.bz2
gentoo-2-949c4b37f09080eb16907dc25f8abca65fefb6d8.zip
app-cdr/cddetect removal, bug 337628
Diffstat (limited to 'app-cdr/cddetect/cddetect-2.1.ebuild')
-rw-r--r--app-cdr/cddetect/cddetect-2.1.ebuild24
1 files changed, 0 insertions, 24 deletions
diff --git a/app-cdr/cddetect/cddetect-2.1.ebuild b/app-cdr/cddetect/cddetect-2.1.ebuild
deleted file mode 100644
index 0758e33b733e..000000000000
--- a/app-cdr/cddetect/cddetect-2.1.ebuild
+++ /dev/null
@@ -1,24 +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/cddetect/cddetect-2.1.ebuild,v 1.1 2008/06/17 16:26:02 drac Exp $
-
-inherit toolchain-funcs
-
-DESCRIPTION="Detects CD/DVD media types without mounting. Supported ones are Audio, ISO, VCD, SVCD, and VDVD."
-HOMEPAGE="http://www.bellut.net/projects.html#cddetect"
-SRC_URI="http://www.bellut.net/files/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-S=${WORKDIR}
-
-src_compile() {
- $(tc-getCC) ${CFLAGS} ${LDFLAGS} ${PN}.c -o ${PN} || die "compile failed."
-}
-
-src_install() {
- dobin ${PN} || die "dobin failed."
-}