diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:18:46 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-16 00:18:46 +0000 |
commit | 5fd7503cbcc276d40cbc0f3cfb0d0b47725c9cb2 (patch) | |
tree | 46df6e745e61deb4e56f35fdce16b2cda71c5bce /kde-base/ksame | |
parent | Added KDE 4.0.4 version of krunner. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-5fd7503cbcc276d40cbc0f3cfb0d0b47725c9cb2.tar.gz gentoo-2-5fd7503cbcc276d40cbc0f3cfb0d0b47725c9cb2.tar.bz2 gentoo-2-5fd7503cbcc276d40cbc0f3cfb0d0b47725c9cb2.zip |
Added KDE 4.0.4 version of ksame. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/ksame')
-rw-r--r-- | kde-base/ksame/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/ksame/ksame-4.0.4.ebuild | 11 |
2 files changed, 17 insertions, 1 deletions
diff --git a/kde-base/ksame/ChangeLog b/kde-base/ksame/ChangeLog index e11bece619f5..1bc62bd12fa0 100644 --- a/kde-base/ksame/ChangeLog +++ b/kde-base/ksame/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/ksame # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ChangeLog,v 1.89 2008/05/14 19:12:12 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ChangeLog,v 1.90 2008/05/16 00:18:46 ingmar Exp $ + +*ksame-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +ksame-4.0.4.ebuild: + Added KDE 4.0.4 version of ksame. Thanks to Jorge Manuel B. S. Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> ksame-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/ksame/ksame-4.0.4.ebuild b/kde-base/ksame/ksame-4.0.4.ebuild new file mode 100644 index 000000000000..3dae8eca3bbc --- /dev/null +++ b/kde-base/ksame/ksame-4.0.4.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksame/ksame-4.0.4.ebuild,v 1.1 2008/05/16 00:18:46 ingmar Exp $ + +EAPI="1" +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="KDE: Same Game - a little game about balls and how to get rid of them" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |