diff options
author | Alex Alexander <wired@gentoo.org> | 2009-08-04 01:10:58 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-08-04 01:10:58 +0000 |
commit | bf405ed40a9bfecc1b11767fb4ee11105dca0703 (patch) | |
tree | a2b23118c6562fa30d2a1e7cfd77aa13432be682 /kde-base/ktron | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-bf405ed40a9bfecc1b11767fb4ee11105dca0703.tar.gz gentoo-2-bf405ed40a9bfecc1b11767fb4ee11105dca0703.tar.bz2 gentoo-2-bf405ed40a9bfecc1b11767fb4ee11105dca0703.zip |
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/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.3.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/ktron/ChangeLog b/kde-base/ktron/ChangeLog index 6a382c9fd433..bc37fb9031a1 100644 --- a/kde-base/ktron/ChangeLog +++ b/kde-base/ktron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ktron # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ChangeLog,v 1.93 2009/07/12 12:10:29 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ktron/ChangeLog,v 1.94 2009/08/04 01:10:58 wired Exp $ + +*ktron-4.3.0 (04 Aug 2009) + + 04 Aug 2009; Alex Alexander <wired@gentoo.org> +ktron-4.3.0.ebuild: + Version bump 12 Jul 2009; Raúl Porcel <armin76@gentoo.org> ktron-3.5.10.ebuild: alpha/ia64/sparc stable wrt #271889 diff --git a/kde-base/ktron/ktron-4.3.0.ebuild b/kde-base/ktron/ktron-4.3.0.ebuild new file mode 100644 index 000000000000..b942fbb8504d --- /dev/null +++ b/kde-base/ktron/ktron-4.3.0.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/ktron/ktron-4.3.0.ebuild,v 1.1 2009/08/04 01:10:58 wired Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE Tron game" +KEYWORDS="~amd64 ~x86" +IUSE="debug" |