diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 05:17:53 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-04-17 05:17:53 +0000 |
commit | 0786b8bb61488fa1f26555a1488d21466c3b10ca (patch) | |
tree | bed499485d1216043f5ebcf817092ba1670a06fb /kde-base/khotkeys | |
parent | Drop gmime-2.4 patch. We don't need it anymore since gmime-2.2[mono] works ( ... (diff) | |
download | historical-0786b8bb61488fa1f26555a1488d21466c3b10ca.tar.gz historical-0786b8bb61488fa1f26555a1488d21466c3b10ca.tar.bz2 historical-0786b8bb61488fa1f26555a1488d21466c3b10ca.zip |
Drop KDE 4.2.1
Package-Manager: portage-2.2_rc30/cvs/Linux x86_64
Diffstat (limited to 'kde-base/khotkeys')
-rw-r--r-- | kde-base/khotkeys/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/khotkeys/khotkeys-4.2.1.ebuild | 28 |
2 files changed, 4 insertions, 29 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 482a519332ce..b149d322f248 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.111 2009/04/11 23:12:16 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.112 2009/04/17 04:59:40 alexxy Exp $ + + 16 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -khotkeys-4.2.1.ebuild: + Drop KDE 4.2.1 *khotkeys-4.2.2 (11 Apr 2009) diff --git a/kde-base/khotkeys/khotkeys-4.2.1.ebuild b/kde-base/khotkeys/khotkeys-4.2.1.ebuild deleted file mode 100644 index 55f32d2d2918..000000000000 --- a/kde-base/khotkeys/khotkeys-4.2.1.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.1.ebuild,v 1.4 2009/04/11 18:18:12 armin76 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 -} |