diff options
author | 2010-03-30 20:55:54 +0000 | |
---|---|---|
committer | 2010-03-30 20:55:54 +0000 | |
commit | 02ebade8b143da18c4e05e210c0a44debdc56469 (patch) | |
tree | 2db27799a6358ee954d545d42182907d355381d5 /kde-base/kdiamond | |
parent | Version bump KDE 4.4.2 (diff) | |
download | gentoo-2-02ebade8b143da18c4e05e210c0a44debdc56469.tar.gz gentoo-2-02ebade8b143da18c4e05e210c0a44debdc56469.tar.bz2 gentoo-2-02ebade8b143da18c4e05e210c0a44debdc56469.zip |
Version bump KDE 4.4.2
(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.2.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kdiamond/ChangeLog b/kde-base/kdiamond/ChangeLog index 505aa1d352d5..5e44f1ff3fe5 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.41 2010/03/11 18:38:00 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdiamond/ChangeLog,v 1.42 2010/03/30 20:55:54 spatz Exp $ + +*kdiamond-4.4.2 (30 Mar 2010) + + 30 Mar 2010; Dror Levin <spatz@gentoo.org> +kdiamond-4.4.2.ebuild: + Version bump 11 Mar 2010; Brent Baude <ranger@gentoo.org> kdiamond-4.3.5.ebuild: Marking kdiamond-4.3.5 ppc stable for bug 300393 diff --git a/kde-base/kdiamond/kdiamond-4.4.2.ebuild b/kde-base/kdiamond/kdiamond-4.4.2.ebuild new file mode 100644 index 000000000000..8e59d2e81651 --- /dev/null +++ b/kde-base/kdiamond/kdiamond-4.4.2.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.2.ebuild,v 1.1 2010/03/30 20:55:54 spatz 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" |