diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-08 14:53:10 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-08 14:53:10 +0000 |
commit | ff60f49637c828834d3a6f0ff1605ac2546a2880 (patch) | |
tree | 59a30b5fb17badae5f8aa189e75a220ce3cbcb65 /kde-base/ksudoku | |
parent | [kde-base] Drop KDE 4.3.0 (diff) | |
download | gentoo-2-ff60f49637c828834d3a6f0ff1605ac2546a2880.tar.gz gentoo-2-ff60f49637c828834d3a6f0ff1605ac2546a2880.tar.bz2 gentoo-2-ff60f49637c828834d3a6f0ff1605ac2546a2880.zip |
[kde-base] Drop KDE 4.3.0
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/ksudoku')
-rw-r--r-- | kde-base/ksudoku/ChangeLog | 5 | ||||
-rw-r--r-- | kde-base/ksudoku/ksudoku-4.3.0.ebuild | 17 |
2 files changed, 4 insertions, 18 deletions
diff --git a/kde-base/ksudoku/ChangeLog b/kde-base/ksudoku/ChangeLog index 8ed61e0c4a14..7b375eca912e 100644 --- a/kde-base/ksudoku/ChangeLog +++ b/kde-base/ksudoku/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-base/ksudoku # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksudoku/ChangeLog,v 1.37 2009/10/06 20:09:43 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksudoku/ChangeLog,v 1.38 2009/10/08 14:53:10 alexxy Exp $ + + 08 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksudoku-4.3.0.ebuild: + Drop KDE 4.3.0 *ksudoku-4.3.2 (06 Oct 2009) diff --git a/kde-base/ksudoku/ksudoku-4.3.0.ebuild b/kde-base/ksudoku/ksudoku-4.3.0.ebuild deleted file mode 100644 index 072013240ef6..000000000000 --- a/kde-base/ksudoku/ksudoku-4.3.0.ebuild +++ /dev/null @@ -1,17 +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/ksudoku/ksudoku-4.3.0.ebuild,v 1.1 2009/08/04 01:06:44 wired Exp $ - -EAPI="2" - -KMNAME="kdegames" -OPENGL_REQUIRED="always" -inherit kde4-meta - -DESCRIPTION="KDE Sudoku" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="debug +handbook" - -RDEPEND=" - !kdeprefix? ( !games-puzzle/ksudoku ) -" |