Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cppcheck: cppcheck-1.66.ebuild cppcheck-1.67.ebuild ChangeLog
Date: Fri, 27 Feb 2015 10:14:29
Message-Id: 20150227101425.58B3F12A82@oystercatcher.gentoo.org
1 xmw 15/02/27 10:14:25
2
3 Modified: cppcheck-1.66.ebuild cppcheck-1.67.ebuild ChangeLog
4 Log:
5 Fix prefix installation (bug 531760, thanks Andrey Hippo)
6
7 (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 62EEF090)
8
9 Revision Changes Path
10 1.3 dev-util/cppcheck/cppcheck-1.66.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild?r1=1.2&r2=1.3
15
16 Index: cppcheck-1.66.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cppcheck-1.66.ebuild 28 Nov 2014 13:02:40 -0000 1.2
23 +++ cppcheck-1.66.ebuild 27 Feb 2015 10:14:25 -0000 1.3
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2014 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild,v 1.2 2014/11/28 13:02:40 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.66.ebuild,v 1.3 2015/02/27 10:14:25 xmw Exp $
30
31 EAPI=5
32
33 @@ -81,7 +81,9 @@
34 }
35
36 src_install() {
37 - emake install DESTDIR="${D}"
38 + # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760
39 + emake install DESTDIR="${ED}"
40 +
41 insinto "/usr/share/${PN}/cfg"
42 doins cfg/*.cfg
43 if use qt4 ; then
44
45
46
47 1.3 dev-util/cppcheck/cppcheck-1.67.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild?rev=1.3&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild?rev=1.3&content-type=text/plain
51 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild?r1=1.2&r2=1.3
52
53 Index: cppcheck-1.67.ebuild
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild,v
56 retrieving revision 1.2
57 retrieving revision 1.3
58 diff -u -r1.2 -r1.3
59 --- cppcheck-1.67.ebuild 15 Feb 2015 19:11:30 -0000 1.2
60 +++ cppcheck-1.67.ebuild 27 Feb 2015 10:14:25 -0000 1.3
61 @@ -1,6 +1,6 @@
62 # Copyright 1999-2015 Gentoo Foundation
63 # Distributed under the terms of the GNU General Public License v2
64 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild,v 1.2 2015/02/15 19:11:30 zlogene Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/cppcheck-1.67.ebuild,v 1.3 2015/02/27 10:14:25 xmw Exp $
66
67 EAPI=5
68
69 @@ -81,7 +81,9 @@
70 }
71
72 src_install() {
73 - emake install DESTDIR="${D}"
74 + # it's not autotools-based, so "${ED}" here, not "${D}", bug 531760
75 + emake install DESTDIR="${ED}"
76 +
77 insinto "/usr/share/${PN}/cfg"
78 doins cfg/*.cfg
79 if use qt4 ; then
80
81
82
83 1.61 dev-util/cppcheck/ChangeLog
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/ChangeLog?rev=1.61&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/ChangeLog?rev=1.61&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/cppcheck/ChangeLog?r1=1.60&r2=1.61
88
89 Index: ChangeLog
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v
92 retrieving revision 1.60
93 retrieving revision 1.61
94 diff -u -r1.60 -r1.61
95 --- ChangeLog 15 Feb 2015 19:11:30 -0000 1.60
96 +++ ChangeLog 27 Feb 2015 10:14:25 -0000 1.61
97 @@ -1,6 +1,10 @@
98 # ChangeLog for dev-util/cppcheck
99 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
100 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.60 2015/02/15 19:11:30 zlogene Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cppcheck/ChangeLog,v 1.61 2015/02/27 10:14:25 xmw Exp $
102 +
103 + 27 Feb 2015; Michael Weber <xmw@g.o> cppcheck-1.66.ebuild,
104 + cppcheck-1.67.ebuild:
105 + Fix prefix installation (bug 531760, thanks Andrey Hippo)
106
107 15 Feb 2015; Mikle Kolyada <zlogene@g.o> cppcheck-1.67.ebuild:
108 Add ~arm keyword