diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:54:54 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:54:54 +0000 |
commit | d2e135abdf89306a6c54514fbf96485cf993a954 (patch) | |
tree | 7aaf0abf3b6cfa5c969bd3a905f78987dd2a0793 /kde-base/killbots | |
parent | Version bump KDE 4.4.3 (diff) | |
download | gentoo-2-d2e135abdf89306a6c54514fbf96485cf993a954.tar.gz gentoo-2-d2e135abdf89306a6c54514fbf96485cf993a954.tar.bz2 gentoo-2-d2e135abdf89306a6c54514fbf96485cf993a954.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/killbots')
-rw-r--r-- | kde-base/killbots/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/killbots/killbots-4.4.3.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/killbots/ChangeLog b/kde-base/killbots/ChangeLog index deef597425e8..736d37092dc7 100644 --- a/kde-base/killbots/ChangeLog +++ b/kde-base/killbots/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/killbots # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/ChangeLog,v 1.41 2010/03/31 22:42:47 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/ChangeLog,v 1.42 2010/05/03 20:54:53 alexxy Exp $ + +*killbots-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +killbots-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -killbots-4.3.4.ebuild, -killbots-4.4.0.ebuild: diff --git a/kde-base/killbots/killbots-4.4.3.ebuild b/kde-base/killbots/killbots-4.4.3.ebuild new file mode 100644 index 000000000000..8f0c00d18aff --- /dev/null +++ b/kde-base/killbots/killbots-4.4.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/killbots-4.4.3.ebuild,v 1.1 2010/05/03 20:54:54 alexxy Exp $ + +EAPI="3" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="Kill the bots or they kill you!" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" + +# Tests hang, last checked in 4.3.3 +RESTRICT="test" |