[arch-commits] Commit in chicken/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Mon Mar 6 22:11:15 UTC 2017
Date: Monday, March 6, 2017 @ 22:11:15
Author: arodseth
Revision: 215166
archrelease: copy trunk to community-x86_64, community-i686
Added:
chicken/repos/community-i686/PKGBUILD
(from rev 215165, chicken/trunk/PKGBUILD)
chicken/repos/community-x86_64/PKGBUILD
(from rev 215165, chicken/trunk/PKGBUILD)
Deleted:
chicken/repos/community-i686/PKGBUILD
chicken/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 60 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 31 ----------------------
community-x86_64/PKGBUILD | 31 ----------------------
3 files changed, 60 insertions(+), 62 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-03-06 22:09:44 UTC (rev 215165)
+++ community-i686/PKGBUILD 2017-03-06 22:11:15 UTC (rev 215166)
@@ -1,31 +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.11.0
-pkgrel=1
-pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
-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=('e3dc2b8f95b6a3cd59c85b5bb6bdb2bd9cefc45b5d536a20cad74e3c63f4ad89')
-
-build() {
- make -j1 -C "$pkgname-$pkgver" 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"
-}
-
-# getver: code.call-cc.org/releases/current/NEWS
-# vim:set ts=2 sw=2 et:
Copied: chicken/repos/community-i686/PKGBUILD (from rev 215165, chicken/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-06 22:11:15 UTC (rev 215166)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: <david at pako.st>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=chicken
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+license=('BSD')
+makedepends=('inetutils' 'chicken')
+options=('staticlibs')
+source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz") # ${pkgver%.*}
+sha256sums=('605ace459bc66e8c5f82abb03d9b1c9ca36f1c2295931d244d03629a947a6989')
+
+build() {
+ make -j1 -C "$pkgname-$pkgver" 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"
+}
+
+# getver: code.call-cc.org/releases/current/NEWS
+# vim:set ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-03-06 22:09:44 UTC (rev 215165)
+++ community-x86_64/PKGBUILD 2017-03-06 22:11:15 UTC (rev 215166)
@@ -1,31 +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.11.0
-pkgrel=1
-pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
-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=('e3dc2b8f95b6a3cd59c85b5bb6bdb2bd9cefc45b5d536a20cad74e3c63f4ad89')
-
-build() {
- make -j1 -C "$pkgname-$pkgver" 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"
-}
-
-# getver: code.call-cc.org/releases/current/NEWS
-# vim:set ts=2 sw=2 et:
Copied: chicken/repos/community-x86_64/PKGBUILD (from rev 215165, chicken/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-03-06 22:11:15 UTC (rev 215166)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Vesa Kaihlavirta <vegai at iki.fi>
+# Contributor: <david at pako.st>
+# Contributor: Alexander Rødseth <rodseth at gmail.com>
+
+pkgname=chicken
+pkgver=4.12.0
+pkgrel=1
+pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+license=('BSD')
+makedepends=('inetutils' 'chicken')
+options=('staticlibs')
+source=("https://code.call-cc.org/releases/$pkgver/$pkgname-$pkgver.tar.gz") # ${pkgver%.*}
+sha256sums=('605ace459bc66e8c5f82abb03d9b1c9ca36f1c2295931d244d03629a947a6989')
+
+build() {
+ make -j1 -C "$pkgname-$pkgver" 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"
+}
+
+# getver: code.call-cc.org/releases/current/NEWS
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list