[arch-commits] Commit in chicken/repos (4 files)
Alexander Rødseth
arodseth at archlinux.org
Sun May 14 19:09:36 UTC 2017
Date: Sunday, May 14, 2017 @ 19:09:35
Author: arodseth
Revision: 228042
archrelease: copy trunk to community-x86_64, community-i686
Added:
chicken/repos/community-i686/PKGBUILD
(from rev 228041, chicken/trunk/PKGBUILD)
chicken/repos/community-x86_64/PKGBUILD
(from rev 228041, chicken/trunk/PKGBUILD)
Deleted:
chicken/repos/community-i686/PKGBUILD
chicken/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 62 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 30 ---------------------
community-x86_64/PKGBUILD | 30 ---------------------
3 files changed, 62 insertions(+), 60 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-05-14 19:09:21 UTC (rev 228041)
+++ community-i686/PKGBUILD 2017-05-14 19:09:35 UTC (rev 228042)
@@ -1,30 +0,0 @@
-# $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:
Copied: chicken/repos/community-i686/PKGBUILD (from rev 228041, chicken/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-05-14 19:09:35 UTC (rev 228042)
@@ -0,0 +1,31 @@
+# $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=2
+pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+conflicts=('mono') # /usr/bin/csc
+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: ts=2 sw=2 et:
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2017-05-14 19:09:21 UTC (rev 228041)
+++ community-x86_64/PKGBUILD 2017-05-14 19:09:35 UTC (rev 228042)
@@ -1,30 +0,0 @@
-# $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:
Copied: chicken/repos/community-x86_64/PKGBUILD (from rev 228041, chicken/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-05-14 19:09:35 UTC (rev 228042)
@@ -0,0 +1,31 @@
+# $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=2
+pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
+arch=('x86_64' 'i686')
+url='http://call-cc.org/'
+conflicts=('mono') # /usr/bin/csc
+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: ts=2 sw=2 et:
More information about the arch-commits
mailing list