[arch-commits] Commit in gambit-c/repos (8 files)
Alexander Rødseth
arodseth at archlinux.org
Wed Feb 25 21:45:41 UTC 2015
Date: Wednesday, February 25, 2015 @ 22:45:41
Author: arodseth
Revision: 128233
archrelease: copy trunk to community-x86_64, community-i686
Added:
gambit-c/repos/community-i686/PKGBUILD
(from rev 128232, gambit-c/trunk/PKGBUILD)
gambit-c/repos/community-i686/gambit-c.install
(from rev 128232, gambit-c/trunk/gambit-c.install)
gambit-c/repos/community-x86_64/PKGBUILD
(from rev 128232, gambit-c/trunk/PKGBUILD)
gambit-c/repos/community-x86_64/gambit-c.install
(from rev 128232, gambit-c/trunk/gambit-c.install)
Deleted:
gambit-c/repos/community-i686/PKGBUILD
gambit-c/repos/community-i686/gambit-c.install
gambit-c/repos/community-x86_64/PKGBUILD
gambit-c/repos/community-x86_64/gambit-c.install
-----------------------------------+
/PKGBUILD | 68 ++++++++++++++++++++++++++++++++++++
/gambit-c.install | 32 ++++++++++++++++
community-i686/PKGBUILD | 34 ------------------
community-i686/gambit-c.install | 16 --------
community-x86_64/PKGBUILD | 34 ------------------
community-x86_64/gambit-c.install | 16 --------
6 files changed, 100 insertions(+), 100 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2015-02-25 21:45:27 UTC (rev 128232)
+++ community-i686/PKGBUILD 2015-02-25 21:45:41 UTC (rev 128233)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
-
-pkgname=gambit-c
-pkgver=4.7.3
-pkgrel=1
-pkgdesc='Scheme R5RS interpreter and compiler (via C)'
-arch=('x86_64' 'i686')
-url='http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page'
-license=('LGPL2.1' 'Apache')
-depends=('bash')
-install="$pkgname.install"
-options=('staticlibs')
-source=("http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz")
-sha256sums=('59c4c62f2cfaf698b54a862e7af9c1b3e4cc27e46d386f31c66e00fed4701777')
-
-build() {
- cd "${pkgname/it-}-v${pkgver//./_}"
-
- ./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/it-}-v${pkgver//./_}" install DESTDIR="$pkgdir"
- # gsc conflicts with the one provided by ghostscript
- mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
- ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gambit-c/repos/community-i686/PKGBUILD (from rev 128232, gambit-c/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-02-25 21:45:41 UTC (rev 128233)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
+
+pkgname=gambit-c
+pkgver=4.7.4
+pkgrel=1
+pkgdesc='Scheme R5RS interpreter and compiler (via C)'
+arch=('x86_64' 'i686')
+url='http://gambitscheme.org/'
+license=('LGPL2.1' 'Apache')
+depends=('bash')
+install="$pkgname.install"
+options=('staticlibs')
+source=("http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz")
+sha256sums=('1ad2756215bb0c059f68aaad1a314f334fd6cdd15a0db37bcdbe9849209d5778')
+
+build() {
+ cd "${pkgname/it-}-v${pkgver//./_}"
+
+ ./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/it-}-v${pkgver//./_}" install DESTDIR="$pkgdir"
+ # gsc conflicts with the one provided by ghostscript
+ mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
+ ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-i686/gambit-c.install
===================================================================
--- community-i686/gambit-c.install 2015-02-25 21:45:27 UTC (rev 128232)
+++ community-i686/gambit-c.install 2015-02-25 21:45:41 UTC (rev 128233)
@@ -1,16 +0,0 @@
-_infodir=/usr/share/info
-_iinfoargs="$_infodir/gambit-c.info.gz $_infodir/dir"
-
-post_install() {
- install-info $_iinfoargs
-}
-
-post_upgrade() {
- post_install $@
-}
-
-pre_remove() {
- install-info --delete $_iinfoargs
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gambit-c/repos/community-i686/gambit-c.install (from rev 128232, gambit-c/trunk/gambit-c.install)
===================================================================
--- community-i686/gambit-c.install (rev 0)
+++ community-i686/gambit-c.install 2015-02-25 21:45:41 UTC (rev 128233)
@@ -0,0 +1,16 @@
+_infodir=/usr/share/info
+_iinfoargs="$_infodir/gambit-c.info.gz $_infodir/dir"
+
+post_install() {
+ install-info $_iinfoargs
+}
+
+post_upgrade() {
+ post_install $@
+}
+
+pre_remove() {
+ install-info --delete $_iinfoargs
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2015-02-25 21:45:27 UTC (rev 128232)
+++ community-x86_64/PKGBUILD 2015-02-25 21:45:41 UTC (rev 128233)
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
-
-pkgname=gambit-c
-pkgver=4.7.3
-pkgrel=1
-pkgdesc='Scheme R5RS interpreter and compiler (via C)'
-arch=('x86_64' 'i686')
-url='http://dynamo.iro.umontreal.ca/wiki/index.php/Main_Page'
-license=('LGPL2.1' 'Apache')
-depends=('bash')
-install="$pkgname.install"
-options=('staticlibs')
-source=("http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz")
-sha256sums=('59c4c62f2cfaf698b54a862e7af9c1b3e4cc27e46d386f31c66e00fed4701777')
-
-build() {
- cd "${pkgname/it-}-v${pkgver//./_}"
-
- ./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/it-}-v${pkgver//./_}" install DESTDIR="$pkgdir"
- # gsc conflicts with the one provided by ghostscript
- mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
- ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gambit-c/repos/community-x86_64/PKGBUILD (from rev 128232, gambit-c/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2015-02-25 21:45:41 UTC (rev 128233)
@@ -0,0 +1,34 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Christian Babeux <christian.babeux at 0x80.ca>
+
+pkgname=gambit-c
+pkgver=4.7.4
+pkgrel=1
+pkgdesc='Scheme R5RS interpreter and compiler (via C)'
+arch=('x86_64' 'i686')
+url='http://gambitscheme.org/'
+license=('LGPL2.1' 'Apache')
+depends=('bash')
+install="$pkgname.install"
+options=('staticlibs')
+source=("http://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/it-}-v${pkgver//./_}.tgz")
+sha256sums=('1ad2756215bb0c059f68aaad1a314f334fd6cdd15a0db37bcdbe9849209d5778')
+
+build() {
+ cd "${pkgname/it-}-v${pkgver//./_}"
+
+ ./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/it-}-v${pkgver//./_}" install DESTDIR="$pkgdir"
+ # gsc conflicts with the one provided by ghostscript
+ mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
+ ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
+}
+
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/gambit-c.install
===================================================================
--- community-x86_64/gambit-c.install 2015-02-25 21:45:27 UTC (rev 128232)
+++ community-x86_64/gambit-c.install 2015-02-25 21:45:41 UTC (rev 128233)
@@ -1,16 +0,0 @@
-_infodir=/usr/share/info
-_iinfoargs="$_infodir/gambit-c.info.gz $_infodir/dir"
-
-post_install() {
- install-info $_iinfoargs
-}
-
-post_upgrade() {
- post_install $@
-}
-
-pre_remove() {
- install-info --delete $_iinfoargs
-}
-
-# vim:set ts=2 sw=2 et:
Copied: gambit-c/repos/community-x86_64/gambit-c.install (from rev 128232, gambit-c/trunk/gambit-c.install)
===================================================================
--- community-x86_64/gambit-c.install (rev 0)
+++ community-x86_64/gambit-c.install 2015-02-25 21:45:41 UTC (rev 128233)
@@ -0,0 +1,16 @@
+_infodir=/usr/share/info
+_iinfoargs="$_infodir/gambit-c.info.gz $_infodir/dir"
+
+post_install() {
+ install-info $_iinfoargs
+}
+
+post_upgrade() {
+ post_install $@
+}
+
+pre_remove() {
+ install-info --delete $_iinfoargs
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list