Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-java
Mario Fetka wrote:
> Hallo Gentoo Java Team,
>
> can someone plz review some java related ebuilds[1]
>
> dev-java/isrt
> dev-java/isnativec
> dev-java/isfreetype
> dev-java/iscwt
> dev-java/jPod
> dev-java/jPodRenderer
> dev-java/jbig2
> app-text/pdfsam
Hi, just a quick... I'll talk about iscwt-5.0.20081218.ebuild but most
should apply to others too.
depends on swt:3.4 using a slot dep without EAPI=1 (or later) which
should not even work. In general, use EAPI=2 and specify slot deps for
everything dev-java except jdk/jre (even explicitly :0 as it eases
future upgrades). With EAPI=2 you can call 'default' instead of 'unpack
$A; cd $S;'. The mkdir and cp calls should have appen '|| die'
Move doc from IUSE to JAVA_PKG_IUSE.
The creation of build.properties is tedious, overriding the classpath
(see below) should be easier.
What is the ${antflags} doing in src_compile? Should not be there. Also
there should be just one eant call and using $(use_doc) as parameter
will add 'javadoc' based on the flag.
Also the whole src_compile (and the build.properties stuff) could be
replaced with this:
JAVA_ANT_REWRITE_CLASSPATH="true"
EANT_GENTOO_CLASSPATH="isnativec,isrt,jna"
Not tested, so some details might vary. Hope it helps.
Caster
> before i will put them into bugzilla
>
> thx in av
> Mario
>
> [1]http://tinyurl.com/co97l6
> http://tinyurl.com/dg3vhv
>
>
|
|