[arch-commits] Commit in gambit-c/repos (4 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jul 11 06:43:21 UTC 2017


    Date: Tuesday, July 11, 2017 @ 06:43:20
  Author: bpiotrowski
Revision: 243953

archrelease: copy trunk to community-x86_64, community-i686

Added:
  gambit-c/repos/community-i686/PKGBUILD
    (from rev 243952, gambit-c/trunk/PKGBUILD)
  gambit-c/repos/community-x86_64/PKGBUILD
    (from rev 243952, gambit-c/trunk/PKGBUILD)
Deleted:
  gambit-c/repos/community-i686/PKGBUILD
  gambit-c/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-11 06:43:04 UTC (rev 243952)
+++ community-i686/PKGBUILD	2017-07-11 06:43:20 UTC (rev 243953)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
-
-pkgname=gambit-c
-pkgver=4.8.8
-pkgrel=1
-pkgdesc='Scheme R5RS interpreter and compiler (via C)'
-arch=('x86_64' 'i686')
-url='http://gambitscheme.org/'
-license=('LGPL2.1' 'Apache')
-depends=('bash')
-options=('staticlibs')
-source=("https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz")
-sha256sums=('5f765463e37e52a083f141d5b581ff1dd40aeeee43aa9b1cee5b9b46c017b31c')
-
-build() {
-  cd "${pkgname/-c/-v}${pkgver//./_}-devel"
-
-  ./configure \
-    --prefix=/usr \
-    --docdir=/usr/share/doc/gambit-c \
-    --infodir=/usr/share/info \
-    --libdir=/usr/lib/gambit-c \
-    --enable-gcc-opts \
-    --enable-single-host
-  make
-}
-
-package() {
-  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" install DESTDIR="$pkgdir"
-
-  # /usr/bin/gsc conflicts with ghostscript
-  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
-  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
-}
-
-# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page
-# vim: ts=2 sw=2 et:

Copied: gambit-c/repos/community-i686/PKGBUILD (from rev 243952, gambit-c/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-11 06:43:20 UTC (rev 243953)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
+
+pkgname=gambit-c
+pkgver=4.8.8
+pkgrel=2
+pkgdesc='Scheme R5RS interpreter and compiler (via C)'
+arch=('x86_64' 'i686')
+url='http://gambitscheme.org/'
+license=('LGPL2.1' 'Apache')
+depends=('bash')
+options=('staticlibs')
+source=("https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz")
+sha256sums=('5f765463e37e52a083f141d5b581ff1dd40aeeee43aa9b1cee5b9b46c017b31c')
+
+build() {
+  cd "${pkgname/-c/-v}${pkgver//./_}-devel"
+
+  ./configure \
+    --prefix=/usr \
+    --docdir=/usr/share/doc/gambit-c \
+    --infodir=/usr/share/info \
+    --libdir=/usr/lib/gambit-c \
+    --enable-gcc-opts \
+    --enable-single-host
+  make
+}
+
+package() {
+  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" install DESTDIR="$pkgdir"
+
+  # /usr/bin/gsc conflicts with ghostscript
+  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
+  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
+}
+
+# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-11 06:43:04 UTC (rev 243952)
+++ community-x86_64/PKGBUILD	2017-07-11 06:43:20 UTC (rev 243953)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
-
-pkgname=gambit-c
-pkgver=4.8.8
-pkgrel=1
-pkgdesc='Scheme R5RS interpreter and compiler (via C)'
-arch=('x86_64' 'i686')
-url='http://gambitscheme.org/'
-license=('LGPL2.1' 'Apache')
-depends=('bash')
-options=('staticlibs')
-source=("https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz")
-sha256sums=('5f765463e37e52a083f141d5b581ff1dd40aeeee43aa9b1cee5b9b46c017b31c')
-
-build() {
-  cd "${pkgname/-c/-v}${pkgver//./_}-devel"
-
-  ./configure \
-    --prefix=/usr \
-    --docdir=/usr/share/doc/gambit-c \
-    --infodir=/usr/share/info \
-    --libdir=/usr/lib/gambit-c \
-    --enable-gcc-opts \
-    --enable-single-host
-  make
-}
-
-package() {
-  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" install DESTDIR="$pkgdir"
-
-  # /usr/bin/gsc conflicts with ghostscript
-  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
-  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
-}
-
-# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page
-# vim: ts=2 sw=2 et:

Copied: gambit-c/repos/community-x86_64/PKGBUILD (from rev 243952, gambit-c/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-11 06:43:20 UTC (rev 243953)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
+
+pkgname=gambit-c
+pkgver=4.8.8
+pkgrel=2
+pkgdesc='Scheme R5RS interpreter and compiler (via C)'
+arch=('x86_64' 'i686')
+url='http://gambitscheme.org/'
+license=('LGPL2.1' 'Apache')
+depends=('bash')
+options=('staticlibs')
+source=("https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz")
+sha256sums=('5f765463e37e52a083f141d5b581ff1dd40aeeee43aa9b1cee5b9b46c017b31c')
+
+build() {
+  cd "${pkgname/-c/-v}${pkgver//./_}-devel"
+
+  ./configure \
+    --prefix=/usr \
+    --docdir=/usr/share/doc/gambit-c \
+    --infodir=/usr/share/info \
+    --libdir=/usr/lib/gambit-c \
+    --enable-gcc-opts \
+    --enable-single-host
+  make
+}
+
+package() {
+  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" install DESTDIR="$pkgdir"
+
+  # /usr/bin/gsc conflicts with ghostscript
+  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
+  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
+}
+
+# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list