summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Heinlein <keytoaster@gentoo.org>2008-06-07 11:29:04 +0000
committerTobias Heinlein <keytoaster@gentoo.org>2008-06-07 11:29:04 +0000
commit11508c3eec3c538eb2cf6c8655be77d697955ff0 (patch)
treea74334e92f135002f72d6cef2eaa907fccd29069 /kde-base/kmix
parentmissing die.. (diff)
downloadhistorical-11508c3eec3c538eb2cf6c8655be77d697955ff0.tar.gz
historical-11508c3eec3c538eb2cf6c8655be77d697955ff0.tar.bz2
historical-11508c3eec3c538eb2cf6c8655be77d697955ff0.zip
Removed old versions.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/kmix')
-rw-r--r--kde-base/kmix/ChangeLog6
-rw-r--r--kde-base/kmix/kmix-3.5.8-r1.ebuild22
-rw-r--r--kde-base/kmix/kmix-4.0.2.ebuild23
-rw-r--r--kde-base/kmix/kmix-4.0.3.ebuild23
4 files changed, 5 insertions, 69 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog
index ef0d03a1d5c3..c2494faec5ca 100644
--- a/kde-base/kmix/ChangeLog
+++ b/kde-base/kmix/ChangeLog
@@ -1,6 +1,10 @@
# 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.95 2008/06/05 22:00:53 keytoaster Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.96 2008/06/07 10:57:39 keytoaster Exp $
+
+ 07 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org>
+ -kmix-3.5.8-r1.ebuild, -kmix-4.0.2.ebuild, -kmix-4.0.3.ebuild:
+ Removed old versions.
*kmix-4.0.5 (05 Jun 2008)
diff --git a/kde-base/kmix/kmix-3.5.8-r1.ebuild b/kde-base/kmix/kmix-3.5.8-r1.ebuild
deleted file mode 100644
index 5f0ee37a5e09..000000000000
--- a/kde-base/kmix/kmix-3.5.8-r1.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/kmix/kmix-3.5.8-r1.ebuild,v 1.7 2008/03/04 05:27:21 jer Exp $
-
-KMNAME=kdemultimedia
-MAXKDEVER=$PV
-KM_DEPRANGE="$PV $MAXKDEVER"
-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
- ${FILESDIR}/${P}-198015_XF86Audio.patch"
-
-src_compile() {
- local myconf="$(use_with alsa)"
- kde-meta_src_compile
-}
diff --git a/kde-base/kmix/kmix-4.0.2.ebuild b/kde-base/kmix/kmix-4.0.2.ebuild
deleted file mode 100644
index 5b357260b03f..000000000000
--- a/kde-base/kmix/kmix-4.0.2.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.2.ebuild,v 1.1 2008/03/10 23:44:40 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdemultimedia
-inherit kde4-meta
-
-DESCRIPTION="KDE mixer gui"
-KEYWORDS="~amd64 ~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
-}
diff --git a/kde-base/kmix/kmix-4.0.3.ebuild b/kde-base/kmix/kmix-4.0.3.ebuild
deleted file mode 100644
index fb56d50c3921..000000000000
--- a/kde-base/kmix/kmix-4.0.3.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.3.ebuild,v 1.1 2008/04/03 21:16:12 philantrop Exp $
-
-EAPI="1"
-
-KMNAME=kdemultimedia
-inherit kde4-meta
-
-DESCRIPTION="KDE mixer gui"
-KEYWORDS="~amd64 ~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
-}