summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Callen <jcallen@gentoo.org>2009-10-12 22:37:15 +0000
committerJonathan Callen <jcallen@gentoo.org>2009-10-12 22:37:15 +0000
commit75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459 (patch)
tree2fc021910ac269af214f9aee0c0fc3f3e060a295 /kde-base/kmix
parentStable for HPPA (bug #287618). (diff)
downloadhistorical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.tar.gz
historical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.tar.bz2
historical-75b2144b0d455a7d9ed9f8c9f182f3fc2c88c459.zip
KDE 3.5.9 removal
Package-Manager: portage--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
-}