diff options
author | 2008-05-16 00:01:26 +0000 | |
---|---|---|
committer | 2008-05-16 00:01:26 +0000 | |
commit | cf9c30ebbf6d0b2588b44fa2629be71fd3c54315 (patch) | |
tree | 30caf89a0e310c432b9b0bdf7a239043a8874181 /kde-base/knetwalk | |
parent | Added KDE 4.0.4 version of knetattach. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-cf9c30ebbf6d0b2588b44fa2629be71fd3c54315.tar.gz historical-cf9c30ebbf6d0b2588b44fa2629be71fd3c54315.tar.bz2 historical-cf9c30ebbf6d0b2588b44fa2629be71fd3c54315.zip |
Added KDE 4.0.4 version of knetwalk. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/knetwalk')
-rw-r--r-- | kde-base/knetwalk/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/knetwalk/knetwalk-4.0.4.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/knetwalk/ChangeLog b/kde-base/knetwalk/ChangeLog index 98526bbc3623..9181f31366ba 100644 --- a/kde-base/knetwalk/ChangeLog +++ b/kde-base/knetwalk/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/knetwalk # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/knetwalk/ChangeLog,v 1.19 2008/05/14 19:25:45 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetwalk/ChangeLog,v 1.20 2008/05/16 00:01:26 ingmar Exp $ + +*knetwalk-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +knetwalk-4.0.4.ebuild: + Added KDE 4.0.4 version of knetwalk. Thanks to Jorge Manuel B. S. Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> knetwalk-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/knetwalk/knetwalk-4.0.4.ebuild b/kde-base/knetwalk/knetwalk-4.0.4.ebuild new file mode 100644 index 000000000000..e91563f08eee --- /dev/null +++ b/kde-base/knetwalk/knetwalk-4.0.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/knetwalk/knetwalk-4.0.4.ebuild,v 1.1 2008/05/16 00:01:26 ingmar Exp $ + +EAPI="1" + +KMNAME=kdegames +KMNODOCS=true +inherit kde4-meta + +DESCRIPTION="KDE: Knetwalk is the kde version of the popular NetWalk game for system administrators" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |