diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:22:55 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:22:55 +0000 |
commit | a5a21793c8e0715e1cd353024b1962113e90a41e (patch) | |
tree | 24f4c440e5f1c46930667f31f7a820680606dfe0 /kde-base/knetwalk | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-a5a21793c8e0715e1cd353024b1962113e90a41e.tar.gz gentoo-2-a5a21793c8e0715e1cd353024b1962113e90a41e.tar.bz2 gentoo-2-a5a21793c8e0715e1cd353024b1962113e90a41e.zip |
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/knetwalk')
-rw-r--r-- | kde-base/knetwalk/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/knetwalk/knetwalk-4.3.5.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/knetwalk/ChangeLog b/kde-base/knetwalk/ChangeLog index f1a7d906993a..c1e0282e83ec 100644 --- a/kde-base/knetwalk/ChangeLog +++ b/kde-base/knetwalk/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/knetwalk # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knetwalk/ChangeLog,v 1.69 2010/01/23 02:57:37 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetwalk/ChangeLog,v 1.70 2010/01/25 16:22:55 scarabeus Exp $ + +*knetwalk-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> + +knetwalk-4.3.5.ebuild: + Version bump 23 Jan 2010; Jonathan Callen <abcd@gentoo.org> knetwalk-4.3.4.ebuild: Keyword ~amd64-linux/~x86-linux diff --git a/kde-base/knetwalk/knetwalk-4.3.5.ebuild b/kde-base/knetwalk/knetwalk-4.3.5.ebuild new file mode 100644 index 000000000000..3d807da519e7 --- /dev/null +++ b/kde-base/knetwalk/knetwalk-4.3.5.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/knetwalk/knetwalk-4.3.5.ebuild,v 1.1 2010/01/25 16:22:55 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 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |