diff options
author | 2017-11-29 15:55:17 +0100 | |
---|---|---|
committer | 2017-11-29 15:55:17 +0100 | |
commit | 9c632e2618e58855d19639e4081284d07ec822b1 (patch) | |
tree | 39dd1692df292cdfcf001c7acf70832bb949ba99 /kde-plasma/drkonqi | |
parent | profiles: Drop obsolete kdegames-meta[python] use.stable.mask (diff) | |
download | gentoo-9c632e2618e58855d19639e4081284d07ec822b1.tar.gz gentoo-9c632e2618e58855d19639e4081284d07ec822b1.tar.bz2 gentoo-9c632e2618e58855d19639e4081284d07ec822b1.zip |
kde-plasma: Drop KDE Plasma 5.11.3
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'kde-plasma/drkonqi')
-rw-r--r-- | kde-plasma/drkonqi/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/drkonqi/drkonqi-5.11.3.ebuild | 57 |
2 files changed, 0 insertions, 58 deletions
diff --git a/kde-plasma/drkonqi/Manifest b/kde-plasma/drkonqi/Manifest index 7e2e76c55f62..efb9f817df81 100644 --- a/kde-plasma/drkonqi/Manifest +++ b/kde-plasma/drkonqi/Manifest @@ -1,2 +1 @@ -DIST drkonqi-5.11.3.tar.xz 736652 BLAKE2B 8668e7bebd15e95217857f81a8d22ac84dbae23ee00ccdb802821d2955bf6d76cfd58aa3e73ca2b905b466e9ab3474547fe2b775f145f819623a1f07a27e1ea1 SHA512 f7929c6c7082410c207956ad9d0350be4ef2fbc86a42593ef3627de2ca47031edb397957e2133871122be4567a3b8abc44ae95d6e62cba6a65c2e602df57460d DIST drkonqi-5.11.4.tar.xz 736784 BLAKE2B c947432f42d1396644e396fce1bdcd1936a9a7212687a88f00087fa9455818f66b9f7cd1812ac5127918e5bddbb6253ad9d686f9b570cf9aed197771ba521cd2 SHA512 9c7927938ee8f9c86ff259abce9b804ee646dfd306d2d373ea32906e1a514e3d6e73e184a47330250e6cee83f9ac95eb2952f9350d3f5b30c3a69957257de132 diff --git a/kde-plasma/drkonqi/drkonqi-5.11.3.ebuild b/kde-plasma/drkonqi/drkonqi-5.11.3.ebuild deleted file mode 100644 index 56d8a3681703..000000000000 --- a/kde-plasma/drkonqi/drkonqi-5.11.3.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit kde5 - -DESCRIPTION="Plasma crash handler, gives the user feedback if a program crashed" - -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="X" - -COMMON_DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kcrash) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kidletime) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep knotifications) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwayland) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlrpcclient) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - X? ( $(add_qt_dep qtx11extras) ) -" -DEPEND="${COMMON_DEPEND} - $(add_qt_dep qtconcurrent) -" -RDEPEND="${COMMON_DEPEND} - !kde-apps/drkonqi:4 - !<kde-plasma/plasma-workspace-5.10.95:5 -" - -PATCHES=( "${FILESDIR}/${PN}-5.11.1-x11.patch" ) - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package X Qt5X11Extras) - ) - kde5_src_configure -} - -pkg_postinst() { - kde5_pkg_postinst - if ! has_version "sys-devel/gdb"; then - elog "For more usability consider installing the following package:" - elog " sys-devel/gdb - Easier debugging support" - fi -} |