Gentoo Archives: gentoo-java

From: "Petteri Räty" <betelgeuse@g.o>
To: Alistair John Bush <ali_bush@g.o>
Cc: Gentoo Java <gentoo-java@l.g.o>
Subject: Re: [gentoo-java] Proposed minor update to apicheck
Date: Sat, 12 May 2007 13:05:27
Message-Id: 4645BAFA.3090604@gentoo.org
In Reply to: [gentoo-java] Proposed minor update to apicheck by Alistair John Bush
1 Alistair John Bush kirjoitti:
2 > As you can tell, this is a very minor patch
3 >
4 > svn diff apicheck
5 > Index: apicheck
6 > ===================================================================
7 > --- apicheck (revision 4606)
8 > +++ apicheck (working copy)
9 > @@ -95,7 +95,7 @@
10 > category=$(basename $(dirname $(dirname $(readlink -f ${oldebuild}))))
11 > portagetmp="$(portageq envvar PORTAGE_TMPDIR || end
12 > 1)/portage/${category}/"
13 >
14 > -ebuild "${oldebuild}" install || end 1
15 > +USE="-doc" ebuild "${oldebuild}" install || end 1
16 >
17 > pkgtmp="$(getpkgtemp ${oldebuild})"
18 > [[ "${DEBUG}" ]] && echo ${pkgtmp}
19 > @@ -110,7 +110,7 @@
20 >
21 > if [[ ${newarg} = *ebuild ]]; then
22 > newebuild="${newarg}"
23 > - ebuild "${newebuild}" install || end 1
24 > + USE="-doc" ebuild "${newebuild}" install || end 1
25 > pkgtmp="$(getpkgtemp ${newebuild})"
26 > newjars="$(getjars ${pkgtmp})"
27 > debug && echo $pkgtmp
28 >
29 >
30 > What do ppl think?
31 >
32
33 I guess no ebuild is building jar files with classes in them under just
34 USE="doc"
35
36 Regards,
37 Petteri

Attachments

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