summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-02-17 14:37:42 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-02-17 14:37:42 +0000
commit53a8c98d9de657399b6726d4c8f58cae87da33d6 (patch)
treed8d67b7c4b0bcaeef35f77c673070245dcdccd80 /kde-base/kdemultimedia-kioslaves
parentRecent x11-terms/xterm ebuilds don't support the paste64 USE flag anymore. Do... (diff)
downloadhistorical-53a8c98d9de657399b6726d4c8f58cae87da33d6.tar.gz
historical-53a8c98d9de657399b6726d4c8f58cae87da33d6.tar.bz2
historical-53a8c98d9de657399b6726d4c8f58cae87da33d6.zip
Drop KDE 4.1.4
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'kde-base/kdemultimedia-kioslaves')
-rw-r--r--kde-base/kdemultimedia-kioslaves/ChangeLog6
-rw-r--r--kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.1.4.ebuild55
2 files changed, 5 insertions, 56 deletions
diff --git a/kde-base/kdemultimedia-kioslaves/ChangeLog b/kde-base/kdemultimedia-kioslaves/ChangeLog
index d5925d517d59..e4b7259c3834 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.111 2009/02/03 04:14:35 jmbsvicetto Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog,v 1.112 2009/02/17 13:21:11 alexxy Exp $
+
+ 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -kdemultimedia-kioslaves-4.1.4.ebuild:
+ Drop KDE 4.1.4
03 Feb 2009; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
kdemultimedia-kioslaves-3.5.9.ebuild:
diff --git a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.1.4.ebuild b/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.1.4.ebuild
deleted file mode 100644
index dfd44a9166a1..000000000000
--- a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.1.4.ebuild
+++ /dev/null
@@ -1,55 +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-4.1.4.ebuild,v 1.1 2009/01/13 21:43:33 alexxy Exp $
-
-EAPI="2"
-
-KMMODULE=kioslave
-KMNAME=kdemultimedia
-inherit kde4-meta
-
-DESCRIPTION="KDE kioslaves from the kdemultimedia package"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="debug encode flac vorbis"
-
-# Tests are broken. Last checked on 4.0.3.
-#RESTRICT="test"
-
-DEPEND="${DEPEND}
- >=kde-base/libkcddb-${PV}:${SLOT}
- >=kde-base/libkcompactdisc-${PV}:${SLOT}
- media-sound/cdparanoia
- encode? ( flac? ( >=media-libs/flac-1.1.2 )
- vorbis? ( media-libs/libvorbis ) )"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="libkcddb/
- libkcompactdisc/"
-#KMCOMPILEONLY="libkcddb/"
-KMLOADLIBS="libkcddb"
-
-src_configure() {
- ln -s "${PREFIX}"/include/libkcddb/configbase.h \
- "${WORKDIR}"/${P}/kioslave/audiocd/ \
- || die "linking generated header into sources failed"
-
- if use encode; then
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with flac Flac)
- $(cmake-utils_use_with vorbis OggVorbis)"
- else
- mycmakeargs="${mycmakeargs}
- -DWITH_OggVorbis=OFF -DWITH_Flac=OFF"
- fi
-
- kde4-meta_src_configure
-}
-
-pkg_postinst() {
- if use encode; then
- echo
- elog "In order to use the lame plugin to encode mp3 files you will need to"
- elog "install media-sound/lame"
- echo
- fi
-}