blob: 98e2378ab42c8e64beef74105a2824590fe93ec0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-strategy/kpictorial/kpictorial-0.9.1.ebuild,v 1.6 2005/06/05 11:28:23 hansmi Exp $
inherit kde
need-kde 3
DESCRIPTION="Logical KDE puzzle-like game"
HOMEPAGE="http://members.chello.at/roland.lezuo/kpictorial.html"
SRC_URI="mirror://sourceforge/kpictorial/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="ppc ~sparc x86"
SLOT="0"
IUSE=""
|