Gentoo Archives: gentoo-commits

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