diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:36:13 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-01-25 16:36:13 +0000 |
commit | 86de1849285894f370e71b6739814d950fe6e509 (patch) | |
tree | d3d982671612fe5266a797fd1f98b2f67f2ca650 /kde-base/kpat | |
parent | Version bump KDE 4.3.5 (diff) | |
download | gentoo-2-86de1849285894f370e71b6739814d950fe6e509.tar.gz gentoo-2-86de1849285894f370e71b6739814d950fe6e509.tar.bz2 gentoo-2-86de1849285894f370e71b6739814d950fe6e509.zip |
Version bump KDE 4.3.5
(Portage version: 2.2_rc61/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kpat')
-rw-r--r-- | kde-base/kpat/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kpat/kpat-4.3.5.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kpat/ChangeLog b/kde-base/kpat/ChangeLog index ca00d5e0b3de..b6258b19d726 100644 --- a/kde-base/kpat/ChangeLog +++ b/kde-base/kpat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kpat # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.140 2010/01/23 03:00:02 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.141 2010/01/25 16:36:13 scarabeus Exp $ + +*kpat-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> +kpat-4.3.5.ebuild: + Version bump 23 Jan 2010; Jonathan Callen <abcd@gentoo.org> kpat-4.3.4.ebuild: Keyword ~amd64-linux/~x86-linux diff --git a/kde-base/kpat/kpat-4.3.5.ebuild b/kde-base/kpat/kpat-4.3.5.ebuild new file mode 100644 index 000000000000..98565e2aa217 --- /dev/null +++ b/kde-base/kpat/kpat-4.3.5.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/kpat-4.3.5.ebuild,v 1.1 2010/01/25 16:36:13 scarabeus Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE patience game" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +handbook" |