From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1H1mI6-0005Q3-3l for garchives@archives.gentoo.org; Tue, 02 Jan 2007 16:15:06 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.8/8.13.8) with SMTP id l02GDgph001406; Tue, 2 Jan 2007 16:13:42 GMT Received: from gw02.mail.saunalahti.fi (gw02.mail.saunalahti.fi [195.197.172.116]) by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id l02GDfeS008913 for ; Tue, 2 Jan 2007 16:13:41 GMT Received: from mrp1.mail.saunalahti.fi (mrp1.mail.saunalahti.fi [62.142.5.30]) by gw02.mail.saunalahti.fi (Postfix) with ESMTP id 664B013981A for ; Tue, 2 Jan 2007 18:13:41 +0200 (EET) Received: from [192.168.150.87] (a88-112-194-247.elisa-laajakaista.fi [88.112.194.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mrp1.mail.saunalahti.fi (Postfix) with ESMTP id CB84F33C003 for ; Tue, 2 Jan 2007 18:13:39 +0200 (EET) Message-ID: <459A84B1.2000503@gentoo.org> Date: Tue, 02 Jan 2007 18:13:37 +0200 From: =?UTF-8?B?UGV0dGVyaSBSw6R0eQ==?= User-Agent: Thunderbird 1.5.0.9 (X11/20061228) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-java@gentoo.org MIME-Version: 1.0 To: gentoo-java@lists.gentoo.org Subject: [gentoo-java] Running java-pkg_ensure-no-bundled-jars automatically with JAVA_PKG_STRICT X-Enigmail-Version: 0.94.0.0 OpenPGP: url=http://users.tkk.fi/~praty/public.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigC237AB948B29EFD5F8780D96" X-Archives-Salt: 331db46e-ac15-45ef-a4c4-9ab9d26d68d7 X-Archives-Hash: 0c863c77191b27473cf8913eee653761 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigC237AB948B29EFD5F8780D96 Content-Type: multipart/mixed; boundary="------------030402070507000003020102" This is a multi-part message in MIME format. --------------030402070507000003020102 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Any objections to the attached patch? It will probably find some false positives but in those cases one can just use JAVA_PKG_STRICT=3D emerge. Regards, Petteri --------------030402070507000003020102 Content-Type: text/x-patch; name="no-bundled-jars.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="no-bundled-jars.patch" Index: java-pkg-2.eclass =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/eclass/java-pkg-2.eclass,v retrieving revision 1.8 diff -u -r1.8 java-pkg-2.eclass --- java-pkg-2.eclass 18 Dec 2006 10:18:56 -0000 1.8 +++ java-pkg-2.eclass 2 Jan 2007 16:11:41 -0000 @@ -84,6 +84,7 @@ } =20 pre_src_compile() { + is-java-strict && java-pkg_ensure-no-bundled-jars java-pkg-2_pkg_setup } =20 --------------030402070507000003020102-- --------------enigC237AB948B29EFD5F8780D96 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFmoSzcxLzpIGCsLQRAkW0AJ90wN+6DnVaTnpLAChgczKMWJIIsgCaA6cr X2IozhFuWj/35eN5wr1xTac= =TAAM -----END PGP SIGNATURE----- --------------enigC237AB948B29EFD5F8780D96-- -- gentoo-java@gentoo.org mailing list