2015-06-04 22:38:37 +03:00
|
|
|
# Copyright 1999-2015 Gentoo Foundation
|
2012-10-26 21:30:05 +04:00
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
2014-03-22 22:37:37 +04:00
|
|
|
EAPI=5
|
2012-10-26 21:30:05 +04:00
|
|
|
|
|
|
|
inherit kde4-base
|
|
|
|
|
|
|
|
DESCRIPTION="A Gentoo system management tool"
|
|
|
|
HOMEPAGE="http://www.binro.org"
|
|
|
|
SRC_URI="http://binro.org/${P}.tar.bz2"
|
|
|
|
|
|
|
|
LICENSE="GPL-2"
|
|
|
|
SLOT="4"
|
|
|
|
KEYWORDS="~amd64 ~x86"
|
2014-03-22 22:37:37 +04:00
|
|
|
IUSE="debug"
|
2012-10-26 21:30:05 +04:00
|
|
|
|
|
|
|
DEPEND="
|
2016-01-04 23:46:29 +03:00
|
|
|
|| ( $(add_kdeapps_dep konsolepart) $(add_kdeapps_dep konsole) )
|
2012-10-26 21:30:05 +04:00
|
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|