Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (cc233a14d3518c9af47d07b79ec3575ba4071755)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (cc233a14d3518c9af47d07b79ec3575ba4071755)
  • Date: Fri, 16 Feb 2007 12:16:32 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

kernels/kqemu/DETAILS | 29 ++++++++++++++++++
kernels/kqemu/HISTORY | 48
++++++++++++++++++++++++++++++
kernels/kqemu/TRIGGERS | 1
kernels/kqemu/kqemu-1.3.0pre11.tar.gz.sig |binary
x11-libs/wine/DETAILS | 4 +-
x11-libs/wine/HISTORY | 3 +
6 files changed, 83 insertions(+), 2 deletions(-)

New commits:
commit cc233a14d3518c9af47d07b79ec3575ba4071755
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated wine to 0.9.31

commit 2897ec6165f200f663e9230ac8132cf99842ae0b
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Updated kqemu to 1.3.0pre11 and moved to test grimoire (now under GPL2
license! :))

diff --git a/kernels/kqemu/DETAILS b/kernels/kqemu/DETAILS
new file mode 100755
index 0000000..4522971
--- /dev/null
+++ b/kernels/kqemu/DETAILS
@@ -0,0 +1,29 @@
+ SPELL=kqemu
+ VERSION=1.3.0pre11
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/kqemu-$VERSION
+ SOURCE_URL[0]=http://fabrice.bellard.free.fr/qemu/$SOURCE
+ DISTCC_HOSTS=
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+ LICENSE[0]=GPL2
+ WEB_SITE=http://fabrice.bellard.free.fr/qemu
+ ENTERED=20060126
+ SHORT="QEMU is a generic and open source processor emulator"
+cat << EOF
+QEMU achieves a good emulation speed by using dynamic translation.
+QEMU has two operating modes:
+
+ * Full system emulation. In this mode, QEMU emulates a full system
+ (for example a PC), including a processor and various peripherials.
+ It can be used to launch different Operating Systems without
+ rebooting the PC or to debug system code.
+ * User mode emulation (Linux host only). In this mode, QEMU can
+ launch Linux processes compiled for one CPU on another CPU.
+
+KQEMU is the kernel accelerator module for qemu. Substantially improves
+performance.
+
+Emulator : Typical Slowdown Ratio
+QEMU : between 5 and 10
+QEMU + Accel : between 1 and 2
+EOF
diff --git a/kernels/kqemu/HISTORY b/kernels/kqemu/HISTORY
new file mode 100644
index 0000000..f4b25e4
--- /dev/null
+++ b/kernels/kqemu/HISTORY
@@ -0,0 +1,48 @@
+2007-02-15 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to 1.3.0pre11
+ Now licensed under GPLv2 (well, 1.3.0pre10 is the start of that)!
+ (See http://fabrice.bellard.free.fr/qemu/kqemu-changelog.html)
+
+2006-09-13 Eric Sandall <eric AT sandall.us>
+ * No longer builds qemu and kqemu, but just builds kqemu kernel module
+ * PREPARE: Added to source $GRIMOIRE/REJECT_MSG
+ * DETAILS: Updated kqemu to 1.3.0pre9
+ Added REJECT message
+ No longer needs GCC_VERSION=3.4
+ * CONFIGURE,DEPENDS,CONFLICTS,PRE_BUILD,BUILD: Removed
+
+2006-06-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * BUILD: didn't have an escape char on the end of line
+ to include $OPTS with configure
+
+2006-06-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS: updated to 1.3.0pre8 and 0.8.1
+ * BUILD: removed invoke_gcc
+ * CONFIGURE: added query for unattended processing, #10732
+
+2006-05-01 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Specify GCC_VERSION=3.4
+ * CONFLICTS: Conflicts with qemu, not kqemu (itself)
+ * PRE_BUILD: Run `invoke_gcc` to force using gcc 3.4
+ * TRIGGERS: Added to trigger on cast of linux
+
+2006-01-26 David Kowis <dkowis AT sourcemage.org>
+ * ALL: stole the qemu spell from test
+ * DETAILS: added source2 for kqemu module
+ * PRE_BUILD: added so that the kqemu stuff gets extracted
+ * CONFLICTS: made it conflict with qemu
+
+2006-01-10 anoxia <anoxia AT sourcemage.org>
+ * DETAILS: updated spell to 0.8.0
+
+2005-11-19 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: fixed wrong quoting in SHORT
+
+2005-11-05 George Sherwood <george AT beernabeer.com>
+ * DETAILS: Added SOURCE_HASH checking
+ * CONFIGURE: Change selection to dialog
+ * BUILD: Default_build won't work with the target-list
+
+2005-11-02 Andreas van Ruth <avr AT gnulinux.nl>
+ * BUILD, DEPENDS, DETAILS, HISTORY: created
+
diff --git a/kernels/kqemu/TRIGGERS b/kernels/kqemu/TRIGGERS
new file mode 100755
index 0000000..bb1c400
--- /dev/null
+++ b/kernels/kqemu/TRIGGERS
@@ -0,0 +1 @@
+on_cast linux cast_self
diff --git a/kernels/kqemu/kqemu-1.3.0pre11.tar.gz.sig
b/kernels/kqemu/kqemu-1.3.0pre11.tar.gz.sig
new file mode 100644
index 0000000..4e1330f
Binary files /dev/null and b/kernels/kqemu/kqemu-1.3.0pre11.tar.gz.sig differ
diff --git a/x11-libs/wine/DETAILS b/x11-libs/wine/DETAILS
index 90e928d..6a90dbd 100755
--- a/x11-libs/wine/DETAILS
+++ b/x11-libs/wine/DETAILS
@@ -9,7 +9,7 @@ if [[ $WINE_VCS == y ]]; then
SOURCE_URL[0]=git://source.winehq.org/git/wine.git:wine
SOURCE_IGNORE=volatile
else
- VERSION=0.9.30
+ VERSION=0.9.31
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sign
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
@@ -22,8 +22,8 @@ fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
LICENSE[0]=LGPL
WEB_SITE=http://www.winehq.com/
- ENTERED=20010925
KEYWORDS="emulator x11 libs"
+ ENTERED=20010925
SHORT="Wine Is Not an Emulator"
cat << EOF
Wine Is Not an Emulator. It is an alternative implementation of the
diff --git a/x11-libs/wine/HISTORY b/x11-libs/wine/HISTORY
index 113afbe..76f7f2f 100644
--- a/x11-libs/wine/HISTORY
+++ b/x11-libs/wine/HISTORY
@@ -1,3 +1,6 @@
+2007-02-16 Eric Sandall <eric AT sandall.us>
+ * DETAILS: Updated to version 0.9.31
+
2007-01-26 Treeve Jelbert <treeve01 AT pi.be>
* DETAILS: version 0.9.30




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (cc233a14d3518c9af47d07b79ec3575ba4071755), Eric Sandall, 02/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page