diff options
author | 2008-06-05 21:45:41 +0000 | |
---|---|---|
committer | 2008-06-05 21:45:41 +0000 | |
commit | 79e6a07886a535ad65646acca2ee39a1047c7de4 (patch) | |
tree | 86d674b4aeabf21b8886e72242ad0f75ef1726a9 /kde-base/kfourinline | |
parent | Added the KDE 4.0.5 version of kfloppy. (diff) | |
download | historical-79e6a07886a535ad65646acca2ee39a1047c7de4.tar.gz historical-79e6a07886a535ad65646acca2ee39a1047c7de4.tar.bz2 historical-79e6a07886a535ad65646acca2ee39a1047c7de4.zip |
Added the KDE 4.0.5 version of kfourinline.
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/kfourinline')
-rw-r--r-- | kde-base/kfourinline/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kfourinline/kfourinline-4.0.5.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kfourinline/ChangeLog b/kde-base/kfourinline/ChangeLog index 3c5de866f262..281686ac9a55 100644 --- a/kde-base/kfourinline/ChangeLog +++ b/kde-base/kfourinline/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kfourinline # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfourinline/ChangeLog,v 1.7 2008/05/15 23:35:31 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfourinline/ChangeLog,v 1.8 2008/06/05 21:45:41 keytoaster Exp $ + +*kfourinline-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> + +kfourinline-4.0.5.ebuild: + Added the KDE 4.0.5 version of kfourinline. *kfourinline-4.0.4 (15 May 2008) diff --git a/kde-base/kfourinline/kfourinline-4.0.5.ebuild b/kde-base/kfourinline/kfourinline-4.0.5.ebuild new file mode 100644 index 000000000000..7444d8969279 --- /dev/null +++ b/kde-base/kfourinline/kfourinline-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/kfourinline/kfourinline-4.0.5.ebuild,v 1.1 2008/06/05 21:45:41 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="kde four-in-a-row game" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |