diff options
author | 2009-05-06 23:21:25 +0000 | |
---|---|---|
committer | 2009-05-06 23:21:25 +0000 | |
commit | f6c0dd74dcdfb116a3cdc16281c1613bd1206919 (patch) | |
tree | f7522e677c329141aa179e9d693a97a004d3d99c | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-f6c0dd74dcdfb116a3cdc16281c1613bd1206919.tar.gz gentoo-2-f6c0dd74dcdfb116a3cdc16281c1613bd1206919.tar.bz2 gentoo-2-f6c0dd74dcdfb116a3cdc16281c1613bd1206919.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force)
-rw-r--r-- | kde-base/kdiamond/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdiamond/kdiamond-4.2.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kdiamond/ChangeLog b/kde-base/kdiamond/ChangeLog index cdb4a1b26fea..d72d98c8f3db 100644 --- a/kde-base/kdiamond/ChangeLog +++ b/kde-base/kdiamond/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdiamond # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.14 2009/04/17 06:48:41 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.15 2009/05/06 23:21:25 scarabeus Exp $ + +*kdiamond-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +kdiamond-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> kdiamond-4.2.2: Restore ~hppa keywords diff --git a/kde-base/kdiamond/kdiamond-4.2.3.ebuild b/kde-base/kdiamond/kdiamond-4.2.3.ebuild new file mode 100644 index 000000000000..db3bd65ea426 --- /dev/null +++ b/kde-base/kdiamond/kdiamond-4.2.3.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/kdiamond/kdiamond-4.2.3.ebuild,v 1.1 2009/05/06 23:21:25 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE: KDiamond is a three-in-a-row game." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc" |