diff options
author | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:08:02 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:08:02 +0000 |
commit | d293ae1e882f3cdfd6d2e2493172e9faad576688 (patch) | |
tree | 022ffd3dbeb6cfd20ab688f41dd8bcc45ebb0999 /kde-base/kdiamond | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-d293ae1e882f3cdfd6d2e2493172e9faad576688.tar.gz gentoo-2-d293ae1e882f3cdfd6d2e2493172e9faad576688.tar.bz2 gentoo-2-d293ae1e882f3cdfd6d2e2493172e9faad576688.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/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.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kdiamond/ChangeLog b/kde-base/kdiamond/ChangeLog index c8ea73b733d5..051593664b54 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.25 2009/10/18 16:12:50 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.26 2009/11/02 21:08:02 wired Exp $ + +*kdiamond-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> +kdiamond-4.3.3.ebuild: + Version bump 18 Oct 2009; Markus Meier <maekke@gentoo.org> kdiamond-4.3.1.ebuild: x86 stable, bug #287697 diff --git a/kde-base/kdiamond/kdiamond-4.3.3.ebuild b/kde-base/kdiamond/kdiamond-4.3.3.ebuild new file mode 100644 index 000000000000..ea473a53d49d --- /dev/null +++ b/kde-base/kdiamond/kdiamond-4.3.3.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.3.ebuild,v 1.1 2009/11/02 21:08:02 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" |