summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Schmaus <flow@gentoo.org>2022-07-13 20:29:46 +0200
committerFlorian Schmaus <flow@gentoo.org>2022-07-13 20:49:08 +0200
commit556d5963f4a0110e426c6d2d034c438e72c77f01 (patch)
treead4edbcc274fb49be36d91750787dee4a825eaf4 /app-emulation/xen-tools
parent*/*: Switch KDE Gear 22.04.3 to gear.kde.org.eclass (diff)
downloadgentoo-556d5963f4a0110e426c6d2d034c438e72c77f01.tar.gz
gentoo-556d5963f4a0110e426c6d2d034c438e72c77f01.tar.bz2
gentoo-556d5963f4a0110e426c6d2d034c438e72c77f01.zip
app-emulation/xen-tools: move README.gentoo contents in FILESDIR
Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-emulation/xen-tools')
-rw-r--r--app-emulation/xen-tools/files/README.gentoo16
-rw-r--r--app-emulation/xen-tools/xen-tools-4.16.2_pre2-r1.ebuild17
2 files changed, 16 insertions, 17 deletions
diff --git a/app-emulation/xen-tools/files/README.gentoo b/app-emulation/xen-tools/files/README.gentoo
new file mode 100644
index 000000000000..e0c84a5f3359
--- /dev/null
+++ b/app-emulation/xen-tools/files/README.gentoo
@@ -0,0 +1,16 @@
+Official Xen Guide and the offical wiki page:
+- https://wiki.gentoo.org/wiki/Xen
+- https://wiki.xen.org/wiki/Main_Page
+
+
+If you use OpenRC:
+It is recommended to utilise the xencommons script to configure the system at
+boot time.
+
+
+If you use QEMU:
+The qemu-bridge-helper is renamed to the xen-bridge-helper in the in
+source build of qemu. This allows for app-emulation/qemu to be emerged
+concurrently with the qemu capable xen. It is up to the user to
+distinguish between and utilise the qemu-bridge-helper and the
+xen-bridge-helper. File bugs of any issues that arise.
diff --git a/app-emulation/xen-tools/xen-tools-4.16.2_pre2-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.16.2_pre2-r1.ebuild
index 9c83ef861b78..87a3b970d5b0 100644
--- a/app-emulation/xen-tools/xen-tools-4.16.2_pre2-r1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.16.2_pre2-r1.ebuild
@@ -518,23 +518,6 @@ src_install() {
python_optimize
- local -x DISABLE_AUTOFORMATTING=true
- local -x DOC_CONTENTS="Official Xen Guide and the offical wiki page:
-- https://wiki.gentoo.org/wiki/Xen
-- https://wiki.xen.org/wiki/Main_Page
-
-
-If you use OpenRC:
-It is recommended to utilise the xencommons script to configure the system at
-boot time.
-
-
-If you use QEMU:
-The qemu-bridge-helper is renamed to the xen-bridge-helper in the in source
-build of qemu. This allows for app-emulation/qemu to be emerged concurrently
-with the qemu capable xen. It is up to the user to distinguish between and utilise
-the qemu-bridge-helper and the xen-bridge-helper. File bugs of any issues that arise
-"
readme.gentoo_create_doc
}