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

Alexander Rødseth arodseth at archlinux.org
Tue Jan 1 13:35:14 UTC 2019


    Date: Tuesday, January 1, 2019 @ 13:35:13
  Author: arodseth
Revision: 420147

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-01 13:35:04 UTC (rev 420146)
+++ PKGBUILD	2019-01-01 13:35:13 UTC (rev 420147)
@@ -1,33 +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.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:

Copied: gauche/repos/community-x86_64/PKGBUILD (from rev 420146, gauche/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-01 13:35:13 UTC (rev 420147)
@@ -0,0 +1,32 @@
+# 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.7
+pkgrel=1
+url='https://practical-scheme.net/gauche/'
+pkgdesc='R7RS Scheme implementation (includes gosh)'
+depends=(libatomic_ops slib)
+license=(BSD)
+arch=(x86_64)
+source=("https://downloads.sourceforge.net/$pkgname/Gauche-$pkgver.tgz")
+sha256sums=('2d33bd942e3fc2f2dcc8e5217c9130c885a0fd1cb11a1856e619a83a23f336a0')
+
+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:



More information about the arch-commits mailing list