diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:46:43 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:46:43 +0000 |
commit | 2727d2e40bf2a0f54139a25fd8393a580e2e42a9 (patch) | |
tree | 9bb5a51d46116f88251e150d6c27c35ef4a791a3 /kde-base/katomic | |
parent | bump to 0.6.4. Fix a bug and a typo. (diff) | |
download | gentoo-2-2727d2e40bf2a0f54139a25fd8393a580e2e42a9.tar.gz gentoo-2-2727d2e40bf2a0f54139a25fd8393a580e2e42a9.tar.bz2 gentoo-2-2727d2e40bf2a0f54139a25fd8393a580e2e42a9.zip |
Added KDE 4.0.4 version of katomic. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/katomic')
-rw-r--r-- | kde-base/katomic/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/katomic/katomic-4.0.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/katomic/ChangeLog b/kde-base/katomic/ChangeLog index b19dcd53c357..e5af2cc23f16 100644 --- a/kde-base/katomic/ChangeLog +++ b/kde-base/katomic/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/katomic # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.89 2008/05/14 19:56:05 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.90 2008/05/15 22:46:43 ingmar Exp $ + +*katomic-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +katomic-4.0.4.ebuild: + Added KDE 4.0.4 version of katomic. Thanks to Jorge Manuel B. S. Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> katomic-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/katomic/katomic-4.0.4.ebuild b/kde-base/katomic/katomic-4.0.4.ebuild new file mode 100644 index 000000000000..18269c69a993 --- /dev/null +++ b/kde-base/katomic/katomic-4.0.4.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/katomic-4.0.4.ebuild,v 1.1 2008/05/15 22:46:43 ingmar Exp $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="KDE Atomic Entertainment Game" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |