[arch-commits] Commit in gauche/repos/community-x86_64 (3 files)

Alexander Rødseth arodseth at archlinux.org
Wed Jul 18 14:31:04 UTC 2018


    Date: Wednesday, July 18, 2018 @ 14:31:02
  Author: arodseth
Revision: 361997

archrelease: copy trunk to community-x86_64

Added:
  gauche/repos/community-x86_64/PKGBUILD
    (from rev 361996, gauche/trunk/PKGBUILD)
Deleted:
  gauche/repos/community-x86_64/PKGBUILD
  gauche/repos/community-x86_64/gauche.install

----------------+
 PKGBUILD       |   67 +++++++++++++++++++++++++++----------------------------
 gauche.install |   23 ------------------
 2 files changed, 33 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-18 14:30:51 UTC (rev 361996)
+++ PKGBUILD	2018-07-18 14:31:02 UTC (rev 361997)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
-# Contributor: Motohiro Ueki <ueki.com at gmail.com>
-# Contributor: nkoizu <nkoizu at gmail.com>
-
-pkgname=gauche
-pkgver=0.9.5
-pkgrel=4
-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')
-
-build() {
-  cd "Gauche-$pkgver"
-
-  ./configure --enable-multibyte=utf-8 --prefix=/usr
-  make
-}
-
-package() {
-  cd "Gauche-$pkgver"
-
-  make DESTDIR="$pkgdir" install-pkg install-doc
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
-# vim: ts=2 sw=2 et:

Copied: gauche/repos/community-x86_64/PKGBUILD (from rev 361996, gauche/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-07-18 14:31:02 UTC (rev 361997)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Stefan Husmann <stefan-husmann at t-online.de>
+# Contributor: Motohiro Ueki <ueki.com at gmail.com>
+# Contributor: nkoizu <nkoizu at gmail.com>
+
+pkgname=gauche
+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')
+source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz")
+sha256sums=('cd8928630d63b8043842a0526fbfb8f5f3c720b0d0ace81851e266ddfde69caf')
+
+build() {
+  cd "Gauche-$pkgver"
+
+  ./configure --enable-multibyte=utf-8 --prefix=/usr
+  make
+}
+
+package() {
+  cd "Gauche-$pkgver"
+
+  make DESTDIR="$pkgdir" install-pkg install-doc
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes
+# vim: ts=2 sw=2 et:

Deleted: gauche.install
===================================================================
--- gauche.install	2018-07-18 14:30:51 UTC (rev 361996)
+++ gauche.install	2018-07-18 14:31:02 UTC (rev 361997)
@@ -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:



More information about the arch-commits mailing list