Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7f051f3b535aec3e46c199416a81438aa10b6443)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7f051f3b535aec3e46c199416a81438aa10b6443)
  • Date: Fri, 6 Apr 2007 11:17:17 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

archive/p7zip/DETAILS | 2 +-
archive/p7zip/HISTORY | 4 ++++
archive/p7zip/PRE_BUILD | 5 +++--
editors/nano/DETAILS | 4 ++--
editors/nano/HISTORY | 3 +++
5 files changed, 13 insertions(+), 5 deletions(-)

New commits:
commit e3a6fead2491a871169de59ff4f27571de4d7a9c
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

nano-2.0.4

commit b2e5a7429af43156801cf1c823d013ecfe3b28d0
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

p7zip - minor install fix

diff --git a/archive/p7zip/DETAILS b/archive/p7zip/DETAILS
index 5df7197..8d42770 100755
--- a/archive/p7zip/DETAILS
+++ b/archive/p7zip/DETAILS
@@ -4,7 +4,7 @@
SOURCE=${SPELL}_${VERSION}_src_all.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}_$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- DOCS='DOCS/*'
+ DOCS=''
WEB_SITE=http://$SPELL.sourceforge.net/
ENTERED=20050123
LICENSE[0]=LGPL
diff --git a/archive/p7zip/HISTORY b/archive/p7zip/HISTORY
index 71f3c80..e1bd304 100644
--- a/archive/p7zip/HISTORY
+++ b/archive/p7zip/HISTORY
@@ -1,3 +1,7 @@
+2007-04-05 Treeve Jelbert <treeve AT sourcemage.org>
+ * PRE_BUILD: fix install of man pages
+ * DETAILS: disable DOCS, as they were installed twice
+
2007-01-27 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: upgrade to 4.44

diff --git a/archive/p7zip/PRE_BUILD b/archive/p7zip/PRE_BUILD
index db63cfe..8c6ca2d 100755
--- a/archive/p7zip/PRE_BUILD
+++ b/archive/p7zip/PRE_BUILD
@@ -1,14 +1,15 @@
default_pre_build &&
cd $SOURCE_DIRECTORY &&

-sedit "s|/usr/local|$INSTALL_ROOT/usr|g;s|usr/man|usr/share/man|" makefile &&
+sed -i "s|/usr/local|$INSTALL_ROOT/usr|g;s|usr/man|usr/share/man|" \
+ makefile install.sh &&

# make sure make is using our CFLAGS, see also the sedit below
sedit "s|CFLAGS=|CFLAGS=$CFLAGS |g" makefile.glb &&

case "${HOST%%-*}" in
i*86 | ppc | alpha)
- cp makefile.linux_x86_ppc_alpha makefile.machine
+ cp makefile.linux_x86_ppc_alpha__gcc_4.X makefile.machine
;;
x86_64)
cp makefile.linux_amd64 makefile.machine
diff --git a/editors/nano/DETAILS b/editors/nano/DETAILS
index b2ef6d5..89f9335 100755
--- a/editors/nano/DETAILS
+++ b/editors/nano/DETAILS
@@ -1,7 +1,7 @@
SPELL=nano
- VERSION=2.0.3
+ VERSION=2.0.4
BRANCH=2.0
-
SOURCE_HASH[0]=sha512:6bb78ac84f5f36814d9d406238f63a88603e3645bcbd7d1faebe2202719799f1729e93af692e1a90f8b7481d7b8b946f37bb6b12044a3aafd487f6845f72cb5a
+
SOURCE_HASH[0]=sha512:d8b9677482d1430bf2948c195d2c640b5b4526b94dc932c9492dc156dc4b562a2d63c2b3b22baaedffbcc0132a3ec9e188d3421d95eb361526e0c290698a6f8a
SOURCE=${SPELL}-${VERSION}.tar.gz
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
SOURCE_URL[0]=http://www.nano-editor.org/dist/v${BRANCH}/${SOURCE}
diff --git a/editors/nano/HISTORY b/editors/nano/HISTORY
index 8418102..529a822 100644
--- a/editors/nano/HISTORY
+++ b/editors/nano/HISTORY
@@ -1,3 +1,6 @@
+2007-04-06 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: version 2.0.4
+
2007-01-16 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* profile.d/editor.sh: added
* INSTALL: install editor.sh



  • [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (7f051f3b535aec3e46c199416a81438aa10b6443), Treeve Jelbert, 04/06/2007

Archive powered by MHonArc 2.6.24.

Top of Page