diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:56:48 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:56:48 +0000 |
commit | 5a13ccd21de0abab5282365a5070ba7229e9b098 (patch) | |
tree | 0793ec455fa77a823da333d1bf4faf15ecd53b10 /kde-base/ksudoku | |
parent | Fix variable test. Thx to salnx per forums for the fix. (diff) | |
download | historical-5a13ccd21de0abab5282365a5070ba7229e9b098.tar.gz historical-5a13ccd21de0abab5282365a5070ba7229e9b098.tar.bz2 historical-5a13ccd21de0abab5282365a5070ba7229e9b098.zip |
Version bump KDE 4.2.4
Package-Manager: portage-2.2_rc33/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/ksudoku')
-rw-r--r-- | kde-base/ksudoku/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ksudoku/ksudoku-4.2.4.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/kde-base/ksudoku/ChangeLog b/kde-base/ksudoku/ChangeLog index 5dd1965bb7e5..ede90cd78408 100644 --- a/kde-base/ksudoku/ChangeLog +++ b/kde-base/ksudoku/ChangeLog @@ -1,6 +1,11 @@ # 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.30 2009/06/03 17:26:17 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksudoku/ChangeLog,v 1.31 2009/06/04 13:22:13 alexxy Exp $ + +*ksudoku-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +ksudoku-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksudoku-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/ksudoku/ksudoku-4.2.4.ebuild b/kde-base/ksudoku/ksudoku-4.2.4.ebuild new file mode 100644 index 000000000000..68e542117821 --- /dev/null +++ b/kde-base/ksudoku/ksudoku-4.2.4.ebuild @@ -0,0 +1,17 @@ +# 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.2.4.ebuild,v 1.1 2009/06/04 13:22:13 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegames" +OPENGL_REQUIRED="always" +inherit kde4-meta + +DESCRIPTION="KDE Sudoku" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" + +RDEPEND=" + !kdeprefix? ( !games-puzzle/ksudoku ) +" |