diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 17:20:02 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-25 17:20:02 +0000 |
commit | 5c9f65798bcd4fe2d5a2bc13478eaa37add0574e (patch) | |
tree | 5f754c83d0df4603868a68572e913c2846a76411 /app-misc/kbrain | |
parent | repoman'd (diff) | |
download | historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.tar.gz historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.tar.bz2 historical-5c9f65798bcd4fe2d5a2bc13478eaa37add0574e.zip |
repoman'd
Diffstat (limited to 'app-misc/kbrain')
-rw-r--r-- | app-misc/kbrain/kbrain-0.1.3.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app-misc/kbrain/kbrain-0.1.3.ebuild b/app-misc/kbrain/kbrain-0.1.3.ebuild index 52d819c14dc2..47e45257fc86 100644 --- a/app-misc/kbrain/kbrain-0.1.3.ebuild +++ b/app-misc/kbrain/kbrain-0.1.3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/app-misc/kbrain/kbrain-0.1.3.ebuild,v 1.3 2002/07/11 06:30:16 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/kbrain/kbrain-0.1.3.ebuild,v 1.4 2002/07/25 17:20:01 seemant Exp $ . /usr/portage/eclass/inherit.eclass || die inherit kde-base || die -LICENSE="GPL-2" S="${WORKDIR}/kbrain-${PV}" need-kde 3.0 @@ -12,3 +11,6 @@ DESCRIPTION="handy program to create Mind Maps" SRC_URI="http://cmjartan.freezope.org/kbrain/files/${P}.tar.gz" HOMEPAGE="http://cmjartan.freezope.org/kbrain" +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="x86" |