diff options
Diffstat (limited to 'kde-base/kbruch')
-rw-r--r-- | kde-base/kbruch/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kbruch/kbruch-4.0.5.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kbruch/ChangeLog b/kde-base/kbruch/ChangeLog index e9fd3f0330d9..a92b2c4a502b 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.86 2008/05/18 17:08:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbruch/ChangeLog,v 1.87 2008/06/05 21:10:13 keytoaster Exp $ + +*kbruch-4.0.5 (05 Jun 2008) + + 05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> +kbruch-4.0.5.ebuild: + Added the KDE 4.0.5 version of kbruch. 18 May 2008; Markus Meier <maekke@gentoo.org> kbruch-3.5.9.ebuild: amd64/x86 stable, bug #221063 diff --git a/kde-base/kbruch/kbruch-4.0.5.ebuild b/kde-base/kbruch/kbruch-4.0.5.ebuild new file mode 100644 index 000000000000..3b43b56dc18d --- /dev/null +++ b/kde-base/kbruch/kbruch-4.0.5.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.5.ebuild,v 1.1 2008/06/05 21:10:13 keytoaster Exp $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE Educational: Learn calculating with fractions" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |