diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 22:13:51 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 22:13:51 +0000 |
commit | fb15b6cc230f7acd543311a967330a85f6230fca (patch) | |
tree | cc9c0b82f19d3aa2d417d611b79c627ac4fa4830 /kde-base/klines | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-fb15b6cc230f7acd543311a967330a85f6230fca.tar.gz gentoo-2-fb15b6cc230f7acd543311a967330a85f6230fca.tar.bz2 gentoo-2-fb15b6cc230f7acd543311a967330a85f6230fca.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/klines')
-rw-r--r-- | kde-base/klines/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/klines/klines-4.1.4.ebuild | 11 |
2 files changed, 18 insertions, 2 deletions
diff --git a/kde-base/klines/ChangeLog b/kde-base/klines/ChangeLog index d128ae157b4f..383bf5a1cdde 100644 --- a/kde-base/klines/ChangeLog +++ b/kde-base/klines/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/klines -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/klines/ChangeLog,v 1.98 2008/11/16 07:40:59 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/klines/ChangeLog,v 1.99 2009/01/13 22:13:51 alexxy Exp $ + +*klines-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +klines-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> klines-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/klines/klines-4.1.4.ebuild b/kde-base/klines/klines-4.1.4.ebuild new file mode 100644 index 000000000000..f463b1eb97e9 --- /dev/null +++ b/kde-base/klines/klines-4.1.4.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/klines/klines-4.1.4.ebuild,v 1.1 2009/01/13 22:13:51 alexxy Exp $ + +EAPI="2" +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="KDE: Kolor Lines - a little game about balls and how to get rid of them" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug htmlhandbook" |