diff options
author | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:07:52 +0000 |
---|---|---|
committer | Tobias Heinlein <keytoaster@gentoo.org> | 2008-06-05 21:07:52 +0000 |
commit | 8c9e706b3e0ef4819564a97720eb11afbc0185bc (patch) | |
tree | caf702f7c2a9208a6531356379af603f4f7384ce /kde-base/katomic | |
parent | Added the KDE 4.0.5 version of kate. (diff) | |
download | historical-8c9e706b3e0ef4819564a97720eb11afbc0185bc.tar.gz historical-8c9e706b3e0ef4819564a97720eb11afbc0185bc.tar.bz2 historical-8c9e706b3e0ef4819564a97720eb11afbc0185bc.zip |
Added the KDE 4.0.5 version of katomic.
Package-Manager: portage-2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
Diffstat (limited to 'kde-base/katomic')
-rw-r--r-- | kde-base/katomic/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/katomic/katomic-4.0.5.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/katomic/ChangeLog b/kde-base/katomic/ChangeLog index d8fee94cd699..9fb8f606fc8f 100644 --- a/kde-base/katomic/ChangeLog +++ b/kde-base/katomic/ChangeLog @@ -1,6 +1,12 @@ # 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.91 2008/05/18 20:25:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/katomic/ChangeLog,v 1.92 2008/06/05 21:07:52 keytoaster Exp $ + +*katomic-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + +katomic-4.0.5.ebuild: + Added the KDE 4.0.5 version of katomic. 18 May 2008; Markus Meier <maekke@gentoo.org> katomic-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/katomic/katomic-4.0.5.ebuild b/kde-base/katomic/katomic-4.0.5.ebuild new file mode 100644 index 000000000000..b90e390a6ca1 --- /dev/null +++ b/kde-base/katomic/katomic-4.0.5.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.5.ebuild,v 1.1 2008/06/05 21:07:52 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="KDE Atomic Entertainment Game" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |