summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/kscd/kscd-3.5.5.ebuild')
-rw-r--r--kde-base/kscd/kscd-3.5.5.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/kde-base/kscd/kscd-3.5.5.ebuild b/kde-base/kscd/kscd-3.5.5.ebuild
deleted file mode 100644
index 21ef7337c911..000000000000
--- a/kde-base/kscd/kscd-3.5.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kscd/kscd-3.5.5.ebuild,v 1.8 2006/12/11 13:02:53 kloeri Exp $
-
-KMNAME=kdemultimedia
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-inherit kde-meta eutils
-
-SRC_URI="${SRC_URI}
- mirror://gentoo/kdemultimedia-3.5-patchset-01.tar.bz2"
-
-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"
-KMEXTRACTONLY="
- mpeglib_artsplug/configure.in.in"
-
-KMCOMPILEONLY="libkcddb"
-
-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
-}