summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-cdr/cddetect')
-rw-r--r--app-cdr/cddetect/ChangeLog18
-rw-r--r--app-cdr/cddetect/Manifest4
-rw-r--r--app-cdr/cddetect/cddetect-2.1.ebuild24
-rw-r--r--app-cdr/cddetect/metadata.xml5
4 files changed, 0 insertions, 51 deletions
diff --git a/app-cdr/cddetect/ChangeLog b/app-cdr/cddetect/ChangeLog
deleted file mode 100644
index 09e136511b24..000000000000
--- a/app-cdr/cddetect/ChangeLog
+++ /dev/null
@@ -1,18 +0,0 @@
-# ChangeLog for app-cdr/cddetect
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-cdr/cddetect/ChangeLog,v 1.2 2008/06/17 16:26:02 drac Exp $
-
-*cddetect-2.1 (17 Jun 2008)
-
- 17 Jun 2008; Samuli Suominen <drac@gentoo.org> -cddetect-2.0.ebuild,
- +cddetect-2.1.ebuild:
- Version bump wrt #227843, seems upstream released 2.1 with my gcc-4.3 fix
- and 2.0 never made into the mirrors. Thanks to Benjamin Franzke for
- reporting.
-
-*cddetect-2.0 (17 Jun 2008)
-
- 17 Jun 2008; Samuli Suominen <drac@gentoo.org> +cddetect-2.0.ebuild:
- Initial commit for bug 111804, thanks to Fernando V., Tristan Heaven and
- Jakub Moc.
-
diff --git a/app-cdr/cddetect/Manifest b/app-cdr/cddetect/Manifest
deleted file mode 100644
index a5774d3be4c9..000000000000
--- a/app-cdr/cddetect/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST cddetect-2.1.tar.gz 11779 RMD160 87e0c6df2b4d2e907c383bcab3d2358201c4c8a8 SHA1 a7efef6215a1abbeeadeb92b633633b50d644389 SHA256 ddf44070cd146bcd859f6cf2b98d43420959bd4145b7f94cfba4203859911133
-EBUILD cddetect-2.1.ebuild 680 RMD160 8177a4f72fc54c9ddbe95e6d6eb35fad13143663 SHA1 67e95b05dcd91080b3ce9aebd37bc9d3e5fb42ec SHA256 82f33f97c2ec304a81fcad10514601729b071a26b4a9296386c9e5a972ff719c
-MISC ChangeLog 676 RMD160 63d3b0a2226b3fbfc31ff2297f005086edc5b92f SHA1 77b8e4d691184aaabefb1e7b235f9f1f0c6555e6 SHA256 1c873a285413a7d4f67f7c90381226a240673a32a64ff995851f0c407f15d4b9
-MISC metadata.xml 166 RMD160 02ca0a5d9279c1b52c3887f5a1f52f3feb002af9 SHA1 b9fccc7c24aa717c30efef068fd544a692f264f6 SHA256 ce62d1e5b04e01d03a732ee6d33b3d500810de8e55af4a527c970e5b475735d8
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."
-}
diff --git a/app-cdr/cddetect/metadata.xml b/app-cdr/cddetect/metadata.xml
deleted file mode 100644
index 3ca6ae763b34..000000000000
--- a/app-cdr/cddetect/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>media-optical</herd>
-</pkgmetadata>