diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-12 19:54:34 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-08-17 18:39:11 +0200 |
commit | f84fcbb5131013f9494b9024ec746f68fcbdad36 (patch) | |
tree | da178f10e9e2b088c9d74fc6cbdbf0b2409e9e63 /kde-apps/dolphin | |
parent | profiles: Mask legacy KDE Applications for removal (diff) | |
download | gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.gz gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.tar.bz2 gentoo-f84fcbb5131013f9494b9024ec746f68fcbdad36.zip |
kde-apps: Drop KDE Applications 16.12.3, KDE PIM 4.14.11* and more old
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'kde-apps/dolphin')
-rw-r--r-- | kde-apps/dolphin/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/dolphin/dolphin-16.12.3.ebuild | 90 |
2 files changed, 0 insertions, 91 deletions
diff --git a/kde-apps/dolphin/Manifest b/kde-apps/dolphin/Manifest index 62719c969e5b..3e3e81d8f714 100644 --- a/kde-apps/dolphin/Manifest +++ b/kde-apps/dolphin/Manifest @@ -1,2 +1 @@ -DIST dolphin-16.12.3.tar.xz 676192 SHA256 62f1392a25692bc7ff0ffba89b1949beba3cba0f78bdf6acdf97ac2897a46578 SHA512 99a6f35678918dffa7a55b453705186a92bf1b69776a7b80ef12553489e258f5776a5d7b2a5dd16cbdb2e6772a2a122fe10e74afb6233e7a939f8f925e1d8736 WHIRLPOOL e606fbb6567f0c67e952ac91e9e54fcb7734a493091cd6441f3ccb8d42739f680ff52c90b004d6ad5d3a97e0f68bb2b031b3d432be38ae20e9a4d8d01ffc5893 DIST dolphin-17.04.3.tar.xz 4708604 SHA256 4a987f456f0090bc527333cdbc9e9c41d56e5ca223c7f29839d4a000b99017e1 SHA512 8e7cb264395ff0d0f16727c0979373b1bad79cc94c1878bf31c2004dfba4c259de53f24c19ff975f28308a8876ad1297db133d813ec4aa4d1bd22e7391079cc0 WHIRLPOOL a2f0146a6fe53ddd0ad180acfbe850c2cff74f7d5400a7f49f3c92d00fa2d2403f56e605bd59ea23d7d053239fa37e1c3e567739c98050f7c37df5ebed06252a diff --git a/kde-apps/dolphin/dolphin-16.12.3.ebuild b/kde-apps/dolphin/dolphin-16.12.3.ebuild deleted file mode 100644 index 79a5c4ee9f68..000000000000 --- a/kde-apps/dolphin/dolphin-16.12.3.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="forceoptional" -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Plasma filemanager focusing on usability" -HOMEPAGE="https://dolphin.kde.org https://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 kcrash) - $(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) - $(add_qt_dep qtconcurrent) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - 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) - $(add_kdeapps_dep thumbnailers) - ) -" - -RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package semantic-desktop KF5Baloo) - $(cmake-utils_use_find_package semantic-desktop KF5BalooWidgets) - $(cmake-utils_use_find_package semantic-desktop KF5FileMetaData) - ) - - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - - if ! has_version "kde-apps/ark:${SLOT}" ; then - echo - elog "For compress/extract and other actions, please install kde-apps/ark:${SLOT}" - echo - fi - - if ! has_version "kde-apps/kleopatra:${SLOT}" ; then - echo - elog "For crypto actions, please install kde-apps/kleopatra:${SLOT}" - echo - fi -} |