Gentoo Archives: gentoo-java

From: Alistair Bush <alistair.bush@×××××.com>
To: gentoo-java@l.g.o
Subject: [gentoo-java] Re: Patch for java-utils-2.eclass
Date: Mon, 29 Jan 2007 08:08:06
Message-Id: 200701292106.24098.alistair.bush@gmail.com
In Reply to: [gentoo-java] Patch for java-utils-2.eclass by Alistair Bush
1 Ok here is an update to the patch that only checks class version when in
2 strict mode.
3
4 > This is mainly for Betelgeuse as he requested it but have a look if you
5 > please.
6 >
7 > To summarise this patch
8 >
9 > 1) modified java-pkg_verify-classes to except 1 arguement ( a path to file
10 > ) and to check this file otherwise do the default check of ${D}
11 >
12 > 2) add this check to *dojar and *regjar. within dojar the check is only
13 > performed if the jar is not a symlink. I see no point in doing it any
14 > other way.
15 >
16 > Further items that should be considered:
17 >
18 > update *verify-classes to accept ${@} arguements. (might be a dud issue
19 > once/if this patch is applied)
20 >
21 > Alistair Bush

Attachments

File name MIME type
java-utils-2.eclass.diff text/x-diff

Replies

Subject Author
Re: [gentoo-java] Re: Patch for java-utils-2.eclass "Petteri Räty" <betelgeuse@g.o>