diff options
author | Wulf Krueger <philantrop@gentoo.org> | 2008-01-17 23:34:48 +0000 |
---|---|---|
committer | Wulf Krueger <philantrop@gentoo.org> | 2008-01-17 23:34:48 +0000 |
commit | 1490a7da3ae6b6feb700f5ff4160c2b31274ecac (patch) | |
tree | 3ac6202de17bbb3be023d03b656621a0e8932f60 /kde-base/kbruch | |
parent | Added KDE 4.0.0's kbounce. (diff) | |
download | historical-1490a7da3ae6b6feb700f5ff4160c2b31274ecac.tar.gz historical-1490a7da3ae6b6feb700f5ff4160c2b31274ecac.tar.bz2 historical-1490a7da3ae6b6feb700f5ff4160c2b31274ecac.zip |
Added KDE 4.0.0's kbruch.
Package-Manager: portage-2.1.4
Diffstat (limited to 'kde-base/kbruch')
-rw-r--r-- | kde-base/kbruch/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kbruch/files/digest-kbruch-4.0.0 | 3 | ||||
-rw-r--r-- | kde-base/kbruch/kbruch-4.0.0.ebuild | 12 |
3 files changed, 22 insertions, 2 deletions
diff --git a/kde-base/kbruch/ChangeLog b/kde-base/kbruch/ChangeLog index ce36e228d22d..ad9454ab7185 100644 --- a/kde-base/kbruch/ChangeLog +++ b/kde-base/kbruch/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kbruch -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kbruch/ChangeLog,v 1.67 2007/10/19 22:01:00 philantrop Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kbruch/ChangeLog,v 1.68 2008/01/17 23:34:47 philantrop Exp $ + +*kbruch-4.0.0 (17 Jan 2008) + + 17 Jan 2008; Wulf C. Krueger <philantrop@gentoo.org> +kbruch-4.0.0.ebuild: + Added KDE 4.0.0's kbruch. *kbruch-3.5.8 (19 Oct 2007) diff --git a/kde-base/kbruch/files/digest-kbruch-4.0.0 b/kde-base/kbruch/files/digest-kbruch-4.0.0 new file mode 100644 index 000000000000..ce8d81390226 --- /dev/null +++ b/kde-base/kbruch/files/digest-kbruch-4.0.0 @@ -0,0 +1,3 @@ +MD5 73924e158e4a2de2107be441c808251f kdeedu-4.0.0.tar.bz2 41886885 +RMD160 667ba2904a235daf6e041bba3e9b19cae9147e19 kdeedu-4.0.0.tar.bz2 41886885 +SHA256 e4cd9607cb0e821e8a6f0687cfe03573de3517aba7f360360d2b46756a0e5ef2 kdeedu-4.0.0.tar.bz2 41886885 diff --git a/kde-base/kbruch/kbruch-4.0.0.ebuild b/kde-base/kbruch/kbruch-4.0.0.ebuild new file mode 100644 index 000000000000..043bb895576a --- /dev/null +++ b/kde-base/kbruch/kbruch-4.0.0.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.0.ebuild,v 1.1 2008/01/17 23:34:47 philantrop Exp $ + +EAPI="1" + +KMNAME=kdeedu +inherit kde4-meta + +DESCRIPTION="KDE Educational: Learn calculating with fractions" +KEYWORDS="~amd64 ~x86" +IUSE="debug htmlhandbook" |