diff options
author | 2009-05-06 23:54:06 +0000 | |
---|---|---|
committer | 2009-05-06 23:54:06 +0000 | |
commit | 00e52c0ad048836311b5003f431f84122f1e79ef (patch) | |
tree | d0fb3ce0049eb1ae4e905c8996efa9f652fb8d74 /kde-base/kspaceduel | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-00e52c0ad048836311b5003f431f84122f1e79ef.tar.gz gentoo-2-00e52c0ad048836311b5003f431f84122f1e79ef.tar.bz2 gentoo-2-00e52c0ad048836311b5003f431f84122f1e79ef.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kspaceduel')
-rw-r--r-- | kde-base/kspaceduel/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kspaceduel/kspaceduel-4.2.3.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kspaceduel/ChangeLog b/kde-base/kspaceduel/ChangeLog index 784bc0be7776..ac04fa69e9e0 100644 --- a/kde-base/kspaceduel/ChangeLog +++ b/kde-base/kspaceduel/ChangeLog @@ -1,6 +1,12 @@ # 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.108 2009/04/17 06:35:11 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kspaceduel/ChangeLog,v 1.109 2009/05/06 23:54:05 scarabeus Exp $ + +*kspaceduel-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> + +kspaceduel-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -kspaceduel-4.2.1.ebuild, kspaceduel-4.2.2: diff --git a/kde-base/kspaceduel/kspaceduel-4.2.3.ebuild b/kde-base/kspaceduel/kspaceduel-4.2.3.ebuild new file mode 100644 index 000000000000..d6612d217bee --- /dev/null +++ b/kde-base/kspaceduel/kspaceduel-4.2.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.2.3.ebuild,v 1.1 2009/05/06 23:54:06 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE Space Game" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc" |