diff options
author | Alex Alexander <wired@gentoo.org> | 2009-12-01 10:32:36 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-12-01 10:32:36 +0000 |
commit | 3eba95a712ed50d6a29369094367fc7d0c54d75c (patch) | |
tree | e3028894eba26b6d29ec355f0aabbadaef9fb4e2 /kde-base/kdiamond | |
parent | amd64 stable, bug #292827 (diff) | |
download | gentoo-2-3eba95a712ed50d6a29369094367fc7d0c54d75c.tar.gz gentoo-2-3eba95a712ed50d6a29369094367fc7d0c54d75c.tar.bz2 gentoo-2-3eba95a712ed50d6a29369094367fc7d0c54d75c.zip |
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdiamond')
-rw-r--r-- | kde-base/kdiamond/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdiamond/kdiamond-4.3.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kdiamond/ChangeLog b/kde-base/kdiamond/ChangeLog index 6f8023337d27..2d056e77d421 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.31 2009/11/30 06:53:59 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.32 2009/12/01 10:32:36 wired Exp $ + +*kdiamond-4.3.4 (01 Dec 2009) + + 01 Dec 2009; Alex Alexander <wired@gentoo.org> +kdiamond-4.3.4.ebuild: + Version bump 30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kdiamond-4.3.3.ebuild: Marked ppc/ppc64 stable for bug #292455. diff --git a/kde-base/kdiamond/kdiamond-4.3.4.ebuild b/kde-base/kdiamond/kdiamond-4.3.4.ebuild new file mode 100644 index 000000000000..9bda64b234d7 --- /dev/null +++ b/kde-base/kdiamond/kdiamond-4.3.4.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.3.4.ebuild,v 1.1 2009/12/01 10:32:36 wired 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 ~sparc ~x86" +IUSE="debug +handbook" |