diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-02-01 01:59:44 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-02-01 01:59:44 +1100 |
commit | f87f13c796b3af52d6c191e4eb668947ba4fffc2 (patch) | |
tree | dc3eac6730b593584cc7d4d39f6f10a3c2185aab /kde-base/dolphin | |
parent | [kdepim-4.10.0] Remanifest. (diff) | |
download | kde-f87f13c796b3af52d6c191e4eb668947ba4fffc2.tar.gz kde-f87f13c796b3af52d6c191e4eb668947ba4fffc2.tar.bz2 kde-f87f13c796b3af52d6c191e4eb668947ba4fffc2.zip |
[kde-base] Drop 4.9.49.9999.
Diffstat (limited to 'kde-base/dolphin')
-rw-r--r-- | kde-base/dolphin/dolphin-4.9.49.9999.ebuild | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/kde-base/dolphin/dolphin-4.9.49.9999.ebuild b/kde-base/dolphin/dolphin-4.9.49.9999.ebuild deleted file mode 100644 index 9c993df3f0..0000000000 --- a/kde-base/dolphin/dolphin-4.9.49.9999.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=4 - -KDE_HANDBOOK="optional" -KMNAME="kde-baseapps" -inherit kde4-meta - -DESCRIPTION="A KDE filemanager focusing on usability" -KEYWORDS="" -IUSE="debug semantic-desktop thumbnail" - -DEPEND=" - $(add_kdebase_dep kdelibs 'semantic-desktop=') - $(add_kdebase_dep libkonq) - semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.10.0 ) -" -RDEPEND="${DEPEND} - $(add_kdebase_dep kfind) -" -PDEPEND=" - thumbnail? ( - $(add_kdebase_dep thumbnailers) - || ( - $(add_kdebase_dep ffmpegthumbs) - $(add_kdebase_dep mplayerthumbs) - ) - ) -" - -KMLOADLIBS="libkonq" - -RESTRICT="test" -# bug 393129 - -src_configure() { - mycmakeargs=( - $(cmake-utils_use_with semantic-desktop Nepomuk) - ) - - kde4-meta_src_configure -} - -pkg_postinst() { - kde4-base_pkg_postinst - echo - elog "For .exe file preview support, install media-gfx/icoutils." - echo -} |