summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-06-24 06:52:31 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-07-08 03:52:08 +1000
commit581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f (patch)
tree65a0453280be9851b5813f4deb727743647c1f01 /kde-apps/ksystemlog
parentkde-base: drop ~ppc/~ppc64 keyword (diff)
downloadgentoo-581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f.tar.gz
gentoo-581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f.tar.bz2
gentoo-581d3a57fb642a5b567b3b6fc6e80ef9daf38f6f.zip
kde-apps: remove 4.14.3
Certain packages are however retained where they are specifically required by revdeps or otherwise still needed by Plasma 4.
Diffstat (limited to 'kde-apps/ksystemlog')
-rw-r--r--kde-apps/ksystemlog/Manifest1
-rw-r--r--kde-apps/ksystemlog/ksystemlog-4.14.3.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/kde-apps/ksystemlog/Manifest b/kde-apps/ksystemlog/Manifest
index d6eb2680467c..e77bc7cc68c1 100644
--- a/kde-apps/ksystemlog/Manifest
+++ b/kde-apps/ksystemlog/Manifest
@@ -1,3 +1,2 @@
DIST ksystemlog-15.12.3.tar.xz 395500 SHA256 32f03ae9aebe252b6d46d39db081b044c13ed09a215c49911e6b492cd504387a SHA512 c0fc007d65462e2ca8b94853fb52511376292f48abff994ae69036937d60e5dfa20a34a7f2e4cd993627a62173af71988856c3ef5e4d590c1d13f4318c045e59 WHIRLPOOL c4bca21185dd895bb338080a8d1560d0d6408b57e851447508798dace78f6a7bf33f1ca90348e220bafc3153d695693037d5238770494d480bf1e5ab4fd8c15c
DIST ksystemlog-16.04.2.tar.xz 395600 SHA256 df06f31f788304518c5fc87b24d199aaa2f187a33b36475214b7fbeaa0ebe444 SHA512 2bc1e07bfe7e40c3d88a7c7a94f27fd79a86197aa6400ca361898a5d583d103d46587ede63b190f95b4722cb21c1bcf30aef6b7d468bb4dd921bb841c76dff3b WHIRLPOOL 6187fae01e63e4668fac67480a416fa12a5949f4421918a4bee88481388e8d0a4db2ed77a148602ebfffb3fdfb1e6df8febc98cd6fed3a5efb49bb5c47548519
-DIST ksystemlog-4.14.3.tar.xz 382060 SHA256 c252e61908d7ccabe564cda5f8dfe8ca0f34659f248d557d8dfb6088f50db087 SHA512 2054d1aeeb1c7b3f907a6446349d379580ded8ebe944f7a0f43a3b4727004b022bba63a378a8f5f3bfbddf15bf61773e07579e406185ce1c0e9368423f83d2d5 WHIRLPOOL fbb83f0f676faf322d7f2eaa338298ebf227abf9752121427ddbb5eb97229f9c800c2bcb91e50696f08986df7cfb00552dcfa373b43ebdac4b94430a06598a8f
diff --git a/kde-apps/ksystemlog/ksystemlog-4.14.3.ebuild b/kde-apps/ksystemlog/ksystemlog-4.14.3.ebuild
deleted file mode 100644
index 3a6accb0d7b5..000000000000
--- a/kde-apps/ksystemlog/ksystemlog-4.14.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="optional"
-VIRTUALX_REQUIRED=test
-inherit kde4-base
-
-DESCRIPTION="KDE system log viewer"
-HOMEPAGE="https://www.kde.org/applications/system/ksystemlog/"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux"
-IUSE="debug test"
-
-RESTRICT=test
-# bug 378101
-
-src_prepare() {
- kde4-base_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
-}