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

Levente Polyak anthraxx at archlinux.org
Mon Nov 14 18:37:14 UTC 2016


    Date: Monday, November 14, 2016 @ 18:37:13
  Author: anthraxx
Revision: 195891

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

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

---------------------------+
 /PKGBUILD                 |   64 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   27 ------------------
 community-x86_64/PKGBUILD |   27 ------------------
 3 files changed, 64 insertions(+), 54 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-11-14 18:37:01 UTC (rev 195890)
+++ community-i686/PKGBUILD	2016-11-14 18:37:13 UTC (rev 195891)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=owl-lisp
-pkgver=0.1.13
-pkgrel=2
-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)
-sha512sums=('141543d8c5c8e3bca504fdeb533b2bc10e455f72bf24bb454c24d146a991f92b0b0777eef32cf12f9ddf50ee05a1ad143c80ea075f7f25946acb6eb61bc010c0')
-
-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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-i686/PKGBUILD (from rev 195890, owl-lisp/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-11-14 18:37:13 UTC (rev 195891)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=owl-lisp
+pkgver=0.1.13
+pkgrel=3
+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)
+sha512sums=('141543d8c5c8e3bca504fdeb533b2bc10e455f72bf24bb454c24d146a991f92b0b0777eef32cf12f9ddf50ee05a1ad143c80ea075f7f25946acb6eb61bc010c0')
+
+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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-11-14 18:37:01 UTC (rev 195890)
+++ community-x86_64/PKGBUILD	2016-11-14 18:37:13 UTC (rev 195891)
@@ -1,27 +0,0 @@
-# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
-
-pkgname=owl-lisp
-pkgver=0.1.13
-pkgrel=2
-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)
-sha512sums=('141543d8c5c8e3bca504fdeb533b2bc10e455f72bf24bb454c24d146a991f92b0b0777eef32cf12f9ddf50ee05a1ad143c80ea075f7f25946acb6eb61bc010c0')
-
-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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: owl-lisp/repos/community-x86_64/PKGBUILD (from rev 195890, owl-lisp/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-11-14 18:37:13 UTC (rev 195891)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak <anthraxx[at]archlinux[dot]org>
+
+pkgname=owl-lisp
+pkgver=0.1.13
+pkgrel=3
+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)
+sha512sums=('141543d8c5c8e3bca504fdeb533b2bc10e455f72bf24bb454c24d146a991f92b0b0777eef32cf12f9ddf50ee05a1ad143c80ea075f7f25946acb6eb61bc010c0')
+
+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 "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list