diff options
-rw-r--r-- | kde-base/kspaceduel/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kspaceduel/kspaceduel-4.4.2.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kspaceduel/ChangeLog b/kde-base/kspaceduel/ChangeLog index 3a6308da2069..52ceb1c0a5b3 100644 --- a/kde-base/kspaceduel/ChangeLog +++ b/kde-base/kspaceduel/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kspaceduel # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kspaceduel/ChangeLog,v 1.143 2010/03/11 18:36:00 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kspaceduel/ChangeLog,v 1.144 2010/03/30 21:34:55 spatz Exp $ + +*kspaceduel-4.4.2 (30 Mar 2010) + + 30 Mar 2010; Dror Levin <spatz@gentoo.org> +kspaceduel-4.4.2.ebuild: + Version bump 11 Mar 2010; Brent Baude <ranger@gentoo.org> kspaceduel-4.3.5.ebuild: Marking kspaceduel-4.3.5 ppc stable for bug 300393 diff --git a/kde-base/kspaceduel/kspaceduel-4.4.2.ebuild b/kde-base/kspaceduel/kspaceduel-4.4.2.ebuild new file mode 100644 index 000000000000..ebf5b9eba142 --- /dev/null +++ b/kde-base/kspaceduel/kspaceduel-4.4.2.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/kspaceduel/kspaceduel-4.4.2.ebuild,v 1.1 2010/03/30 21:34:55 spatz Exp $ + +EAPI="3" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE Space Game" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |