diff options
Diffstat (limited to 'kde-base/kfourinline')
-rw-r--r-- | kde-base/kfourinline/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kfourinline/kfourinline-4.5.2.ebuild | 13 |
2 files changed, 20 insertions, 1 deletions
diff --git a/kde-base/kfourinline/ChangeLog b/kde-base/kfourinline/ChangeLog index 4ddfcaa3f2ce..2bca7e7ca7c3 100644 --- a/kde-base/kfourinline/ChangeLog +++ b/kde-base/kfourinline/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kfourinline # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kfourinline/ChangeLog,v 1.67 2010/09/06 00:29:46 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfourinline/ChangeLog,v 1.68 2010/10/06 09:17:08 alexxy Exp $ + +*kfourinline-4.5.2 (05 Oct 2010) + + 05 Oct 2010; Alexey Shvetsov <alexxy@gentoo.org> + +kfourinline-4.5.2.ebuild: + Version bump KDE SC 4.5.2 *kfourinline-4.5.1 (06 Sep 2010) diff --git a/kde-base/kfourinline/kfourinline-4.5.2.ebuild b/kde-base/kfourinline/kfourinline-4.5.2.ebuild new file mode 100644 index 000000000000..2982587706a7 --- /dev/null +++ b/kde-base/kfourinline/kfourinline-4.5.2.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kfourinline/kfourinline-4.5.2.ebuild,v 1.1 2010/10/06 09:17:08 alexxy Exp $ + +EAPI="3" + +KDE_HANDBOOK="optional" +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE four-in-a-row game." +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" |