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.5.ebuild

25 lines
512 B

# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
QT3SUPPORT_REQUIRED="true"
inherit kde4-base
DESCRIPTION="Graphical Portage frontend based on KDELibs4/Qt4"
HOMEPAGE="https://sourceforge.net/projects/kuroo/"
SRC_URI="mirror://sourceforge/kuroo/${P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4"
IUSE="debug"
DEPEND="dev-db/sqlite:3"
RDEPEND="${DEPEND}
app-portage/gentoolkit
kde-apps/kompare:*
kde-plasma/kde-cli-tools[kdesu]
"