diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-09 11:50:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-17 12:43:00 +0200 |
commit | 08d54a13dae623d073c3199e96c5393a3102f076 (patch) | |
tree | 163ae140bf2820a036b3dd78d0fe370cf6a3e52e /kde-apps/dolphin | |
parent | kde-frameworks/kfilemetadata: Drop slot 4 (diff) | |
download | gentoo-08d54a13dae623d073c3199e96c5393a3102f076.tar.gz gentoo-08d54a13dae623d073c3199e96c5393a3102f076.tar.bz2 gentoo-08d54a13dae623d073c3199e96c5393a3102f076.zip |
kde-apps: Remove KDE Applications 16.08.3
Some exceptions with reverse-dependencies remain.
Closes: https://github.com/gentoo/gentoo/pull/4433
Diffstat (limited to 'kde-apps/dolphin')
-rw-r--r-- | kde-apps/dolphin/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/dolphin/dolphin-16.08.3.ebuild | 90 |
2 files changed, 0 insertions, 91 deletions
diff --git a/kde-apps/dolphin/Manifest b/kde-apps/dolphin/Manifest index 18ad0c92b952..fe60e540d5e4 100644 --- a/kde-apps/dolphin/Manifest +++ b/kde-apps/dolphin/Manifest @@ -1,2 +1 @@ -DIST dolphin-16.08.3.tar.xz 675756 SHA256 fdc918b8473db8752b21173ba23d874ec17a469e8d70d17d2aec68035a391b7f SHA512 6ec5d8ef0f7b95cc3b1b5f1621a8ebf66c8859bc6fe1424b62e8c7b34fcf9af44f4372555ed3f668bcfc3f9f0c060f18a4f84e8a239093f9928f3679f00a6d1a WHIRLPOOL 2f1942d0efa408b4847de570b386d565e35c1f71d6be341d0035fb97a668a47bdaa9c111c080e98cfb6e1335437662d423989a28ddf366ee951599b7a6e48042 DIST dolphin-16.12.3.tar.xz 676192 SHA256 62f1392a25692bc7ff0ffba89b1949beba3cba0f78bdf6acdf97ac2897a46578 SHA512 99a6f35678918dffa7a55b453705186a92bf1b69776a7b80ef12553489e258f5776a5d7b2a5dd16cbdb2e6772a2a122fe10e74afb6233e7a939f8f925e1d8736 WHIRLPOOL e606fbb6567f0c67e952ac91e9e54fcb7734a493091cd6441f3ccb8d42739f680ff52c90b004d6ad5d3a97e0f68bb2b031b3d432be38ae20e9a4d8d01ffc5893 diff --git a/kde-apps/dolphin/dolphin-16.08.3.ebuild b/kde-apps/dolphin/dolphin-16.08.3.ebuild deleted file mode 100644 index c085348c0470..000000000000 --- a/kde-apps/dolphin/dolphin-16.08.3.ebuild +++ /dev/null @@ -1,90 +0,0 @@ -# Copyright 1999-2016 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 -} |