diff options
author | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:49:57 +0000 |
---|---|---|
committer | Ingmar Vanhassel <ingmar@gentoo.org> | 2008-05-15 22:49:57 +0000 |
commit | e85b2441604d011dd6c70b8f4bdf0f907456a493 (patch) | |
tree | 4a301aea43ed91e74acc66245b075921ef39814a /kde-base/kbruch | |
parent | Added KDE 4.0.4 version of kbounce. Thanks to Jorge Manuel B. S. Vicetto. (diff) | |
download | gentoo-2-e85b2441604d011dd6c70b8f4bdf0f907456a493.tar.gz gentoo-2-e85b2441604d011dd6c70b8f4bdf0f907456a493.tar.bz2 gentoo-2-e85b2441604d011dd6c70b8f4bdf0f907456a493.zip |
Added KDE 4.0.4 version of kbruch. Thanks to Jorge Manuel B. S. Vicetto.
(Portage version: 2.1.5)
Diffstat (limited to 'kde-base/kbruch')
-rw-r--r-- | kde-base/kbruch/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kbruch/kbruch-4.0.4.ebuild | 12 |
2 files changed, 18 insertions, 1 deletions
diff --git a/kde-base/kbruch/ChangeLog b/kde-base/kbruch/ChangeLog index 3e633d634ddc..0302b97851e8 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.84 2008/05/15 06:19:53 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbruch/ChangeLog,v 1.85 2008/05/15 22:49:57 ingmar Exp $ + +*kbruch-4.0.4 (15 May 2008) + + 15 May 2008; Ingmar Vanhassel <ingmar@gentoo.org> +kbruch-4.0.4.ebuild: + Added KDE 4.0.4 version of kbruch. Thanks to Jorge Manuel B. S. Vicetto. 15 May 2008; Markus Rothe <corsair@gentoo.org> kbruch-3.5.9.ebuild: Stable on ppc64; bug #221063 diff --git a/kde-base/kbruch/kbruch-4.0.4.ebuild b/kde-base/kbruch/kbruch-4.0.4.ebuild new file mode 100644 index 000000000000..122814ddc60c --- /dev/null +++ b/kde-base/kbruch/kbruch-4.0.4.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.4.ebuild,v 1.1 2008/05/15 22:49:57 ingmar Exp $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE Educational: Learn calculating with fractions" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |