blob: daeffe64679f3faa273e2c866f1d6855e08cc98f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-misc/basket/basket-1.0_rc2.ebuild,v 1.1 2007/02/05 21:48:49 troll Exp $
inherit eutils kde
MY_P="${P/_rc/RC}"
DESCRIPTION="A DropDrawers clone. Multiple information organizer"
HOMEPAGE="http://basket.kde.org/"
SRC_URI="http://basket.kde.org/downloads/${MY_P}.tar.gz"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
need-kde 3.3
S="${WORKDIR}/${P/_rc*/}"
|