From 203d9d189ebe7362b887504d46666a395fec1340 Mon Sep 17 00:00:00 2001 From: Thomas Sachau Date: Sun, 29 Jun 2008 11:53:23 +0000 Subject: app-cdr/cddetect: In gentoo-x86 svn path=/sunrise/; revision=6374 --- app-cdr/cddetect/ChangeLog | 13 ------------- app-cdr/cddetect/Manifest | 4 ---- app-cdr/cddetect/cddetect-2.0.ebuild | 28 ---------------------------- app-cdr/cddetect/metadata.xml | 5 ----- 4 files changed, 50 deletions(-) delete mode 100644 app-cdr/cddetect/ChangeLog delete mode 100644 app-cdr/cddetect/Manifest delete mode 100644 app-cdr/cddetect/cddetect-2.0.ebuild delete mode 100644 app-cdr/cddetect/metadata.xml (limited to 'app-cdr/cddetect') diff --git a/app-cdr/cddetect/ChangeLog b/app-cdr/cddetect/ChangeLog deleted file mode 100644 index 56db872aa..000000000 --- a/app-cdr/cddetect/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for app-cdr/cddetect -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 23 Jan 2007; Christian Faulhammer cddetect-2.0.ebuild: - add some quotes - - 31 Jul 2006; Jakub Moc cddetect-2.0.ebuild: - Move to app-cdr, fix CC - - 26 Jun 2006; Tiziano Müller ChangeLog: - New ebuild for bug 111804, credits go to Tristan Heaven - diff --git a/app-cdr/cddetect/Manifest b/app-cdr/cddetect/Manifest deleted file mode 100644 index 9072a07ce..000000000 --- a/app-cdr/cddetect/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -DIST cddetect-2.0.tar.gz 11231 RMD160 4b45e9b69aab6c3bcb4de4242a777ba8ac18e59c SHA1 94c4fec68c1fb94c05aee786bab6bcf33f8ea395 SHA256 bb33287784ccbd9cd38ade9c95c09f21ae5c062a1b7db6b58648b6d67116f909 -EBUILD cddetect-2.0.ebuild 538 RMD160 23254f3478b4e1577605edc56c415241a516e419 SHA1 221ede4b96ff9419cbc4674a509bc8d8cbc29dd4 SHA256 b4bd8b5b0dcc70f49200e79bf1deaa71e1a29b333315c0a3999667c578835b35 -MISC ChangeLog 426 RMD160 8f6191f9429934f4d72738ebb8be5d1fc3fe3b48 SHA1 172dbcf8b110a085c9cd9dca27d7c3f02a46b9a3 SHA256 b4fd69c5a86b52601e0d217822b111f4e81a88ccf3037bac2b557925d42511e5 -MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42 diff --git a/app-cdr/cddetect/cddetect-2.0.ebuild b/app-cdr/cddetect/cddetect-2.0.ebuild deleted file mode 100644 index be0c9593c..000000000 --- a/app-cdr/cddetect/cddetect-2.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -inherit toolchain-funcs - -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 '2d' \ - -e "s:gcc:$(tc-getCC):" Makefile \ - || die "sed failed in Makefile" -} - -src_install() { - dobin ${PN} -} diff --git a/app-cdr/cddetect/metadata.xml b/app-cdr/cddetect/metadata.xml deleted file mode 100644 index 7e3286984..000000000 --- a/app-cdr/cddetect/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - -maintainer-wanted - -- cgit v1.2.3-65-gdbad