diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:17:21 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:17:21 +0000 |
commit | b9ef8fafcfce73c6ce1b1d2739f63797cf615f08 (patch) | |
tree | ed6b85c27563a86f4e7f90636e744724d1f784b5 /kde-base/ktron | |
parent | [kde-base/mplayerthumbs] Version bump to KDE SC 4.4.0 (diff) | |
download | gentoo-2-b9ef8fafcfce73c6ce1b1d2739f63797cf615f08.tar.gz gentoo-2-b9ef8fafcfce73c6ce1b1d2739f63797cf615f08.tar.bz2 gentoo-2-b9ef8fafcfce73c6ce1b1d2739f63797cf615f08.zip |
[kde-base/ktron] 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/ktron')
-rw-r--r-- | kde-base/ktron/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ktron/ktron-4.4.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/ktron/ChangeLog b/kde-base/ktron/ChangeLog index 2c0aa5535f2f..e88d39040476 100644 --- a/kde-base/ktron/ChangeLog +++ b/kde-base/ktron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ktron # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ChangeLog,v 1.115 2010/01/25 17:00:57 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ChangeLog,v 1.116 2010/02/09 00:17:21 alexxy Exp $ + +*ktron-4.4.0 (09 Feb 2010) + + 09 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +ktron-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *ktron-4.3.5 (25 Jan 2010) diff --git a/kde-base/ktron/ktron-4.4.0.ebuild b/kde-base/ktron/ktron-4.4.0.ebuild new file mode 100644 index 000000000000..78a982725f7e --- /dev/null +++ b/kde-base/ktron/ktron-4.4.0.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ktron-4.4.0.ebuild,v 1.1 2010/02/09 00:17:21 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE Tron game" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |