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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jan 31 20:35:28 UTC 2013


    Date: Thursday, January 31, 2013 @ 21:35:27
  Author: arodseth
Revision: 83421

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

Added:
  chicken/repos/community-i686/PKGBUILD
    (from rev 83420, chicken/trunk/PKGBUILD)
  chicken/repos/community-x86_64/PKGBUILD
    (from rev 83420, chicken/trunk/PKGBUILD)
Deleted:
  chicken/repos/community-i686/PKGBUILD
  chicken/repos/community-x86_64/PKGBUILD

---------------------------+
 community-i686/PKGBUILD   |   69 +++++++++++++++++++-------------------------
 community-x86_64/PKGBUILD |   69 +++++++++++++++++++-------------------------
 2 files changed, 62 insertions(+), 76 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-01-31 20:35:14 UTC (rev 83420)
+++ community-i686/PKGBUILD	2013-01-31 20:35:27 UTC (rev 83421)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: <david at pako.st>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=chicken
-pkgver=4.8.0
-pkgrel=1
-pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
-arch=('x86_64' 'i686')
-url='http://www.call-with-current-continuation.org/'
-license=('BSD')
-depends=('gcc')
-source=("http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('5b2e8c6b4b13b502d8c684b394d80ed490d2884c03789353d895ab85d19979ab')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # parallel builds are not supported..
-  export MAKEFLAGS="${MAKEFLAGS/-j?/}"
-
-  # some yummy make options there. check out README in the tarball.
-  make PLATFORM=linux PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  # parallel builds are not supported..
-  export MAKEFLAGS="${MAKEFLAGS/-j?/}"
-  make PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
-
-  install -D -m644 LICENSE \
-    $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chicken/repos/community-i686/PKGBUILD (from rev 83420, chicken/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-01-31 20:35:27 UTC (rev 83421)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: <david at pako.st>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=chicken
+pkgver=4.8.0.1
+pkgrel=1
+pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+license=('BSD')
+depends=('gcc')
+source=("http://code.call-cc.org/releases/${pkgver/.1}/$pkgname-$pkgver.tar.gz")
+sha256sums=('a60efa9d2a621ecb9e03b41ebdd03ae27ecb32c1292671fd969506c9baf88d0c')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make -j1 PLATFORM=linux PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  
+  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-01-31 20:35:14 UTC (rev 83420)
+++ community-x86_64/PKGBUILD	2013-01-31 20:35:27 UTC (rev 83421)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Vesa Kaihlavirta <vegai at iki.fi>
-# Contributor: <david at pako.st>
-# Contributor: Alexander Rødseth <rodseth at gmail.com>
-
-pkgname=chicken
-pkgver=4.8.0
-pkgrel=1
-pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
-arch=('x86_64' 'i686')
-url='http://www.call-with-current-continuation.org/'
-license=('BSD')
-depends=('gcc')
-source=("http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('5b2e8c6b4b13b502d8c684b394d80ed490d2884c03789353d895ab85d19979ab')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # parallel builds are not supported..
-  export MAKEFLAGS="${MAKEFLAGS/-j?/}"
-
-  # some yummy make options there. check out README in the tarball.
-  make PLATFORM=linux PREFIX=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  
-  # parallel builds are not supported..
-  export MAKEFLAGS="${MAKEFLAGS/-j?/}"
-  make PLATFORM=linux PREFIX=/usr DESTDIR=$pkgdir install
-
-  install -D -m644 LICENSE \
-    $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chicken/repos/community-x86_64/PKGBUILD (from rev 83420, chicken/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-01-31 20:35:27 UTC (rev 83421)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: <david at pako.st>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=chicken
+pkgver=4.8.0.1
+pkgrel=1
+pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+license=('BSD')
+depends=('gcc')
+source=("http://code.call-cc.org/releases/${pkgver/.1}/$pkgname-$pkgver.tar.gz")
+sha256sums=('a60efa9d2a621ecb9e03b41ebdd03ae27ecb32c1292671fd969506c9baf88d0c')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  make -j1 PLATFORM=linux PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  
+  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
+  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list