Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (56cb5bf8c78c9f226c99a26fd44f2ff7c47b4e6f)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (56cb5bf8c78c9f226c99a26fd44f2ff7c47b4e6f)
  • Date: Sat, 18 Mar 2023 12:03:32 +0000

GIT changes to master z-rejected grimoire by Ismael Luceno
<ismael AT sourcemage.org>:

ChangeLog | 3 +++
z-devel/fasm/BUILD | 1 -
z-devel/fasm/DETAILS | 22 ----------------------
z-devel/fasm/HISTORY | 35 -----------------------------------
z-devel/fasm/INSTALL | 2 --
z-devel/fasm/PRE_BUILD | 5 -----
6 files changed, 3 insertions(+), 65 deletions(-)

New commits:
commit 56cb5bf8c78c9f226c99a26fd44f2ff7c47b4e6f
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fasm: remove, moved to main grimoire

diff --git a/ChangeLog b/ChangeLog
index a043aaf..0f6cd04 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2023-03-18 Ismael Luceno <ismael AT sourcemage.org>
+ * z-devel/fasm: removed, spell moved to main grimoire
+
2022-09-05 Vlad Glagolev <stealth AT sourcemage.org>
* accounts, groups: sync account data with test grimoire

diff --git a/z-devel/fasm/BUILD b/z-devel/fasm/BUILD
deleted file mode 100755
index 27ba77d..0000000
--- a/z-devel/fasm/BUILD
+++ /dev/null
@@ -1 +0,0 @@
-true
diff --git a/z-devel/fasm/DETAILS b/z-devel/fasm/DETAILS
deleted file mode 100755
index d889ff1..0000000
--- a/z-devel/fasm/DETAILS
+++ /dev/null
@@ -1,22 +0,0 @@
- SPELL=fasm
- VERSION=1.71.39
- SOURCE=$SPELL-$VERSION.tgz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://flatassembler.net/$SOURCE
-
SOURCE_HASH=sha512:895a11fc2e95220b06546919cbfe99c2c32da4d43c67c943823694a574062fda89ddedb36859e6e550c8ed64cc86cd7aad4f5bad51cf9c5b5b3a7932c3f713a7
- WEB_SITE=http://flatassembler.net/
- ENTERED=20050207
- LICENSE[0]=license.txt
- DOCS="*.txt examples source"
- SHORT="Fast and efficient self-assembling 80x86 assembler"
-cat << EOF
-FASM is a fast and efficient self-assembling 80x86 assembler.
-
-Currently it supports all 8086-80486/Pentium instructions with MMX, SSE,
-SSE2, SSE3 and 3DNow! extensions and x86-64 (AMD64 and EM64T).
-
-It can produce output in binary, MZ, PE, COFF or ELF format.
-
-It includes the powerful but easy to use macroinstruction support and does
-multiple passes to optimize the instruction codes for size.
-EOF
diff --git a/z-devel/fasm/HISTORY b/z-devel/fasm/HISTORY
deleted file mode 100644
index a61db5d..0000000
--- a/z-devel/fasm/HISTORY
+++ /dev/null
@@ -1,35 +0,0 @@
-2015-05-06 Ismael Luceno <ismael AT sourcemage.org>
- * DETAILS: updated spell to 1.71.39
-
-2012-03-04 Sven Lemke <catnip AT web.de>
- * DETAILS: updated spell to 1.69.40
-
-2008-08-22 Sven Lemke <catnip AT web.de>
- * DETAILS: Updated to 1.67.27
-
-2007-08-12 Sven Lemke <catnip AT web.de>
- * DETAILS: Updated to 1.67.22
-
-2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed UPDATED.
-
-2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
- * DETAILS: [automated] Removed BUILD_API=2.
-
-2005-12-01 Seth Woolley <seth AT tautology.org>
- * DETAILS: MD5 -> SHA512
-
-2005-11-28 Seth Woolley <seth AT tautology.org>
- * PRE_BUILD: unpack api update
-
-2005-02-18 Eric Sandall <sandalle AT sourcemage.org>
- * Added to z-rejected/z-devel/fasm (Bug #8201)
- * DETAILS: Updated to 1.58 (old source removed)
- Set SOURCE to use VERSION
-
-2005-02-07 Sven Lemke <catnip AT web.de>
- * PRE_BUILD, BUILD, INSTALL: workaround for subdirectory name
collision
-
-2005-02-07 Sven Lemke <catnip AT web.de>
- * DETAILS, HISTORY: created this spell
-
diff --git a/z-devel/fasm/INSTALL b/z-devel/fasm/INSTALL
deleted file mode 100755
index f85336b..0000000
--- a/z-devel/fasm/INSTALL
+++ /dev/null
@@ -1,2 +0,0 @@
-cd ${SOURCE_DIRECTORY}/ &&
-install -v -m 755 fasm /usr/bin/
diff --git a/z-devel/fasm/PRE_BUILD b/z-devel/fasm/PRE_BUILD
deleted file mode 100755
index 00ef994..0000000
--- a/z-devel/fasm/PRE_BUILD
+++ /dev/null
@@ -1,5 +0,0 @@
-mk_source_dir $SOURCE_DIRECTORY &&
-cd $SOURCE_DIRECTORY &&
-unpack_file &&
-mv fasm fasm2 &&
-mv fasm2/* $SOURCE_DIRECTORY/



  • [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (56cb5bf8c78c9f226c99a26fd44f2ff7c47b4e6f), Ismael Luceno, 03/18/2023

Archive powered by MHonArc 2.6.24.

Top of Page