summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-08-25 06:38:45 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-08-25 20:46:59 +1000
commit37150fa963eb3aa155eb9e94c3d6b233154ca1de (patch)
tree8bce549e96d6e85c58e00d1b3cbd303869107118 /kde-apps/ksystemlog
parentmedia-libs/libart_lgpl: eapi bump, fix src_install phase (and, then, really d... (diff)
downloadgentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.gz
gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.tar.bz2
gentoo-37150fa963eb3aa155eb9e94c3d6b233154ca1de.zip
kde-apps: remove 15.12.3
Diffstat (limited to 'kde-apps/ksystemlog')
-rw-r--r--kde-apps/ksystemlog/Manifest1
-rw-r--r--kde-apps/ksystemlog/ksystemlog-15.12.3.ebuild62
2 files changed, 0 insertions, 63 deletions
diff --git a/kde-apps/ksystemlog/Manifest b/kde-apps/ksystemlog/Manifest
index bc258cc23d03..bf5a6a217f18 100644
--- a/kde-apps/ksystemlog/Manifest
+++ b/kde-apps/ksystemlog/Manifest
@@ -1,2 +1 @@
-DIST ksystemlog-15.12.3.tar.xz 395500 SHA256 32f03ae9aebe252b6d46d39db081b044c13ed09a215c49911e6b492cd504387a SHA512 c0fc007d65462e2ca8b94853fb52511376292f48abff994ae69036937d60e5dfa20a34a7f2e4cd993627a62173af71988856c3ef5e4d590c1d13f4318c045e59 WHIRLPOOL c4bca21185dd895bb338080a8d1560d0d6408b57e851447508798dace78f6a7bf33f1ca90348e220bafc3153d695693037d5238770494d480bf1e5ab4fd8c15c
DIST ksystemlog-16.04.3.tar.xz 395644 SHA256 3bc1571e8aae59ae7738aa1ff3b2d363895a359711363f18e4bf20c9172df9bb SHA512 8e3d77f55b0f541af50bae0ecdefeca08bf35ffcf89474acaa0677c1bd153b23eb57e03b27238e9e7d5465b04a578da04c801712e6adc1588cfd9a507b9e2617 WHIRLPOOL 9167723cd59d5994a8b68f21fb0881d9aa6e1433226ec30dea2b111ae3812555181431b81c88beb940f4859ad48c36507443d02683759ffa2ec643921f94ff26
diff --git a/kde-apps/ksystemlog/ksystemlog-15.12.3.ebuild b/kde-apps/ksystemlog/ksystemlog-15.12.3.ebuild
deleted file mode 100644
index 14767480c5fb..000000000000
--- a/kde-apps/ksystemlog/ksystemlog-15.12.3.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}