Skip to Content.
Sympa Menu

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

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 (8262695c47f7480ca5eb0dc86f03073cade9a2c9)
  • Date: Thu, 19 Oct 2017 03:55:24 +0000

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

ChangeLog | 3 +++
z-editors/uemacs/BUILD | 1 +
z-editors/uemacs/DETAILS | 16 ++++++++++++++++
z-editors/uemacs/HISTORY | 2 ++
z-editors/uemacs/PREPARE | 2 ++
5 files changed, 24 insertions(+)

New commits:
commit 8262695c47f7480ca5eb0dc86f03073cade9a2c9
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

uemacs: new spell, Full screen editor based on MicroEMACS 3.9e

diff --git a/ChangeLog b/ChangeLog
index 91aa6f7..13a9452 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2017-10-19 Ismael Luceno <ismael AT sourcemage.org>
+ * z-editors/uemacs: new spell, Full screen editor based on MicroEMACS
3.9e
+
2017-09-06 Ismael Luceno <ismael AT sourcemage.org>
* z-devel/bitkeeper: Moved to main grimoire, now under Apache-2.0

diff --git a/z-editors/uemacs/BUILD b/z-editors/uemacs/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/z-editors/uemacs/BUILD
@@ -0,0 +1 @@
+make
diff --git a/z-editors/uemacs/DETAILS b/z-editors/uemacs/DETAILS
new file mode 100755
index 0000000..0856a34
--- /dev/null
+++ b/z-editors/uemacs/DETAILS
@@ -0,0 +1,16 @@
+. "$GRIMOIRE"/FUNCTIONS
+ SPELL=uemacs
+ VERSION=4.0-$(get_scm_version)
+ SOURCE="$SPELL-git.tar.bz2"
+
SOURCE_URL[0]=git://git.kernel.org/pub/scm/editors/$SPELL/$SPELL.git:$SPELL-git
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-git"
+ WEB_SITE="https://git.kernel.org/pub/scm/editors/uemacs/uemacs.git/";
+ LICENSE[0]="custom"
+ ENTERED=20171018
+ KEYWORDS=""
+ SHORT="Full screen editor based on MicroEMACS 3.9e"
+cat << EOF
+uEmacs/PK 4.0 is an enhanced version of MicroEMACS 3.9e.
+EOF
diff --git a/z-editors/uemacs/HISTORY b/z-editors/uemacs/HISTORY
new file mode 100644
index 0000000..f705633
--- /dev/null
+++ b/z-editors/uemacs/HISTORY
@@ -0,0 +1,2 @@
+2017-10-18 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DETAILS, PREPARE: spell created
diff --git a/z-editors/uemacs/PREPARE b/z-editors/uemacs/PREPARE
new file mode 100755
index 0000000..136a218
--- /dev/null
+++ b/z-editors/uemacs/PREPARE
@@ -0,0 +1,2 @@
+. "$GRIMOIRE"/FUNCTIONS &&
+prepare_select_branch



  • [SM-Commit] GIT changes to master z-rejected grimoire by Ismael Luceno (8262695c47f7480ca5eb0dc86f03073cade9a2c9), Ismael Luceno, 10/18/2017

Archive powered by MHonArc 2.6.24.

Top of Page