Gentoo Archives: gentoo-commits

From: "Ryan Hill (dirtyepic)" <dirtyepic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/libotf: libotf-0.9.7.ebuild ChangeLog libotf-0.9.4.ebuild libotf-0.9.5.ebuild libotf-0.9.6.ebuild
Date: Sat, 02 Feb 2008 22:19:39
Message-Id: E1JLQhx-0002ek-6Y@stork.gentoo.org
1 dirtyepic 08/02/02 22:19:33
2
3 Modified: libotf-0.9.7.ebuild ChangeLog libotf-0.9.4.ebuild
4 libotf-0.9.5.ebuild libotf-0.9.6.ebuild
5 Log:
6 Fix eautomake typo, bug #208479.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.3 dev-libs/libotf/libotf-0.9.7.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.7.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.7.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.7.ebuild?r1=1.2&r2=1.3
15
16 Index: libotf-0.9.7.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.7.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- libotf-0.9.7.ebuild 1 Feb 2008 18:00:12 -0000 1.2
23 +++ libotf-0.9.7.ebuild 2 Feb 2008 22:19:32 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.7.ebuild,v 1.2 2008/02/01 18:00:12 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.7.ebuild,v 1.3 2008/02/02 22:19:32 dirtyepic Exp $
29
30 WANT_AUTOMAKE=latest
31 WANT_AUTOCONF=latest
32 @@ -30,7 +30,7 @@
33 unpack ${A}
34 cd "${S}"
35 use X || sed -i -e '/^bin_PROGRAMS/s/otfview//' example/Makefile.am || die
36 - eautoremake
37 + eautomake
38 }
39
40 src_install() {
41
42
43
44 1.34 dev-libs/libotf/ChangeLog
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/ChangeLog?rev=1.34&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/ChangeLog?rev=1.34&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/ChangeLog?r1=1.33&r2=1.34
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v
53 retrieving revision 1.33
54 retrieving revision 1.34
55 diff -u -r1.33 -r1.34
56 --- ChangeLog 1 Feb 2008 18:00:12 -0000 1.33
57 +++ ChangeLog 2 Feb 2008 22:19:32 -0000 1.34
58 @@ -1,6 +1,10 @@
59 # ChangeLog for dev-libs/libotf
60 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.33 2008/02/01 18:00:12 armin76 Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/ChangeLog,v 1.34 2008/02/02 22:19:32 dirtyepic Exp $
63 +
64 + 02 Feb 2008; Ryan Hill <dirtyepic@g.o> libotf-0.9.4.ebuild,
65 + libotf-0.9.5.ebuild, libotf-0.9.6.ebuild, libotf-0.9.7.ebuild:
66 + Fix eautomake typo, bug #208479.
67
68 01 Feb 2008; Raúl Porcel <armin76@g.o> libotf-0.9.7.ebuild:
69 Add ~ia64
70
71
72
73 1.3 dev-libs/libotf/libotf-0.9.4.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.4.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.4.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.4.ebuild?r1=1.2&r2=1.3
78
79 Index: libotf-0.9.4.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.4.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- libotf-0.9.4.ebuild 22 Jul 2007 08:28:47 -0000 1.2
86 +++ libotf-0.9.4.ebuild 2 Feb 2008 22:19:32 -0000 1.3
87 @@ -1,6 +1,6 @@
88 -# Copyright 1999-2007 Gentoo Foundation
89 +# Copyright 1999-2008 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.4.ebuild,v 1.2 2007/07/22 08:28:47 graaff Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.4.ebuild,v 1.3 2008/02/02 22:19:32 dirtyepic Exp $
93
94 DESCRIPTION="Library for handling OpenType fonts (OTF)"
95 HOMEPAGE="http://www.m17n.org/libotf/"
96 @@ -20,13 +20,13 @@
97
98 src_unpack() {
99 unpack ${A}
100 - cd ${S}
101 + cd "${S}"
102 use X || sed -i -e '/^bin_PROGRAMS/s/otfview//' example/Makefile.in || die
103 }
104
105 src_install() {
106
107 - make DESTDIR=${D} install || die
108 + emake DESTDIR="${D}" install || die
109
110 dodoc AUTHORS INSTALL NEWS README ChangeLog
111 }
112
113
114
115 1.2 dev-libs/libotf/libotf-0.9.5.ebuild
116
117 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.5.ebuild?rev=1.2&view=markup
118 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.5.ebuild?rev=1.2&content-type=text/plain
119 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.5.ebuild?r1=1.1&r2=1.2
120
121 Index: libotf-0.9.5.ebuild
122 ===================================================================
123 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.5.ebuild,v
124 retrieving revision 1.1
125 retrieving revision 1.2
126 diff -u -r1.1 -r1.2
127 --- libotf-0.9.5.ebuild 1 Mar 2007 13:28:07 -0000 1.1
128 +++ libotf-0.9.5.ebuild 2 Feb 2008 22:19:32 -0000 1.2
129 @@ -1,6 +1,6 @@
130 -# Copyright 1999-2007 Gentoo Foundation
131 +# Copyright 1999-2008 Gentoo Foundation
132 # Distributed under the terms of the GNU General Public License v2
133 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.5.ebuild,v 1.1 2007/03/01 13:28:07 matsuu Exp $
134 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.5.ebuild,v 1.2 2008/02/02 22:19:32 dirtyepic Exp $
135
136 WANT_AUTOMAKE=latest
137 WANT_AUTOCONF=latest
138 @@ -27,9 +27,9 @@
139
140 src_unpack() {
141 unpack ${A}
142 - cd ${S}
143 + cd "${S}"
144 use X || sed -i -e '/^bin_PROGRAMS/s/otfview//' example/Makefile.am || die
145 - eautoremake
146 + eautomake
147 }
148
149 src_install() {
150
151
152
153 1.7 dev-libs/libotf/libotf-0.9.6.ebuild
154
155 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.6.ebuild?rev=1.7&view=markup
156 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.6.ebuild?rev=1.7&content-type=text/plain
157 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libotf/libotf-0.9.6.ebuild?r1=1.6&r2=1.7
158
159 Index: libotf-0.9.6.ebuild
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.6.ebuild,v
162 retrieving revision 1.6
163 retrieving revision 1.7
164 diff -u -r1.6 -r1.7
165 --- libotf-0.9.6.ebuild 15 Jan 2008 16:24:44 -0000 1.6
166 +++ libotf-0.9.6.ebuild 2 Feb 2008 22:19:32 -0000 1.7
167 @@ -1,6 +1,6 @@
168 # Copyright 1999-2008 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.6.ebuild,v 1.6 2008/01/15 16:24:44 armin76 Exp $
171 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libotf/libotf-0.9.6.ebuild,v 1.7 2008/02/02 22:19:32 dirtyepic Exp $
172
173 WANT_AUTOMAKE=latest
174 WANT_AUTOCONF=latest
175 @@ -30,7 +30,7 @@
176 unpack ${A}
177 cd "${S}"
178 use X || sed -i -e '/^bin_PROGRAMS/s/otfview//' example/Makefile.am || die
179 - eautoremake
180 + eautomake
181 }
182
183 src_install() {
184
185
186
187 --
188 gentoo-commits@l.g.o mailing list