diff options
Diffstat (limited to 'kde-base/katomic')
-rw-r--r-- | kde-base/katomic/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/katomic/katomic-4.6.4.ebuild | 13 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/katomic/ChangeLog b/kde-base/katomic/ChangeLog index 519a8035a2c4..fa12b952d375 100644 --- a/kde-base/katomic/ChangeLog +++ b/kde-base/katomic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/katomic # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.173 2011/06/10 11:51:02 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.174 2011/06/10 17:59:44 dilfridge Exp $ + +*katomic-4.6.4 (10 Jun 2011) + + 10 Jun 2011; Andreas K. Huettel <dilfridge@gentoo.org> +katomic-4.6.4.ebuild: + Version bump 10 Jun 2011; Markos Chandras <hwoarang@gentoo.org> katomic-4.6.3.ebuild: Stable on amd64 wrt bug #369979 diff --git a/kde-base/katomic/katomic-4.6.4.ebuild b/kde-base/katomic/katomic-4.6.4.ebuild new file mode 100644 index 000000000000..9baf3962b1aa --- /dev/null +++ b/kde-base/katomic/katomic-4.6.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/katomic-4.6.4.ebuild,v 1.1 2011/06/10 17:59:44 dilfridge Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE Atomic Entertainment Game" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |