Lines 2-7
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/net-nds/jxplorer/jxplorer-3.2.ebuild,v 1.6 2008/01/10 23:14:59 caster Exp $ |
3 |
# $Header: /var/cvsroot/gentoo-x86/net-nds/jxplorer/jxplorer-3.2.ebuild,v 1.6 2008/01/10 23:14:59 caster Exp $ |
4 |
|
4 |
|
|
|
5 |
EAPI=4 |
5 |
JAVA_PKG_IUSE="doc source" |
6 |
JAVA_PKG_IUSE="doc source" |
6 |
|
7 |
|
7 |
inherit eutils java-pkg-2 java-ant-2 |
8 |
inherit eutils java-pkg-2 java-ant-2 |
Lines 42-47
Link Here
|
42 |
EANT_DOC_TARGET="docs" |
43 |
EANT_DOC_TARGET="docs" |
43 |
EANT_FILTER_COMPILER="jikes" |
44 |
EANT_FILTER_COMPILER="jikes" |
44 |
|
45 |
|
|
|
46 |
scr_prepare() { |
47 |
epatch "${FILESDIR}/jxconfig.patch" |
48 |
} |
49 |
|
45 |
src_install() { |
50 |
src_install() { |
46 |
java-pkg_dojar dist/${PN}.jar dist/help.jar |
51 |
java-pkg_dojar dist/${PN}.jar dist/help.jar |
47 |
|
52 |
|