summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2018-03-28 22:56:49 +0200
committerJohannes Huber <johu@gentoo.org>2018-03-28 23:01:25 +0200
commite2a24b762c09a68fe56b6d85b111477a267e9bdc (patch)
treedb3d1e9b583c290a5d66d7fe6019586dafbf06d1 /kde-plasma/drkonqi
parentkde-plasma: Version bump KDE Plasma 5.12.4 (diff)
downloadgentoo-e2a24b762c09a68fe56b6d85b111477a267e9bdc.tar.gz
gentoo-e2a24b762c09a68fe56b6d85b111477a267e9bdc.tar.bz2
gentoo-e2a24b762c09a68fe56b6d85b111477a267e9bdc.zip
kde-plasma: Remove KDE Plasma 5.12.3
Package-Manager: Portage-2.3.26, Repoman-2.3.7
Diffstat (limited to 'kde-plasma/drkonqi')
-rw-r--r--kde-plasma/drkonqi/Manifest1
-rw-r--r--kde-plasma/drkonqi/drkonqi-5.12.3.ebuild56
2 files changed, 0 insertions, 57 deletions
diff --git a/kde-plasma/drkonqi/Manifest b/kde-plasma/drkonqi/Manifest
index 4b4ee0fff787..83e1c9d9d2f1 100644
--- a/kde-plasma/drkonqi/Manifest
+++ b/kde-plasma/drkonqi/Manifest
@@ -1,3 +1,2 @@
DIST drkonqi-5.11.5.tar.xz 746660 BLAKE2B 9ca5290ff64186347bc03133440c54da94256064868e1c854fb7813b7211d480e34ada74ae312dc7f18219ea81072eef5e2e4204e0bfcf7a712296157c37086b SHA512 6bf7435e091494627f50d2c047467e585f31e51ad5ecab242664230b118272303d245c07ff65fb3fbdbcfe2fb1283134fa69c029c5e42b4df98e6f9a859c0105
-DIST drkonqi-5.12.3.tar.xz 739124 BLAKE2B 1852b49c1bd7f34da552347ca73759e545774c722484d4c3680a488d4511d2a8e199d55dcc9002183d32529376ccd5a2a6a9bb1e81a9d6025366d0e165f92fa7 SHA512 bc5082d088622641c744f42de6077863dc67e0a3efd25fd1d594210facc61ad7cf051f3c36a367a912fab4621fced306c23fcb520231cf5c2ab5023903436745
DIST drkonqi-5.12.4.tar.xz 735824 BLAKE2B 3cf8817a3b8c3f3e71b22a0319efe88546a7e89b45e1f7671dcc7c6c7557e9d394cddafee4a20b4b4e8a7cf1861d08f7dcd278ad3eb60d077b22efa84970fc9c SHA512 53c3d98e7545a20b3de9fbf7eacb633a2d50606fcaab645af096ffff423222913d8497dc2dfeab0426db66b1d3cb58a8e55b5e4f4ed013fbeb57729f9fd4c6c8
diff --git a/kde-plasma/drkonqi/drkonqi-5.12.3.ebuild b/kde-plasma/drkonqi/drkonqi-5.12.3.ebuild
deleted file mode 100644
index 08c83e00ef5a..000000000000
--- a/kde-plasma/drkonqi/drkonqi-5.12.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2018 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 kwallet)
- $(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
-"
-
-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
-}