Gentoo Archives: gentoo-commits

From: "Krzysiek Pawlik (nelchael)" <nelchael@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in www-servers/resin: ChangeLog resin-3.0.24.ebuild resin-3.1.3.ebuild
Date: Sat, 10 Nov 2007 12:42:52
Message-Id: E1Iqpff-0007XN-Jp@stork.gentoo.org
1 nelchael 07/11/10 12:42:43
2
3 Modified: ChangeLog resin-3.0.24.ebuild resin-3.1.3.ebuild
4 Log:
5 Use tarball of patches.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.59 www-servers/resin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?rev=1.59&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?rev=1.59&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?r1=1.58&r2=1.59
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v
18 retrieving revision 1.58
19 retrieving revision 1.59
20 diff -u -r1.58 -r1.59
21 --- ChangeLog 9 Nov 2007 14:07:01 -0000 1.58
22 +++ ChangeLog 10 Nov 2007 12:42:43 -0000 1.59
23 @@ -1,6 +1,12 @@
24 # ChangeLog for www-servers/resin
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.58 2007/11/09 14:07:01 nelchael Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.59 2007/11/10 12:42:43 nelchael Exp $
28 +
29 + 10 Nov 2007; Krzysiek Pawlik <nelchael@g.o>
30 + -files/3.0.24/resin-3.0.24-gentoo.patch,
31 + -files/3.1.3/resin-3.1.3-gentoo.patch, resin-3.0.24.ebuild,
32 + resin-3.1.3.ebuild:
33 + Use tarball of patches.
34
35 *resin-3.1.3 (09 Nov 2007)
36
37
38
39
40 1.7 www-servers/resin/resin-3.0.24.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.0.24.ebuild?rev=1.7&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.0.24.ebuild?rev=1.7&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.0.24.ebuild?r1=1.6&r2=1.7
45
46 Index: resin-3.0.24.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.24.ebuild,v
49 retrieving revision 1.6
50 retrieving revision 1.7
51 diff -u -r1.6 -r1.7
52 --- resin-3.0.24.ebuild 6 Nov 2007 14:41:45 -0000 1.6
53 +++ resin-3.0.24.ebuild 10 Nov 2007 12:42:43 -0000 1.7
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2007 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.24.ebuild,v 1.6 2007/11/06 14:41:45 nelchael Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.0.24.ebuild,v 1.7 2007/11/10 12:42:43 nelchael Exp $
59
60 JAVA_PKG_IUSE="doc source"
61
62 @@ -8,7 +8,8 @@
63
64 DESCRIPTION="A fast Servlet 2.4 and JSP 2.0 engine."
65 HOMEPAGE="http://www.caucho.com"
66 -SRC_URI="http://www.caucho.com/download/${P}-src.zip"
67 +SRC_URI="http://www.caucho.com/download/${P}-src.zip
68 + mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2"
69 LICENSE="GPL-2"
70 SLOT="0"
71 IUSE=""
72 @@ -37,7 +38,9 @@
73 src_unpack() {
74
75 unpack ${A}
76 - epatch "${FILESDIR}/${PV}/${P}-gentoo.patch"
77 + for i in "${WORKDIR}"/${PV}/resin-${PV}-*; do
78 + epatch "${i}"
79 + done;
80
81 java-ant_bsfix_one "${S}/build.xml"
82
83
84
85
86 1.2 www-servers/resin/resin-3.1.3.ebuild
87
88 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.3.ebuild?rev=1.2&view=markup
89 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.3.ebuild?rev=1.2&content-type=text/plain
90 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.3.ebuild?r1=1.1&r2=1.2
91
92 Index: resin-3.1.3.ebuild
93 ===================================================================
94 RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.3.ebuild,v
95 retrieving revision 1.1
96 retrieving revision 1.2
97 diff -u -r1.1 -r1.2
98 --- resin-3.1.3.ebuild 9 Nov 2007 14:07:01 -0000 1.1
99 +++ resin-3.1.3.ebuild 10 Nov 2007 12:42:43 -0000 1.2
100 @@ -1,6 +1,6 @@
101 # Copyright 1999-2007 Gentoo Foundation
102 # Distributed under the terms of the GNU General Public License v2
103 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.3.ebuild,v 1.1 2007/11/09 14:07:01 nelchael Exp $
104 +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.3.ebuild,v 1.2 2007/11/10 12:42:43 nelchael Exp $
105
106 JAVA_PKG_IUSE="doc source"
107
108 @@ -8,7 +8,8 @@
109
110 DESCRIPTION="A fast Servlet 2.5 and JSP 2.0 engine."
111 HOMEPAGE="http://www.caucho.com"
112 -SRC_URI="http://www.caucho.com/download/${P}-src.zip"
113 +SRC_URI="http://www.caucho.com/download/${P}-src.zip
114 + mirror://gentoo/resin-gentoo-patches-${PV}.tar.bz2"
115 LICENSE="GPL-2"
116 SLOT="0"
117 IUSE="admin"
118 @@ -37,7 +38,9 @@
119 src_unpack() {
120
121 unpack ${A}
122 - epatch "${FILESDIR}/${PV}/${P}-gentoo.patch"
123 + for i in "${WORKDIR}"/${PV}/resin-${PV}-*; do
124 + epatch "${i}"
125 + done;
126
127 java-ant_bsfix_one "${S}/build.xml"
128
129
130
131
132 --
133 gentoo-commits@g.o mailing list