Re: Proposed minor update to apicheck
Petteri Räty <[email protected]>
| Newsgroups | gmane.linux.gentoo.java |
|---|---|
| Message-ID | <[email protected]> |
Alistair John Bush kirjoitti:
> As you can tell, this is a very minor patch
>
> svn diff apicheck
> Index: apicheck
> ===================================================================
> --- apicheck (revision 4606)
> +++ apicheck (working copy)
> @@ -95,7 +95,7 @@
> category=$(basename $(dirname $(dirname $(readlink -f ${oldebuild}))))
> portagetmp="$(portageq envvar PORTAGE_TMPDIR || end
> 1)/portage/${category}/"
>
> -ebuild "${oldebuild}" install || end 1
> +USE="-doc" ebuild "${oldebuild}" install || end 1
>
> pkgtmp="$(getpkgtemp ${oldebuild})"
> [[ "${DEBUG}" ]] && echo ${pkgtmp}
> @@ -110,7 +110,7 @@
>
> if [[ ${newarg} = *ebuild ]]; then
> newebuild="${newarg}"
> - ebuild "${newebuild}" install || end 1
> + USE="-doc" ebuild "${newebuild}" install || end 1
> pkgtmp="$(getpkgtemp ${newebuild})"
> newjars="$(getjars ${pkgtmp})"
> debug && echo $pkgtmp
>
>
> What do ppl think?
>
I guess no ebuild is building jar files with classes in them under just
USE="doc"
Regards,
Petteri
signature.asc
(application/pgp-signature, 252 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.3 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGRbr6cxLzpIGCsLQRAlqwAJ9Kj6XC8fj4oaRJuGZrv0/1dAPt1gCeP7d7 m8DcLwc3AlIuBw4kG/2mvRY= =SDj9 -----END PGP SIGNATURE-----