Gentoo Archives: gentoo-java

From: "Petteri Räty" <betelgeuse@g.o>
To: Krzysiek Pawlik <nelchael@g.o>
Cc: Gentoo Java <gentoo-java@l.g.o>
Subject: Re: [gentoo-java] caucho-services, burlap and hessian mess
Date: Mon, 23 Jun 2008 17:29:24
Message-Id: 485FDD6F.5070104@gentoo.org
In Reply to: Re: [gentoo-java] caucho-services, burlap and hessian mess by Krzysiek Pawlik
1 Krzysiek Pawlik kirjoitti:
2 >
3 > This is done:
4 >
5 > * new hessian: hessian-3.0.20 and hessian-3.1.6
6 > * version bump of mx4j* to version 3.0.2
7 >
8 > New versions of hessian require >=JDK 1.5, so I had to raise the lowest
9 > allowed JDK version for mx4j from 1.4 to 1.5.
10 >
11 > Any idea how to test what packages would be affected by unmasking of new
12 > mx4j?
13 >
14 > Build everything in dev-java ? It would also catch all compile errors,
15 > etc independent from mx4j - which is not relevant to this case.
16 >
17
18 betelgeuse@pena ~/bin $ cat emergerdeps
19 #!/bin/bash
20 emerge -1 -a $(rdeps ${1} | egrep R?DEPEND | uniq | cut -f 3 -d ' ' |
21 sed -e 's/^/=/' | uniq)
22 #echo $(rdeps ${1} | egrep R?DEPEND | uniq | cut -f 3 -d ' ' | sed -e
23 's/^/=/' | uniq)
24 betelgeuse@pena ~/bin $ cat rdeps
25 #!/bin/bash
26 adjutrix -D /usr/portage --log-level silent --write-cache-dir
27 /var/cache/paludis/metadata/ -r "${@}"
28
29 or whatever reverse dependency tool rocks your boat (like jeeves for
30 instance)
31
32 Regards,
33 Petteri

Attachments

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

Replies

Subject Author
Re: [gentoo-java] caucho-services, burlap and hessian mess Krzysiek Pawlik <nelchael@g.o>