You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-portage/kuroo4/kuroo4-0.90.3.ebuild

26 lines
586 B

# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-portage/kuroo4/kuroo4-0.90.3.ebuild,v 1.2 2013/03/02 01:03:31 dolsen Exp $
EAPI=4
inherit kde4-base
DESCRIPTION="Graphical Portage frontend based on KDE4/Qt4"
HOMEPAGE="http://kuroo.sourceforge.net/"
SRC_URI="mirror://sourceforge/kuroo/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"
DEPEND="
dev-db/sqlite
"
RDEPEND="${DEPEND}
app-portage/gentoolkit
$(add_kdebase_dep kdesu)
$(add_kdebase_dep kompare)
"