summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <abcd@gentoo.org>2009-10-12 21:41:21 +0000
committerJonathan Callen <abcd@gentoo.org>2009-10-12 21:41:21 +0000
commit09389c67e3428e55b4a060f026ff23a5b0cc3f73 (patch)
tree8caf8fc8def8d24200f469dd574f7efba23bb0bd /kde-base/kmix
parentKDE 3.5.9 removal (diff)
downloadgentoo-2-09389c67e3428e55b4a060f026ff23a5b0cc3f73.tar.gz
gentoo-2-09389c67e3428e55b4a060f026ff23a5b0cc3f73.tar.bz2
gentoo-2-09389c67e3428e55b4a060f026ff23a5b0cc3f73.zip
KDE 3.5.9 removal
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-base/kmix')
-rw-r--r--kde-base/kmix/ChangeLog5
-rw-r--r--kde-base/kmix/kmix-3.5.9.ebuild21
2 files changed, 4 insertions, 22 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog
index 5c5a8ef27d63..0a59c9fa63f2 100644
--- a/kde-base/kmix/ChangeLog
+++ b/kde-base/kmix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kmix
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.131 2009/10/12 05:40:36 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.132 2009/10/12 21:41:21 abcd Exp $
+
+ 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> -kmix-3.5.9.ebuild:
+ KDE 3.5.9 removal
12 Oct 2009; Jonathan Callen <abcd@gentoo.org> kmix-3.5.9.ebuild,
kmix-3.5.10.ebuild:
diff --git a/kde-base/kmix/kmix-3.5.9.ebuild b/kde-base/kmix/kmix-3.5.9.ebuild
deleted file mode 100644
index 037776c732e6..000000000000
--- a/kde-base/kmix/kmix-3.5.9.ebuild
+++ /dev/null
@@ -1,21 +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/kmix/kmix-3.5.9.ebuild,v 1.8 2009/10/12 05:40:36 abcd Exp $
-
-KMNAME=kdemultimedia
-EAPI="1"
-inherit kde-meta eutils
-
-DESCRIPTION="aRts mixer gui"
-KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
-IUSE="alsa"
-
-DEPEND="alsa? ( media-libs/alsa-lib )"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/kmix-3.5.6-alsa-tests.patch" )
-
-src_compile() {
- local myconf="$(use_with alsa)"
- kde-meta_src_compile
-}