|
Lines 2-8
Link Here
|
| 2 |
# Distributed under the terms of the GNU General Public License v2 |
2 |
# Distributed under the terms of the GNU General Public License v2 |
| 3 |
# $Header: /var/cvsroot/gentoo-x86/dev-java/gjdoc/gjdoc-0.7.7-r1.ebuild,v 1.3 2006/10/17 01:47:59 nichoj Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/dev-java/gjdoc/gjdoc-0.7.7-r1.ebuild,v 1.3 2006/10/17 01:47:59 nichoj Exp $ |
| 4 |
|
4 |
|
| 5 |
inherit java-pkg-2 |
5 |
WANT_AUTOMAKE="latest" |
|
|
6 |
WANT_AUTOCONF="latest" |
| 7 |
|
| 8 |
inherit eutils autotools java-pkg-2 |
| 6 |
|
9 |
|
| 7 |
DESCRIPTION="A javadoc compatible Java source documentation generator." |
10 |
DESCRIPTION="A javadoc compatible Java source documentation generator." |
| 8 |
HOMEPAGE="http://www.gnu.org/software/cp-tools/" |
11 |
HOMEPAGE="http://www.gnu.org/software/cp-tools/" |
|
Lines 10-23
Link Here
|
| 10 |
|
13 |
|
| 11 |
LICENSE="GPL-2" |
14 |
LICENSE="GPL-2" |
| 12 |
SLOT="0" |
15 |
SLOT="0" |
| 13 |
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86" |
16 |
KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd" |
| 14 |
|
17 |
|
| 15 |
# Possible USE flags. |
18 |
# Possible USE flags. |
| 16 |
# |
19 |
# |
| 17 |
# native: to --enable-native |
20 |
# native: to --enable-native |
| 18 |
# doc: to generate javadoc |
21 |
# doc: to generate javadoc |
| 19 |
# debug: There is a debug doclet installed by default but maybe could |
22 |
# debug: There is a debug doclet installed by default but maybe could |
| 20 |
# have a wrapper that uses it. |
23 |
# have a wrapper that uses it. |
| 21 |
# |
24 |
# |
| 22 |
IUSE="xmldoclet source" |
25 |
IUSE="xmldoclet source" |
| 23 |
|
26 |
|
|
Lines 29-34
Link Here
|
| 29 |
RDEPEND=">=virtual/jre-1.4 |
32 |
RDEPEND=">=virtual/jre-1.4 |
| 30 |
>=dev-java/antlr-2.7.1" |
33 |
>=dev-java/antlr-2.7.1" |
| 31 |
|
34 |
|
|
|
35 |
src_unpack() { |
| 36 |
unpack ${A} |
| 37 |
cd "${S}" |
| 38 |
|
| 39 |
epatch "${FILESDIR}/${P}-gcp.patch" |
| 40 |
AT_M4DIR="m4" eautoreconf |
| 41 |
} |
| 42 |
|
| 32 |
src_compile() { |
43 |
src_compile() { |
| 33 |
# I think that configure will do --enable-native if it finds gcj |
44 |
# I think that configure will do --enable-native if it finds gcj |
| 34 |
# so we'll disable it explicitly |
45 |
# so we'll disable it explicitly |