Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/pkgconfig: pkgconfig-0.27.1.ebuild pkgconfig-9999.ebuild ChangeLog
Date: Tue, 30 Oct 2012 16:24:59
Message-Id: 20121030162445.5CD1D21600@flycatcher.gentoo.org
1 pinkbyte 12/10/30 16:24:45
2
3 Modified: pkgconfig-0.27.1.ebuild pkgconfig-9999.ebuild
4 ChangeLog
5 Log:
6 Fix for tests under Prefix, wrt bug #434320
7
8 (Portage version: 2.2.0_alpha141/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.8 dev-util/pkgconfig/pkgconfig-0.27.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild?rev=1.8&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild?rev=1.8&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild?r1=1.7&r2=1.8
16
17 Index: pkgconfig-0.27.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild,v
20 retrieving revision 1.7
21 retrieving revision 1.8
22 diff -u -r1.7 -r1.8
23 --- pkgconfig-0.27.1.ebuild 15 Sep 2012 18:27:30 -0000 1.7
24 +++ pkgconfig-0.27.1.ebuild 30 Oct 2012 16:24:45 -0000 1.8
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild,v 1.7 2012/09/15 18:27:30 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-0.27.1.ebuild,v 1.8 2012/10/30 16:24:45 pinkbyte Exp $
30
31 EAPI=4
32
33 @@ -34,6 +34,8 @@
34 DOCS=( AUTHORS NEWS README )
35
36 src_prepare() {
37 + # Fix for bug #434320
38 + sed -i -e "s|^prefix=/usr\$|prefix=${EPREFIX}/usr|" check/simple.pc || die 'sed on prefix failed'
39 if [[ ${PV} == *9999* ]]; then
40 eautoreconf
41 else
42
43
44
45 1.5 dev-util/pkgconfig/pkgconfig-9999.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild?r1=1.4&r2=1.5
50
51 Index: pkgconfig-9999.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- pkgconfig-9999.ebuild 14 Aug 2012 09:33:26 -0000 1.4
58 +++ pkgconfig-9999.ebuild 30 Oct 2012 16:24:45 -0000 1.5
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2012 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild,v 1.4 2012/08/14 09:33:26 ssuominen Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/pkgconfig-9999.ebuild,v 1.5 2012/10/30 16:24:45 pinkbyte Exp $
64
65 EAPI=4
66
67 @@ -34,6 +34,8 @@
68 DOCS=( AUTHORS NEWS README )
69
70 src_prepare() {
71 + # Fix for bug #434320
72 + sed -i -e "s|^prefix=/usr\$|prefix=${EPREFIX}/usr|" check/simple.pc || die 'sed on prefix failed'
73 if [[ ${PV} == *9999* ]]; then
74 eautoreconf
75 else
76
77
78
79 1.124 dev-util/pkgconfig/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/ChangeLog?rev=1.124&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/ChangeLog?rev=1.124&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/pkgconfig/ChangeLog?r1=1.123&r2=1.124
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v
88 retrieving revision 1.123
89 retrieving revision 1.124
90 diff -u -r1.123 -r1.124
91 --- ChangeLog 16 Sep 2012 15:42:36 -0000 1.123
92 +++ ChangeLog 30 Oct 2012 16:24:45 -0000 1.124
93 @@ -1,6 +1,11 @@
94 # ChangeLog for dev-util/pkgconfig
95 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.123 2012/09/16 15:42:36 ssuominen Exp $
97 +# $Header: /var/cvsroot/gentoo-x86/dev-util/pkgconfig/ChangeLog,v 1.124 2012/10/30 16:24:45 pinkbyte Exp $
98 +
99 + 30 Oct 2012; Sergey Popov <pinkbyte@g.o> pkgconfig-0.27.1.ebuild,
100 + pkgconfig-9999.ebuild:
101 + Fix for tests under Prefix, wrt bug #434320. Thanks to Greg Turner for
102 + discovering and resolving this issue
103
104 16 Sep 2012; Samuli Suominen <ssuominen@g.o> -pkgconfig-0.26.ebuild,
105 -pkgconfig-0.27.ebuild: