Gentoo Archives: gentoo-commits

From: "Alexandre Rostovtsev (tetromino)" <tetromino@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/harfbuzz: ChangeLog harfbuzz-9999.ebuild harfbuzz-0.9.26.ebuild harfbuzz-0.9.23.ebuild
Date: Sat, 22 Feb 2014 22:22:29
Message-Id: 20140222222226.AD56E2004C@flycatcher.gentoo.org
1 tetromino 14/02/22 22:22:26
2
3 Modified: ChangeLog harfbuzz-9999.ebuild
4 harfbuzz-0.9.26.ebuild harfbuzz-0.9.23.ebuild
5 Log:
6 Require >=gobject-introspection-1.34 (bug #497562, thanks to Søren).
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
9
10 Revision Changes Path
11 1.64 media-libs/harfbuzz/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.64&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?rev=1.64&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/ChangeLog?r1=1.63&r2=1.64
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v
20 retrieving revision 1.63
21 retrieving revision 1.64
22 diff -u -r1.63 -r1.64
23 --- ChangeLog 22 Feb 2014 22:15:52 -0000 1.63
24 +++ ChangeLog 22 Feb 2014 22:22:26 -0000 1.64
25 @@ -1,6 +1,10 @@
26 # ChangeLog for media-libs/harfbuzz
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.63 2014/02/22 22:15:52 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/ChangeLog,v 1.64 2014/02/22 22:22:26 tetromino Exp $
30 +
31 + 22 Feb 2014; Alexandre Rostovtsev <tetromino@g.o>
32 + harfbuzz-0.9.23.ebuild, harfbuzz-0.9.26.ebuild, harfbuzz-9999.ebuild:
33 + Require >=gobject-introspection-1.34 (bug #497562, thanks to Søren).
34
35 22 Feb 2014; Pacho Ramos <pacho@g.o> harfbuzz-0.9.23.ebuild:
36 Fix wrong commit, bug 502160
37
38
39
40 1.22 media-libs/harfbuzz/harfbuzz-9999.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?rev=1.22&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?rev=1.22&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild?r1=1.21&r2=1.22
45
46 Index: harfbuzz-9999.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v
49 retrieving revision 1.21
50 retrieving revision 1.22
51 diff -u -r1.21 -r1.22
52 --- harfbuzz-9999.ebuild 22 Feb 2014 19:26:36 -0000 1.21
53 +++ harfbuzz-9999.ebuild 22 Feb 2014 22:22:26 -0000 1.22
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2014 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v 1.21 2014/02/22 19:26:36 tetromino Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-9999.ebuild,v 1.22 2014/02/22 22:22:26 tetromino Exp $
59
60 EAPI=5
61
62 @@ -27,7 +27,7 @@
63 glib? ( dev-libs/glib:2 )
64 graphite? ( media-gfx/graphite2:= )
65 icu? ( dev-libs/icu:= )
66 - introspection? ( >=dev-libs/gobject-introspection-1.32 )
67 + introspection? ( >=dev-libs/gobject-introspection-1.34 )
68 truetype? ( media-libs/freetype:2= )
69 "
70 DEPEND="${RDEPEND}
71 @@ -38,7 +38,7 @@
72 # eautoreconf requires gobject-introspection-common
73 # ragel needed if regenerating *.hh files from *.rl
74 [[ ${PV} = 9999 ]] && DEPEND="${DEPEND}
75 - >=dev-libs/gobject-introspection-common-1.32
76 + >=dev-libs/gobject-introspection-common-1.34
77 dev-util/ragel
78 "
79
80
81
82
83 1.2 media-libs/harfbuzz/harfbuzz-0.9.26.ebuild
84
85 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.26.ebuild?rev=1.2&view=markup
86 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.26.ebuild?rev=1.2&content-type=text/plain
87 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.26.ebuild?r1=1.1&r2=1.2
88
89 Index: harfbuzz-0.9.26.ebuild
90 ===================================================================
91 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.26.ebuild,v
92 retrieving revision 1.1
93 retrieving revision 1.2
94 diff -u -r1.1 -r1.2
95 --- harfbuzz-0.9.26.ebuild 22 Feb 2014 19:26:36 -0000 1.1
96 +++ harfbuzz-0.9.26.ebuild 22 Feb 2014 22:22:26 -0000 1.2
97 @@ -1,6 +1,6 @@
98 # Copyright 1999-2014 Gentoo Foundation
99 # Distributed under the terms of the GNU General Public License v2
100 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.26.ebuild,v 1.1 2014/02/22 19:26:36 tetromino Exp $
101 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.26.ebuild,v 1.2 2014/02/22 22:22:26 tetromino Exp $
102
103 EAPI=5
104
105 @@ -27,7 +27,7 @@
106 glib? ( dev-libs/glib:2 )
107 graphite? ( media-gfx/graphite2:= )
108 icu? ( dev-libs/icu:= )
109 - introspection? ( >=dev-libs/gobject-introspection-1.32 )
110 + introspection? ( >=dev-libs/gobject-introspection-1.34 )
111 truetype? ( media-libs/freetype:2= )
112 "
113 DEPEND="${RDEPEND}
114 @@ -38,7 +38,7 @@
115 # eautoreconf requires gobject-introspection-common
116 # ragel needed if regenerating *.hh files from *.rl
117 [[ ${PV} = 9999 ]] && DEPEND="${DEPEND}
118 - >=dev-libs/gobject-introspection-common-1.32
119 + >=dev-libs/gobject-introspection-common-1.34
120 dev-util/ragel
121 "
122
123
124
125
126 1.11 media-libs/harfbuzz/harfbuzz-0.9.23.ebuild
127
128 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?rev=1.11&view=markup
129 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?rev=1.11&content-type=text/plain
130 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild?r1=1.10&r2=1.11
131
132 Index: harfbuzz-0.9.23.ebuild
133 ===================================================================
134 RCS file: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v
135 retrieving revision 1.10
136 retrieving revision 1.11
137 diff -u -r1.10 -r1.11
138 --- harfbuzz-0.9.23.ebuild 22 Feb 2014 22:15:52 -0000 1.10
139 +++ harfbuzz-0.9.23.ebuild 22 Feb 2014 22:22:26 -0000 1.11
140 @@ -1,6 +1,6 @@
141 # Copyright 1999-2014 Gentoo Foundation
142 # Distributed under the terms of the GNU General Public License v2
143 -# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.10 2014/02/22 22:15:52 pacho Exp $
144 +# $Header: /var/cvsroot/gentoo-x86/media-libs/harfbuzz/harfbuzz-0.9.23.ebuild,v 1.11 2014/02/22 22:22:26 tetromino Exp $
145
146 EAPI=5
147
148 @@ -26,7 +26,7 @@
149 glib? ( dev-libs/glib:2 )
150 graphite? ( media-gfx/graphite2:= )
151 icu? ( dev-libs/icu:= )
152 - introspection? ( >=dev-libs/gobject-introspection-1.32 )
153 + introspection? ( >=dev-libs/gobject-introspection-1.34 )
154 truetype? ( media-libs/freetype:2= )
155 "
156 DEPEND="${RDEPEND}
157 @@ -36,7 +36,7 @@
158 # eautoreconf requires gobject-introspection-common
159 # ragel needed if regenerating *.hh files from *.rl
160 [[ ${PV} = 9999 ]] && DEPEND="${DEPEND}
161 - >=dev-libs/gobject-introspection-common-1.32
162 + >=dev-libs/gobject-introspection-common-1.34
163 dev-util/ragel
164 "