diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:51:17 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 23:51:17 +0000 |
commit | 18c4033105bb37b32000d9a7c871707a2dc5bba0 (patch) | |
tree | 0ebc1c4bfcbc65e08d4d32a777a6d5714dadeae4 /kde-base/klines | |
parent | Because we get more warnings with GCC 4.3, disable -Werror from Makefile wrt ... (diff) | |
download | gentoo-2-18c4033105bb37b32000d9a7c871707a2dc5bba0.tar.gz gentoo-2-18c4033105bb37b32000d9a7c871707a2dc5bba0.tar.bz2 gentoo-2-18c4033105bb37b32000d9a7c871707a2dc5bba0.zip |
Added KDE 4.0.4 version of klines. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/klines')
-rw-r--r-- | kde-base/klines/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/klines/klines-4.0.4.ebuild | 11 |
2 files changed, 17 insertions, 1 deletions
diff --git a/kde-base/klines/ChangeLog b/kde-base/klines/ChangeLog index 0c73a6ac1f32..eda1d380b840 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.89 2008/05/14 19:33:51 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/klines/ChangeLog,v 1.90 2008/05/15 23:51:17 ingmar Exp $ + +*klines-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +klines-4.0.4.ebuild: + Added KDE 4.0.4 version of klines. Thanks to Jorge Manuel B. S. Vicetto. 14 May 2008; Markus Rothe <corsair@gentoo.org> klines-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/klines/klines-4.0.4.ebuild b/kde-base/klines/klines-4.0.4.ebuild new file mode 100644 index 000000000000..cfc0a967ceb3 --- /dev/null +++ b/kde-base/klines/klines-4.0.4.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/klines/klines-4.0.4.ebuild,v 1.1 2008/05/15 23:51:17 ingmar Exp $ + +EAPI="1" +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="KDE: Kolor Lines - a little game about balls and how to get rid of them" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |