diff options
author | 2008-05-15 23:35:31 +0000 | |
---|---|---|
committer | 2008-05-15 23:35:31 +0000 | |
commit | fc71c1395b1971b1b9cebea74bb12f347129111c (patch) | |
tree | 6add55305106283a5340c909b483912892151c0e /kde-base/kfourinline | |
parent | Added KDE 4.0.4 version of kfloppy. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | historical-fc71c1395b1971b1b9cebea74bb12f347129111c.tar.gz historical-fc71c1395b1971b1b9cebea74bb12f347129111c.tar.bz2 historical-fc71c1395b1971b1b9cebea74bb12f347129111c.zip |
Added KDE 4.0.4 version of kfourinline. Thanks to Jorge Manuel B. S. Vicetto.
Package-Manager: portage-2.1.5
Diffstat (limited to 'kde-base/kfourinline')
-rw-r--r-- | kde-base/kfourinline/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kfourinline/kfourinline-4.0.4.ebuild | 12 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kfourinline/ChangeLog b/kde-base/kfourinline/ChangeLog index d25e3ee2be6a..3c5de866f262 100644 --- a/kde-base/kfourinline/ChangeLog +++ b/kde-base/kfourinline/ChangeLog @@ -1,6 +1,13 @@ # 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.6 2008/04/03 21:06:07 philantrop Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfourinline/ChangeLog,v 1.7 2008/05/15 23:35:31 ingmar Exp $ + +*kfourinline-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> + +kfourinline-4.0.4.ebuild: + Added KDE 4.0.4 version of kfourinline. Thanks to Jorge Manuel B. S. + Vicetto. *kfourinline-4.0.3 (03 Apr 2008) diff --git a/kde-base/kfourinline/kfourinline-4.0.4.ebuild b/kde-base/kfourinline/kfourinline-4.0.4.ebuild new file mode 100644 index 000000000000..35ca43a5ab71 --- /dev/null +++ b/kde-base/kfourinline/kfourinline-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/kfourinline/kfourinline-4.0.4.ebuild,v 1.1 2008/05/15 23:35:31 ingmar Exp $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="kde four-in-a-row game" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |