[arch-commits] Commit in owl-lisp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-11-10 Thread Levente Polyak via arch-commits
Date: Tuesday, November 10, 2020 @ 23:42:57
  Author: anthraxx
Revision: 749908

archrelease: copy trunk to community-x86_64

Added:
  owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 749907, owl-lisp/trunk/PKGBUILD)
Deleted:
  owl-lisp/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  104 +
 1 file changed, 51 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-11-10 23:42:54 UTC (rev 749907)
+++ PKGBUILD2020-11-10 23:42:57 UTC (rev 749908)
@@ -1,53 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=owl-lisp
-pkgver=0.1.22
-pkgrel=1
-pkgdesc='Simple purely functional lisp'
-url='https://gitlab.com/owl-lisp/owl.git'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('pandoc')
-source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
-sha256sums=('12733a649bc2c7db10edcba25bcbec56fb0c1cbafce1ccf89c7a1947bedd0abd')
-sha512sums=('51a0ee634f423269834921ec9bef2286405f6dec758028420d43ac4f93bc8b66010f055f51ba51610d944e74bd2263dcef86011ce9dd39bb45c50b16568d9b59')
-sha256sums=('12733a649bc2c7db10edcba25bcbec56fb0c1cbafce1ccf89c7a1947bedd0abd')
-sha512sums=('51a0ee634f423269834921ec9bef2286405f6dec758028420d43ac4f93bc8b66010f055f51ba51610d944e74bd2263dcef86011ce9dd39bb45c50b16568d9b59')
-
-prepare() {
-  cd owl-v${pkgver}
-
-  # support distro CFLAGS and CPPFLAGS
-  sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
-  -e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
-
-  # make build reproducible, we compress ourselves
-  sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
-
-  # fix missing Makefile entry
-  sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
-
-  # remove failing tests (can't run inside makepkg)
-  rm tests/getpid.sh
-}
-
-build() {
-  cd owl-v${pkgver}
-  make owl documentation
-}
-
-check() {
-  cd owl-v${pkgver}
-  make -j1 test fasltest
-}
-
-package() {
-  cd owl-v${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md doc/manual.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 749907, 
owl-lisp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-11-10 23:42:57 UTC (rev 749908)
@@ -0,0 +1,51 @@
+# Maintainer: Levente Polyak 
+
+pkgname=owl-lisp
+pkgver=0.1.23
+pkgrel=1
+pkgdesc='Simple purely functional lisp'
+url='https://gitlab.com/owl-lisp/owl.git'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('pandoc')
+source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
+sha256sums=('2db71a8f654960e6af055ca20ef8ec71d607bd6b677b04b4ca8632681165894b')
+b2sums=('31dcc981471365a0957ccdf36a96a1f59647686964ee8d46ebe33a66d8db9ad1d3554b77d12796f11874e01f6e4f59e90f63458ed3ebdca9f99c0f5efeda3b7e')
+
+prepare() {
+  cd owl-v${pkgver}
+
+  # support distro CFLAGS and CPPFLAGS
+  sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
+  -e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
+
+  # make build reproducible, we compress ourselves
+  sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
+
+  # fix missing Makefile entry
+  sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
+
+  # remove failing tests (can't run inside makepkg)
+  rm tests/getpid.sh
+}
+
+build() {
+  cd owl-v${pkgver}
+  make owl documentation
+}
+
+check() {
+  cd owl-v${pkgver}
+  make -j1 test fasltest
+}
+
+package() {
+  cd owl-v${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md doc/manual.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in owl-lisp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2020-01-28 Thread Filipe Laíns via arch-commits
Date: Wednesday, January 29, 2020 @ 00:42:16
  Author: ffy00
Revision: 558375

archrelease: copy trunk to community-x86_64

Added:
  owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 558374, owl-lisp/trunk/PKGBUILD)
Deleted:
  owl-lisp/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  101 -
 1 file changed, 53 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-29 00:42:06 UTC (rev 558374)
+++ PKGBUILD2020-01-29 00:42:16 UTC (rev 558375)
@@ -1,48 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=owl-lisp
-pkgver=0.1.19
-pkgrel=2
-pkgdesc='Simple purely functional lisp'
-url='https://gitlab.com/owl-lisp/owl.git'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('pandoc')
-source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
-sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
-sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
-
-prepare() {
-  cd owl-v${pkgver}
-
-  # support distro CFLAGS and CPPFLAGS
-  sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
-  -e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
-
-  # make build reproducible, we compress ourselves
-  sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
-
-  # fix missing Makefile entry
-  sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
-}
-
-build() {
-  cd owl-v${pkgver}
-  make owl documentation
-}
-
-check() {
-  cd owl-v${pkgver}
-  make -j1 test fasltest
-}
-
-package() {
-  cd owl-v${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 558374, 
owl-lisp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-29 00:42:16 UTC (rev 558375)
@@ -0,0 +1,53 @@
+# Maintainer: Levente Polyak 
+
+pkgname=owl-lisp
+pkgver=0.1.22
+pkgrel=1
+pkgdesc='Simple purely functional lisp'
+url='https://gitlab.com/owl-lisp/owl.git'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('pandoc')
+source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
+sha256sums=('12733a649bc2c7db10edcba25bcbec56fb0c1cbafce1ccf89c7a1947bedd0abd')
+sha512sums=('51a0ee634f423269834921ec9bef2286405f6dec758028420d43ac4f93bc8b66010f055f51ba51610d944e74bd2263dcef86011ce9dd39bb45c50b16568d9b59')
+sha256sums=('12733a649bc2c7db10edcba25bcbec56fb0c1cbafce1ccf89c7a1947bedd0abd')
+sha512sums=('51a0ee634f423269834921ec9bef2286405f6dec758028420d43ac4f93bc8b66010f055f51ba51610d944e74bd2263dcef86011ce9dd39bb45c50b16568d9b59')
+
+prepare() {
+  cd owl-v${pkgver}
+
+  # support distro CFLAGS and CPPFLAGS
+  sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
+  -e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
+
+  # make build reproducible, we compress ourselves
+  sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
+
+  # fix missing Makefile entry
+  sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
+
+  # remove failing tests (can't run inside makepkg)
+  rm tests/getpid.sh
+}
+
+build() {
+  cd owl-v${pkgver}
+  make owl documentation
+}
+
+check() {
+  cd owl-v${pkgver}
+  make -j1 test fasltest
+}
+
+package() {
+  cd owl-v${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md doc/manual.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in owl-lisp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-13 Thread Levente Polyak via arch-commits
Date: Monday, May 13, 2019 @ 22:42:01
  Author: anthraxx
Revision: 467188

archrelease: copy trunk to community-x86_64

Added:
  owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 467187, owl-lisp/trunk/PKGBUILD)
Deleted:
  owl-lisp/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |  102 -
 1 file changed, 48 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-13 22:41:55 UTC (rev 467187)
+++ PKGBUILD2019-05-13 22:42:01 UTC (rev 467188)
@@ -1,54 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=owl-lisp
-pkgver=0.1.19
-pkgrel=1
-pkgdesc='Simple purely functional lisp'
-url='https://gitlab.com/owl-lisp/owl.git'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('pandoc')
-source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/owl-lisp/owl/-/archive/v$pkgver/owl-v$pkgver.tar.gz;)
-sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
-sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
-sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
-sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
-
-prepare() {
-  cd owl-v$pkgver
-
-  # support distro CFLAGS and CPPFLAGS
-  sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
-  -e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
-
-  # make build reproducible, we compress ourselves
-  sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
-
-  # fix missing Makefile entry
-  sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
-}
-
-build() {
-  cd owl-v$pkgver
-
-  make owl documentation
-}
-
-check() {
-  cd owl-v$pkgver
-
-  make test fasltest
-}
-
-package() {
-  cd owl-v$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm 644 fasl/* -t "$pkgdir/var/lib/$pkgname/fasl"
-  install -Dm 644 LICENCE -t "$pkgdir/usr/share/licenses/$pkgname"
-  install -Dm 644 README.md manual.md -t "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 467187, 
owl-lisp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-13 22:42:01 UTC (rev 467188)
@@ -0,0 +1,48 @@
+# Maintainer: Levente Polyak 
+
+pkgname=owl-lisp
+pkgver=0.1.19
+pkgrel=2
+pkgdesc='Simple purely functional lisp'
+url='https://gitlab.com/owl-lisp/owl.git'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('pandoc')
+source=(https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
+sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
+sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
+
+prepare() {
+  cd owl-v${pkgver}
+
+  # support distro CFLAGS and CPPFLAGS
+  sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
+  -e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
+
+  # make build reproducible, we compress ourselves
+  sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
+
+  # fix missing Makefile entry
+  sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
+}
+
+build() {
+  cd owl-v${pkgver}
+  make owl documentation
+}
+
+check() {
+  cd owl-v${pkgver}
+  make -j1 test fasltest
+}
+
+package() {
+  cd owl-v${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in owl-lisp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2019-05-12 Thread Filipe Laíns via arch-commits
Date: Sunday, May 12, 2019 @ 18:31:21
  Author: ffy00
Revision: 467056

archrelease: copy trunk to community-x86_64

Added:
  owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 467055, owl-lisp/trunk/PKGBUILD)
Deleted:
  owl-lisp/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   92 +++--
 1 file changed, 54 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2019-05-12 18:31:05 UTC (rev 467055)
+++ PKGBUILD2019-05-12 18:31:21 UTC (rev 467056)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=owl-lisp
-pkgver=0.1.17
-pkgrel=1
-pkgdesc='Simple purely functional lisp'
-url='https://gitlab.com/owl-lisp/owl.git'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-makedepends=('pandoc')
-source=(${pkgname}-${pkgver}.tar.gz::https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
-sha256sums=('02128f0ab7e5a05fec958f687cb0edac18a077fb0c339807d9660d35e18bf59a')
-sha512sums=('78e845027d388b963bf320b603b204632a1771235a6a054f605e63f6dc7ac222c7bd42115211a32b23439220957ef1390f83aec86f836e1d6c32d62193fa819c')
-
-prepare() {
-  cd owl-v${pkgver}
-  # support distro CFLAGS and CPPFLAGS
-  sed -e'/export CFLAGS/d' -e '/CFLAGS =/d' \
--e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
-  # make build reproducible, we compress ourselves
-  sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
-}
-
-build() {
-  cd owl-v${pkgver}
-  make all manual.md
-}
-
-package() {
-  cd owl-v${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 467055, 
owl-lisp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-05-12 18:31:21 UTC (rev 467056)
@@ -0,0 +1,54 @@
+# Maintainer: Levente Polyak 
+
+pkgname=owl-lisp
+pkgver=0.1.19
+pkgrel=1
+pkgdesc='Simple purely functional lisp'
+url='https://gitlab.com/owl-lisp/owl.git'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('pandoc')
+source=("$pkgname-$pkgver.tar.gz::https://gitlab.com/owl-lisp/owl/-/archive/v$pkgver/owl-v$pkgver.tar.gz;)
+sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
+sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
+sha256sums=('d02b49c3bba48aec8e83040d39a5d4fe7b91c284aaff7bad0f2efd0b97cf2fee')
+sha512sums=('0cb579f94d4fe1bf4c0923d2d58bb03249d8d9444c3452f261a7485ac0d15c08dbfba2388514b8b8fa93409e49ed346b192760be6bd9dab19f1def4e322be1c7')
+
+prepare() {
+  cd owl-v$pkgver
+
+  # support distro CFLAGS and CPPFLAGS
+  sed -e '/export CFLAGS/d' -e '/CFLAGS =/d' \
+  -e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
+
+  # make build reproducible, we compress ourselves
+  sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
+
+  # fix missing Makefile entry
+  sed 's|manual.md:|manual.md: bin/ol|' -i Makefile
+}
+
+build() {
+  cd owl-v$pkgver
+
+  make owl documentation
+}
+
+check() {
+  cd owl-v$pkgver
+
+  make test fasltest
+}
+
+package() {
+  cd owl-v$pkgver
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm 644 fasl/* -t "$pkgdir/var/lib/$pkgname/fasl"
+  install -Dm 644 LICENCE -t "$pkgdir/usr/share/licenses/$pkgname"
+  install -Dm 644 README.md manual.md -t "$pkgdir/usr/share/doc/$pkgname"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in owl-lisp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-08-09 Thread Levente Polyak via arch-commits
Date: Thursday, August 9, 2018 @ 08:08:35
  Author: anthraxx
Revision: 370492

archrelease: copy trunk to community-x86_64

Added:
  owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 370491, owl-lisp/trunk/PKGBUILD)
Deleted:
  owl-lisp/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   71 -
 1 file changed, 38 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-08-09 08:08:28 UTC (rev 370491)
+++ PKGBUILD2018-08-09 08:08:35 UTC (rev 370492)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=owl-lisp
-pkgver=0.1.16
-pkgrel=1
-pkgdesc='Simple purely functional lisp'
-url='https://github.com/aoh/owl-lisp'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('4ad5939a6822076c25975da4971c730a077d3e04a077f36923b40087cb25d0ab')
-sha512sums=('1716bde1f9b42c5aaccc99b657e10c0625afbad96517e60e9a79ea1eef9dd77097179ffee389753a664a1bd6049fb05c1700743e4c138d10d33c2cb3c0de06d1')
-
-prepare() {
-  cd owl-${pkgver}
-  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
-}
-
-build() {
-  cd owl-${pkgver}
-  make
-}
-
-package() {
-  cd owl-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 370491, 
owl-lisp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-08-09 08:08:35 UTC (rev 370492)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+
+pkgname=owl-lisp
+pkgver=0.1.17
+pkgrel=1
+pkgdesc='Simple purely functional lisp'
+url='https://gitlab.com/owl-lisp/owl.git'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+makedepends=('pandoc')
+source=(${pkgname}-${pkgver}.tar.gz::https://gitlab.com/owl-lisp/owl/-/archive/v${pkgver}/owl-v${pkgver}.tar.gz)
+sha256sums=('02128f0ab7e5a05fec958f687cb0edac18a077fb0c339807d9660d35e18bf59a')
+sha512sums=('78e845027d388b963bf320b603b204632a1771235a6a054f605e63f6dc7ac222c7bd42115211a32b23439220957ef1390f83aec86f836e1d6c32d62193fa819c')
+
+prepare() {
+  cd owl-v${pkgver}
+  # support distro CFLAGS and CPPFLAGS
+  sed -e'/export CFLAGS/d' -e '/CFLAGS =/d' \
+-e 's|$(CFLAGS)|$(CFLAGS) $(CPPFLAGS)|g' -i Makefile
+  # make build reproducible, we compress ourselves
+  sed -e 's|gzip -9|@echo|g' -e 's|\.gz||g' -i Makefile
+}
+
+build() {
+  cd owl-v${pkgver}
+  make all manual.md
+}
+
+package() {
+  cd owl-v${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md manual.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in owl-lisp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-06-06 Thread Levente Polyak via arch-commits
Date: Wednesday, June 6, 2018 @ 18:10:47
  Author: anthraxx
Revision: 341545

archrelease: copy trunk to community-x86_64

Added:
  owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 341544, owl-lisp/trunk/PKGBUILD)
Deleted:
  owl-lisp/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-06-06 18:10:39 UTC (rev 341544)
+++ PKGBUILD2018-06-06 18:10:47 UTC (rev 341545)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=owl-lisp
-pkgver=0.1.15
-pkgrel=1
-pkgdesc='Simple purely functional lisp'
-url='https://github.com/aoh/owl-lisp'
-arch=('x86_64')
-license=('MIT')
-depends=('glibc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('f731a58e6c6e53f6bd0e1dbd985609030828a5ebc41515c9e0ac69d0ca127f84')
-sha512sums=('d890c7207866827bc49275ad478b1e4774d24757e268354d25fb72af850ec2ed1b2d2b5fccee46f8b5021975b5fdb0f5d0b3609a50e4841917fa88d40f5e24a6')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 341544, 
owl-lisp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-06-06 18:10:47 UTC (rev 341545)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+pkgname=owl-lisp
+pkgver=0.1.16
+pkgrel=1
+pkgdesc='Simple purely functional lisp'
+url='https://github.com/aoh/owl-lisp'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
+sha256sums=('4ad5939a6822076c25975da4971c730a077d3e04a077f36923b40087cb25d0ab')
+sha512sums=('1716bde1f9b42c5aaccc99b657e10c0625afbad96517e60e9a79ea1eef9dd77097179ffee389753a664a1bd6049fb05c1700743e4c138d10d33c2cb3c0de06d1')
+
+prepare() {
+  cd owl-${pkgver}
+  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
+}
+
+build() {
+  cd owl-${pkgver}
+  make
+}
+
+package() {
+  cd owl-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in owl-lisp/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-05-09 Thread Levente Polyak via arch-commits
Date: Wednesday, May 9, 2018 @ 21:15:42
  Author: anthraxx
Revision: 319911

archrelease: copy trunk to community-x86_64

Added:
  owl-lisp/repos/community-x86_64/PKGBUILD
(from rev 319910, owl-lisp/trunk/PKGBUILD)
Deleted:
  owl-lisp/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   66 ++---
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-09 21:15:34 UTC (rev 319910)
+++ PKGBUILD2018-05-09 21:15:42 UTC (rev 319911)
@@ -1,33 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgname=owl-lisp
-pkgver=0.1.14
-pkgrel=1
-pkgdesc='Simple purely functional lisp'
-url='https://github.com/aoh/owl-lisp'
-arch=('i686' 'x86_64')
-license=('MIT')
-depends=('glibc')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
-sha256sums=('4d9982da3582456d1e769e25a7d0b2daefe859c45e262c8f56f794114f9a29a0')
-sha512sums=('687fcb408956331d4c4f31cbd637cb2808cc913c9b90df84473a6e918ad934d397744064cb3bba0851a1a97c48b0c695993352ff4405f5619da157500dbc2c85')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
-  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 319910, 
owl-lisp/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-09 21:15:42 UTC (rev 319911)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+
+pkgname=owl-lisp
+pkgver=0.1.15
+pkgrel=1
+pkgdesc='Simple purely functional lisp'
+url='https://github.com/aoh/owl-lisp'
+arch=('x86_64')
+license=('MIT')
+depends=('glibc')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aoh/owl-lisp/archive/v${pkgver}.tar.gz)
+sha256sums=('f731a58e6c6e53f6bd0e1dbd985609030828a5ebc41515c9e0ac69d0ca127f84')
+sha512sums=('d890c7207866827bc49275ad478b1e4774d24757e268354d25fb72af850ec2ed1b2d2b5fccee46f8b5021975b5fdb0f5d0b3609a50e4841917fa88d40f5e24a6')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -ri 's|( \$\(CFLAGS\))|\1 $(LDFLAGS)|g' Makefile
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 fasl/* -t "${pkgdir}/var/lib/${pkgname}/fasl"
+  install -Dm 644 LICENCE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et: