[arch-commits] Commit in purescript/repos (4 files)
Felix Yan
felixonmars at archlinux.org
Fri Oct 21 08:37:39 UTC 2016
Date: Friday, October 21, 2016 @ 08:37:39
Author: felixonmars
Revision: 192826
archrelease: copy trunk to community-i686, community-x86_64
Added:
purescript/repos/community-i686/PKGBUILD
(from rev 192825, purescript/trunk/PKGBUILD)
purescript/repos/community-x86_64/PKGBUILD
(from rev 192825, purescript/trunk/PKGBUILD)
Deleted:
purescript/repos/community-i686/PKGBUILD
purescript/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 86 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 43 ----------------------
community-x86_64/PKGBUILD | 43 ----------------------
3 files changed, 86 insertions(+), 86 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-21 08:37:09 UTC (rev 192825)
+++ community-i686/PKGBUILD 2016-10-21 08:37:39 UTC (rev 192826)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=purescript
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="PureScript Programming Language Compiler"
-url="http://www.purescript.org/"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" "haskell-ansi-terminal"
- "haskell-ansi-wl-pprint" "haskell-base-compat" "haskell-bower-json" "haskell-boxes"
- "haskell-clock" "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance"
- "haskell-file-embed" "haskell-fsnotify" "haskell-glob" "haskell-http-client"
- "haskell-http-types" "haskell-language-javascript" "haskell-lifted-base"
- "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
- "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
- "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" "haskell-protolude"
- "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" "haskell-sourcemap"
- "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" "haskell-text"
- "haskell-transformers-base" "haskell-transformers-compat"
- "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector" "haskell-wai"
- "haskell-wai-websockets" "haskell-warp" "haskell-websockets")
-optdepends=('pulp: for development environment')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('1c4881f7a57458e3c5ba64acefad7e50299fe2ed549b42cb32edfa07bc7ac76a')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- runhaskell Setup configure -O --enable-library-profiling --enable-shared \
- --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
- --libsubdir=\$compiler/site-local/\$pkgid
- LC_CTYPE=en_US.UTF-8 runhaskell Setup build
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- runhaskell Setup copy --destdir="${pkgdir}"
- rm -r "$pkgdir"/usr/{lib,share}
-}
Copied: purescript/repos/community-i686/PKGBUILD (from rev 192825, purescript/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-21 08:37:39 UTC (rev 192826)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=purescript
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" "haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-base-compat" "haskell-bower-json" "haskell-boxes"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" "haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" "haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" "haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" "haskell-text"
+ "haskell-transformers-base" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector" "haskell-wai"
+ "haskell-wai-websockets" "haskell-warp" "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('954e333a0f7c860941384289de241b683cbdd606c5c71ab300fe7ac7b3573df0')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+ --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
+ --libsubdir=\$compiler/site-local/\$pkgid
+ LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ runhaskell Setup copy --destdir="${pkgdir}"
+ rm -r "$pkgdir"/usr/{lib,share}
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2016-10-21 08:37:09 UTC (rev 192825)
+++ community-x86_64/PKGBUILD 2016-10-21 08:37:39 UTC (rev 192826)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
-
-pkgname=purescript
-pkgver=0.10.0
-pkgrel=2
-pkgdesc="PureScript Programming Language Compiler"
-url="http://www.purescript.org/"
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=('gmp' 'libffi' 'zlib')
-makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" "haskell-ansi-terminal"
- "haskell-ansi-wl-pprint" "haskell-base-compat" "haskell-bower-json" "haskell-boxes"
- "haskell-clock" "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance"
- "haskell-file-embed" "haskell-fsnotify" "haskell-glob" "haskell-http-client"
- "haskell-http-types" "haskell-language-javascript" "haskell-lifted-base"
- "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
- "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
- "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" "haskell-protolude"
- "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" "haskell-sourcemap"
- "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" "haskell-text"
- "haskell-transformers-base" "haskell-transformers-compat"
- "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector" "haskell-wai"
- "haskell-wai-websockets" "haskell-warp" "haskell-websockets")
-optdepends=('pulp: for development environment')
-source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('1c4881f7a57458e3c5ba64acefad7e50299fe2ed549b42cb32edfa07bc7ac76a')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- runhaskell Setup configure -O --enable-library-profiling --enable-shared \
- --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
- --libsubdir=\$compiler/site-local/\$pkgid
- LC_CTYPE=en_US.UTF-8 runhaskell Setup build
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- runhaskell Setup copy --destdir="${pkgdir}"
- rm -r "$pkgdir"/usr/{lib,share}
-}
Copied: purescript/repos/community-x86_64/PKGBUILD (from rev 192825, purescript/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-21 08:37:39 UTC (rev 192826)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Arch Haskell Team <arch-haskell at haskell.org>
+
+pkgname=purescript
+pkgver=0.10.1
+pkgrel=1
+pkgdesc="PureScript Programming Language Compiler"
+url="http://www.purescript.org/"
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-better-errors" "haskell-ansi-terminal"
+ "haskell-ansi-wl-pprint" "haskell-base-compat" "haskell-bower-json" "haskell-boxes"
+ "haskell-clock" "haskell-data-ordlist" "haskell-dlist" "haskell-edit-distance"
+ "haskell-file-embed" "haskell-fsnotify" "haskell-glob" "haskell-http-client"
+ "haskell-http-types" "haskell-language-javascript" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-parallel" "haskell-parsec"
+ "haskell-pattern-arrows" "haskell-pipes" "haskell-pipes-http" "haskell-protolude"
+ "haskell-regex-tdfa" "haskell-safe" "haskell-semigroups" "haskell-sourcemap"
+ "haskell-spdx" "haskell-split" "haskell-stm" "haskell-syb" "haskell-text"
+ "haskell-transformers-base" "haskell-transformers-compat"
+ "haskell-unordered-containers" "haskell-utf8-string" "haskell-vector" "haskell-wai"
+ "haskell-wai-websockets" "haskell-warp" "haskell-websockets")
+optdepends=('pulp: for development environment')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha256sums=('954e333a0f7c860941384289de241b683cbdd606c5c71ab300fe7ac7b3573df0')
+
+build() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+ --prefix=/usr --docdir="/usr/share/doc/${pkgbase}" --datasubdir="$pkgbase" \
+ --libsubdir=\$compiler/site-local/\$pkgid
+ LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+}
+
+package() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+ runhaskell Setup copy --destdir="${pkgdir}"
+ rm -r "$pkgdir"/usr/{lib,share}
+}
More information about the arch-commits
mailing list