From 0da3ae8db3cf57e6655a2146e3f1e5a3b16678ed Mon Sep 17 00:00:00 2001 From: Ryan S. Northrup Date: Sat, 14 Oct 2017 10:46:27 +0100 Subject: development/gauche: Updated for version 0.9.5. Signed-off-by: David Spencer --- development/gauche/gauche.SlackBuild | 12 +++++++----- development/gauche/gauche.info | 10 +++++----- development/gauche/slack-desc | 2 +- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/development/gauche/gauche.SlackBuild b/development/gauche/gauche.SlackBuild index 35c2249fee..a4d433a979 100644 --- a/development/gauche/gauche.SlackBuild +++ b/development/gauche/gauche.SlackBuild @@ -5,6 +5,8 @@ # Originally by Jockey S. Kyd (jockey dot kyd at gmail dot com) # # Modified by Ryan P.C. McQuen, WA, ryanpcmcquen@member.fsf.org +# +# Further modified by Ryan S. Northrup # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -26,13 +28,13 @@ PRGNAM=gauche -VERSION=${VERSION:-0.9.4} +VERSION=${VERSION:-0.9.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$(uname -m)" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$(uname -m) ;; esac @@ -44,8 +46,8 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} DIST=Gauche-$VERSION -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -95,7 +97,7 @@ find $PKG/usr/info -type f -exec gzip -9 {} \; find $PKG/usr/man -type f -exec gzip -9 {} \; mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING ChangeLog Gauche.spec HACKING INSTALL INSTALL.eucjp \ +cp -a AUTHORS COPYING ChangeLog Gauche.spec HACKING INSTALL INSTALL.ja \ NEWS README VERSION $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild diff --git a/development/gauche/gauche.info b/development/gauche/gauche.info index df5fa9e6cd..03dd5b5a70 100644 --- a/development/gauche/gauche.info +++ b/development/gauche/gauche.info @@ -1,10 +1,10 @@ PRGNAM="gauche" -VERSION="0.9.4" +VERSION="0.9.5" HOMEPAGE="http://practical-scheme.net/gauche/" -DOWNLOAD="http://sourceforge.net/projects/gauche/files/Gauche/Gauche-0.9.4.tgz" -MD5SUM="c7b547bf0e80881d85cc36fc63869cc1" +DOWNLOAD="http://sourceforge.net/projects/gauche/files/Gauche/Gauche-0.9.5.tgz" +MD5SUM="8bac7cbd99a91f6f2c037ac6988db14d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Ryan P.C. McQuen" -EMAIL="ryanpcmcquen@member.fsf.org" +MAINTAINER="Ryan S. Northrup" +EMAIL="northrup@yellowapple.us" diff --git a/development/gauche/slack-desc b/development/gauche/slack-desc index 0ce5e920fc..9286876f04 100644 --- a/development/gauche/slack-desc +++ b/development/gauche/slack-desc @@ -8,7 +8,7 @@ |-----handy-ruler------------------------------------------------------| gauche: gauche (Gauche Scheme) gauche: -gauche: Gauche is an R5RS Scheme implementation developed to be a handy +gauche: Gauche is an R7RS Scheme implementation developed to be a handy gauche: script interpreter, which allows programmers and system gauche: administrators to write small to large scripts for their daily gauche: chores. Quick startup, built-in system interface, native multilingual -- cgit v1.2.3