diff options
author | Dan Armak <danarmak@gentoo.org> | 2005-07-28 21:16:26 +0000 |
---|---|---|
committer | Dan Armak <danarmak@gentoo.org> | 2005-07-28 21:16:26 +0000 |
commit | 80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4 (patch) | |
tree | 10350f32a739306558a2f194fa917fdb13a0e42c /kde-base/kdebase-kioslaves/kdebase-kioslaves-3.4.2.ebuild | |
parent | Marked ~ppc. (diff) | |
download | gentoo-2-80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4.tar.gz gentoo-2-80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4.tar.bz2 gentoo-2-80ceeb9343ee15917cb727fa4e9f34cfcf2e09d4.zip |
KDE 3.4.2 split ebuilds. p.masked, to be unmasked shortly.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'kde-base/kdebase-kioslaves/kdebase-kioslaves-3.4.2.ebuild')
-rw-r--r-- | kde-base/kdebase-kioslaves/kdebase-kioslaves-3.4.2.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/kde-base/kdebase-kioslaves/kdebase-kioslaves-3.4.2.ebuild b/kde-base/kdebase-kioslaves/kdebase-kioslaves-3.4.2.ebuild new file mode 100644 index 000000000000..6ad551b089a6 --- /dev/null +++ b/kde-base/kdebase-kioslaves/kdebase-kioslaves-3.4.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/kdebase-kioslaves-3.4.2.ebuild,v 1.1 2005/07/28 21:16:13 danarmak Exp $ + +KMNAME=kdebase +KMMODULE=kioslave +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data" +KEYWORDS=" ~amd64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="hal ldap samba" +DEPEND="ldap? ( net-nds/openldap ) + samba? ( >=net-fs/samba-3.0.1 ) + >=dev-libs/cyrus-sasl-2 + hal? ( =sys-apps/dbus-0.23* + =sys-apps/hal-0.4* )" +RDEPEND="${DEPEND} + $(deprange 3.4.1-r1 $MAXKDEVER kde-base/kdialog)" # for the kdeeject script used by the devices/mounthelper ioslave +# for --with-samba +PATCHES="${FILESDIR}/kdebase-3.4.1-configure.patch" + +src_compile () { + myconf="$myconf `use_with ldap` `use_with samba` `use_with hal`" + kde-meta_src_compile +} + |