blob: 003239447628687e01db477e8adcba851a22a3b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-sci/ksimus-boolean/ksimus-boolean-0.3.6.ebuild,v 1.1 2003/04/15 14:45:29 phosphan Exp $
inherit kde-base
HOMEPAGE="http://ksimus.berlios.de/"
DESCRIPTION="The package Boolean contains some boolean components for KSimus."
KEYWORDS="~x86"
SRC_URI="http://ksimus.berlios.de/download/ksimus-boolean-3-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
DEPEND="app-sci/ksimus"
need-kde 3
|