summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-12 20:48:33 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-12 20:48:33 +0000
commit2f9f1dc278c2caa37afbe54e4eee861385791d50 (patch)
tree19f220830c50ff5e21b0f08323b7d13dfe9818c9 /kde-base/kdemultimedia-kioslaves
parentRestore ~keywords that was present in 4.3.1 but missing accidently in 4.3.2 (diff)
downloadgentoo-2-2f9f1dc278c2caa37afbe54e4eee861385791d50.tar.gz
gentoo-2-2f9f1dc278c2caa37afbe54e4eee861385791d50.tar.bz2
gentoo-2-2f9f1dc278c2caa37afbe54e4eee861385791d50.zip
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kdemultimedia-kioslaves')
-rw-r--r--kde-base/kdemultimedia-kioslaves/ChangeLog6
-rw-r--r--kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.5.9.ebuild50
2 files changed, 5 insertions, 51 deletions
diff --git a/kde-base/kdemultimedia-kioslaves/ChangeLog b/kde-base/kdemultimedia-kioslaves/ChangeLog
index ab9d4be00455..8bb8a7e1849e 100644
--- a/kde-base/kdemultimedia-kioslaves/ChangeLog
+++ b/kde-base/kdemultimedia-kioslaves/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kdemultimedia-kioslaves
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog,v 1.135 2009/10/10 09:11:56 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog,v 1.136 2009/10/12 20:48:33 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org>
+ -kdemultimedia-kioslaves-3.5.9.ebuild:
+ KDE 3.5.9 removal
10 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
kdemultimedia-kioslaves-4.3.1.ebuild:
diff --git a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.5.9.ebuild b/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.5.9.ebuild
deleted file mode 100644
index d494fec3564b..000000000000
--- a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.5.9.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-3.5.9.ebuild,v 1.8 2009/02/03 04:14:35 jmbsvicetto Exp $
-
-KMNAME=kdemultimedia
-KMMODULE=kioslave
-EAPI="1"
-inherit kde-meta eutils
-
-DESCRIPTION="kioslaves from kdemultimedia package"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="encode flac mp3 vorbis"
-DEPEND=">=kde-base/libkcddb-${PV}:${SLOT}
- media-sound/cdparanoia
- media-libs/taglib
- encode? ( vorbis? ( media-libs/libvorbis )
- flac? ( >=media-libs/flac-1.1.2 ) )"
-RDEPEND="${DEPEND}
- encode? ( mp3? ( media-sound/lame ) )"
-
-KMCOPYLIB="libkcddb libkcddb"
-KMEXTRACTONLY="akode/configure.in.in"
-KMCOMPILEONLY="
- kscd
- kscd/libwm
- libkcddb"
-
-PATCHES=( "${FILESDIR}/kdemultimedia-3.5.5+flac-1.1.3.patch"
- "${FILESDIR}/kdemultimedia-kioslaves-3.5.6-arts.patch"
- "${FILESDIR}/kdemultimedia-kioslaves-3.5.8-freebsd.patch" )
-
-src_compile() {
- myconf="--with-cdparanoia --enable-cdparanoia"
- if use encode; then
- myconf="$myconf $(use_with vorbis) $(use_with flac)"
- else
- myconf="$myconf --without-vorbis --without-flac"
- fi
-
- DO_NOT_COMPILE="libkcddb kscd" kde-meta_src_compile myconf configure
- cd "${S}"/libkcddb && emake configbase.h cdinfodialogbase.h
-
- # Library deps seems not to be built as they should :/
- cd "${S}"/kscd/libwm/audio && emake libworkmanaudio.la && \
- cd "${S}"/kscd/libwm && emake libworkman.la && \
- cd "${S}"/kscd && emake libkcompactdisc.la || \
- die "failed to make prerequisite libraries."
-
- DO_NOT_COMPILE="libkcddb kscd" kde-meta_src_compile make
-}