diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:18:40 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:18:40 +0000 |
commit | 6d88a0420504dc1280a7b0350a6b8803ac1fab06 (patch) | |
tree | 98b5c76b83f67deb86325f5a4965fcea5ab85e11 /kde-base/kubrick | |
parent | [kde-base/kdesdk-scripts] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-6d88a0420504dc1280a7b0350a6b8803ac1fab06.tar.gz historical-6d88a0420504dc1280a7b0350a6b8803ac1fab06.tar.bz2 historical-6d88a0420504dc1280a7b0350a6b8803ac1fab06.zip |
[kde-base/kubrick] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kubrick')
-rw-r--r-- | kde-base/kubrick/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kubrick/kubrick-4.4.0.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kubrick/ChangeLog b/kde-base/kubrick/ChangeLog index 2139ec9635b7..852f81f3990c 100644 --- a/kde-base/kubrick/ChangeLog +++ b/kde-base/kubrick/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kubrick # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kubrick/ChangeLog,v 1.37 2010/01/25 17:04:02 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kubrick/ChangeLog,v 1.38 2010/02/09 00:18:37 alexxy Exp $ + +*kubrick-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kubrick-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kubrick-4.3.5 (25 Jan 2010) diff --git a/kde-base/kubrick/kubrick-4.4.0.ebuild b/kde-base/kubrick/kubrick-4.4.0.ebuild new file mode 100644 index 000000000000..a03812de0993 --- /dev/null +++ b/kde-base/kubrick/kubrick-4.4.0.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kubrick/kubrick-4.4.0.ebuild,v 1.1 2010/02/09 00:18:37 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegames" +OPENGL_REQUIRED="always" +inherit kde4-meta + +DESCRIPTION="KDE: Kubrick is a games based on \"Rubik\'s Cube\" puzzle." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |