diff options
Diffstat (limited to 'kde-base/dolphin/dolphin-4.0.4.ebuild')
-rw-r--r-- | kde-base/dolphin/dolphin-4.0.4.ebuild | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/kde-base/dolphin/dolphin-4.0.4.ebuild b/kde-base/dolphin/dolphin-4.0.4.ebuild deleted file mode 100644 index 0a9b0011cfc3..000000000000 --- a/kde-base/dolphin/dolphin-4.0.4.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/dolphin/dolphin-4.0.4.ebuild,v 1.2 2008/05/30 08:32:35 zlin Exp $ - -EAPI="1" - -KMNAME=kdebase -KMMODULE=apps/${PN} -inherit kde4-meta - -DESCRIPTION="A KDE filemanager focusing on usability" -KEYWORDS="~amd64 ~x86" -IUSE="debug htmlhandbook +semantic-desktop" - -DEPEND=" - >=kde-base/libkonq-${PV}:${SLOT} - semantic-desktop? ( >=kde-base/nepomuk-${PV}:${SLOT} )" -RDEPEND="${DEPEND}" - -KMEXTRA="apps/doc/${PN}" -KMLOADLIBS="libkonq" - -PATCHES=("${FILESDIR}/${PN}-4.0.2-make-semantic-desktop-optional.patch") - -pkg_setup() { - if use semantic-desktop; then - KDE4_BUILT_WITH_USE_CHECK=("--missing false kde-base/kdelibs:${SLOT} semantic-desktop") - fi - kde4-meta_pkg_setup -} - -src_compile() { - mycmakeargs="${mycmakeargs} - $(cmake-utils_use_with semantic-desktop Nepomuk) - $(cmake-utils_use_with semantic-desktop Soprano)" - kde4-meta_src_compile -} |