diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-08 23:39:49 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-11-08 23:39:49 +0000 |
commit | 520dedbd53ba6b160ad91e50f8efbd254c47c595 (patch) | |
tree | bad687927a765eca992bec06bf234b9a78b76c9e /kde-base/khotkeys | |
parent | Drop KDE 4.3.2 (diff) | |
download | gentoo-2-520dedbd53ba6b160ad91e50f8efbd254c47c595.tar.gz gentoo-2-520dedbd53ba6b160ad91e50f8efbd254c47c595.tar.bz2 gentoo-2-520dedbd53ba6b160ad91e50f8efbd254c47c595.zip |
Drop KDE 4.3.2
(Portage version: 2.2_rc49/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.3.2.ebuild | 22 |
2 files changed, 4 insertions, 23 deletions
diff --git a/kde-base/khotkeys/ChangeLog b/kde-base/khotkeys/ChangeLog index 544ad5e3fc6a..df3e30c98eaf 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.134 2009/11/08 21:26:02 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/khotkeys/ChangeLog,v 1.135 2009/11/08 23:39:49 alexxy Exp $ + + 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -khotkeys-4.3.2.ebuild: + Drop KDE 4.3.2 08 Nov 2009; Alexey Shvetsov <alexxy@gentoo.org> -khotkeys-4.2.4.ebuild: Drop KDE 4.2.4 diff --git a/kde-base/khotkeys/khotkeys-4.3.2.ebuild b/kde-base/khotkeys/khotkeys-4.3.2.ebuild deleted file mode 100644 index a62705011ebd..000000000000 --- a/kde-base/khotkeys/khotkeys-4.3.2.ebuild +++ /dev/null @@ -1,22 +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.3.2.ebuild,v 1.1 2009/10/06 19:32:12 alexxy 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/ -" |