Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 129511 | Differences between
and this patch

Collapse All | Expand All

(-)commons-pool-1.2-r1.ebuild (-1 / +3 lines)
Lines 19-24 SLOT="0" Link Here
19
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
19
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
20
IUSE="jikes junit doc"
20
IUSE="jikes junit doc"
21
21
22
S="${WORKDIR}/${P}-src"
23
22
src_unpack() {
24
src_unpack() {
23
	unpack ${A}
25
	unpack ${A}
24
	cd ${S}
26
	cd ${S}
Lines 38-44 src_compile() { Link Here
38
}
40
}
39
41
40
src_install() {
42
src_install() {
41
	java-pkg_dojar dist/${PN}.jar
43
	java-pkg_newjar dist/${P}.jar ${PN}.jar
42
	dodoc README.txt
44
	dodoc README.txt
43
	dohtml STATUS.html PROPOSAL.html
45
	dohtml STATUS.html PROPOSAL.html
44
46

Return to bug 129511