summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 16:08:39 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-19 16:08:52 +0100
commita9211382130de01503fc810e129afb95f271e2f1 (patch)
treeed64b23448b395c9184e798e3c8c0af21af0c05b /kde-plasma/drkonqi
parentx11-wm/dwm: fix fontconfig path for Prefix by Susan Wilson (diff)
downloadgentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.gz
gentoo-a9211382130de01503fc810e129afb95f271e2f1.tar.bz2
gentoo-a9211382130de01503fc810e129afb95f271e2f1.zip
kde-plasma: Drop KDE Plasma 5.15.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'kde-plasma/drkonqi')
-rw-r--r--kde-plasma/drkonqi/Manifest1
-rw-r--r--kde-plasma/drkonqi/drkonqi-5.15.0.ebuild55
2 files changed, 0 insertions, 56 deletions
diff --git a/kde-plasma/drkonqi/Manifest b/kde-plasma/drkonqi/Manifest
index f8eb83dfa6c5..4a19615348dd 100644
--- a/kde-plasma/drkonqi/Manifest
+++ b/kde-plasma/drkonqi/Manifest
@@ -1,3 +1,2 @@
DIST drkonqi-5.14.5.tar.xz 737580 BLAKE2B 1bb0ee7a70df8740feb6838bae7679c4acff4bf976e85a733da102db9716efcee5fd4f314f3877607ce600123b6452694a8fa528ea87a41f49d76b3bdb46f975 SHA512 8985ab8fae82e16fce6d604fcf6e4a393e1a147061f09eaaca6cd048fe9cba47cc9959013fc912b3829a9aaf3c471941597c5d1d3630f243fa1871e387757b36
-DIST drkonqi-5.15.0.tar.xz 738460 BLAKE2B 2ba1b5659e7b05687ec349a8fabee5d181ce82120d3dce54e8cba56e9ff5453f96c794c9751a80cf9b6e23f698f53aa0921965582d73a236a3031f41b34f7022 SHA512 dd6acebdc263e654d3073cb12a760c4b8419ff4ddd9bbc6ada50d95254378171e27e0b80ad1c1edda7f8554c83121c31c8e64273bd300f163547b66c7ca8d5ce
DIST drkonqi-5.15.1.tar.xz 738584 BLAKE2B b8abfe28b4abdda974972bff46478d6fdcd425248efa2fac3cf3ff4f48615c099cdd36627381fdc8dae2548e00ad4f7fc4f8f4279815e3e4b78ee4757d74b28c SHA512 8c201a56a92e75678a4fb9ad405802aa796dbc0ef23713f902243dc9352efbb741858a49ea3647ebbf0465f1993b2f4ab8477ae87eec84aac166e46b4a34bd46
diff --git a/kde-plasma/drkonqi/drkonqi-5.15.0.ebuild b/kde-plasma/drkonqi/drkonqi-5.15.0.ebuild
deleted file mode 100644
index 8dbc6989fc44..000000000000
--- a/kde-plasma/drkonqi/drkonqi-5.15.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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-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
-}