blob: 3a15e5f93e3591a307004adff58e58bb4702862e (
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/x11-misc/basket/basket-0.4.0d.ebuild,v 1.6 2005/06/16 20:37:45 smithj Exp $
inherit kde
need-kde 3.1
need-qt 3
IUSE=""
DESCRIPTION="A DropDrawers clone. Multiple information organizer"
HOMEPAGE="http://basket.kde.org/"
SRC_URI="http://les83plus.free.fr/sebastien.laout/basket/downloads/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
S=${WORKDIR}/${P/.0d//}
|