diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:23:52 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-03-10 23:23:52 +0000 |
commit | 449fb39ffe48837e1b7d890796b7c7e40cfbe72a (patch) | |
tree | 31afd10021dfe9ff2f221a58c46f00dc719eab34 /kde-base/kbruch | |
parent | Version bump to KDE 4.0.2. (diff) | |
download | gentoo-2-449fb39ffe48837e1b7d890796b7c7e40cfbe72a.tar.gz gentoo-2-449fb39ffe48837e1b7d890796b7c7e40cfbe72a.tar.bz2 gentoo-2-449fb39ffe48837e1b7d890796b7c7e40cfbe72a.zip |
Version bump to KDE 4.0.2.
(Portage version: 2.1.4.4)
Diffstat (limited to 'kde-base/kbruch')
-rw-r--r-- | kde-base/kbruch/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kbruch/kbruch-4.0.2.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kbruch/ChangeLog b/kde-base/kbruch/ChangeLog index 039df964fab0..6bb10a23faa3 100644 --- a/kde-base/kbruch/ChangeLog +++ b/kde-base/kbruch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kbruch # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kbruch/ChangeLog,v 1.77 2008/03/04 03:30:17 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbruch/ChangeLog,v 1.78 2008/03/10 23:23:52 philantrop Exp $ + +*kbruch-4.0.2 (10 Mar 2008) + + 10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> +kbruch-4.0.2.ebuild: + Version bump to KDE 4.0.2 04 Mar 2008; Jeroen Roovers <jer@gentoo.org> kbruch-3.5.8.ebuild, kbruch-3.5.9.ebuild, kbruch-4.0.1.ebuild: diff --git a/kde-base/kbruch/kbruch-4.0.2.ebuild b/kde-base/kbruch/kbruch-4.0.2.ebuild new file mode 100644 index 000000000000..1e9c5a8b0064 --- /dev/null +++ b/kde-base/kbruch/kbruch-4.0.2.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbruch/kbruch-4.0.2.ebuild,v 1.1 2008/03/10 23:23:52 philantrop Exp $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE Educational: Learn calculating with fractions" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |