Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 917574 Details for
Bug 948871
app-emulation/libguestfs, app-emulation/libguestfs-tools: version bump + ocaml fixes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for guestfs-appliance
libguestfs-appliance-1.54.0.ebuild (text/plain), 1.25 KB, created by
Vincent Reher
on 2025-01-26 19:56:33 UTC
(
hide
)
Description:
Ebuild for guestfs-appliance
Filename:
MIME Type:
Creator:
Vincent Reher
Created:
2025-01-26 19:56:33 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2023 Gentoo Authors ># Distributed under the terms of the GNU General Public License v2 > >EAPI=8 > ># Bump with app-emulation/libguestfs and app-emulation/guestfs-tools (if any new release there) > >CHECKREQS_DISK_USR=500M >CHECKREQS_DISK_BUILD=500M > >inherit check-reqs > >DESCRIPTION="VM appliance disk image used in libguestfs package" >HOMEPAGE="https://libguestfs.org/" >SRC_URI="https://download.libguestfs.org/binaries/appliance/appliance-${PV}.tar.xz" >S="${WORKDIR}" > >LICENSE="GPL-2 LGPL-2" >SLOT="0" >KEYWORDS="amd64 ~ppc64 ~x86" > >BDEPEND="app-arch/xz-utils" ># Mixing libguestfs versions causes weird problems, bug #501588 >RDEPEND="!<app-emulation/libguestfs-${PV}" > >src_unpack() { > # We'll unpack the tarball directly into ${D} to speed up install. > # Otherwise we need to duplicate hundreds of data. > : >} > >src_install() { > dodir /usr/share/guestfs > cd "${ED}"/usr/share/guestfs || die > unpack ${A} > > cd appliance || die > dodoc README* > # Don't rm README.* here, at least README.fixed is needed for libguestfs, see > # https://bugzilla.redhat.com/show_bug.cgi?id=1183780 > chmod 755 . || die > chmod 644 * || die > > newenvd "${FILESDIR}"/env.file 99${PN} >} > >pkg_postinst() { > # bug #776790 > elog "Please run . ${EROOT}/etc/profile before attempting to use this package!" >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 948871
:
917572
|
917573
| 917574