summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2012-05-08 15:44:00 +0000
committerJohannes Huber <johu@gentoo.org>2012-05-08 15:44:00 +0000
commitc6e4c92d2b8ed288d553cc46143a666e5ea1d8f6 (patch)
treed4e53ada25a17868a36046f2a08bdc59a42e5a30 /kde-base/kdemultimedia-kioslaves
parentMarking dovecot-2.0.19 ppc64 for bug 413531 (diff)
downloadhistorical-c6e4c92d2b8ed288d553cc46143a666e5ea1d8f6.tar.gz
historical-c6e4c92d2b8ed288d553cc46143a666e5ea1d8f6.tar.bz2
historical-c6e4c92d2b8ed288d553cc46143a666e5ea1d8f6.zip
Remove KDE SC 4.8.2
Package-Manager: portage-2.2.0_alpha101/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.8.2.ebuild50
2 files changed, 5 insertions, 51 deletions
diff --git a/kde-base/kdemultimedia-kioslaves/ChangeLog b/kde-base/kdemultimedia-kioslaves/ChangeLog
index e0c4cef07ce5..5031168fead6 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog,v 1.214 2012/05/03 20:07:51 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdemultimedia-kioslaves/ChangeLog,v 1.215 2012/05/08 15:43:47 johu Exp $
+
+ 08 May 2012; Johannes Huber <johu@gentoo.org>
+ -kdemultimedia-kioslaves-4.8.2.ebuild:
+ Remove KDE SC 4.8.2
*kdemultimedia-kioslaves-4.8.3 (03 May 2012)
diff --git a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.8.2.ebuild b/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.8.2.ebuild
deleted file mode 100644
index 8ec2519e73aa..000000000000
--- a/kde-base/kdemultimedia-kioslaves/kdemultimedia-kioslaves-4.8.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2012 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.8.2.ebuild,v 1.1 2012/04/04 23:59:24 johu Exp $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KMNAME="kdemultimedia"
-KMMODULE="kioslave"
-inherit kde4-meta
-
-DESCRIPTION="KDE kioslaves from the kdemultimedia package"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug encode flac vorbis"
-
-# 4 of 9 tests fail. Last checked for 4.2.88
-RESTRICT=test
-
-DEPEND="
- $(add_kdebase_dep libkcddb)
- $(add_kdebase_dep libkcompactdisc)
- media-sound/cdparanoia
- encode? (
- flac? ( >=media-libs/flac-1.1.2 )
- vorbis? ( media-libs/libvorbis )
- )
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
- libkcompactdisc/
-"
-KMCOMPILEONLY="
- libkcddb/
-"
-
-KMLOADLIBS="libkcddb"
-
-src_configure() {
- if use encode; then
- mycmakeargs=(
- $(cmake-utils_use_with flac)
- $(cmake-utils_use_with vorbis OggVorbis)
- )
- else
- mycmakeargs=(-DWITH_OggVorbis=OFF -DWITH_Flac=OFF)
- fi
-
- kde4-meta_src_configure
-}