diff options
author | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:34:37 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2009-11-02 21:34:37 +0000 |
commit | b9044fc1692dbf887d0408f3194341e8e890694f (patch) | |
tree | 4ca280a8e492f380d9e3601b4fe7d6757417d132 /kde-base/kpat | |
parent | Version bump KDE 4.3.3 (diff) | |
download | gentoo-2-b9044fc1692dbf887d0408f3194341e8e890694f.tar.gz gentoo-2-b9044fc1692dbf887d0408f3194341e8e890694f.tar.bz2 gentoo-2-b9044fc1692dbf887d0408f3194341e8e890694f.zip |
Version bump KDE 4.3.3
(Portage version: 2.2_rc48/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.3.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kpat/ChangeLog b/kde-base/kpat/ChangeLog index fb9cd807af03..f7038fba73a1 100644 --- a/kde-base/kpat/ChangeLog +++ b/kde-base/kpat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kpat # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.128 2009/10/18 16:25:42 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.129 2009/11/02 21:34:37 wired Exp $ + +*kpat-4.3.3 (02 Nov 2009) + + 02 Nov 2009; Alex Alexander <wired@gentoo.org> +kpat-4.3.3.ebuild: + Version bump 18 Oct 2009; Markus Meier <maekke@gentoo.org> kpat-4.3.1.ebuild: x86 stable, bug #287697 diff --git a/kde-base/kpat/kpat-4.3.3.ebuild b/kde-base/kpat/kpat-4.3.3.ebuild new file mode 100644 index 000000000000..9ba2eb43b4c4 --- /dev/null +++ b/kde-base/kpat/kpat-4.3.3.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/kpat/kpat-4.3.3.ebuild,v 1.1 2009/11/02 21:34:37 wired Exp $ + +EAPI="2" + +KMNAME="kdegames" +inherit kde4-meta + +DESCRIPTION="KDE patience game" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug +handbook" |