diff options
Diffstat (limited to 'kde-base/kblocks')
-rw-r--r-- | kde-base/kblocks/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kblocks/kblocks-4.6.0.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kblocks/ChangeLog b/kde-base/kblocks/ChangeLog index a53d882bc957..435c13714bdb 100644 --- a/kde-base/kblocks/ChangeLog +++ b/kde-base/kblocks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kblocks # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/ChangeLog,v 1.60 2011/01/10 11:53:22 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/ChangeLog,v 1.61 2011/01/26 20:28:43 alexxy Exp $ + +*kblocks-4.6.0 (26 Jan 2011) + + 26 Jan 2011; Alexey Shvetsov <alexxy@gentoo.org> +kblocks-4.6.0.ebuild: + Version bump KDE SC 4.6.0 *kblocks-4.5.5 (10 Jan 2011) diff --git a/kde-base/kblocks/kblocks-4.6.0.ebuild b/kde-base/kblocks/kblocks-4.6.0.ebuild new file mode 100644 index 000000000000..0ae0dea5d16a --- /dev/null +++ b/kde-base/kblocks/kblocks-4.6.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/kblocks-4.6.0.ebuild,v 1.1 2011/01/26 20:28:43 alexxy Exp $ + +EAPI="3" + +KDE_HANDBOOK="optional" +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE: Kblocks is a single-player Tetris-like game." +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |