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

Felix Yan felixonmars at archlinux.org
Mon Apr 3 14:39:33 UTC 2017


    Date: Monday, April 3, 2017 @ 14:39:32
  Author: felixonmars
Revision: 220396

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

Added:
  idris/repos/community-i686/PKGBUILD
    (from rev 220395, idris/trunk/PKGBUILD)
  idris/repos/community-x86_64/PKGBUILD
    (from rev 220395, idris/trunk/PKGBUILD)
Deleted:
  idris/repos/community-i686/PKGBUILD
  idris/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   78 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   39 ----------------------
 community-x86_64/PKGBUILD |   39 ----------------------
 3 files changed, 78 insertions(+), 78 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-04-03 14:39:04 UTC (rev 220395)
+++ community-i686/PKGBUILD	2017-04-03 14:39:32 UTC (rev 220396)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=idris
-pkgver=0.99.2
-pkgrel=2
-pkgdesc="Functional Programming Language with Dependent Types"
-url="http://www.idris-lang.org/"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib' 'gcc')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal"
-             "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring"
-             "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" "haskell-code-page"
-             "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" "haskell-mtl"
-             "haskell-libffi" "haskell-network" "haskell-optparse-applicative" "haskell-parsers"
-             "haskell-regex-tdfa" "haskell-safe" "haskell-split" "haskell-terminal-size"
-             "haskell-text" "haskell-transformers-compat" "haskell-trifecta" "haskell-uniplate"
-             "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector"
-             "haskell-vector-binary-instances" "haskell-zip-archive")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz")
-sha512sums=('c59968429de3c846034d078bebb7200e745d143d8c17d8b770ff3b6ac7a00aba855ad6add35a5c7e93d3f89d6041a083b0dfc1b3241f28936bf654c21144468e')
-
-build() {
-    cd "$srcdir"/Idris-dev-$pkgver
-
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
-        --prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir="$pkgname" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup build
-}
-
-package() {
-    cd "$srcdir"/Idris-dev-$pkgver
-    runhaskell Setup copy --destdir="$pkgdir"
-    rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: idris/repos/community-i686/PKGBUILD (from rev 220395, idris/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-04-03 14:39:32 UTC (rev 220396)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=idris
+pkgver=1.0
+pkgrel=1
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal"
+             "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring"
+             "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" "haskell-code-page"
+             "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" "haskell-mtl"
+             "haskell-libffi" "haskell-network" "haskell-optparse-applicative" "haskell-parsers"
+             "haskell-regex-tdfa" "haskell-safe" "haskell-split" "haskell-terminal-size"
+             "haskell-text" "haskell-transformers-compat" "haskell-trifecta" "haskell-uniplate"
+             "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector"
+             "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz")
+sha512sums=('a350004a8510f01d1cc8f965a9a4e2dab219f003980b98354ebb5ae42f73b32c90c98dce193943e9709d994cb92ad35814a46b79412a1afc85d42e1018c6ba10')
+
+build() {
+    cd "$srcdir"/Idris-dev-$pkgver
+
+    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+        --prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir="$pkgname" \
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+    cd "$srcdir"/Idris-dev-$pkgver
+    runhaskell Setup copy --destdir="$pkgdir"
+    rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-04-03 14:39:04 UTC (rev 220395)
+++ community-x86_64/PKGBUILD	2017-04-03 14:39:32 UTC (rev 220396)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=idris
-pkgver=0.99.2
-pkgrel=2
-pkgdesc="Functional Programming Language with Dependent Types"
-url="http://www.idris-lang.org/"
-license=("custom:BSD3")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib' 'gcc')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal"
-             "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring"
-             "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" "haskell-code-page"
-             "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" "haskell-mtl"
-             "haskell-libffi" "haskell-network" "haskell-optparse-applicative" "haskell-parsers"
-             "haskell-regex-tdfa" "haskell-safe" "haskell-split" "haskell-terminal-size"
-             "haskell-text" "haskell-transformers-compat" "haskell-trifecta" "haskell-uniplate"
-             "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector"
-             "haskell-vector-binary-instances" "haskell-zip-archive")
-source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz")
-sha512sums=('c59968429de3c846034d078bebb7200e745d143d8c17d8b770ff3b6ac7a00aba855ad6add35a5c7e93d3f89d6041a083b0dfc1b3241f28936bf654c21144468e')
-
-build() {
-    cd "$srcdir"/Idris-dev-$pkgver
-
-    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
-        --prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir="$pkgname" \
-        --libsubdir=\$compiler/site-local/\$pkgid \
-            -fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
-    LC_CTYPE=en_US.UTF-8 runhaskell Setup build
-}
-
-package() {
-    cd "$srcdir"/Idris-dev-$pkgver
-    runhaskell Setup copy --destdir="$pkgdir"
-    rm -r "$pkgdir"/usr/{lib,share/doc}
-}

Copied: idris/repos/community-x86_64/PKGBUILD (from rev 220395, idris/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-04-03 14:39:32 UTC (rev 220396)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=idris
+pkgver=1.0
+pkgrel=1
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" "haskell-ansi-terminal"
+             "haskell-ansi-wl-pprint" "haskell-async" "haskell-base64-bytestring"
+             "haskell-blaze-html" "haskell-blaze-markup" "haskell-cheapskate" "haskell-code-page"
+             "haskell-fingertree" "haskell-fsnotify" "haskell-ieee754" "haskell-mtl"
+             "haskell-libffi" "haskell-network" "haskell-optparse-applicative" "haskell-parsers"
+             "haskell-regex-tdfa" "haskell-safe" "haskell-split" "haskell-terminal-size"
+             "haskell-text" "haskell-transformers-compat" "haskell-trifecta" "haskell-uniplate"
+             "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector"
+             "haskell-vector-binary-instances" "haskell-zip-archive")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz")
+sha512sums=('a350004a8510f01d1cc8f965a9a4e2dab219f003980b98354ebb5ae42f73b32c90c98dce193943e9709d994cb92ad35814a46b79412a1afc85d42e1018c6ba10')
+
+build() {
+    cd "$srcdir"/Idris-dev-$pkgver
+
+    runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+        --prefix=/usr --docdir="/usr/share/doc/$pkgname" --datasubdir="$pkgname" \
+        --libsubdir=\$compiler/site-local/\$pkgid \
+            -fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+    LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+    cd "$srcdir"/Idris-dev-$pkgver
+    runhaskell Setup copy --destdir="$pkgdir"
+    rm -r "$pkgdir"/usr/{lib,share/doc}
+}



More information about the arch-commits mailing list