diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 21:57:09 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-03-04 21:57:09 +0000 |
commit | 007961c167916acfa9ded5691517c805ae089696 (patch) | |
tree | 744a8dbfe11a53a9bb241536317ba127cb8ab86f /kde-base/kolf | |
parent | Bump KDE 4.2.1 (diff) | |
download | gentoo-2-007961c167916acfa9ded5691517c805ae089696.tar.gz gentoo-2-007961c167916acfa9ded5691517c805ae089696.tar.bz2 gentoo-2-007961c167916acfa9ded5691517c805ae089696.zip |
Bump KDE 4.2.1
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/kolf')
-rw-r--r-- | kde-base/kolf/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kolf/kolf-4.2.1.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kolf/ChangeLog b/kde-base/kolf/ChangeLog index c8567c03cd36..adefe313641b 100644 --- a/kde-base/kolf/ChangeLog +++ b/kde-base/kolf/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kolf # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kolf/ChangeLog,v 1.105 2009/02/17 13:57:00 alexxy Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolf/ChangeLog,v 1.106 2009/03/04 21:57:09 alexxy Exp $ + +*kolf-4.2.1 (04 Mar 2009) + + 04 Mar 2009; Alexey Shvetsov <alexxy@gentoo.org> +kolf-4.2.1.ebuild: + Bump KDE 4.2.1 17 Feb 2009; Alexey Shvetsov <alexxy@gentoo.org> -kolf-4.1.4.ebuild: Drop KDE 4.1.4 diff --git a/kde-base/kolf/kolf-4.2.1.ebuild b/kde-base/kolf/kolf-4.2.1.ebuild new file mode 100644 index 000000000000..17ca0c8d4781 --- /dev/null +++ b/kde-base/kolf/kolf-4.2.1.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kolf/kolf-4.2.1.ebuild,v 1.1 2009/03/04 21:57:09 alexxy Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE Minigolf Game" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug" |