diff options
author | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:42:39 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:42:39 +0000 |
commit | 816569dcd1325bead61df102c2c0844e6e36ffe6 (patch) | |
tree | 5cfed330f117bcaa4e3d215dc32dcc6752e31add /kde-base/kspaceduel | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-816569dcd1325bead61df102c2c0844e6e36ffe6.tar.gz gentoo-2-816569dcd1325bead61df102c2c0844e6e36ffe6.tar.bz2 gentoo-2-816569dcd1325bead61df102c2c0844e6e36ffe6.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kspaceduel')
-rw-r--r-- | kde-base/kspaceduel/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kspaceduel/kspaceduel-4.3.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kspaceduel/ChangeLog b/kde-base/kspaceduel/ChangeLog index 92f46f31ca39..631e3c8f3d74 100644 --- a/kde-base/kspaceduel/ChangeLog +++ b/kde-base/kspaceduel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kspaceduel # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kspaceduel/ChangeLog,v 1.126 2009/10/18 16:30:33 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kspaceduel/ChangeLog,v 1.127 2009/11/02 21:42:39 wired Exp $ + +*kspaceduel-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> +kspaceduel-4.3.3.ebuild: + Version bump 18 Oct 2009; Markus Meier <maekke@gentoo.org> kspaceduel-4.3.1.ebuild: x86 stable, bug #287697 diff --git a/kde-base/kspaceduel/kspaceduel-4.3.3.ebuild b/kde-base/kspaceduel/kspaceduel-4.3.3.ebuild new file mode 100644 index 000000000000..f0fd8e0dfda2 --- /dev/null +++ b/kde-base/kspaceduel/kspaceduel-4.3.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kspaceduel/kspaceduel-4.3.3.ebuild,v 1.1 2009/11/02 21:42:39 wired Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE Space Game" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" |