diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 09:58:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-28 09:59:10 +0200 |
commit | 420336464e757748fd3f7b63bdb565f3529b203c (patch) | |
tree | 86716785497ba3ecabdff61dd9c2aecb29e92723 /kde-apps/ksystemlog | |
parent | dev-lang/vala: p.masked bump to 0.45.3 (diff) | |
download | gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.gz gentoo-420336464e757748fd3f7b63bdb565f3529b203c.tar.bz2 gentoo-420336464e757748fd3f7b63bdb565f3529b203c.zip |
kde-apps: Drop KDE Applications 18.12.3
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/ksystemlog')
-rw-r--r-- | kde-apps/ksystemlog/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ksystemlog/ksystemlog-18.12.3.ebuild | 61 |
2 files changed, 0 insertions, 62 deletions
diff --git a/kde-apps/ksystemlog/Manifest b/kde-apps/ksystemlog/Manifest index 5be209b939e4..e288b4300cba 100644 --- a/kde-apps/ksystemlog/Manifest +++ b/kde-apps/ksystemlog/Manifest @@ -1,2 +1 @@ -DIST ksystemlog-18.12.3.tar.xz 1924336 BLAKE2B a115fbb7be2137fe3ec1073185dd25d5fbe97facb228e066471829c4feaab82550f00ee1454f689d511d91c76e5455643544bf7b7f3c04d3d06be497e015f475 SHA512 4808d8981e5d7d5d75be11c3b00c25e4962ea2b8a5e600f50aff2ca8e74d9af924859329224c92001a91e9fa697fae29a21c2ed1209cada641c732773b2bad0b DIST ksystemlog-19.04.3.tar.xz 1922176 BLAKE2B b8feba3e3907e974a8690eca92d8959814cc67dcd7d95701ed3ec795499eb2305198ee3636b4cd2768c09fabda73a68448443b98ce4f6fc87228455a9159813a SHA512 13654dfc5844b5aaefe209f1bc96198e7552eb42445b2f34bf97e2804f088076f95ef8ea10fa3784f718803af72b5c6ec7833429d86d79b250f1bb732431b4b3 diff --git a/kde-apps/ksystemlog/ksystemlog-18.12.3.ebuild b/kde-apps/ksystemlog/ksystemlog-18.12.3.ebuild deleted file mode 100644 index e698f11e1edd..000000000000 --- a/kde-apps/ksystemlog/ksystemlog-18.12.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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 ~arm64 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 || die - - # one test consistently fails, so comment it out for the moment - sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" \ - -i ksystemlog/tests/CMakeLists.txt || die - fi -} - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package systemd Journald) - ) - kde5_src_configure -} |