summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDror Levin <spatz@gentoo.org>2010-03-31 22:50:03 +0000
committerDror Levin <spatz@gentoo.org>2010-03-31 22:50:03 +0000
commit95185efc9b57804577a970f55dcf4c9a1456ed56 (patch)
treebc2f3afadc91c9488362af3fd0adc93c500ba706 /kde-base/kmix
parentRemove old KDE versions. (diff)
downloadgentoo-2-95185efc9b57804577a970f55dcf4c9a1456ed56.tar.gz
gentoo-2-95185efc9b57804577a970f55dcf4c9a1456ed56.tar.bz2
gentoo-2-95185efc9b57804577a970f55dcf4c9a1456ed56.zip
Remove old KDE versions.
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kmix')
-rw-r--r--kde-base/kmix/ChangeLog6
-rw-r--r--kde-base/kmix/kmix-4.3.4.ebuild29
-rw-r--r--kde-base/kmix/kmix-4.4.0.ebuild27
3 files changed, 5 insertions, 57 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog
index e430d2ebbdf9..2183f0e94315 100644
--- a/kde-base/kmix/ChangeLog
+++ b/kde-base/kmix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/kmix
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.152 2010/03/30 21:15:25 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.153 2010/03/31 22:50:03 spatz Exp $
+
+ 31 Mar 2010; Dror Levin <spatz@gentoo.org> -kmix-4.3.4.ebuild,
+ -kmix-4.4.0.ebuild:
+ Remove old KDE versions.
*kmix-4.4.2 (30 Mar 2010)
diff --git a/kde-base/kmix/kmix-4.3.4.ebuild b/kde-base/kmix/kmix-4.3.4.ebuild
deleted file mode 100644
index 06a7778ce38b..000000000000
--- a/kde-base/kmix/kmix-4.3.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-4.3.4.ebuild,v 1.3 2010/01/21 22:30:24 abcd Exp $
-
-EAPI="2"
-
-KMNAME="kdemultimedia"
-inherit kde4-meta
-
-DESCRIPTION="KDE mixer gui"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="alsa debug +handbook pulseaudio"
-
-DEPEND="
- alsa? ( >=media-libs/alsa-lib-1.0.14a )
- pulseaudio? ( >=media-sound/pulseaudio-0.9.12 )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/${PN}-4.3.2-solaris.patch )
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with pulseaudio PulseAudio)
- $(cmake-utils_use_with alsa)
- )
-
- kde4-meta_src_configure
-}
diff --git a/kde-base/kmix/kmix-4.4.0.ebuild b/kde-base/kmix/kmix-4.4.0.ebuild
deleted file mode 100644
index 7725b7cdbaaa..000000000000
--- a/kde-base/kmix/kmix-4.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-4.4.0.ebuild,v 1.1 2010/02/09 00:21:31 alexxy Exp $
-
-EAPI="2"
-
-KMNAME="kdemultimedia"
-inherit kde4-meta
-
-DESCRIPTION="KDE mixer gui"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="alsa debug +handbook pulseaudio"
-
-DEPEND="
- alsa? ( >=media-libs/alsa-lib-1.0.14a )
- pulseaudio? ( >=media-sound/pulseaudio-0.9.12 )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with pulseaudio PulseAudio)
- $(cmake-utils_use_with alsa)
- )
-
- kde4-meta_src_configure
-}