[arch-commits] Commit in polyml/repos/community-x86_64 (4 files)

Alexander Rødseth arodseth at archlinux.org
Mon May 28 16:03:10 UTC 2018


    Date: Monday, May 28, 2018 @ 16:03:09
  Author: arodseth
Revision: 332749

archrelease: copy trunk to community-x86_64

Added:
  polyml/repos/community-x86_64/PKGBUILD
    (from rev 332748, polyml/trunk/PKGBUILD)
  polyml/repos/community-x86_64/polyml.install
    (from rev 332748, polyml/trunk/polyml.install)
Deleted:
  polyml/repos/community-x86_64/PKGBUILD
  polyml/repos/community-x86_64/polyml.install

----------------+
 PKGBUILD       |   79 +++++++++++++++++++++++++++----------------------------
 polyml.install |   14 ++++-----
 2 files changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-28 16:02:53 UTC (rev 332748)
+++ PKGBUILD	2018-05-28 16:03:09 UTC (rev 332749)
@@ -1,40 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Mort Yao <soi at mort.ninja>
-# Contributor: Alex Merry <dev at randomguy3.me.uk>
-
-pkgname=polyml
-pkgver=5.7.1
-pkgrel=2
-pkgdesc='Full implementation of Standard ML (SML)'
-arch=('x86_64')
-url='https://polyml.org/'
-license=('LGPL')
-conflicts=('mesa-demo') # /usr/bin/poly
-options=('!libtool')
-depends=('gmp' 'libffi')
-install=polyml.install
-source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('d18dd824b426edaed1cec71dded354b57df9ebdbd38863bc7540a60bd0667028')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  ./configure \
-    --prefix=/usr \
-    --without-x \
-    --with-system-libffi \
-    --with-gmp \
-    --enable-shared
-  make
-}
-
-check() {
-  make -C "$pkgname-$pkgver" -k check
-}
-
-package() {
-  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
-}
-
-# getver: polyml.org
-# vim: ts=2 sw=2 et:

Copied: polyml/repos/community-x86_64/PKGBUILD (from rev 332748, polyml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-28 16:03:09 UTC (rev 332749)
@@ -0,0 +1,39 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Mort Yao <soi at mort.ninja>
+# Contributor: Alex Merry <dev at randomguy3.me.uk>
+
+pkgname=polyml
+pkgver=5.7.1
+pkgrel=2
+pkgdesc='Standard ML compiler originally written in an experimental language called Poly'
+arch=('x86_64')
+url='https://polyml.org/'
+license=('LGPL')
+conflicts=('mesa-demos') # /usr/bin/poly
+options=('!libtool')
+depends=('gmp' 'libffi')
+install=polyml.install
+source=("$pkgname-$pkgver.tar.gz::https://github.com/$pkgname/$pkgname/archive/v$pkgver.tar.gz")
+sha256sums=('d18dd824b426edaed1cec71dded354b57df9ebdbd38863bc7540a60bd0667028')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --enable-shared \
+    --with-system-libffi \
+    --with-gmp
+  make
+}
+
+check() {
+  make -C "$pkgname-$pkgver" -k check
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}
+
+# getver: polyml.org
+# vim: ts=2 sw=2 et:

Deleted: polyml.install
===================================================================
--- polyml.install	2018-05-28 16:02:53 UTC (rev 332748)
+++ polyml.install	2018-05-28 16:03:09 UTC (rev 332749)
@@ -1,7 +0,0 @@
-post_upgrade() {
-  cat << EOF
-If you compile executables using Poly/ML, you should use
-the new polyc script, as this automatically passes the
-correct libraries to the linker.
-EOF
-}

Copied: polyml/repos/community-x86_64/polyml.install (from rev 332748, polyml/trunk/polyml.install)
===================================================================
--- polyml.install	                        (rev 0)
+++ polyml.install	2018-05-28 16:03:09 UTC (rev 332749)
@@ -0,0 +1,7 @@
+post_upgrade() {
+  cat << EOF
+If you compile executables using Poly/ML, you should use
+the new polyc script, as this automatically passes the
+correct libraries to the linker.
+EOF
+}



More information about the arch-commits mailing list