summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kscd/kscd-3.5.6-r1.ebuild')
-rw-r--r--kde-base/kscd/kscd-3.5.6-r1.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-base/kscd/kscd-3.5.6-r1.ebuild b/kde-base/kscd/kscd-3.5.6-r1.ebuild
deleted file mode 100644
index b39460b0fc23..000000000000
--- a/kde-base/kscd/kscd-3.5.6-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/kscd-3.5.6-r1.ebuild,v 1.1 2007/05/07 08:24:01 masterdriverz Exp $
-
-KMNAME=kdemultimedia
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}"
-
-DESCRIPTION="KDE CD player"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
-IUSE=""
-
-DEPEND="$(deprange $PV $MAXKDEVER kde-base/libkcddb)"
-
-RDEPEND="${DEPEND}"
-
-KMCOPYLIB="libkcddb libkcddb"
-
-KMCOMPILEONLY="libkcddb"
-
-PATCHES="${FILESDIR}/${P}-alsa-tests.patch ${FILESDIR}/${P}-arts.patch"
-
-src_compile() {
- DO_NOT_COMPILE=libkcddb kde-meta_src_compile myconf configure
- cd $S/libkcddb && make configbase.h
- cd $S/libkcddb && make cdinfodialogbase.h
- DO_NOT_COMPILE=libkcddb kde-meta_src_compile make
-}