diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:16:49 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:16:49 +0000 |
commit | 7e8a69fa9346e7e3b448fb164cbcfcd0906ea7c9 (patch) | |
tree | b2aeaf872553211fb4b9a2290f78b1525ad8c6bb /kde-base | |
parent | [kde-base/attica] Add missing metadata (diff) | |
download | gentoo-2-7e8a69fa9346e7e3b448fb164cbcfcd0906ea7c9.tar.gz gentoo-2-7e8a69fa9346e7e3b448fb164cbcfcd0906ea7c9.tar.bz2 gentoo-2-7e8a69fa9346e7e3b448fb164cbcfcd0906ea7c9.zip |
[kde-base/killbots] Version bump to KDE SC 4.4.0
(Portage version: 2.2_rc62/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/killbots/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/killbots/killbots-4.4.0.ebuild | 15 |
2 files changed, 21 insertions, 1 deletions
diff --git a/kde-base/killbots/ChangeLog b/kde-base/killbots/ChangeLog index c3df8a8b1350..f14ca9e7ce4c 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.35 2010/01/25 16:01:47 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/ChangeLog,v 1.36 2010/02/09 00:16:49 alexxy Exp $ + +*killbots-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +killbots-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *killbots-4.3.5 (25 Jan 2010) diff --git a/kde-base/killbots/killbots-4.4.0.ebuild b/kde-base/killbots/killbots-4.4.0.ebuild new file mode 100644 index 000000000000..2f12058c5a29 --- /dev/null +++ b/kde-base/killbots/killbots-4.4.0.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.0.ebuild,v 1.1 2010/02/09 00:16:49 alexxy Exp $ + +EAPI="2" + +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" |