blob: 16b66e9c1ff82b8d4a8fb330d2bd5b16e172eace (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="2"
inherit kde4-base git
DESCRIPTION="A DropDrawers clone. Multiple information organizer"
HOMEPAGE="http://basket.kde.org/"
EGIT_REPO_URI="git://github.com/kelvie/basket.git"
LICENSE="GPL-2"
KEYWORDS=""
SLOT="0"
IUSE="debug"
src_unpack() {
git_src_unpack
}
|