Gentoo Archives: gentoo-commits

From: "William Thomson (wltjr)" <wltjr@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-java/itext: itext-1.4.8.ebuild itext-2.0.6.ebuild ChangeLog itext-2.0.4.ebuild itext-2.0.5.ebuild
Date: Fri, 12 Oct 2007 21:53:50
Message-Id: E1IgSIP-0002ql-4M@stork.gentoo.org
1 wltjr 07/10/12 21:43:49
2
3 Modified: itext-1.4.8.ebuild itext-2.0.6.ebuild ChangeLog
4 itext-2.0.4.ebuild itext-2.0.5.ebuild
5 Log:
6 amd64 stable, bug #194836. Added quotes.
7 (Portage version: 2.1.3.12)
8
9 Revision Changes Path
10 1.8 dev-java/itext/itext-1.4.8.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild?r1=1.7&r2=1.8
15
16 Index: itext-1.4.8.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- itext-1.4.8.ebuild 4 Feb 2007 15:32:13 -0000 1.7
23 +++ itext-1.4.8.ebuild 12 Oct 2007 21:43:48 -0000 1.8
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild,v 1.7 2007/02/04 15:32:13 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-1.4.8.ebuild,v 1.8 2007/10/12 21:43:48 wltjr Exp $
29
30 inherit java-pkg-2 java-ant-2
31
32 @@ -19,15 +19,15 @@
33 source? ( app-arch/zip )"
34 RDEPEND=">=virtual/jre-1.4"
35
36 -S=${WORKDIR}
37 +S="${WORKDIR}"
38
39 src_unpack() {
40 - mkdir ${WORKDIR}/src && cd ${WORKDIR}/src
41 + mkdir "${WORKDIR}"/src && cd "${WORKDIR}"/src
42 unpack ${PN}-src-${PV}.tar.gz
43 }
44
45 src_compile() {
46 - cd ${WORKDIR}/src
47 + cd "${WORKDIR}"/src
48 eant jar $(use_doc)
49 }
50
51
52
53
54 1.2 dev-java/itext/itext-2.0.6.ebuild
55
56 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild?rev=1.2&view=markup
57 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild?rev=1.2&content-type=text/plain
58 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild?r1=1.1&r2=1.2
59
60 Index: itext-2.0.6.ebuild
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild,v
63 retrieving revision 1.1
64 retrieving revision 1.2
65 diff -u -r1.1 -r1.2
66 --- itext-2.0.6.ebuild 5 Oct 2007 18:15:48 -0000 1.1
67 +++ itext-2.0.6.ebuild 12 Oct 2007 21:43:48 -0000 1.2
68 @@ -1,6 +1,6 @@
69 # Copyright 1999-2007 Gentoo Foundation
70 # Distributed under the terms of the GNU General Public License v2
71 -# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild,v 1.1 2007/10/05 18:15:48 wltjr Exp $
72 +# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.6.ebuild,v 1.2 2007/10/12 21:43:48 wltjr Exp $
73
74 JAVA_PKG_IUSE="doc source"
75
76 @@ -39,7 +39,7 @@
77 cp "${DISTDIR}/${ASIANJAR}" "${DISTDIR}/${ASIANCMAPSJAR}" "${S}" || die "Could not copy asian fonts"
78 fi
79
80 - epatch ${FILESDIR}/2.0.2-site_xml.patch
81 + epatch "${FILESDIR}"/2.0.2-site_xml.patch
82 java-ant_bsfix_files ant/*.xml || die "failed to rewrite build xml files"
83
84 mkdir -p "${WORKDIR}/lib" || die "Failed to create ${WORKDIR}/lib"
85
86
87
88 1.56 dev-java/itext/ChangeLog
89
90 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/ChangeLog?rev=1.56&view=markup
91 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/ChangeLog?rev=1.56&content-type=text/plain
92 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/ChangeLog?r1=1.55&r2=1.56
93
94 Index: ChangeLog
95 ===================================================================
96 RCS file: /var/cvsroot/gentoo-x86/dev-java/itext/ChangeLog,v
97 retrieving revision 1.55
98 retrieving revision 1.56
99 diff -u -r1.55 -r1.56
100 --- ChangeLog 5 Oct 2007 18:15:48 -0000 1.55
101 +++ ChangeLog 12 Oct 2007 21:43:48 -0000 1.56
102 @@ -1,6 +1,10 @@
103 # ChangeLog for dev-java/itext
104 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
105 -# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/ChangeLog,v 1.55 2007/10/05 18:15:48 wltjr Exp $
106 +# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/ChangeLog,v 1.56 2007/10/12 21:43:48 wltjr Exp $
107 +
108 + 12 Oct 2007; William L. Thomson Jr. <wltjr@g.o> itext-1.4.8.ebuild,
109 + itext-2.0.4.ebuild, itext-2.0.5.ebuild, itext-2.0.6.ebuild:
110 + amd64 stable, bug #194836. Added quotes.
111
112 *itext-2.0.6 (05 Oct 2007)
113
114
115
116
117 1.9 dev-java/itext/itext-2.0.4.ebuild
118
119 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild?rev=1.9&view=markup
120 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild?rev=1.9&content-type=text/plain
121 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild?r1=1.8&r2=1.9
122
123 Index: itext-2.0.4.ebuild
124 ===================================================================
125 RCS file: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild,v
126 retrieving revision 1.8
127 retrieving revision 1.9
128 diff -u -r1.8 -r1.9
129 --- itext-2.0.4.ebuild 5 Oct 2007 07:38:20 -0000 1.8
130 +++ itext-2.0.4.ebuild 12 Oct 2007 21:43:48 -0000 1.9
131 @@ -1,6 +1,6 @@
132 # Copyright 1999-2007 Gentoo Foundation
133 # Distributed under the terms of the GNU General Public License v2
134 -# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild,v 1.8 2007/10/05 07:38:20 tgall Exp $
135 +# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.4.ebuild,v 1.9 2007/10/12 21:43:48 wltjr Exp $
136
137 JAVA_PKG_IUSE="doc source"
138
139 @@ -40,8 +40,8 @@
140 fi
141
142 # epatch ${FILESDIR}/2.0.2-compile_xml.patch
143 - epatch ${FILESDIR}/2.0.2-site_xml.patch
144 - epatch ${FILESDIR}/2.0-ImageIO.patch
145 + epatch "${FILESDIR}"/2.0.2-site_xml.patch
146 + epatch "${FILESDIR}"/2.0-ImageIO.patch
147 java-ant_bsfix_files ant/*.xml || die "failed to rewrite build xml files"
148
149 mkdir -p "${WORKDIR}/lib" || die
150
151
152
153 1.2 dev-java/itext/itext-2.0.5.ebuild
154
155 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild?rev=1.2&view=markup
156 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild?rev=1.2&content-type=text/plain
157 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild?r1=1.1&r2=1.2
158
159 Index: itext-2.0.5.ebuild
160 ===================================================================
161 RCS file: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild,v
162 retrieving revision 1.1
163 retrieving revision 1.2
164 diff -u -r1.1 -r1.2
165 --- itext-2.0.5.ebuild 9 Sep 2007 19:48:29 -0000 1.1
166 +++ itext-2.0.5.ebuild 12 Oct 2007 21:43:48 -0000 1.2
167 @@ -1,6 +1,6 @@
168 # Copyright 1999-2007 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170 -# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild,v 1.1 2007/09/09 19:48:29 wltjr Exp $
171 +# $Header: /var/cvsroot/gentoo-x86/dev-java/itext/itext-2.0.5.ebuild,v 1.2 2007/10/12 21:43:48 wltjr Exp $
172
173 JAVA_PKG_IUSE="doc source"
174
175 @@ -17,7 +17,7 @@
176
177 LICENSE="MPL-1.1"
178 SLOT="0"
179 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
180 +KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
181 IUSE="cjk"
182
183 BCV="1.37"
184 @@ -39,7 +39,7 @@
185 cp "${DISTDIR}/${ASIANJAR}" "${DISTDIR}/${ASIANCMAPSJAR}" "${S}" || die "Could not copy asian fonts"
186 fi
187
188 - epatch ${FILESDIR}/2.0.2-site_xml.patch
189 + epatch "${FILESDIR}"/2.0.2-site_xml.patch
190 java-ant_bsfix_files ant/*.xml || die "failed to rewrite build xml files"
191
192 mkdir -p "${WORKDIR}/lib" || die "Failed to create ${WORKDIR}/lib"
193
194
195
196 --
197 gentoo-commits@g.o mailing list