Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-base/ksystemlog: ChangeLog ksystemlog-4.6.3.ebuild
Date: Sat, 07 May 2011 11:03:28
Message-Id: 20110507104744.B3EF420071@flycatcher.gentoo.org
1 scarabeus 11/05/07 10:47:44
2
3 Modified: ChangeLog
4 Added: ksystemlog-4.6.3.ebuild
5 Log:
6 Version bump to KDE SC 4.6.3.
7
8 (Portage version: 2.2.0_alpha31/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.69 kde-base/ksystemlog/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksystemlog/ChangeLog?rev=1.69&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksystemlog/ChangeLog?rev=1.69&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksystemlog/ChangeLog?r1=1.68&r2=1.69
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ChangeLog,v
20 retrieving revision 1.68
21 retrieving revision 1.69
22 diff -u -r1.68 -r1.69
23 --- ChangeLog 6 Apr 2011 14:19:05 -0000 1.68
24 +++ ChangeLog 7 May 2011 10:47:44 -0000 1.69
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-base/ksystemlog
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ChangeLog,v 1.68 2011/04/06 14:19:05 scarabeus Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ChangeLog,v 1.69 2011/05/07 10:47:44 scarabeus Exp $
30 +
31 +*ksystemlog-4.6.3 (07 May 2011)
32 +
33 + 07 May 2011; Tomáš Chvátal <scarabeus@g.o>
34 + +ksystemlog-4.6.3.ebuild:
35 + Version bump KDE SC 4.6.3
36
37 *ksystemlog-4.6.2 (06 Apr 2011)
38
39
40
41
42 1.1 kde-base/ksystemlog/ksystemlog-4.6.3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksystemlog/ksystemlog-4.6.3.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/ksystemlog/ksystemlog-4.6.3.ebuild?rev=1.1&content-type=text/plain
46
47 Index: ksystemlog-4.6.3.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-base/ksystemlog/ksystemlog-4.6.3.ebuild,v 1.1 2011/05/07 10:47:44 scarabeus Exp $
52
53 EAPI=4
54
55 KDE_HANDBOOK="optional"
56 KMNAME="kdeadmin"
57
58 VIRTUALX_REQUIRED=test
59 inherit kde4-meta
60
61 DESCRIPTION="KDE system log viewer"
62 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
63 IUSE="debug test"
64
65 src_prepare() {
66 kde4-meta_src_prepare
67
68 if use test; then
69 # beat this stupid test into shape: the test files contain no year, so
70 # comparison succeeds only in 2007 !!!
71 local theyear=$(date +%Y)
72 einfo Setting the current year as ${theyear} in the test files
73 sed -e "s:2007:${theyear}:g" -i ksystemlog/tests/systemAnalyzerTest.cpp
74
75 # one test consistently fails, so comment it out for the moment
76 sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" -i ksystemlog/tests/CMakeLists.txt
77 fi
78 }