diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:13:31 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-06-04 13:13:31 +0000 |
commit | c26cf8caa484c4426da821ed13a8ff1ab3aad1ef (patch) | |
tree | 159bcc3473eebfb7b783bf73223c186d128ec40f /kde-base/ksame | |
parent | Version bump KDE 4.2.4 (diff) | |
download | gentoo-2-c26cf8caa484c4426da821ed13a8ff1ab3aad1ef.tar.gz gentoo-2-c26cf8caa484c4426da821ed13a8ff1ab3aad1ef.tar.bz2 gentoo-2-c26cf8caa484c4426da821ed13a8ff1ab3aad1ef.zip |
Version bump KDE 4.2.4
(Portage version: 2.2_rc33/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.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/ksame/ChangeLog b/kde-base/ksame/ChangeLog index 5105e30844ad..1ebe47e58bf0 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.112 2009/06/03 17:09:53 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ChangeLog,v 1.113 2009/06/04 13:13:31 alexxy Exp $ + +*ksame-4.2.4 (04 Jun 2009) + + 04 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> +ksame-4.2.4.ebuild: + Version bump 03 Jun 2009; Alexey Shvetsov <alexxy@gentoo.org> -ksame-4.2.2.ebuild: Drop KDE 4.2.2 diff --git a/kde-base/ksame/ksame-4.2.4.ebuild b/kde-base/ksame/ksame-4.2.4.ebuild new file mode 100644 index 000000000000..8c1947df25b9 --- /dev/null +++ b/kde-base/ksame/ksame-4.2.4.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.4.ebuild,v 1.1 2009/06/04 13:13:31 alexxy 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 ~sparc ~x86 ~x86-fbsd" +IUSE="debug +handbook" |