Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/keurocalc: keurocalc-1.2.2.ebuild ChangeLog
Date: Fri, 25 Jul 2014 18:00:59
Message-Id: 20140725180054.A99852004E@flycatcher.gentoo.org
1 kensington 14/07/25 18:00:54
2
3 Modified: keurocalc-1.2.2.ebuild ChangeLog
4 Log:
5 Fix build when multiple LINGUAS targets are enabled wrt bug #518070.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
8
9 Revision Changes Path
10 1.2 sci-calculators/keurocalc/keurocalc-1.2.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild?r1=1.1&r2=1.2
15
16 Index: keurocalc-1.2.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- keurocalc-1.2.2.ebuild 30 Apr 2014 22:20:43 -0000 1.1
23 +++ keurocalc-1.2.2.ebuild 25 Jul 2014 18:00:54 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild,v 1.1 2014/04/30 22:20:43 johu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/keurocalc-1.2.2.ebuild,v 1.2 2014/07/25 18:00:54 kensington Exp $
29
30 EAPI=5
31
32 @@ -22,7 +22,11 @@
33
34 src_prepare() {
35 # bug 500560
36 - sed -e "s/PO_FILES //" -i po/*/CMakeLists.txt
37 + sed -e "s/PO_FILES //" -i po/*/CMakeLists.txt || die
38 +
39 + # bug 518070
40 + sed -e "/cmake_minimum_required/a cmake_policy(SET CMP0002 OLD)" \
41 + -i CMakeLists.txt || die
42
43 kde4-base_src_prepare
44 }
45
46
47
48 1.12 sci-calculators/keurocalc/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?rev=1.12&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?rev=1.12&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-calculators/keurocalc/ChangeLog?r1=1.11&r2=1.12
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v
57 retrieving revision 1.11
58 retrieving revision 1.12
59 diff -u -r1.11 -r1.12
60 --- ChangeLog 30 Apr 2014 22:20:43 -0000 1.11
61 +++ ChangeLog 25 Jul 2014 18:00:54 -0000 1.12
62 @@ -1,6 +1,9 @@
63 # ChangeLog for sci-calculators/keurocalc
64 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.11 2014/04/30 22:20:43 johu Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/keurocalc/ChangeLog,v 1.12 2014/07/25 18:00:54 kensington Exp $
67 +
68 + 25 Jul 2014; Michael Palimaka <kensington@g.o> keurocalc-1.2.2.ebuild:
69 + Fix build when multiple LINGUAS targets are enabled wrt bug #518070.
70
71 *keurocalc-1.2.2 (30 Apr 2014)