summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 15:52:28 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-14 15:52:28 +0000
commit2e40e690519094cf8de9950390de5ff2a604cfff (patch)
tree3cc8e66d1925eb1f8b1c6ebd2ced87c68e1d5f3f
parentDrop KDE 4.1.2 and 4.1.3 (diff)
downloadgentoo-2-2e40e690519094cf8de9950390de5ff2a604cfff.tar.gz
gentoo-2-2e40e690519094cf8de9950390de5ff2a604cfff.tar.bz2
gentoo-2-2e40e690519094cf8de9950390de5ff2a604cfff.zip
Drop KDE 4.1.2 and 4.1.3
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
-rw-r--r--kde-base/libkcompactdisc/ChangeLog6
-rw-r--r--kde-base/libkcompactdisc/libkcompactdisc-4.1.2.ebuild22
-rw-r--r--kde-base/libkcompactdisc/libkcompactdisc-4.1.3.ebuild22
3 files changed, 5 insertions, 45 deletions
diff --git a/kde-base/libkcompactdisc/ChangeLog b/kde-base/libkcompactdisc/ChangeLog
index 135c5817655e..b039c78fb2be 100644
--- a/kde-base/libkcompactdisc/ChangeLog
+++ b/kde-base/libkcompactdisc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/libkcompactdisc
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.14 2009/01/13 23:12:24 alexxy Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/ChangeLog,v 1.15 2009/01/14 15:52:28 alexxy Exp $
+
+ 14 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org>
+ -libkcompactdisc-4.1.2.ebuild, -libkcompactdisc-4.1.3.ebuild:
+ Drop KDE 4.1.2 and 4.1.3
*libkcompactdisc-4.1.4 (13 Jan 2009)
diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.1.2.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.1.2.ebuild
deleted file mode 100644
index fc1f1024721f..000000000000
--- a/kde-base/libkcompactdisc/libkcompactdisc-4.1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.1.2.ebuild,v 1.1 2008/10/02 10:40:00 jmbsvicetto Exp $
-
-EAPI="2"
-
-KMNAME=kdemultimedia
-inherit kde4-meta
-
-DESCRIPTION="KDE library for playing & ripping CDs"
-KEYWORDS="~amd64 ~x86"
-IUSE="alsa debug htmlhandbook"
-
-DEPEND=">=media-sound/phonon-4.2.0
- alsa? ( >=media-libs/alsa-lib-1.0.14a )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with alsa Alsa)"
- kde4-meta_src_configure
-}
diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.1.3.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.1.3.ebuild
deleted file mode 100644
index a3699550848f..000000000000
--- a/kde-base/libkcompactdisc/libkcompactdisc-4.1.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/libkcompactdisc/libkcompactdisc-4.1.3.ebuild,v 1.2 2008/11/16 08:16:12 vapier Exp $
-
-EAPI="2"
-
-KMNAME=kdemultimedia
-inherit kde4-meta
-
-DESCRIPTION="KDE library for playing & ripping CDs"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-IUSE="alsa debug htmlhandbook"
-
-DEPEND=">=media-sound/phonon-4.2.0
- alsa? ( >=media-libs/alsa-lib-1.0.14a )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with alsa Alsa)"
- kde4-meta_src_configure
-}