summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-12 19:19:44 +0000
committerAndreas K. Hüttel <dilfridge@gentoo.org>2011-08-12 19:19:44 +0000
commit1f1639d02bf545fbaaff4e3f9814e284b9187ba1 (patch)
tree17e15ab292c96e3cfb81dca64730a69692c8b2b2 /kde-base/ksystemlog
parentversion bump, misc bug fixes. Remove old intermediate versions (diff)
downloadgentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.tar.gz
gentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.tar.bz2
gentoo-2-1f1639d02bf545fbaaff4e3f9814e284b9187ba1.zip
Drop KDE 4.6.4
(Portage version: 2.1.10.10/cvs/Linux x86_64)
Diffstat (limited to 'kde-base/ksystemlog')
-rw-r--r--kde-base/ksystemlog/ChangeLog6
-rw-r--r--kde-base/ksystemlog/ksystemlog-4.6.4.ebuild30
2 files changed, 5 insertions, 31 deletions
diff --git a/kde-base/ksystemlog/ChangeLog b/kde-base/ksystemlog/ChangeLog
index b244f0e0916d..8b1f4ce7527e 100644
--- a/kde-base/ksystemlog/ChangeLog
+++ b/kde-base/ksystemlog/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for kde-base/ksystemlog
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ChangeLog,v 1.82 2011/08/10 22:21:17 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ChangeLog,v 1.83 2011/08/12 19:19:37 dilfridge Exp $
+
+ 12 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
+ -ksystemlog-4.6.4.ebuild:
+ Drop KDE 4.6.4
10 Aug 2011; Andreas K. Huettel <dilfridge@gentoo.org>
ksystemlog-4.6.5.ebuild, ksystemlog-4.7.0.ebuild:
diff --git a/kde-base/ksystemlog/ksystemlog-4.6.4.ebuild b/kde-base/ksystemlog/ksystemlog-4.6.4.ebuild
deleted file mode 100644
index 5eb086e6397e..000000000000
--- a/kde-base/ksystemlog/ksystemlog-4.6.4.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ksystemlog-4.6.4.ebuild,v 1.1 2011/06/10 17:59:58 dilfridge Exp $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KMNAME="kdeadmin"
-
-VIRTUALX_REQUIRED=test
-inherit kde4-meta
-
-DESCRIPTION="KDE system log viewer"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="debug test"
-
-src_prepare() {
- kde4-meta_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 ksystemlog/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
-}