diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:51:12 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-05-06 23:51:12 +0000 |
commit | 6fdf77b5c2442e28ff233fbcdc8d56b9df34cd7a (patch) | |
tree | 9aa13bff05ceb623a4e45bf3652421937c3c93cf /kde-base/ksame | |
parent | Version bump KDE 4.2.3 (diff) | |
download | gentoo-2-6fdf77b5c2442e28ff233fbcdc8d56b9df34cd7a.tar.gz gentoo-2-6fdf77b5c2442e28ff233fbcdc8d56b9df34cd7a.tar.bz2 gentoo-2-6fdf77b5c2442e28ff233fbcdc8d56b9df34cd7a.zip |
Version bump KDE 4.2.3
(Portage version: 2.2_rc31/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/ksame')
-rw-r--r-- | kde-base/ksame/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ksame/ksame-4.2.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/ksame/ChangeLog b/kde-base/ksame/ChangeLog index 1a12580632d7..478a994df719 100644 --- a/kde-base/ksame/ChangeLog +++ b/kde-base/ksame/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksame # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ChangeLog,v 1.108 2009/04/17 06:28:34 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ChangeLog,v 1.109 2009/05/06 23:51:12 scarabeus Exp $ + +*ksame-4.2.3 (06 May 2009) + + 06 May 2009; Tomas Chvatal <scarabeus@gentoo.org> +ksame-4.2.3.ebuild: + Version bump 17 Apr 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksame-4.2.1.ebuild, ksame-4.2.2: diff --git a/kde-base/ksame/ksame-4.2.3.ebuild b/kde-base/ksame/ksame-4.2.3.ebuild new file mode 100644 index 000000000000..ec7d3cf1f536 --- /dev/null +++ b/kde-base/ksame/ksame-4.2.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/ksame/ksame-4.2.3.ebuild,v 1.1 2009/05/06 23:51:12 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE: Same Game - a little game about balls and how to get rid of them" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug doc" |