diff options
author | 2002-05-24 03:15:17 +0000 | |
---|---|---|
committer | 2002-05-24 03:15:17 +0000 | |
commit | 9fafbce9a6be3f458ad33132beb8819060dd344e (patch) | |
tree | 48ed0dab3861b447bf6e9139a7747d75ca056fbe /app-misc/kbrain | |
parent | New package (diff) | |
download | gentoo-2-9fafbce9a6be3f458ad33132beb8819060dd344e.tar.gz gentoo-2-9fafbce9a6be3f458ad33132beb8819060dd344e.tar.bz2 gentoo-2-9fafbce9a6be3f458ad33132beb8819060dd344e.zip |
New Package
Diffstat (limited to 'app-misc/kbrain')
-rw-r--r-- | app-misc/kbrain/ChangeLog | 13 | ||||
-rw-r--r-- | app-misc/kbrain/files/digest-kbrain-0.1.3 | 1 | ||||
-rw-r--r-- | app-misc/kbrain/kbrain-0.1.3.ebuild | 15 |
3 files changed, 29 insertions, 0 deletions
diff --git a/app-misc/kbrain/ChangeLog b/app-misc/kbrain/ChangeLog new file mode 100644 index 000000000000..5c94e888a70c --- /dev/null +++ b/app-misc/kbrain/ChangeLog @@ -0,0 +1,13 @@ +# ChangeLog for app-misc/kbrain +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/app-misc/kbrain/ChangeLog,v 1.1 2002/05/24 03:15:17 rphillips Exp $ + +*kbrain-0.1.3 (23 May 2002) + + 23 May 2002; Ryan Phillips <rphillips@gentoo.org> Changelog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/app-misc/kbrain/files/digest-kbrain-0.1.3 b/app-misc/kbrain/files/digest-kbrain-0.1.3 new file mode 100644 index 000000000000..c9b7db6abfd2 --- /dev/null +++ b/app-misc/kbrain/files/digest-kbrain-0.1.3 @@ -0,0 +1 @@ +MD5 39b1b2a7569d9d1c83a32a12923a1853 kbrain-0.1.3.tar.gz 627469 diff --git a/app-misc/kbrain/kbrain-0.1.3.ebuild b/app-misc/kbrain/kbrain-0.1.3.ebuild new file mode 100644 index 000000000000..d6ed0ba94c30 --- /dev/null +++ b/app-misc/kbrain/kbrain-0.1.3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Authors Thomas Geiger <tom@wahuu.at>, Dominik Bartenstein <dom@wahuu.at> +# $Header: /var/cvsroot/gentoo-x86/app-misc/kbrain/kbrain-0.1.3.ebuild,v 1.1 2002/05/24 03:15:17 rphillips Exp $ + +. /usr/portage/eclass/inherit.eclass || die +inherit kde-base || die + +S="${WORKDIR}/kbrain-${PV}" +need-kde 3.0 + +DESCRIPTION="handy program to create Mind Maps" +SRC_URI="http://cmjartan.freezope.org/kbrain/files/${P}.tar.gz" +HOMEPAGE="http://cmjartan.freezope.org/kbrain" + |