[Lunar-commits] <moonbase-other> qemu-kvm: remove it from the moonbase.
Florin Braescu
florin at lunar-linux.org
Thu Jan 31 17:57:14 CET 2013
commit 513b5c27a6a779a79aca07ef90abf3fef9b9955d
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu, 31 Jan 2013 08:57:14 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/513b5c27a6a779a79aca07ef90abf3fef9b9955d
qemu-kvm: remove it from the moonbase.
>From now qemu integrates the kvm variant too.
---
virtual/qemu-kvm/65-kvm.rules | +0/-1
virtual/qemu-kvm/BUILD | +0/-28
virtual/qemu-kvm/CONFLICTS | +0/-1
virtual/qemu-kvm/DEPENDS | +0/-14
virtual/qemu-kvm/DETAILS | +0/-15
5 files changed, 59 deletions(-)
--- a/virtual/qemu-kvm/65-kvm.rules
+++ /dev/null
@@ -1 +0,0 @@
-KERNEL=="kvm", GROUP="kvm", MODE="0660"
--- a/virtual/qemu-kvm/BUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-(
-
- AUDIO_LIST="oss"
-
- in_depends $MODULE alsa-lib && AUDIO_LIST+=" alsa"
- in_depends $MODULE esound && AUDIO_LIST+=" esd"
- in_depends $MODULE pulseaudio && AUDIO_LIST+=" pa"
- in_depends $MODULE SDL && AUDIO_LIST+=" sdl"
-
- add_priv_group kvm &&
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --audio-drv-list="$AUDIO_LIST" \
- $OPTS &&
-
- default_make &&
- if module_installed systemd; then
- install -D -m0644 $SCRIPT_DIRECTORY/65-kvm.rules /usr/lib/udev/rules.d/65-kvm.rules
- else
- install -D -m0644 $SCRIPT_DIRECTORY/65-kvm.rules /lib/udev/rules.d/65-kvm.rules
- fi &&
- ln -s qemu-system-x86_64 /usr/bin/qemu-kvm &&
- ln -s qemu-system-x86_64 /usr/bin/qemu &&
- ln -s qemu-system-x86_64 /usr/bin/kvm &&
- mv /usr/share/man/man1/qemu.1 /usr/share/man/man1/qemu-kvm.1
-
-) > $C_FIFO 2>&1
--- a/virtual/qemu-kvm/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts qemu
--- a/virtual/qemu-kvm/DEPENDS
+++ /dev/null
@@ -1,14 +0,0 @@
-depends perl
-
-optional_depends bluez "--enable-bluez" "--disable-bluez" "for bluetooth support"
-optional_depends curl "--enable-curl" "--disable-curl" "for curl support"
-optional_depends SDL "--enable-sdl" "--disable-sdl" "for GUI support"
-
-optional_depends alsa-lib "" "" "for ALSA sound support"
-optional_depends esound "" "" "for esound sound support"
-optional_depends pulseaudio "" "" "for pulseaudio sound support"
-optional_depends gnutls "" "" "for GNUTLS support"
-optional_depends vde2 "" "" "for virtual distributed ethernet support"
-optional_depends %JPEG "" "" "for JPEG support"
-optional_depends libpng "" "" "for PNG support"
-
--- a/virtual/qemu-kvm/DETAILS
+++ /dev/null
@@ -1,15 +0,0 @@
- MODULE=qemu-kvm
- VERSION=1.2.0
- SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL=$SFORGE_URL/kvm
- SOURCE_VFY=sha1:ce0d1c5067414f2eeaf34c5f2976e64634f34cc8
- WEB_SITE=http://www.linux-kvm.org/
- ENTERED=20110226
- UPDATED=20120915
- SHORT="Qemu optimized for linux kvm"
-PSAFE=no
-
-cat <<EOF
-The qemu-kvm is a version of qemu which makes a better use of kvm support
-from the LInux kernel.
-EOF
More information about the Lunar-commits
mailing list