diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:39:04 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:39:04 +0000 |
commit | c165349351794957b117367c3979770751e0b907 (patch) | |
tree | c3ca5c947600d43f24de1c3a77ef276c4bfec351 | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-c165349351794957b117367c3979770751e0b907.tar.gz gentoo-2-c165349351794957b117367c3979770751e0b907.tar.bz2 gentoo-2-c165349351794957b117367c3979770751e0b907.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r-- | kde-base/knetwalk/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knetwalk/knetwalk-4.2.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/knetwalk/ChangeLog b/kde-base/knetwalk/ChangeLog index 73271880fc57..8c3dc67a9a34 100644 --- a/kde-base/knetwalk/ChangeLog +++ b/kde-base/knetwalk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knetwalk # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knetwalk/ChangeLog,v 1.39 2009/04/17 06:41:22 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetwalk/ChangeLog,v 1.40 2009/05/06 23:39:04 scarabeus Exp $ + +*knetwalk-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +knetwalk-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> knetwalk-4.2.2: Restore ~hppa keywords diff --git a/kde-base/knetwalk/knetwalk-4.2.3.ebuild b/kde-base/knetwalk/knetwalk-4.2.3.ebuild new file mode 100644 index 000000000000..ed5e7deb5d1b --- /dev/null +++ b/kde-base/knetwalk/knetwalk-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/knetwalk/knetwalk-4.2.3.ebuild,v 1.1 2009/05/06 23:39:04 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE: Knetwalk is the kde version of the popular NetWalk game for system administrators" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc" |