Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (7a8291433281b0a20ae89b978fc15ee7f22b990a)

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 z-rejected grimoire by Eric Sandall (7a8291433281b0a20ae89b978fc15ee7f22b990a)
  • Date: Wed, 13 Sep 2006 19:49:13 -0500

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

z-utils/kqemu/BUILD | 9 ---------
z-utils/kqemu/CONFIGURE | 19 -------------------
z-utils/kqemu/CONFLICTS | 1 -
z-utils/kqemu/DEPENDS | 2 --
z-utils/kqemu/DETAILS | 18 +++++++-----------
z-utils/kqemu/HISTORY | 10 +++++++++-
z-utils/kqemu/PREPARE | 1 +
z-utils/kqemu/PRE_BUILD | 4 ----
z-utils/kqemu/archs | 10 ----------
z-utils/kqemu/kqemu-1.3.0pre9.tar.gz.sig |binary
10 files changed, 17 insertions(+), 57 deletions(-)

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

Updated kqemu to 1.3.0pre9 and cleaned up to only build kernel module (no
longer conflicts with qemu)

diff --git a/z-utils/kqemu/BUILD b/z-utils/kqemu/BUILD
deleted file mode 100755
index 937e0a1..0000000
--- a/z-utils/kqemu/BUILD
+++ /dev/null
@@ -1,9 +0,0 @@
-message "Target list:$QEMU_ARCHS" &&
-
- ./configure --build=$BUILD \
---prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---target-list="$QEMU_ARCHS" \
-$OPTS &&
-make
diff --git a/z-utils/kqemu/CONFIGURE b/z-utils/kqemu/CONFIGURE
deleted file mode 100755
index dad75ac..0000000
--- a/z-utils/kqemu/CONFIGURE
+++ /dev/null
@@ -1,19 +0,0 @@
- local QEMU_ARCH_LIST &&
- persistent_add QEMU_ARCHS &&
- QEMU_ARCH_LIST=`cat $SCRIPT_DIRECTORY/archs` &&
- BACKTITLE="Qemu Archs Configuration" &&
- TITLE="Arch Selection" &&
- HELP="Select Arch you want to build qemu" &&
-
-# deliberately uses query, see locale CONFIGURE note
-if query "Handpick architectures to emulate (y/n)?" n; then
- QEMU_ARCHS=`dialog --backtitle "$BACKTITLE" \
- --title "$TITLE" \
- --stdout \
- --checklist "$HELP" \
- 0 0 0 \
- $QEMU_ARCH_LIST`
-fi &&
-if [[ -z $QEMU_ARCHS ]]; then
- QEMU_ARCHS=$(cut -f 1 $SCRIPT_DIRECTORY/archs | sed -e 's/^/"/' -e
's/\s*$/"/' | tr '\n' ' ')
-fi
diff --git a/z-utils/kqemu/CONFLICTS b/z-utils/kqemu/CONFLICTS
deleted file mode 100755
index 1fa5ce5..0000000
--- a/z-utils/kqemu/CONFLICTS
+++ /dev/null
@@ -1 +0,0 @@
-conflicts qemu
diff --git a/z-utils/kqemu/DEPENDS b/z-utils/kqemu/DEPENDS
deleted file mode 100755
index 15998f9..0000000
--- a/z-utils/kqemu/DEPENDS
+++ /dev/null
@@ -1,2 +0,0 @@
-depends sdl &&
-depends gcc34
diff --git a/z-utils/kqemu/DETAILS b/z-utils/kqemu/DETAILS
index 94807bd..b5a0bd1 100755
--- a/z-utils/kqemu/DETAILS
+++ b/z-utils/kqemu/DETAILS
@@ -1,19 +1,15 @@
SPELL=kqemu
- VERSION=0.8.1
- VERSION2=1.3.0pre8
- SOURCE=qemu-$VERSION.tar.gz
- SOURCE2=$SPELL-$VERSION2.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/qemu-$VERSION
+ VERSION=1.3.0pre9
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/kqemu-$VERSION
SOURCE_URL[0]=http://fabrice.bellard.free.fr/qemu/$SOURCE
- SOURCE2_URL[0]=http://fabrice.bellard.free.fr/qemu/$SOURCE2
-
SOURCE_HASH=sha512:e063a8bf42b767b054d81ea2494b5cf379a2e3b52918bcf2e525955dba6028655747ed229cd35435de15d771acdadd7a0d33ae19cd0ac1799c75a74484e62bfd
-
SOURCE2_HASH=sha512:5a53e161c9023c5c16d029fabb41e40cc7c2183b0cfbd2a405f31445813fe72b876b28c09525d085e45b026af66086e071ac7d2ba2be0ee6450b710bca0be661
- GCC_VERSION=3.4
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
+
#SOURCE_HASH=sha512:e063a8bf42b767b054d81ea2494b5cf379a2e3b52918bcf2e525955dba6028655747ed229cd35435de15d771acdadd7a0d33ae19cd0ac1799c75a74484e62bfd
DISTCC_HOSTS=
- LICENSE[0]=GPL/LGPL
- LICENSE[1]=proprietary
+ LICENSE[0]=proprietary
WEB_SITE=http://fabrice.bellard.free.fr/qemu
ENTERED=20060126
+ REJECT="closed source and distribution limitations"
SHORT="QEMU is a generic and open source processor emulator"
cat << EOF
QEMU achieves a good emulation speed by using dynamic translation.
diff --git a/z-utils/kqemu/HISTORY b/z-utils/kqemu/HISTORY
index c0e78ee..64ca7fe 100644
--- a/z-utils/kqemu/HISTORY
+++ b/z-utils/kqemu/HISTORY
@@ -1,6 +1,14 @@
+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
+ to include $OPTS with configure

2006-06-21 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: updated to 1.3.0pre8 and 0.8.1
diff --git a/z-utils/kqemu/PREPARE b/z-utils/kqemu/PREPARE
new file mode 100755
index 0000000..c8936cb
--- /dev/null
+++ b/z-utils/kqemu/PREPARE
@@ -0,0 +1 @@
+. $GRIMOIRE/REJECTED_MSG
diff --git a/z-utils/kqemu/PRE_BUILD b/z-utils/kqemu/PRE_BUILD
deleted file mode 100755
index 7d07217..0000000
--- a/z-utils/kqemu/PRE_BUILD
+++ /dev/null
@@ -1,4 +0,0 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
-unpack_file 2 &&
-invoke_gcc
diff --git a/z-utils/kqemu/archs b/z-utils/kqemu/archs
deleted file mode 100644
index 326ecd6..0000000
--- a/z-utils/kqemu/archs
+++ /dev/null
@@ -1,10 +0,0 @@
-i386-user i386 on
-arm-user arm on
-armeb-user armeb on
-sparc-user sparc on
-ppc-user ppc on
-i386-softmmu i386-sofmmu on
-ppc-softmmu ppc-softmmu on
-sparc-softmmu sparc-softmmu on
-x86_64-softmmu x86_64-softmmu on
-mips-softmmu mips-softmmu on
diff --git a/z-utils/kqemu/kqemu-1.3.0pre9.tar.gz.sig
b/z-utils/kqemu/kqemu-1.3.0pre9.tar.gz.sig
new file mode 100644
index 0000000..eaaf507
Binary files /dev/null and b/z-utils/kqemu/kqemu-1.3.0pre9.tar.gz.sig differ



  • [SM-Commit] GIT changes to master z-rejected grimoire by Eric Sandall (7a8291433281b0a20ae89b978fc15ee7f22b990a), Eric Sandall, 09/13/2006

Archive powered by MHonArc 2.6.24.

Top of Page