diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:22:13 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:22:13 +0000 |
commit | 570575c0505fb52f8444267cf08422ed181a2b0b (patch) | |
tree | a17e7009d16ea0abe248528c4f63bc49ae621c28 /kde-base/ksudoku | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-570575c0505fb52f8444267cf08422ed181a2b0b.tar.gz gentoo-2-570575c0505fb52f8444267cf08422ed181a2b0b.tar.bz2 gentoo-2-570575c0505fb52f8444267cf08422ed181a2b0b.zip |
Version bump KDE 4.2.4
(Portage version: 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 ) +" |