diff options
Diffstat (limited to 'kde-base/kdiamond')
-rw-r--r-- | kde-base/kdiamond/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdiamond/kdiamond-4.3.2.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kdiamond/ChangeLog b/kde-base/kdiamond/ChangeLog index 4dcf9545bea2..27e3b67cb0e2 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.21 2009/09/01 15:21:28 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.22 2009/10/06 19:17:15 alexxy Exp $ + +*kdiamond-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +kdiamond-4.3.2.ebuild: + Version bump *kdiamond-4.3.1 (01 Sep 2009) diff --git a/kde-base/kdiamond/kdiamond-4.3.2.ebuild b/kde-base/kdiamond/kdiamond-4.3.2.ebuild new file mode 100644 index 000000000000..3e5d38a2f14e --- /dev/null +++ b/kde-base/kdiamond/kdiamond-4.3.2.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.2.ebuild,v 1.1 2009/10/06 19:17:15 alexxy 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 +handbook" |