blob: 7c1ea1e5c87a19af3cae7cf832133fbcbe45474f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/kolourpaint/kolourpaint-1.0.2.ebuild,v 1.2 2004/06/24 22:44:51 agriffis Exp $
inherit kde
need-kde 3
DESCRIPTION="A simple paint program for KDE"
HOMEPAGE="http://kolourpaint.sourceforge.net"
SRC_URI="mirror://sourceforge/kolourpaint/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
IUSE=""
KEYWORDS="~x86 ~amd64 ~ppc"
|