diff options
Diffstat (limited to 'kde-base/kdebase-kioslaves/kdebase-kioslaves-4.3.2.ebuild')
-rw-r--r-- | kde-base/kdebase-kioslaves/kdebase-kioslaves-4.3.2.ebuild | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.3.2.ebuild b/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.3.2.ebuild deleted file mode 100644 index 0952f52c76be..000000000000 --- a/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.3.2.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.3.2.ebuild,v 1.1 2009/10/06 18:42:15 alexxy Exp $ - -EAPI="2" - -KMNAME="kdebase-runtime" -KMMODULE="kioslave" -inherit kde4-meta - -DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" -IUSE="+bzip2 debug lzma +handbook openexr samba" - -# tests hang, last checked for 4.2.96 -RESTRICT="test" - -DEPEND=" - x11-libs/libXcursor - bzip2? ( app-arch/bzip2 ) - lzma? ( app-arch/xz-utils ) - openexr? ( media-libs/openexr ) - samba? ( net-fs/samba ) -" -RDEPEND="${DEPEND} - >=kde-base/kdelibs-${PV}:${SLOT}[bzip2?,lzma?] - >=kde-base/kdesu-${PV}:${SLOT}[kdeprefix=] - >=kde-base/kdialog-${PV}:${SLOT}[kdeprefix=] - virtual/eject - virtual/ssh -" - -KMEXTRA=" - kioexec - kdeeject -" - -src_configure() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with bzip2 BZip2) - $(cmake-utils_use_with lzma LibLZMA) - $(cmake-utils_use_with openexr OpenEXR) - $(cmake-utils_use_with samba) - " - - kde4-meta_src_configure -} - -pkg_postinst() { - echo - elog "Note that if you upgrade strigi, you have to rebuild this package." - echo - - kde4-meta_pkg_postinst -} |