commit: 20bb5d8603ee74a46eb260b1aef0f766c75d07cb Author: Michael Palimaka <kensington <AT> gentoo <DOT> org> AuthorDate: Thu Aug 27 14:39:56 2015 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Thu Aug 27 14:41:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=20bb5d86
kde-apps/dolphin: remove old. Package-Manager: portage-2.2.20.1 kde-apps/dolphin/dolphin-15.04.3.ebuild | 57 --------------------- kde-apps/dolphin/dolphin-15.08.0.ebuild | 87 --------------------------------- 2 files changed, 144 deletions(-) diff --git a/kde-apps/dolphin/dolphin-15.04.3.ebuild b/kde-apps/dolphin/dolphin-15.04.3.ebuild deleted file mode 100644 index 36683fd..0000000 --- a/kde-apps/dolphin/dolphin-15.04.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="optional" -KMNAME="kde-baseapps" -inherit kde4-meta - -DESCRIPTION="A KDE filemanager focusing on usability" -HOMEPAGE="https://dolphin.kde.org http://www.kde.org/applications/system/dolphin" -KEYWORDS="~amd64 ~x86" -IUSE="debug semantic-desktop thumbnail" - -DEPEND=" - $(add_kdebase_dep kactivities '' 4.13) - $(add_kdeapps_dep libkonq) - media-libs/phonon[qt4] - x11-libs/libXrender - semantic-desktop? ( - $(add_kdebase_dep baloo) - $(add_kdebase_dep baloo-widgets) - $(add_kdebase_dep kfilemetadata) - ) -" -RDEPEND="${DEPEND} - $(add_kdeapps_dep kfind) - thumbnail? ( - $(add_kdeapps_dep thumbnailers) - || ( - $(add_kdeapps_dep ffmpegthumbs) - $(add_kdeapps_dep mplayerthumbs) - ) - ) -" - -RESTRICT="test" -# bug 393129 - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with semantic-desktop Baloo) - $(cmake-utils_use_with semantic-desktop BalooWidgets) - $(cmake-utils_use_with semantic-desktop KFileMetaData) - ) - - kde4-meta_src_configure -} - -pkg_postinst() { - kde4-base_pkg_postinst - - if ! has_version media-gfx/icoutils ; then - elog "For .exe file preview support, install media-gfx/icoutils." - fi -} diff --git a/kde-apps/dolphin/dolphin-15.08.0.ebuild b/kde-apps/dolphin/dolphin-15.08.0.ebuild deleted file mode 100644 index f37f2ce..0000000 --- a/kde-apps/dolphin/dolphin-15.08.0.ebuild +++ /dev/null @@ -1,87 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_HANDBOOK="true" -KDE_PUNT_BOGUS_DEPS="true" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plasma filemanager focusing on usability" -HOMEPAGE="https://dolphin.kde.org http://www.kde.org/applications/system/dolphin" -KEYWORDS="~amd64 ~x86" -IUSE="semantic-desktop thumbnail" - -DEPEND=" - $(add_frameworks_dep kbookmarks) - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kinit) - $(add_frameworks_dep kio) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knewstuff) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kparts) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - $(add_frameworks_dep solid) - dev-qt/qtconcurrent:5 - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - media-libs/phonon[qt5] - semantic-desktop? ( - $(add_frameworks_dep baloo) - $(add_frameworks_dep kfilemetadata) - $(add_kdeapps_dep baloo-widgets) - ) - !semantic-desktop? ( - $(add_frameworks_dep kdelibs4support) - ) -" -RDEPEND="${DEPEND} - $(add_kdeapps_dep kio-extras) - thumbnail? ( - $(add_kdeapps_dep ffmpegthumbs '' 5.9999) - $(add_kdeapps_dep thumbnailers '' 5.9999) - ) -" - -RESTRICT="test" - -PATCHES=( "${FILESDIR}/${PN}-15.08.0-deps.patch" ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with semantic-desktop KF5Baloo) - $(cmake-utils_use_with semantic-desktop KF5BalooWidgets) - $(cmake-utils_use_with semantic-desktop KF5FileMetaData) - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - - if ( ! has_version kde-apps/ark:${SLOT} || ! has_version kde-apps/libkonq:${SLOT} ); then - echo - elog "For compress/extract actions, please install kde-apps/ark:${SLOT} and kde-apps/libkonq:${SLOT}" - echo - fi -}
