diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 22:38:33 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-01-13 22:38:33 +0000 |
commit | 952579442a5af4381b9b67b7d253eefe90117eaf (patch) | |
tree | d2a5a03be3867a89f699455f205c8e935c02c79d /kde-base/kpat | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-952579442a5af4381b9b67b7d253eefe90117eaf.tar.gz gentoo-2-952579442a5af4381b9b67b7d253eefe90117eaf.tar.bz2 gentoo-2-952579442a5af4381b9b67b7d253eefe90117eaf.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/kpat')
-rw-r--r-- | kde-base/kpat/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kpat/kpat-4.1.4.ebuild | 11 |
2 files changed, 18 insertions, 2 deletions
diff --git a/kde-base/kpat/ChangeLog b/kde-base/kpat/ChangeLog index 963c394458dd..7a1ff107c8e8 100644 --- a/kde-base/kpat/ChangeLog +++ b/kde-base/kpat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kpat -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.100 2008/11/16 07:56:09 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.101 2009/01/13 22:38:33 alexxy Exp $ + +*kpat-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kpat-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kpat-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/kpat/kpat-4.1.4.ebuild b/kde-base/kpat/kpat-4.1.4.ebuild new file mode 100644 index 000000000000..f8071130669a --- /dev/null +++ b/kde-base/kpat/kpat-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/kpat/kpat-4.1.4.ebuild,v 1.1 2009/01/13 22:38:33 alexxy Exp $ + +EAPI="2" +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="KDE patience game" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug htmlhandbook" |