diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-15 14:30:39 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-15 14:30:39 +0000 |
commit | ef1a41b3c1d8cfc9e0f65c13efc3acda29c9e133 (patch) | |
tree | 6bcca46840dd69cc38c8c87aeac47e91bc055833 /kde-base/killbots | |
parent | Automatic-merge: merge updates for 4.2.1 from kde-testing. (diff) | |
download | gentoo-2-ef1a41b3c1d8cfc9e0f65c13efc3acda29c9e133.tar.gz gentoo-2-ef1a41b3c1d8cfc9e0f65c13efc3acda29c9e133.tar.bz2 gentoo-2-ef1a41b3c1d8cfc9e0f65c13efc3acda29c9e133.zip |
Automatic-merge: merge updates for 4.2.1 from kde-testing.
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/killbots')
-rw-r--r-- | kde-base/killbots/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/killbots/killbots-4.2.1-r1.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/killbots/ChangeLog b/kde-base/killbots/ChangeLog index eab441fe2406..60d12bc8a129 100644 --- a/kde-base/killbots/ChangeLog +++ b/kde-base/killbots/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/killbots # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/ChangeLog,v 1.5 2009/03/08 19:50:49 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/killbots/ChangeLog,v 1.6 2009/03/15 14:30:39 scarabeus Exp $ + +*killbots-4.2.1-r1 (15 Mar 2009) + + 15 Mar 2009; Tomas Chvatal <scarabeus@gentoo.org> + +killbots-4.2.1-r1.ebuild: + Automatic-merge: merge updates for 4.2.1 from kde-testing. 08 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> -killbots-4.2.0.ebuild: Drop KDE 4.2.0 diff --git a/kde-base/killbots/killbots-4.2.1-r1.ebuild b/kde-base/killbots/killbots-4.2.1-r1.ebuild new file mode 100644 index 000000000000..14ba444b2487 --- /dev/null +++ b/kde-base/killbots/killbots-4.2.1-r1.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/killbots/killbots-4.2.1-r1.ebuild,v 1.1 2009/03/15 14:30:39 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="Kill the bots or they kill you!" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" |