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

(-)file_not_specified_in_diff (-1 / +7 lines)
Line  Link Here
0
-- xen-tools-4.1.1-r6.ebuild.old       2012-07-17 20:03:03.937681976 -0700
0
++ xen-tools-4.1.1-r6.ebuild   2012-07-17 20:04:50.227681498 -0700
Lines 3-8 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.4 2012/05/08 16:04:46 xarthisius Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-emulation/xen-tools/xen-tools-4.1.1-r6.ebuild,v 1.4 2012/05/08 16:04:46 xarthisius Exp $
4
4
5
EAPI="3"
5
EAPI="3"
6
PYTHON_DEPEND="2"
7
PYTHON_USE_WITH="xml threads"
6
8
7
if [[ $PV == *9999 ]]; then
9
if [[ $PV == *9999 ]]; then
8
       KEYWORDS=""
10
       KEYWORDS=""
Lines 75-80 Link Here
75
       usr/share/xen/qemu/openbios-sparc64"
77
       usr/share/xen/qemu/openbios-sparc64"
76
78
77
pkg_setup() {
79
pkg_setup() {
80
       python_set_active_version 2
81
       python_pkg_setup
78
       export "CONFIG_LOMOUNT=y"
82
       export "CONFIG_LOMOUNT=y"
79
83
80
       if use qemu; then
84
       if use qemu; then
Lines 237-242 Link Here
237
241
238
       make DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" XEN_PYTHON_NATIVE_INSTALL=y install-tools  \
242
       make DESTDIR="${D}" DOCDIR="/usr/share/doc/${PF}" XEN_PYTHON_NATIVE_INSTALL=y install-tools  \
239
               || die "install failed"
243
               || die "install failed"
244
       python_convert_shebangs -r 2 "${D}"
240
245
241
       # Remove RedHat-specific stuff
246
       # Remove RedHat-specific stuff
242
       rm -r "${D}"/etc/init.d/xen* "${D}"/etc/default || die
247
       rm -r "${D}"/etc/init.d/xen* "${D}"/etc/default || die
Lines 284-289 Link Here
284
               keepdir /var/log/xen-consoles
289
               keepdir /var/log/xen-consoles
285
       fi
290
       fi
286
291
292
       python_convert_shebangs -r 2 "${D}"
287
       # xend expects these to exist
293
       # xend expects these to exist
288
       keepdir /var/run/xenstored /var/lib/xenstored /var/xen/dump /var/lib/xen /var/log/xen
294
       keepdir /var/run/xenstored /var/lib/xenstored /var/xen/dump /var/lib/xen /var/log/xen
289
295

Return to bug 413493