Gentoo Archives: gentoo-java

From: Alistair John Bush <ali_bush@g.o>
To: Gentoo Java <gentoo-java@l.g.o>
Subject: [gentoo-java] Proposed minor update to apicheck
Date: Sat, 12 May 2007 10:59:31
Message-Id: 46459DAC.4070904@gentoo.org
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 As you can tell, this is a very minor patch
5
6 svn diff apicheck
7 Index: apicheck
8 ===================================================================
9 - --- apicheck (revision 4606)
10 +++ apicheck (working copy)
11 @@ -95,7 +95,7 @@
12 category=$(basename $(dirname $(dirname $(readlink -f ${oldebuild}))))
13 portagetmp="$(portageq envvar PORTAGE_TMPDIR || end
14 1)/portage/${category}/"
15
16 - -ebuild "${oldebuild}" install || end 1
17 +USE="-doc" ebuild "${oldebuild}" install || end 1
18
19 pkgtmp="$(getpkgtemp ${oldebuild})"
20 [[ "${DEBUG}" ]] && echo ${pkgtmp}
21 @@ -110,7 +110,7 @@
22
23 if [[ ${newarg} = *ebuild ]]; then
24 newebuild="${newarg}"
25 - - ebuild "${newebuild}" install || end 1
26 + USE="-doc" ebuild "${newebuild}" install || end 1
27 pkgtmp="$(getpkgtemp ${newebuild})"
28 newjars="$(getjars ${pkgtmp})"
29 debug && echo $pkgtmp
30
31
32 What do ppl think?
33
34
35 - --
36 Alistair John Bush
37 Developer Gentoo Java
38
39 OpenPGP key 0x4900CFB7
40 www.gentoo.org
41 www.gentoo.org/proj/en/java
42 -----BEGIN PGP SIGNATURE-----
43 Version: GnuPG v2.0.4 (GNU/Linux)
44 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
45
46 iD8DBQFGRZ2sRJGZcUkAz7cRAlFaAKCMSJWB837UwHXGs/BqaqteXmNRgwCfWJ87
47 dH7c402YYxYbBOaBFVv/GE8=
48 =EkdX
49 -----END PGP SIGNATURE-----
50 --
51 gentoo-java@g.o mailing list

Replies

Subject Author
Re: [gentoo-java] Proposed minor update to apicheck "Petteri Räty" <betelgeuse@g.o>