diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:46:59 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 20:46:59 +0000 |
commit | 07165a683433767518ff1e69e7d5ec22230a6776 (patch) | |
tree | 58cf01cd930f2441f93b03f054bc1888ac086832 /kde-base/kdiamond | |
parent | Version bump KDE 4.4.3 (diff) | |
download | gentoo-2-07165a683433767518ff1e69e7d5ec22230a6776.tar.gz gentoo-2-07165a683433767518ff1e69e7d5ec22230a6776.tar.bz2 gentoo-2-07165a683433767518ff1e69e7d5ec22230a6776.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/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.4.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kdiamond/ChangeLog b/kde-base/kdiamond/ChangeLog index b8871eb3bdf0..63a27b98f4ed 100644 --- a/kde-base/kdiamond/ChangeLog +++ b/kde-base/kdiamond/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdiamond # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.43 2010/03/31 22:34:35 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.44 2010/05/03 20:46:59 alexxy Exp $ + +*kdiamond-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +kdiamond-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -kdiamond-4.3.4.ebuild, -kdiamond-4.4.0.ebuild: diff --git a/kde-base/kdiamond/kdiamond-4.4.3.ebuild b/kde-base/kdiamond/kdiamond-4.4.3.ebuild new file mode 100644 index 000000000000..60ce4eb91039 --- /dev/null +++ b/kde-base/kdiamond/kdiamond-4.4.3.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/kdiamond-4.4.3.ebuild,v 1.1 2010/05/03 20:46:59 alexxy Exp $ + +EAPI="3" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE: KDiamond is a three-in-a-row game." +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |