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

Alexander Rødseth arodseth at nymeria.archlinux.org
Thu Jun 5 12:40:45 UTC 2014


    Date: Thursday, June 5, 2014 @ 14:40:44
  Author: arodseth
Revision: 112710

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-06-05 12:40:32 UTC (rev 112709)
+++ community-i686/PKGBUILD	2014-06-05 12:40:44 UTC (rev 112710)
@@ -1,30 +0,0 @@
-# $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.6
-pkgrel=1
-pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
-arch=('x86_64' 'i686')
-url='http://call-cc.org/'
-license=('BSD')
-depends=('gcc')
-makedepends=('inetutils' 'chicken')
-options=('staticlibs')
-source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
-sha256sums=('74bc45a09b8f1fc41942e6aabf55ac75a5a9b2b2a9756eed2aca82fabe86f7f9')
-
-build() {
-  make -C "$pkgname-$pkgver" -j1 PLATFORM=linux PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chicken/repos/community-i686/PKGBUILD (from rev 112709, chicken/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-06-05 12:40:44 UTC (rev 112710)
@@ -0,0 +1,30 @@
+# $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.9.0
+pkgrel=1
+pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+license=('BSD')
+makedepends=('inetutils' 'chicken')
+options=('staticlibs')
+source=("http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
+#source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
+sha256sums=('2f2abe1829971c83a6b7e8f58f8aaeb76b3728e2679d99b0f840433af2564a22')
+
+build() {
+  make -C "$pkgname-$pkgver" -j1 PLATFORM=linux PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-06-05 12:40:32 UTC (rev 112709)
+++ community-x86_64/PKGBUILD	2014-06-05 12:40:44 UTC (rev 112710)
@@ -1,30 +0,0 @@
-# $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.6
-pkgrel=1
-pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
-arch=('x86_64' 'i686')
-url='http://call-cc.org/'
-license=('BSD')
-depends=('gcc')
-makedepends=('inetutils' 'chicken')
-options=('staticlibs')
-source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
-sha256sums=('74bc45a09b8f1fc41942e6aabf55ac75a5a9b2b2a9756eed2aca82fabe86f7f9')
-
-build() {
-  make -C "$pkgname-$pkgver" -j1 PLATFORM=linux PREFIX=/usr
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: chicken/repos/community-x86_64/PKGBUILD (from rev 112709, chicken/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-06-05 12:40:44 UTC (rev 112710)
@@ -0,0 +1,30 @@
+# $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.9.0
+pkgrel=1
+pkgdesc='Compiler for R5RS scheme, featuring handy extensions'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+license=('BSD')
+makedepends=('inetutils' 'chicken')
+options=('staticlibs')
+source=("http://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz")
+#source=("http://code.call-cc.org/releases/${pkgver%.*}/$pkgname-$pkgver.tar.gz")
+sha256sums=('2f2abe1829971c83a6b7e8f58f8aaeb76b3728e2679d99b0f840433af2564a22')
+
+build() {
+  make -C "$pkgname-$pkgver" -j1 PLATFORM=linux PREFIX=/usr
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make -j1 PLATFORM=linux PREFIX=/usr DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list