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

(-)/home/pacho/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild (-1 / +10 lines)
Lines 3-10 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild,v 1.2 2010/08/03 18:25:00 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/crossover-office-pro-bin/crossover-office-pro-bin-9.1.0.ebuild,v 1.2 2010/08/03 18:25:00 vapier Exp $
4
4
5
EAPI="3"
5
EAPI="3"
6
PYTHON_DEPEND="2"
6
7
7
inherit eutils
8
inherit eutils python
8
9
9
DESCRIPTION="simplified/streamlined version of wine with commercial support"
10
DESCRIPTION="simplified/streamlined version of wine with commercial support"
10
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
11
HOMEPAGE="http://www.codeweavers.com/products/cxoffice/"
Lines 30-35 Link Here
30
31
31
S=${WORKDIR}
32
S=${WORKDIR}
32
33
34
pkg_setup() {
35
	python_set_active_version 2
36
}
37
33
pkg_nofetch() {
38
pkg_nofetch() {
34
	einfo "Please visit ${HOMEPAGE}"
39
	einfo "Please visit ${HOMEPAGE}"
35
	einfo "and place ${A} in ${DISTDIR}"
40
	einfo "and place ${A} in ${DISTDIR}"
Lines 39-44 Link Here
39
	unpack_makeself
44
	unpack_makeself
40
}
45
}
41
46
47
src_prepare() {
48
	python_convert_shebangs -r 2 .
49
}
50
42
src_install() {
51
src_install() {
43
	dodir /opt/cxoffice
52
	dodir /opt/cxoffice
44
	cp -r * "${D}"/opt/cxoffice || die "cp failed"
53
	cp -r * "${D}"/opt/cxoffice || die "cp failed"

Return to bug 346107