summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-11-09 21:36:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2017-11-30 23:12:39 +0100
commit2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113 (patch)
tree7b4825371b2e400d68de569ee34cf31054f51919 /kde-apps/ksystemlog
parentkde-apps: 17.08.3 stable for amd64 (diff)
downloadgentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.gz
gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.tar.bz2
gentoo-2d9a9c4ecbb02b5a1f67cba1e95ea64d36999113.zip
kde-apps: Drop KDE Applications 17.04.3
Package-Manager: Portage-2.3.13, Repoman-2.3.4
Diffstat (limited to 'kde-apps/ksystemlog')
-rw-r--r--kde-apps/ksystemlog/Manifest1
-rw-r--r--kde-apps/ksystemlog/ksystemlog-17.04.3.ebuild60
2 files changed, 0 insertions, 61 deletions
diff --git a/kde-apps/ksystemlog/Manifest b/kde-apps/ksystemlog/Manifest
index c0dbd8ba0a4d..12a11b7cd361 100644
--- a/kde-apps/ksystemlog/Manifest
+++ b/kde-apps/ksystemlog/Manifest
@@ -1,2 +1 @@
-DIST ksystemlog-17.04.3.tar.xz 1782104 SHA256 f12471b5fa940aca4aa645a732b89d260b2d9512e6468eaae8a010f10467e701 SHA512 20a27120837289255bee94afe81f03e12692b89a9d3fbae0e9e0adc1062c71ac392acae2b70a4bb74448d84cd202065fd1718de593fa40f0d06a5596e6af2d2d WHIRLPOOL e6ad4bd4afde134b033dc45c1f354f358b73daffae7ce0072bee349b67a662cbbd1b2080b97d9b66780b65dae1a34d98a48e84915ef9f90d6141430466e08fa1
DIST ksystemlog-17.08.3.tar.xz 1782244 SHA256 fbe92c4db3e6da0f93b2edb85a8dbdca600c5027134a8628c2c975216f5bb06a SHA512 9cbb1c9f10b219ffccd896aff4a2d50ad9828e5fb57d2371216270b2ec7778c6e24d9825d61d4c117685817d56e72712a9232b66f74661459f470d4fc00f09d7 WHIRLPOOL 848a9507e9d1348120d9974f6fc88f22569b7d86ca78df084f8c43450d1e221a11c94836773c376e9558be2a04ed1bb33f681173ded40b2ff0be6e1d46ba6f6c
diff --git a/kde-apps/ksystemlog/ksystemlog-17.04.3.ebuild b/kde-apps/ksystemlog/ksystemlog-17.04.3.ebuild
deleted file mode 100644
index 399e2a9d2ea5..000000000000
--- a/kde-apps/ksystemlog/ksystemlog-17.04.3.ebuild
+++ /dev/null
@@ -1,60 +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="forceoptional"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="System log viewer by KDE"
-HOMEPAGE="https://www.kde.org/applications/system/ksystemlog/"
-KEYWORDS="amd64 x86"
-IUSE="systemd"
-
-# bug 378101
-RESTRICT+=" test"
-
-DEPEND="
- $(add_frameworks_dep karchive)
- $(add_frameworks_dep kcompletion)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kitemviews)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep ktextwidgets)
- $(add_frameworks_dep kwidgetsaddons)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtprintsupport)
- $(add_qt_dep qtwidgets)
- systemd? ( sys-apps/systemd )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- kde5_src_prepare
-
- if use test; then
- # beat this stupid test into shape: the test files contain no year, so
- # comparison succeeds only in 2007 !!!
- local theyear=$(date +%Y)
- einfo Setting the current year as ${theyear} in the test files
- sed -e "s:2007:${theyear}:g" -i tests/systemAnalyzerTest.cpp
-
- # one test consistently fails, so comment it out for the moment
- sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" -i ksystemlog/tests/CMakeLists.txt
- fi
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package systemd Journald)
- )
- kde5_src_configure
-}