Gentoo Archives: gentoo-dev

From: Tom Wijsman <TomWij@g.o>
To: gentoo-dev@l.g.o
Cc: patrick@g.o
Subject: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in dev-java/httpunit: httpunit-1.6.2-r3.ebuild ChangeLog
Date: Thu, 15 Aug 2013 09:28:01
Message-Id: 20130815112754.3ebb2017@TOMWIJ-GENTOO
1 On Thu, 15 Aug 2013 03:28:49 +0000 (UTC)
2 "Patrick Lauer (patrick)" <patrick@g.o> wrote:
3
4 > patrick 13/08/15 03:28:49
5 >
6 > Modified: httpunit-1.6.2-r3.ebuild ChangeLog
7 > Log:
8 > Fix src_unpack/src_prepare
9 >
10 > (Portage version: 2.2.0/cvs/Linux x86_64, unsigned Manifest commit)
11 >
12 > Revision Changes Path
13 > 1.4 dev-java/httpunit/httpunit-1.6.2-r3.ebuild
14 >
15 > file :
16 > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild?rev=1.4&view=markup
17 > plain:
18 > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild?rev=1.4&content-type=text/plain
19 > diff :
20 > http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild?r1=1.3&r2=1.4
21 >
22 > Index: httpunit-1.6.2-r3.ebuild
23 > ===================================================================
24 > RCS
25 > file: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild,v
26 > retrieving revision 1.3 retrieving revision 1.4
27 > diff -u -r1.3 -r1.4
28 > --- httpunit-1.6.2-r3.ebuild 27 Nov 2012 19:50:16 -0000
29 > 1.3 +++ httpunit-1.6.2-r3.ebuild 15 Aug 2013 03:28:48
30 > -0000 1.4 @@ -1,6 +1,6 @@
31 > -# Copyright 1999-2012 Gentoo Foundation
32 > +# Copyright 1999-2013 Gentoo Foundation
33 > # Distributed under the terms of the GNU General Public License v2
34 > -#
35 > $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild,v
36 > 1.3 2012/11/27 19:50:16 sera Exp $ +#
37 > $Header: /var/cvsroot/gentoo-x86/dev-java/httpunit/httpunit-1.6.2-r3.ebuild,v
38 > 1.4 2013/08/15 03:28:48 patrick Exp $ EAPI="2" inherit java-pkg-2
39 > java-ant-2 @@ -28,8 +28,7 @@
40 > DEPEND=">=virtual/jdk-1.5
41 > ${CDEPEND}"
42 >
43 > -src_unpack() {
44 > - unpack ${A}
45 > +src_prepare() {
46 > find "${S}" -name "*.jar" | xargs rm -v
47 > cd "${S}"
48 > epatch "${FILESDIR}/rhino-fix-${PV}.diff"
49
50 Reverted. Please check eclasses when you replace things like this;
51 because of that, this change would cause a difference in behavior.
52
53 --
54 With kind regards,
55
56 Tom Wijsman (TomWij)
57 Gentoo Developer
58
59 E-mail address : TomWij@g.o
60 GPG Public Key : 6D34E57D
61 GPG Fingerprint : C165 AF18 AB4C 400B C3D2 ABF0 95B2 1FCD 6D34 E57D

Attachments

File name MIME type
signature.asc application/pgp-signature