Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 435580
Collapse All | Expand All

(-)/usr/portage/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild (-3 / +3 lines)
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/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild,v 1.2 2012/08/06 16:58:28 sera Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-java/xsd2jibx/xsd2jibx-0.2a_beta-r2.ebuild,v 1.2 2012/08/06 16:58:28 sera Exp $
4
4
5
EAPI="2"
5
EAPI="4"
6
JAVA_PKG_IUSE="doc source"
6
JAVA_PKG_IUSE="doc source"
7
inherit java-pkg-2 java-ant-2
7
inherit java-pkg-2 java-ant-2
8
8
Lines 14-20 Link Here
14
14
15
LICENSE="BSD"
15
LICENSE="BSD"
16
SLOT="0"
16
SLOT="0"
17
KEYWORDS="~amd64 ~ppc ~x86"
17
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
18
IUSE=""
18
IUSE=""
19
19
20
COMMON_DEP="dev-java/commons-logging:0
20
COMMON_DEP="dev-java/commons-logging:0
Lines 43-49 Link Here
43
}
43
}
44
44
45
EANT_ANT_TASKS="jibx"
45
EANT_ANT_TASKS="jibx"
46
EANT_EXTRA_ARGS="-Djibxhome=/usr/share/jibx/"
46
EANT_EXTRA_ARGS="-Djibxhome=${EPREFIX}/usr/share/jibx/"
47
47
48
src_install() {
48
src_install() {
49
	java-pkg_dojar lib/${PN}.jar
49
	java-pkg_dojar lib/${PN}.jar

Return to bug 435580