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/kde-apps/kdebindings-meta/kdebindings-meta-4.14.3.ebuild

31 lines
702 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit kde4-meta-pkg
DESCRIPTION="KDE bindings - merge this to pull in all kdebindings-derived packages"
KEYWORDS="amd64 ~arm ppc ppc64 x86 ~amd64-linux ~x86-linux"
IUSE="java perl python ruby"
RDEPEND="
$(add_kdebase_dep smokegen)
$(add_kdebase_dep smokekde)
$(add_kdebase_dep smokeqt)
java? ( $(add_kdebase_dep krossjava) )
perl? (
$(add_kdebase_dep perlkde)
$(add_kdebase_dep perlqt)
)
python? (
$(add_kdebase_dep krosspython)
$(add_kdebase_dep pykde4)
)
ruby? (
$(add_kdebase_dep korundum)
$(add_kdebase_dep krossruby)
$(add_kdebase_dep qtruby)
)
"