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

(-)povtree-1.5.ebuild.orig (-3 / +6 lines)
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/media-gfx/povtree/povtree-1.5.ebuild,v 1.8 2009/11/25 22:20:51 maekke Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-gfx/povtree/povtree-1.5.ebuild,v 1.8 2009/11/25 22:20:51 maekke Exp $
4
4
5
EAPI=5
6
5
S="${WORKDIR}"
7
S="${WORKDIR}"
6
MY_P="${PN}${PV}"
8
MY_P="${PN}${PV}"
7
DESCRIPTION="Tree generator for POVray based on TOMTREE macro"
9
DESCRIPTION="Tree generator for POVray based on TOMTREE macro"
Lines 18-26 Link Here
18
20
19
src_install() {
21
src_install() {
20
	# wrapper
22
	# wrapper
21
	dobin "${FILESDIR}"/povtree || die "dobin failed"
23
	sed "s:/usr/:${EPREFIX}&:" "${FILESDIR}"/povtree > "${T}"/povtree || die
24
	dobin "${T}"/povtree
22
	# package
25
	# package
23
	insinto /usr/lib/povtree
26
	insinto /usr/lib/povtree
24
	doins povtree.jar || die "doins failed"
27
	doins povtree.jar
25
	dodoc TOMTREE-${PV}.inc help.jpg || die "dodoc failed"
28
	dodoc TOMTREE-${PV}.inc help.jpg
26
}
29
}

Return to bug 476148