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

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 23:45:47 UTC 2022


    Date: Sunday, April 24, 2022 @ 23:45:47
  Author: allan
Revision: 1189712

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 23:45:29 UTC (rev 1189711)
+++ PKGBUILD	2022-04-24 23:45:47 UTC (rev 1189712)
@@ -1,34 +0,0 @@
-# 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.11
-pkgrel=2
-url='https://practical-scheme.net/gauche/'
-arch=(x86_64)
-pkgdesc='R7RS Scheme implementation (includes gosh)'
-depends=(libatomic_ops libxcrypt slib)
-makedepends=(autoconf gauche git)
-license=(BSD)
-source=("$pkgname::git+https://github.com/shirok/Gauche#commit=83322b0b67aa543c23e1e255b96a7622e2ce7c1f") # tag: release_0_9_11
-b2sums=(SKIP)
-
-build() {
-  cd $pkgname
-  BUILD_GOSH=/usr/bin/gosh
-  CFLAGS+=' -ffat-lto-objects -w'
-  ./DIST gen
-  ./configure --prefix=/usr --with-slib=/usr/share/slib
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install-pkg install-doc
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  touch -d '17 May 2021 10:10' "$pkgdir"/usr/share/info/gauche-ref*info*.gz
-}
-
-# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes

Copied: gauche/repos/community-x86_64/PKGBUILD (from rev 1189711, gauche/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 23:45:47 UTC (rev 1189712)
@@ -0,0 +1,34 @@
+# 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.11
+pkgrel=3
+url='https://practical-scheme.net/gauche/'
+arch=(x86_64)
+pkgdesc='R7RS Scheme implementation (includes gosh)'
+depends=(libatomic_ops libxcrypt slib)
+makedepends=(autoconf gauche git)
+license=(BSD)
+source=("$pkgname::git+https://github.com/shirok/Gauche#commit=83322b0b67aa543c23e1e255b96a7622e2ce7c1f") # tag: release_0_9_11
+b2sums=(SKIP)
+
+build() {
+  cd $pkgname
+  BUILD_GOSH=/usr/bin/gosh
+  CFLAGS+=' -ffat-lto-objects -w'
+  ./DIST gen
+  ./configure --prefix=/usr --with-slib=/usr/share/slib
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install-pkg install-doc
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  touch -d '17 May 2021 10:10' "$pkgdir"/usr/share/info/gauche-ref*info*.gz
+}
+
+# getver: practical-scheme.net/gauche/gmemo/index.cgi?ReleaseNotes



More information about the arch-commits mailing list