[arch-commits] Commit in gauche/trunk (PKGBUILD gauche.install)

2018-07-18 Thread Alexander Rødseth via arch-commits
Date: Wednesday, July 18, 2018 @ 14:30:51
  Author: arodseth
Revision: 361996

upgpkg: gauche 0.9.6-1

Modified:
  gauche/trunk/PKGBUILD
Deleted:
  gauche/trunk/gauche.install

+
 PKGBUILD   |7 +++
 gauche.install |   23 ---
 2 files changed, 3 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-07-18 14:24:39 UTC (rev 361995)
+++ PKGBUILD2018-07-18 14:30:51 UTC (rev 361996)
@@ -5,16 +5,15 @@
 # Contributor: nkoizu 
 
 pkgname=gauche
-pkgver=0.9.5
-pkgrel=4
+pkgver=0.9.6
+pkgrel=1
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
 depends=('libatomic_ops' 'slib')
 license=('BSD')
 arch=('x86_64')
-install=$pkgname.install
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
+sha256sums=('cd8928630d63b8043842a0526fbfb8f5f3c720b0d0ace81851e266ddfde69caf')
 
 build() {
   cd "Gauche-$pkgver"

Deleted: gauche.install
===
--- gauche.install  2018-07-18 14:24:39 UTC (rev 361995)
+++ gauche.install  2018-07-18 14:30:51 UTC (rev 361996)
@@ -1,23 +0,0 @@
-infodir=/usr/share/info
-filelist=(gauche-refe.info gauche-refj.info)
-
-post_install() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-  /usr/bin/gosh -ftest -uslib -E"require 'new-catalog" -Eexit;
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-pre_remove() {
-  [ -x usr/bin/install-info ] || return 0
-  for file in ${filelist[@]}; do
-install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-# vim: ts=2 sw=2 et:


[arch-commits] Commit in gauche/trunk (PKGBUILD gauche.install)

2018-06-21 Thread Alexander Rødseth via arch-commits
Date: Thursday, June 21, 2018 @ 10:44:05
  Author: arodseth
Revision: 344297

upgpkg: gauche 0.9.5-4

Modified:
  gauche/trunk/PKGBUILD
  gauche/trunk/gauche.install

+
 PKGBUILD   |   18 +++---
 gauche.install |2 ++
 2 files changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-06-21 09:04:42 UTC (rev 344296)
+++ PKGBUILD2018-06-21 10:44:05 UTC (rev 344297)
@@ -1,5 +1,5 @@
 # $Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Alexander F. Rødseth 
 # Contributor: Stefan Husmann 
 # Contributor: Motohiro Ueki 
 # Contributor: nkoizu 
@@ -6,22 +6,18 @@
 
 pkgname=gauche
 pkgver=0.9.5
-pkgrel=3
+pkgrel=4
 url='https://practical-scheme.net/gauche/'
 pkgdesc='R5RS Scheme implementation (provides gosh)'
-depends=('slib' 'libatomic_ops')
+depends=('libatomic_ops' 'slib')
 license=('BSD')
 arch=('x86_64')
 install=$pkgname.install
 source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz;)
-sha512sums=('6d853d734c7a56a86f0015b1bfef378803d6acc1e0405ed841eab5afc08d1edef736d85df10c86d75fd5fb6b2def684bb1f2095a019133b9f497192f5511197a')
+sha256sums=('4c8a53213de112708bbda5fa9648c21497d43ebf809ed5b32b15f21266b4e73c')
 
-prepare() {
-  ln -sf "Gauche-$pkgver" "$pkgname-$pkgver"
-}
-
 build() {
-  cd "$pkgname-$pkgver"
+  cd "Gauche-$pkgver"
 
   ./configure --enable-multibyte=utf-8 --prefix=/usr
   make
@@ -28,7 +24,7 @@
 }
 
 package() {
-  cd "$pkgname-$pkgver"
+  cd "Gauche-$pkgver"
 
   make DESTDIR="$pkgdir" install-pkg install-doc
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
@@ -35,4 +31,4 @@
 }
 
 # getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:

Modified: gauche.install
===
--- gauche.install  2018-06-21 09:04:42 UTC (rev 344296)
+++ gauche.install  2018-06-21 10:44:05 UTC (rev 344297)
@@ -19,3 +19,5 @@
 install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
   done
 }
+
+# vim: ts=2 sw=2 et: