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.1.8.ebuild
Date: Tue, 13 Jan 2009 21:12:05
Message-Id: E1LMqYN-0000k6-8v@stork.gentoo.org
1 nelchael 09/01/13 21:12:03
2
3 Modified: ChangeLog resin-3.1.8.ebuild
4 Log:
5 Fix patching, see bug #254681.
6 (Portage version: 2.1.6.4/cvs/Linux 2.6.28-tuxonice x86_64)
7
8 Revision Changes Path
9 1.82 www-servers/resin/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?rev=1.82&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?rev=1.82&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/ChangeLog?r1=1.81&r2=1.82
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v
18 retrieving revision 1.81
19 retrieving revision 1.82
20 diff -u -r1.81 -r1.82
21 --- ChangeLog 10 Jan 2009 15:11:35 -0000 1.81
22 +++ ChangeLog 13 Jan 2009 21:12:03 -0000 1.82
23 @@ -1,6 +1,9 @@
24 # ChangeLog for www-servers/resin
25 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.81 2009/01/10 15:11:35 nelchael Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/ChangeLog,v 1.82 2009/01/13 21:12:03 nelchael Exp $
28 +
29 + 13 Jan 2009; <nelchael@g.o> resin-3.1.8.ebuild:
30 + Fix patching, see bug #254681.
31
32 *resin-3.1.8 (10 Jan 2009)
33
34
35
36
37 1.2 www-servers/resin/resin-3.1.8.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild?r1=1.1&r2=1.2
42
43 Index: resin-3.1.8.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- resin-3.1.8.ebuild 10 Jan 2009 15:11:35 -0000 1.1
50 +++ resin-3.1.8.ebuild 13 Jan 2009 21:12:03 -0000 1.2
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild,v 1.1 2009/01/10 15:11:35 nelchael Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/www-servers/resin/resin-3.1.8.ebuild,v 1.2 2009/01/13 21:12:03 nelchael Exp $
56
57 EAPI="1"
58
59 @@ -43,15 +43,12 @@
60 src_unpack() {
61
62 unpack ${A}
63 +
64 + cd "${S}"
65 for i in "${WORKDIR}"/${PV}/resin-${PV}-*; do
66 epatch "${i}"
67 done;
68
69 - java-ant_bsfix_one "${S}/build.xml"
70 -
71 - sed -i -e 's/256m/384m/' "${S}/build.xml"
72 -
73 - cd "${S}"
74 eautoreconf
75
76 }