summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-06-14 11:03:33 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-06-14 11:03:33 +0000
commitca0c0665257d04dd7a42f9f9b0195ba01f623775 (patch)
tree8b019557c81044fb8f2381630a96a3d8c21770b4 /kde-base/khotkeys
parent[kde-base/khelpcenter] Drop KDE 4.2.3 (diff)
downloadgentoo-2-ca0c0665257d04dd7a42f9f9b0195ba01f623775.tar.gz
gentoo-2-ca0c0665257d04dd7a42f9f9b0195ba01f623775.tar.bz2
gentoo-2-ca0c0665257d04dd7a42f9f9b0195ba01f623775.zip
[kde-base/khotkeys] Drop KDE 4.2.3
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r--kde-base/khotkeys/ChangeLog5
-rw-r--r--kde-base/khotkeys/khotkeys-4.2.3.ebuild28
2 files changed, 4 insertions, 29 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog
index ca1eb32b7415..a54c61fc3372 100644
--- a/kde-base/khotkeys/ChangeLog
+++ b/kde-base/khotkeys/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for kde-base/khotkeys
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.120 2009/06/06 08:32:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.121 2009/06/14 11:03:33 alexxy Exp $
+
+ 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -khotkeys-4.2.3.ebuild:
+ Drop KDE 4.2.3
06 Jun 2009; Markus Meier <maekke@gentoo.org> khotkeys-3.5.10.ebuild:
amd64/x86 stable, bug #271889
diff --git a/kde-base/khotkeys/khotkeys-4.2.3.ebuild b/kde-base/khotkeys/khotkeys-4.2.3.ebuild
deleted file mode 100644
index 2ebf8f7a883f..000000000000
--- a/kde-base/khotkeys/khotkeys-4.2.3.ebuild
+++ /dev/null
@@ -1,28 +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/khotkeys/khotkeys-4.2.3.ebuild,v 1.1 2009/05/06 23:27:51 scarabeus Exp $
-
-EAPI="2"
-
-KMNAME="kdebase-workspace"
-inherit kde4-meta
-
-DESCRIPTION="KDE: hotkey daemon"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86"
-IUSE="debug"
-
-DEPEND="
- >=kde-base/libkworkspace-${PV}:${SLOT}[kdeprefix=]
- x11-libs/libXtst
-"
-RDEPEND="${DEPEND}"
-
-KMEXTRACTONLY="
- libs/kworkspace/
-"
-
-src_compile() {
- MAKEOPTS="${MAKEOPTS} -j1"
-
- kde4-meta_src_compile
-}