summaryrefslogtreecommitdiff
blob: a72da43ed587cd1df538a542252de9280c10fff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=3

inherit kde4-base eutils

DESCRIPTION="Kuroo is a Qt 4 based portage GUI"
HOMEPAGE="http://kuroo.sourceforge.net/"
SRC_URI="mirror://sourceforge/kuroo/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="+debug"

DEPEND="kde-base/kdesu
		dev-db/sqlite 
		app-portage/gentoolkit
		kde-base/kompare"
RDEPEND="${DEPEND}"

pkg_setup() {
	kde4-base_pkg_setup
}

src_prepare() {
	kde4-base_src_prepare
}