app-emulation/xen-tools: add ebuild
Package-Manager: Portage-2.3.69, Repoman-2.3.16
This commit is contained in:
parent
52217b65e1
commit
1d8dbdb1a6
19 changed files with 1115 additions and 0 deletions
96
app-emulation/xen-tools/files/gentoo-patches.conf
Normal file
96
app-emulation/xen-tools/files/gentoo-patches.conf
Normal file
|
|
@ -0,0 +1,96 @@
|
|||
# Bug 496708
|
||||
_gx045=" xen-tools-4.10.1-unbundle-ipxe.patch"
|
||||
_gx054=" xen-tools-4.12.0-unbundle-ipxe.patch"
|
||||
|
||||
# Bug 379537
|
||||
_gx017=" fix-gold-ld.patch"
|
||||
|
||||
# Bug 477676
|
||||
_gx038=" xen-tools-4.8-ar-cc.patch"
|
||||
|
||||
# Prevent file collision with qemu package Bug 478064
|
||||
_gx043=" xen-4.10-qemu-bridge.patch"
|
||||
_gx051=" xen-4.12-qemu-bridge.patch"
|
||||
#mv tools/qemu-xen/qemu-bridge-helper.c tools/qemu-xen/xen-bridge-helper.c || die
|
||||
|
||||
# Fix po file collision with app-emulation/qemu, while USE=qemu is enabled, Bug 508302
|
||||
_gx027=" xen-tools-4-qemu-fix-po-collision.patch"
|
||||
|
||||
# Fix build failure with ncurses[tinfo], bug 526526
|
||||
_gx028=" xen-tools-4.4.1-tinfo.patch"
|
||||
|
||||
# Don't download ovmf, use pre-released
|
||||
_gx029=" xen-tools-4-anti-ovmf-download.patch"
|
||||
|
||||
# increase stack to fix xenqemu err
|
||||
# https://lists.gnu.org/archive/html/qemu-devel/2016-09/msg03961.html
|
||||
_gx037=" xen-tools-4.6-increase-stack-size.patch"
|
||||
|
||||
#Fix missing makedev(), major(), minor()
|
||||
_gx042=" xen-tools-4.8.2-makedev.patch"
|
||||
|
||||
# Disable failing shim
|
||||
_gx046=" xen-tools-4.10.1-shim.patch"
|
||||
_gx050=" xen-tools-4.12.0-shim.patch"
|
||||
|
||||
# Fix building with gcc 8, bug #657388
|
||||
_gx047=" xen-tools-4.10.1-gcc8.patch"
|
||||
_gx048=" xen-tools-4.11.1-gcc8.patch"
|
||||
_gx052=" xen-tools-4.10.3-gcc8.patch"
|
||||
_gx053=" xen-tools-4.12.0-gcc8.patch"
|
||||
|
||||
# Fix building with gcc 9, bug #689082
|
||||
_gx055=" xen-tools-4.11.2-gcc9.patch"
|
||||
|
||||
# Fix pdf document generation, bug #650396
|
||||
_gx049=" xen-tools-4.10.1-pdfdoc.patch"
|
||||
|
||||
# xen-tools-4.10.3 patches set
|
||||
_gpv_xen_tools_4103_0="
|
||||
${_gx038} ${_gx017} ${_gx043}
|
||||
${_gx027}
|
||||
${_gx028} ${_gx029}
|
||||
${_gx037} ${_gx042}
|
||||
${_gx045} ${_gx046} ${_gx047}
|
||||
${_gx049}
|
||||
"
|
||||
|
||||
# xen-tools-4.10.3 patches set r1
|
||||
_gpv_xen_tools_4103_1="
|
||||
${_gx038} ${_gx017} ${_gx043}
|
||||
${_gx027}
|
||||
${_gx028} ${_gx029}
|
||||
${_gx037} ${_gx042}
|
||||
${_gx045} ${_gx046} ${_gx052}
|
||||
${_gx049}
|
||||
"
|
||||
|
||||
# xen-tools-4.11.1 patches set
|
||||
_gpv_xen_tools_4111_0="
|
||||
${_gx038} ${_gx017} ${_gx043}
|
||||
${_gx027}
|
||||
${_gx028} ${_gx029}
|
||||
${_gx037} ${_gx042}
|
||||
${_gx045} ${_gx046} ${_gx048}
|
||||
${_gx049}
|
||||
"
|
||||
|
||||
# xen-tools-4.11.2 patches set
|
||||
_gpv_xen_tools_4112_0="
|
||||
${_gx038} ${_gx017} ${_gx043}
|
||||
${_gx027}
|
||||
${_gx028} ${_gx029}
|
||||
${_gx037} ${_gx042}
|
||||
${_gx045} ${_gx046} ${_gx048}
|
||||
${_gx049} ${_gx055}
|
||||
"
|
||||
|
||||
# xen-tools-4.12.0 patches set
|
||||
_gpv_xen_tools_4120_0="
|
||||
${_gx038}
|
||||
${_gx027}
|
||||
${_gx028} ${_gx029}
|
||||
${_gx037} ${_gx042}
|
||||
${_gx053} ${_gx050} ${_gx051}
|
||||
${_gx054}
|
||||
"
|
||||
Loading…
Add table
Add a link
Reference in a new issue