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

(-)/usr/portage/dev-java/jibx/jibx-1.1.5-r1.ebuild (-6 / +6 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/jibx/jibx-1.1.5-r1.ebuild,v 1.4 2009/07/19 13:54:52 nixnut Exp $
3
# $Header: /var/cvsroot/gentoo-x86/dev-java/jibx/jibx-1.1.5-r1.ebuild,v 1.4 2009/07/19 13:54:52 nixnut Exp $
4
4
5
EAPI="2"
5
EAPI="4"
6
JAVA_PKG_IUSE="doc source"
6
JAVA_PKG_IUSE="doc source"
7
7
8
inherit java-pkg-2 java-ant-2 versionator
8
inherit java-pkg-2 java-ant-2 versionator
Lines 15-21 Link Here
15
15
16
LICENSE="BSD"
16
LICENSE="BSD"
17
SLOT="0"
17
SLOT="0"
18
KEYWORDS="amd64 ppc x86"
18
KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris"
19
IUSE=""
19
IUSE=""
20
20
21
COMMON_DEP="dev-java/dom4j:1
21
COMMON_DEP="dev-java/dom4j:1
Lines 44-56 Link Here
44
src_install() {
44
src_install() {
45
	java-pkg_dojar "${S}"/lib/${PN}*.jar
45
	java-pkg_dojar "${S}"/lib/${PN}*.jar
46
46
47
	dodoc changes.txt docs/binding.dtd docs/binding.xsd || die
47
	dodoc changes.txt docs/binding.dtd docs/binding.xsd
48
	dohtml readme.html || die
48
	dohtml readme.html
49
49
50
	use doc && {
50
	use doc && {
51
		java-pkg_dohtml -r docs/*
51
		java-pkg_dohtml -r docs/*
52
		cp -R starter "${D}/usr/share/doc/${PF}"
52
		cp -R starter "${ED}/usr/share/doc/${PF}"
53
		cp -R tutorial "${D}/usr/share/doc/${PF}"
53
		cp -R tutorial "${ED}/usr/share/doc/${PF}"
54
	}
54
	}
55
55
56
	use source && java-pkg_dosrc build/src/* build/extras/*
56
	use source && java-pkg_dosrc build/src/* build/extras/*

Return to bug 435576