Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-text/podofo: podofo-0.9.2.ebuild podofo-0.9.1.ebuild ChangeLog
Date: Thu, 28 Feb 2013 15:03:19
Message-Id: 20130228150315.680272171D@flycatcher.gentoo.org
1 zmedico 13/02/28 15:03:15
2
3 Modified: podofo-0.9.2.ebuild podofo-0.9.1.ebuild ChangeLog
4 Log:
5 Use tc-getPKG_CONFIG.
6
7 (Portage version: 2.2.0_alpha163_p21/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
8
9 Revision Changes Path
10 1.2 app-text/podofo/podofo-0.9.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild?r1=1.1&r2=1.2
15
16 Index: podofo-0.9.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- podofo-0.9.2.ebuild 27 Feb 2013 08:45:03 -0000 1.1
23 +++ podofo-0.9.2.ebuild 28 Feb 2013 15:03:15 -0000 1.2
24 @@ -1,9 +1,9 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild,v 1.1 2013/02/27 08:45:03 zmedico Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.2.ebuild,v 1.2 2013/02/28 15:03:15 zmedico Exp $
29
30 EAPI=2
31 -inherit cmake-utils flag-o-matic multilib
32 +inherit cmake-utils flag-o-matic multilib toolchain-funcs
33
34 DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format."
35 HOMEPAGE="http://sourceforge.net/projects/podofo/"
36 @@ -38,7 +38,7 @@
37
38 # Use pkg-config to find headers for bug #459404.
39 sed_args=
40 - for x in $(pkg-config --cflags freetype2) ; do
41 + for x in $($(tc-getPKG_CONFIG) --cflags freetype2) ; do
42 [[ ${x} == -I* ]] || continue
43 x=${x#-I}
44 if [[ -f ${x}/ft2build.h ]] ; then
45
46
47
48 1.12 app-text/podofo/podofo-0.9.1.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild?rev=1.12&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild?rev=1.12&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild?r1=1.11&r2=1.12
53
54 Index: podofo-0.9.1.ebuild
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild,v
57 retrieving revision 1.11
58 retrieving revision 1.12
59 diff -u -r1.11 -r1.12
60 --- podofo-0.9.1.ebuild 27 Feb 2013 08:45:03 -0000 1.11
61 +++ podofo-0.9.1.ebuild 28 Feb 2013 15:03:15 -0000 1.12
62 @@ -1,9 +1,9 @@
63 # Copyright 1999-2013 Gentoo Foundation
64 # Distributed under the terms of the GNU General Public License v2
65 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild,v 1.11 2013/02/27 08:45:03 zmedico Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/podofo-0.9.1.ebuild,v 1.12 2013/02/28 15:03:15 zmedico Exp $
67
68 EAPI=2
69 -inherit cmake-utils flag-o-matic multilib
70 +inherit cmake-utils flag-o-matic multilib toolchain-funcs
71
72 DESCRIPTION="PoDoFo is a C++ library to work with the PDF file format."
73 HOMEPAGE="http://sourceforge.net/projects/podofo/"
74 @@ -38,7 +38,7 @@
75
76 # Use pkg-config to find headers for bug #459404.
77 sed_args=
78 - for x in $(pkg-config --cflags freetype2) ; do
79 + for x in $($(tc-getPKG_CONFIG) --cflags freetype2) ; do
80 [[ ${x} == -I* ]] || continue
81 x=${x#-I}
82 if [[ -f ${x}/ft2build.h ]] ; then
83
84
85
86 1.34 app-text/podofo/ChangeLog
87
88 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/ChangeLog?rev=1.34&view=markup
89 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/ChangeLog?rev=1.34&content-type=text/plain
90 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/podofo/ChangeLog?r1=1.33&r2=1.34
91
92 Index: ChangeLog
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v
95 retrieving revision 1.33
96 retrieving revision 1.34
97 diff -u -r1.33 -r1.34
98 --- ChangeLog 27 Feb 2013 08:45:03 -0000 1.33
99 +++ ChangeLog 28 Feb 2013 15:03:15 -0000 1.34
100 @@ -1,6 +1,10 @@
101 # ChangeLog for app-text/podofo
102 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
103 -# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.33 2013/02/27 08:45:03 zmedico Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/app-text/podofo/ChangeLog,v 1.34 2013/02/28 15:03:15 zmedico Exp $
105 +
106 + 28 Feb 2013; Zac Medico <zmedico@g.o> podofo-0.9.1.ebuild,
107 + podofo-0.9.2.ebuild:
108 + Use tc-getPKG_CONFIG.
109
110 *podofo-0.9.2 (27 Feb 2013)