diff options
author | 2009-06-04 12:20:43 +0000 | |
---|---|---|
committer | 2009-06-04 12:20:43 +0000 | |
commit | 148a9cec74313e5a34ff2b3d65275d8d91347389 (patch) | |
tree | aa7425175f02e3d803d4e1e3762ffd9a8d0c4384 /kde-base/kdiamond | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-148a9cec74313e5a34ff2b3d65275d8d91347389.tar.gz gentoo-2-148a9cec74313e5a34ff2b3d65275d8d91347389.tar.bz2 gentoo-2-148a9cec74313e5a34ff2b3d65275d8d91347389.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/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.2.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kdiamond/ChangeLog b/kde-base/kdiamond/ChangeLog index 823812ecea6a..9fef02c0e47d 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.16 2009/06/03 15:39:03 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.17 2009/06/04 12:20:43 alexxy Exp $ + +*kdiamond-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +kdiamond-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdiamond-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/kdiamond/kdiamond-4.2.4.ebuild b/kde-base/kdiamond/kdiamond-4.2.4.ebuild new file mode 100644 index 000000000000..14c326bb0b35 --- /dev/null +++ b/kde-base/kdiamond/kdiamond-4.2.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.2.4.ebuild,v 1.1 2009/06/04 12:20:43 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" |