diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:38:33 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:38:33 +0000 |
commit | 8b6024d1bdc66d74e8ec4096e4fee867002a08ec (patch) | |
tree | dba799d23866654ec9c69cc464ca852029f04b66 /kde-base/kfourinline | |
parent | Version bump to KDE 4.0.2. (diff) | |
download | gentoo-2-8b6024d1bdc66d74e8ec4096e4fee867002a08ec.tar.gz gentoo-2-8b6024d1bdc66d74e8ec4096e4fee867002a08ec.tar.bz2 gentoo-2-8b6024d1bdc66d74e8ec4096e4fee867002a08ec.zip |
Version bump to KDE 4.0.2.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kfourinline')
-rw-r--r-- | kde-base/kfourinline/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kfourinline/kfourinline-4.0.2.ebuild | 12 |
2 files changed, 19 insertions, 1 deletions
diff --git a/kde-base/kfourinline/ChangeLog b/kde-base/kfourinline/ChangeLog index 2a1601f59f8f..bb177e4011aa 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.3 2008/02/17 02:09:35 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfourinline/ChangeLog,v 1.4 2008/03/10 23:38:33 philantrop Exp $ + +*kfourinline-4.0.2 (10 Mar 2008) + + 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> + +kfourinline-4.0.2.ebuild: + Version bump to KDE 4.0.2 16 Feb 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kfourinline-4.0.0.ebuild: diff --git a/kde-base/kfourinline/kfourinline-4.0.2.ebuild b/kde-base/kfourinline/kfourinline-4.0.2.ebuild new file mode 100644 index 000000000000..9d551d4c7ed1 --- /dev/null +++ b/kde-base/kfourinline/kfourinline-4.0.2.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.2.ebuild,v 1.1 2008/03/10 23:38:33 philantrop Exp $ + +EAPI="1" + +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="kde four-in-a-row game" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |