# Copyright 1999-2010 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://gitorious.org/basket/basket.git" EGIT_COMMIT="167f379e75b28be993bc06350f49ca2492fb7ac6" LICENSE="GPL-2" KEYWORDS="" SLOT="4" IUSE="debug crypt" src_unpack() { git_src_unpack } DEPEND=" >=kde-base/kdelibs-4.4.0 >=kde-base/kdepimlibs-4.4.0 crypt? ( >=app-crypt/gpgme-1.0 ) "