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

35 lines
899 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebindings-meta/kdebindings-meta-4.14.3.ebuild,v 1.5 2015/02/17 11:06:47 ago Exp $
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="csharp java perl python ruby"
RDEPEND="
$(add_kdebase_dep smokegen)
$(add_kdebase_dep smokekde)
$(add_kdebase_dep smokeqt)
csharp? (
$(add_kdebase_dep kimono)
$(add_kdebase_dep qyoto)
)
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)
)
"