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

(-)app-portage/java-ebuilder/java-ebuilder-0.1.ebuild.orig (-2 / +7 lines)
Lines 20-26 Link Here
20
SLOT="0"
20
SLOT="0"
21
21
22
DEPEND=">=virtual/jdk-1.8"
22
DEPEND=">=virtual/jdk-1.8"
23
RDEPEND=">=virtual/jre-1.8"
23
RDEPEND=">=virtual/jre-1.8
24
	app-text/xml2:*
25
	sys-process/parallel:*"
24
26
25
S="${WORKDIR}/${P}"
27
S="${WORKDIR}/${P}"
26
28
Lines 49-55 Link Here
49
51
50
	insinto /var/lib/${PN}
52
	insinto /var/lib/${PN}
51
	doins -r maven
53
	doins -r maven
52
	dodir /var/lib/${PN}o/{poms,cache}
54
	dodir /var/lib/${PN}/{poms,cache}
53
55
54
	dodoc README maven.conf
56
	dodoc README maven.conf
55
57
Lines 57-60 Link Here
57
	doexe scripts/{tree,meta}.sh
59
	doexe scripts/{tree,meta}.sh
58
60
59
	dobin scripts/movl
61
	dobin scripts/movl
62
	
63
	insinto /etc
64
	doins java-ebuilder.conf
60
}
65
}

Return to bug 597992