diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:21:32 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:21:32 +0000 |
commit | 5d287d2c182e66c7839c20f888d6820ae43f589f (patch) | |
tree | 41210fb21c548f1787bc26bbaf5fb95ee9e5973b /kde-base/kblocks | |
parent | [kde-base/kmix] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-5d287d2c182e66c7839c20f888d6820ae43f589f.tar.gz gentoo-2-5d287d2c182e66c7839c20f888d6820ae43f589f.tar.bz2 gentoo-2-5d287d2c182e66c7839c20f888d6820ae43f589f.zip |
[kde-base/kblocks] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kblocks')
-rw-r--r-- | kde-base/kblocks/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kblocks/kblocks-4.4.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kblocks/ChangeLog b/kde-base/kblocks/ChangeLog index 42da6520b912..6a57967a18c7 100644 --- a/kde-base/kblocks/ChangeLog +++ b/kde-base/kblocks/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kblocks # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/ChangeLog,v 1.37 2010/01/25 14:35:24 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/ChangeLog,v 1.38 2010/02/09 00:21:32 alexxy Exp $ + +*kblocks-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kblocks-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kblocks-4.3.5 (25 Jan 2010) diff --git a/kde-base/kblocks/kblocks-4.4.0.ebuild b/kde-base/kblocks/kblocks-4.4.0.ebuild new file mode 100644 index 000000000000..1cd98229253b --- /dev/null +++ b/kde-base/kblocks/kblocks-4.4.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kblocks/kblocks-4.4.0.ebuild,v 1.1 2010/02/09 00:21:32 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE: Kblocks is a single-player Tetris-like game." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |