summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 17:20:10 +0000
committerIngmar Vanhassel <ingmar@gentoo.org>2008-03-20 17:20:10 +0000
commitf443b6485c72973755fc90bbfd2e6eee15ef481c (patch)
treef58a23f90e37555e337e197c6ef9d64940481118 /kde-base/kmix
parentChange RDEPEND: Digest-SHA -> Digest-SHA1 (#212461) (diff)
downloadhistorical-f443b6485c72973755fc90bbfd2e6eee15ef481c.tar.gz
historical-f443b6485c72973755fc90bbfd2e6eee15ef481c.tar.bz2
historical-f443b6485c72973755fc90bbfd2e6eee15ef481c.zip
Old.
Package-Manager: portage-2.2_pre5
Diffstat (limited to 'kde-base/kmix')
-rw-r--r--kde-base/kmix/ChangeLog5
-rw-r--r--kde-base/kmix/kmix-4.0.1.ebuild23
2 files changed, 4 insertions, 24 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog
index a51cd056bb9f..be3a03dce9d5 100644
--- a/kde-base/kmix/ChangeLog
+++ b/kde-base/kmix/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/kmix
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.86 2008/03/10 23:44:40 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.87 2008/03/20 17:18:31 ingmar Exp $
+
+ 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kmix-4.0.1.ebuild:
+ Old.
*kmix-4.0.2 (10 Mar 2008)
diff --git a/kde-base/kmix/kmix-4.0.1.ebuild b/kde-base/kmix/kmix-4.0.1.ebuild
deleted file mode 100644
index 98370d6b20c2..000000000000
--- a/kde-base/kmix/kmix-4.0.1.ebuild
+++ /dev/null
@@ -1,23 +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/kmix/kmix-4.0.1.ebuild,v 1.2 2008/03/04 05:27:21 jer Exp $
-
-EAPI="1"
-
-KMNAME=kdemultimedia
-inherit kde4-meta
-
-DESCRIPTION="KDE mixer gui"
-KEYWORDS="~amd64 ~hppa ~x86"
-IUSE="alsa debug htmlhandbook"
-
-DEPEND="
- >=kde-base/plasma-${PV}:${SLOT}
- alsa? ( >=media-libs/alsa-lib-1.0.14a )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- mycmakeargs="${mycmakeargs}
- $(cmake-utils_use_with alsa Alsa)"
- kde4-meta_src_compile
-}