diff options
author | 2008-04-03 21:22:53 +0000 | |
---|---|---|
committer | 2008-04-03 21:22:53 +0000 | |
commit | e11c2a97e12676158d85f715cc0ce8fd9a414079 (patch) | |
tree | 81d01f2cabe57832adf7ab989439388c4a5308f8 /kde-base/kpat | |
parent | Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NO... (diff) | |
download | gentoo-2-e11c2a97e12676158d85f715cc0ce8fd9a414079.tar.gz gentoo-2-e11c2a97e12676158d85f715cc0ce8fd9a414079.tar.bz2 gentoo-2-e11c2a97e12676158d85f715cc0ce8fd9a414079.zip |
Version bump to KDE 4.0.3. This is still not intended for mainstream so DO NOT KEYWORD IT without talking to the KDE herd first.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kpat')
-rw-r--r-- | kde-base/kpat/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kpat/kpat-4.0.3.ebuild | 11 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kpat/ChangeLog b/kde-base/kpat/ChangeLog index 16fd6d9e1aff..443544a9a9a6 100644 --- a/kde-base/kpat/ChangeLog +++ b/kde-base/kpat/ChangeLog @@ -1,6 +1,12 @@ # 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.86 2008/03/20 17:46:25 ingmar Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kpat/ChangeLog,v 1.87 2008/04/03 21:22:53 philantrop Exp $ + +*kpat-4.0.3 (03 Apr 2008) + + 03 Apr 2008; Wulf C. Krueger <philantrop@gentoo.org> +kpat-4.0.3.ebuild: + Version bump to KDE 4.0.3. This is still not intended for mainstream so DO + NOT KEYWORD IT without talking to the KDE herd first. 20 Mar 2008; Ingmar Vanhassel <ingmar@gentoo.org> -kpat-4.0.1.ebuild: Old. diff --git a/kde-base/kpat/kpat-4.0.3.ebuild b/kde-base/kpat/kpat-4.0.3.ebuild new file mode 100644 index 000000000000..9d1a35592db4 --- /dev/null +++ b/kde-base/kpat/kpat-4.0.3.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/kpat/kpat-4.0.3.ebuild,v 1.1 2008/04/03 21:22:53 philantrop Exp $ + +EAPI="1" +KMNAME=kdegames +inherit kde4-meta + +DESCRIPTION="KDE patience game" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |