Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (18af963967b7c812fb28e021ea6ffe8c7764e0d9)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (18af963967b7c812fb28e021ea6ffe8c7764e0d9)
  • Date: Fri, 4 Jan 2019 01:55:54 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

editors/moe/DEPENDS | 3 ++-
editors/moe/DETAILS | 4 ++--
editors/moe/HISTORY | 4 ++++
editors/moe/PRE_BUILD | 3 +++
4 files changed, 11 insertions(+), 3 deletions(-)

New commits:
commit 18af963967b7c812fb28e021ea6ffe8c7764e0d9
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

editors/moe: version 1.10

diff --git a/editors/moe/DEPENDS b/editors/moe/DEPENDS
index 602b18c..3d66be0 100755
--- a/editors/moe/DEPENDS
+++ b/editors/moe/DEPENDS
@@ -1,2 +1,3 @@
depends -sub CXX gcc &&
-depends ncurses
+depends ncurses &&
+depends lzip
diff --git a/editors/moe/DETAILS b/editors/moe/DETAILS
index 6e106a7..f62331d 100755
--- a/editors/moe/DETAILS
+++ b/editors/moe/DETAILS
@@ -1,6 +1,6 @@
SPELL=moe
- VERSION=1.5
- SOURCE=${SPELL}-${VERSION}.tar.gz
+ VERSION=1.10
+ SOURCE=${SPELL}-${VERSION}.tar.lz
SOURCE2=${SOURCE}.sig
SOURCE_URL=${GNU_URL}/${SPELL}/${SOURCE}
SOURCE2_URL=${SOURCE_URL}.sig
diff --git a/editors/moe/HISTORY b/editors/moe/HISTORY
index b6a188c..608b618 100644
--- a/editors/moe/HISTORY
+++ b/editors/moe/HISTORY
@@ -1,3 +1,7 @@
+2019-01-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 1.10, gz -> lz
+ * DEPENDS, PRE_BUILD: added lzip for unpacking
+
2014-05-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.5

diff --git a/editors/moe/PRE_BUILD b/editors/moe/PRE_BUILD
new file mode 100755
index 0000000..bf9e261
--- /dev/null
+++ b/editors/moe/PRE_BUILD
@@ -0,0 +1,3 @@
+mk_source_dir &&
+verify_file '' &&
+lzip -cdf "$SOURCE_CACHE/$SOURCE" | tar xf /dev/stdin



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (18af963967b7c812fb28e021ea6ffe8c7764e0d9), Pavel Vinogradov, 01/03/2019

Archive powered by MHonArc 2.6.24.

Top of Page