diff options
author | 2009-08-04 00:27:08 +0000 | |
---|---|---|
committer | 2009-08-04 00:27:08 +0000 | |
commit | dc7e8fea6c84eafed2808a159297bd5164625f08 (patch) | |
tree | a881ef7bec21cb1cd219d1fe8dfadc7e30310d11 /kde-base/kdiamond | |
parent | Version bump KDE 4.3.0 (diff) | |
download | gentoo-2-dc7e8fea6c84eafed2808a159297bd5164625f08.tar.gz gentoo-2-dc7e8fea6c84eafed2808a159297bd5164625f08.tar.bz2 gentoo-2-dc7e8fea6c84eafed2808a159297bd5164625f08.zip |
Version bump KDE 4.3.0
(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.3.0.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kdiamond/ChangeLog b/kde-base/kdiamond/ChangeLog index 15c47f018c75..d73779c72271 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.19 2009/06/14 10:57:09 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.20 2009/08/04 00:27:08 wired Exp $ + +*kdiamond-4.3.0 (04 Aug 2009) + + 04 Aug 2009; Alex Alexander <wired@gentoo.org> +kdiamond-4.3.0.ebuild: + Version bump 14 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -kdiamond-4.2.3.ebuild: Drop KDE 4.2.3 diff --git a/kde-base/kdiamond/kdiamond-4.3.0.ebuild b/kde-base/kdiamond/kdiamond-4.3.0.ebuild new file mode 100644 index 000000000000..f0a5d8520f3f --- /dev/null +++ b/kde-base/kdiamond/kdiamond-4.3.0.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.0.ebuild,v 1.1 2009/08/04 00:27:08 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 ~x86" +IUSE="debug +handbook" |