[arch-commits] Commit in haskell-servant-server/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:52:07
  Author: felixonmars
Revision: 243974

upgpkg: haskell-servant-server 0.11-9

rebuild with scientific,0.3.5.1

Modified:
  haskell-servant-server/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:49:27 UTC (rev 243973)
+++ PKGBUILD2017-07-11 06:52:07 UTC (rev 243974)
@@ -5,7 +5,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.11
-pkgrel=8
+pkgrel=9
 pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
 url="http://haskell-servant.readthedocs.org/";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-servant-server/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:52:31
  Author: felixonmars
Revision: 243975

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

Added:
  haskell-servant-server/repos/community-staging-i686/
  haskell-servant-server/repos/community-staging-i686/PKGBUILD
(from rev 243974, haskell-servant-server/trunk/PKGBUILD)
  haskell-servant-server/repos/community-staging-x86_64/
  haskell-servant-server/repos/community-staging-x86_64/PKGBUILD
(from rev 243974, haskell-servant-server/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: haskell-servant-server/repos/community-staging-i686/PKGBUILD (from rev 
243974, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:52:31 UTC (rev 243975)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.11
+pkgrel=9
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base-compat" "haskell-aeson" "haskell-attoparsec"
+ "haskell-base64-bytestring" "haskell-exceptions" 
"haskell-http-api-data"
+ "haskell-http-types" "haskell-network-uri" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-network" "haskell-safe" "haskell-servant" "haskell-split"
+ "haskell-string-conversions" "haskell-system-filepath" 
"haskell-resourcet" "haskell-tagged"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('2b0ee788d4c3aca2234aa147e2b0c5acb6202483a198bdba3d3b9023540c02b1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 243974, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:52:31 UTC (rev 243975)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.11
+pkgrel=9
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base-compat" "haskell-aeson" "haskell-attoparsec"
+ "haskell-base64-bytestring" "haskell-exceptions" 
"haskell-http-api-data"
+ "haskell-http-types" "haskell-network-uri" "haskell-monad-control" 
"haskell-mtl"
+ "haskell-network" "haskell-safe" "haskell-servant" "haskell-split"
+ "haskell-string-conversions" "haskell-system-filepath" 
"haskell-resourcet" "haskell-tagged"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat" "haskell-wai"
+ "haskell-wai-app-static" "haskell-warp" "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('2b0ee788d4c3aca2234aa147e2b0c5acb6202483a198bdba3d3b9023540c02b1')
+
+build() {
+   

[arch-commits] Commit in qt4/repos (72 files)

2017-07-10 Thread Antonio Rojas
Date: Tuesday, July 11, 2017 @ 06:51:59
  Author: arojas
Revision: 300073

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

Added:
  qt4/repos/extra-i686/PKGBUILD
(from rev 300072, qt4/trunk/PKGBUILD)
  qt4/repos/extra-i686/assistant-qt4.desktop
(from rev 300072, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-i686/designer-qt4.desktop
(from rev 300072, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-i686/disable-sslv3.patch
(from rev 300072, qt4/trunk/disable-sslv3.patch)
  qt4/repos/extra-i686/glib-honor-ExcludeSocketNotifiers-flag.diff
(from rev 300072, qt4/trunk/glib-honor-ExcludeSocketNotifiers-flag.diff)
  qt4/repos/extra-i686/improve-cups-support.patch
(from rev 300072, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-i686/kde4-settings.patch
(from rev 300072, qt4/trunk/kde4-settings.patch)
  qt4/repos/extra-i686/kubuntu_14_systemtrayicon.diff
(from rev 300072, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/extra-i686/l-qclipboard_delay.patch
(from rev 300072, qt4/trunk/l-qclipboard_delay.patch)
  qt4/repos/extra-i686/l-qclipboard_fix_recursive.patch
(from rev 300072, qt4/trunk/l-qclipboard_fix_recursive.patch)
  qt4/repos/extra-i686/linguist-qt4.desktop
(from rev 300072, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-i686/moc-boost-workaround.patch
(from rev 300072, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
(from rev 300072, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-i686/qt4-gcc6.patch
(from rev 300072, qt4/trunk/qt4-gcc6.patch)
  qt4/repos/extra-i686/qt4-glibc-2.25.patch
(from rev 300072, qt4/trunk/qt4-glibc-2.25.patch)
  qt4/repos/extra-i686/qt4-icu59.patch
(from rev 300072, qt4/trunk/qt4-icu59.patch)
  qt4/repos/extra-i686/qt4-openssl-1.1.patch
(from rev 300072, qt4/trunk/qt4-openssl-1.1.patch)
  qt4/repos/extra-i686/qtconfig-qt4.desktop
(from rev 300072, qt4/trunk/qtconfig-qt4.desktop)
  qt4/repos/extra-x86_64/PKGBUILD
(from rev 300072, qt4/trunk/PKGBUILD)
  qt4/repos/extra-x86_64/assistant-qt4.desktop
(from rev 300072, qt4/trunk/assistant-qt4.desktop)
  qt4/repos/extra-x86_64/designer-qt4.desktop
(from rev 300072, qt4/trunk/designer-qt4.desktop)
  qt4/repos/extra-x86_64/disable-sslv3.patch
(from rev 300072, qt4/trunk/disable-sslv3.patch)
  qt4/repos/extra-x86_64/glib-honor-ExcludeSocketNotifiers-flag.diff
(from rev 300072, qt4/trunk/glib-honor-ExcludeSocketNotifiers-flag.diff)
  qt4/repos/extra-x86_64/improve-cups-support.patch
(from rev 300072, qt4/trunk/improve-cups-support.patch)
  qt4/repos/extra-x86_64/kde4-settings.patch
(from rev 300072, qt4/trunk/kde4-settings.patch)
  qt4/repos/extra-x86_64/kubuntu_14_systemtrayicon.diff
(from rev 300072, qt4/trunk/kubuntu_14_systemtrayicon.diff)
  qt4/repos/extra-x86_64/l-qclipboard_delay.patch
(from rev 300072, qt4/trunk/l-qclipboard_delay.patch)
  qt4/repos/extra-x86_64/l-qclipboard_fix_recursive.patch
(from rev 300072, qt4/trunk/l-qclipboard_fix_recursive.patch)
  qt4/repos/extra-x86_64/linguist-qt4.desktop
(from rev 300072, qt4/trunk/linguist-qt4.desktop)
  qt4/repos/extra-x86_64/moc-boost-workaround.patch
(from rev 300072, qt4/trunk/moc-boost-workaround.patch)
  qt4/repos/extra-x86_64/qdbusviewer-qt4.desktop
(from rev 300072, qt4/trunk/qdbusviewer-qt4.desktop)
  qt4/repos/extra-x86_64/qt4-gcc6.patch
(from rev 300072, qt4/trunk/qt4-gcc6.patch)
  qt4/repos/extra-x86_64/qt4-glibc-2.25.patch
(from rev 300072, qt4/trunk/qt4-glibc-2.25.patch)
  qt4/repos/extra-x86_64/qt4-icu59.patch
(from rev 300072, qt4/trunk/qt4-icu59.patch)
  qt4/repos/extra-x86_64/qt4-openssl-1.1.patch
(from rev 300072, qt4/trunk/qt4-openssl-1.1.patch)
  qt4/repos/extra-x86_64/qtconfig-qt4.desktop
(from rev 300072, qt4/trunk/qtconfig-qt4.desktop)
Deleted:
  qt4/repos/extra-i686/PKGBUILD
  qt4/repos/extra-i686/assistant-qt4.desktop
  qt4/repos/extra-i686/designer-qt4.desktop
  qt4/repos/extra-i686/disable-sslv3.patch
  qt4/repos/extra-i686/glib-honor-ExcludeSocketNotifiers-flag.diff
  qt4/repos/extra-i686/improve-cups-support.patch
  qt4/repos/extra-i686/kde4-settings.patch
  qt4/repos/extra-i686/kubuntu_14_systemtrayicon.diff
  qt4/repos/extra-i686/l-qclipboard_delay.patch
  qt4/repos/extra-i686/l-qclipboard_fix_recursive.patch
  qt4/repos/extra-i686/linguist-qt4.desktop
  qt4/repos/extra-i686/moc-boost-workaround.patch
  qt4/repos/extra-i686/qdbusviewer-qt4.desktop
  qt4/repos/extra-i686/qt4-gcc6.patch
  qt4/repos/extra-i686/qt4-glibc-2.25.patch
  qt4/repos/extra-i686/qt4-icu59.patch
  qt4/repos/extra-i686/qt4-openssl-1.1.patch
  qt4/repos/extra-i686/qtconfig-qt4.desktop
  qt4/repos/extra-x86_64/PKGBUILD
  qt4/repos/extra-x86_64/assistant-qt4.desktop
  qt4/repos/extra-x86_64/designer-qt4.desktop
  qt4/repos/extra-x86_64/disable-sslv3.patch
  qt4/repos/extra-x86_64/glib-honor-ExcludeSocketNotifiers-flag.diff
  qt4/repos/extra-x86_64/improve-cups-support.pat

[arch-commits] Commit in qt4/trunk (PKGBUILD)

2017-07-10 Thread Antonio Rojas
Date: Tuesday, July 11, 2017 @ 06:50:43
  Author: arojas
Revision: 300072

PIE rebuild

Modified:
  qt4/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:58:48 UTC (rev 300071)
+++ PKGBUILD2017-07-11 06:50:43 UTC (rev 300072)
@@ -5,7 +5,7 @@
 
 pkgname=qt4
 pkgver=4.8.7
-pkgrel=21
+pkgrel=22
 arch=('i686' 'x86_64')
 url='http://www.qt.io'
 license=('GPL3' 'LGPL' 'FDL' 'custom')


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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:49:27
  Author: felixonmars
Revision: 243973

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

Added:
  haskell-servant/repos/community-staging-i686/
  haskell-servant/repos/community-staging-i686/PKGBUILD
(from rev 243972, haskell-servant/trunk/PKGBUILD)
  haskell-servant/repos/community-staging-x86_64/
  haskell-servant/repos/community-staging-x86_64/PKGBUILD
(from rev 243972, haskell-servant/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-x86_64/PKGBUILD |   52 
 2 files changed, 104 insertions(+)

Copied: haskell-servant/repos/community-staging-i686/PKGBUILD (from rev 243972, 
haskell-servant/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:49:27 UTC (rev 243973)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant
+pkgname=haskell-servant
+pkgver=0.11
+pkgrel=5
+pkgdesc="A family of combinators for defining webservices APIs"
+url="http://haskell-servant.readthedocs.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base-compat" "haskell-aeson" "haskell-attoparsec" 
"haskell-case-insensitive"
+ "haskell-http-api-data" "haskell-http-media" "haskell-http-types"
+ "haskell-natural-transformation" "haskell-mtl" "haskell-mmorph" 
"haskell-tagged"
+ "haskell-text" "haskell-string-conversions" "haskell-network-uri" 
"haskell-vault")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('c5b3f7af140fdafd3f646dcea6720c1b3b8a376f1f19a020b200acde64846b03')
+
+prepare() {
+sed -i 's/, http-media>= 0.4  && < 0.7/, http-media
>= 0.4  \&\& < 0.8/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-servant/repos/community-staging-x86_64/PKGBUILD (from rev 
243972, haskell-servant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:49:27 UTC (rev 243973)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant
+pkgname=haskell-servant
+pkgver=0.11
+pkgrel=5
+pkgdesc="A family of combinators for defining webservices APIs"
+url="http://haskell-servant.readthedocs.org/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base-compat" "haskell-aeson" "haskell-attoparsec" 
"haskell-case-insensitive"
+ "haskell-http-api-data" "haskell-http-media" "haskell-http-types"
+ "haskell-natural-transformation" "haskell-mtl" "haskell-mmorph" 
"haskell-tagged"
+ "haskell-text" "haskell-string-conversions" "haskell-network-uri" 
"haskell-vault")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('c5b3f7af140fdafd3f646dcea6720c1b3b8a376f1f19a020b200acde64846b03')
+
+prepare() {
+sed -i 's/, http-media>= 0.4  && < 0.7/, http-media
>= 0.4  \&\& < 0.8/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid

[arch-commits] Commit in haskell-servant/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:49:04
  Author: felixonmars
Revision: 243972

upgpkg: haskell-servant 0.11-5

rebuild with scientific,0.3.5.1

Modified:
  haskell-servant/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:47:23 UTC (rev 243971)
+++ PKGBUILD2017-07-11 06:49:04 UTC (rev 243972)
@@ -5,7 +5,7 @@
 _hkgname=servant
 pkgname=haskell-servant
 pkgver=0.11
-pkgrel=4
+pkgrel=5
 pkgdesc="A family of combinators for defining webservices APIs"
 url="http://haskell-servant.readthedocs.org/";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-http-api-data/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:47:23
  Author: felixonmars
Revision: 243971

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

Added:
  haskell-http-api-data/repos/community-staging-i686/
  haskell-http-api-data/repos/community-staging-i686/PKGBUILD
(from rev 243970, haskell-http-api-data/trunk/PKGBUILD)
  haskell-http-api-data/repos/community-staging-x86_64/
  haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD
(from rev 243970, haskell-http-api-data/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-http-api-data/repos/community-staging-i686/PKGBUILD (from rev 
243970, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:47:23 UTC (rev 243971)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.3.7.1
+pkgrel=12
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="http://github.com/fizruk/http-api-data";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 
'haskell-hashable'
+ 'haskell-http-types' 'haskell-text' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-uri-bytestring' 
'haskell-uuid-types')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('896e7e9737bb0d5869d1e1aa1d4a06409c1f56a5b508166b1aaf202ef638a2273c226beae22575b378254966c7b5be1b668efb91f2a744b8b73a2a3013552efb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-text-show
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD (from rev 
243970, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:47:23 UTC (rev 243971)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.3.7.1
+pkgrel=12
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="http://github.com/fizruk/http-api-data";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-attoparsec-iso8601' 
'haskell-hashable'
+ 'haskell-http-types' 'haskell-text' 'haskell-time-locale-compat'
+ 'haskell-unordered-containers' 'haskell-uri-bytestring' 
'haskell-uuid-types')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('896e7e9737bb0d5869d1e1aa1d4a06409c1f56a5b508166b1aaf202ef638a2273c226beae22575b378254966c7b5be1b668efb91f2a744b8b73a2a3013552efb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-text-show
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" reg

[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:47:00
  Author: felixonmars
Revision: 243970

upgpkg: haskell-http-api-data 0.3.7.1-12

rebuild with scientific,0.3.5.1

Modified:
  haskell-http-api-data/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:46:07 UTC (rev 243969)
+++ PKGBUILD2017-07-11 06:47:00 UTC (rev 243970)
@@ -5,7 +5,7 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.3.7.1
-pkgrel=11
+pkgrel=12
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
 url="http://github.com/fizruk/http-api-data";
 license=("custom:BSD3")


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

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:46:07
  Author: bpiotrowski
Revision: 243969

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-11 06:45:49 UTC (rev 243968)
+++ community-i686/PKGBUILD 2017-07-11 06:46:07 UTC (rev 243969)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: MeMi69 
-
-pkgname=marsyas
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://marsyas.info";
-depends=('jack2' 'alsa-lib' 'gcc-libs' 'libvorbis' 'libmad' 'lame')
-optdepends=('qt5-declarative: for marsyas-inspector')
-makedepends=('cmake' 'qt5-declarative' 'doxygen')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marsyas/marsyas/archive/version-$pkgver.tar.gz";)
-md5sums=('2ef63105ddd9e6095a1e2d697acb49aa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=1 \
--DWITH_MAD=1 \
--DWITH_LAME=1 \
--DWITH_VORBIS=1 \
-../$pkgname-version-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install 
-}

Copied: marsyas/repos/community-i686/PKGBUILD (from rev 243968, 
marsyas/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:46:07 UTC (rev 243969)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: MeMi69 
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=3
+pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://marsyas.info";
+depends=('jack2' 'alsa-lib' 'gcc-libs' 'libvorbis' 'libmad' 'lame')
+optdepends=('qt5-declarative: for marsyas-inspector')
+makedepends=('cmake' 'qt5-declarative' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marsyas/marsyas/archive/version-$pkgver.tar.gz";)
+md5sums=('2ef63105ddd9e6095a1e2d697acb49aa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_SKIP_RPATH=1 \
+-DWITH_MAD=1 \
+-DWITH_LAME=1 \
+-DWITH_VORBIS=1 \
+../$pkgname-version-$pkgver
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install 
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-11 06:45:49 UTC (rev 243968)
+++ community-x86_64/PKGBUILD   2017-07-11 06:46:07 UTC (rev 243969)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: MeMi69 
-
-pkgname=marsyas
-pkgver=0.5.0
-pkgrel=2
-pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://marsyas.info";
-depends=('jack2' 'alsa-lib' 'gcc-libs' 'libvorbis' 'libmad' 'lame')
-optdepends=('qt5-declarative: for marsyas-inspector')
-makedepends=('cmake' 'qt5-declarative' 'doxygen')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/marsyas/marsyas/archive/version-$pkgver.tar.gz";)
-md5sums=('2ef63105ddd9e6095a1e2d697acb49aa')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_SKIP_RPATH=1 \
--DWITH_MAD=1 \
--DWITH_LAME=1 \
--DWITH_VORBIS=1 \
-../$pkgname-version-$pkgver
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir" install 
-}

Copied: marsyas/repos/community-x86_64/PKGBUILD (from rev 243968, 
marsyas/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-07-11 06:46:07 UTC (rev 243969)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: MeMi69 
+
+pkgname=marsyas
+pkgver=0.5.0
+pkgrel=3
+pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
+arch=('i686' 'x86_64')
+license=('GPL')
+url="http://marsyas.info";
+depends=('jack2' 'alsa-lib' 'gcc-libs' 'libvorbis' 'libmad' 'lame')
+optdepends=('qt5-declarative: for marsyas-inspector')
+makedepends=('cmake' 'qt5-declarative' 'doxygen')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/marsyas/marsyas/archive/version-$pkgver.tar.gz";)

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

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:45:49
  Author: bpiotrowski
Revision: 243968

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-11 06:45:15 UTC (rev 243967)
+++ community-i686/PKGBUILD 2017-07-11 06:45:49 UTC (rev 243968)
@@ -1,82 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=unicorn
-pkgname=('unicorn' 'python-unicorn' 'python2-unicorn' 'ruby-unicorn')
-pkgver=1.0.1
-pkgrel=1
-pkgdesc='Lightweight, multi-platform, multi-architecture CPU emulator 
framework based on QEMU'
-url='http://www.unicorn-engine.org'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'ruby')
-checkdepends=('cmocka')
-options=('staticlibs' '!emptydirs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/unicorn-engine/unicorn/archive/${pkgver}.tar.gz)
-sha512sums=('edfe1f7bfbc1d20f5b62232057e194a937bc09db686ef2efadb33a54605029a53426432cdb2a29511385aacdb9343b3b3091af50a1909098d7cf6db3429eb966')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  sed 's|-O3|-O2|g' -i Makefile qemu/configure
-  sed 's|-g ||g' -i qemu/configure
-  sed 's|UNICORN_DEBUG ?= yes|UNICORN_DEBUG ?= no|g' -i config.mk
-  cp -ra bindings/python{,2}
-  sed -r 's|(python)$|\12|' -i bindings/python2/*.py
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make UNICORN_QEMU_FLAGS="--python=/usr/bin/python2"
-  (cd bindings
-python const_generator.py python
-python const_generator.py ruby
-  )
-  (cd bindings/python
-python setup.py build
-  )
-  (cd bindings/python2
-python2 setup.py build
-  )
-  (cd bindings/ruby/unicorn_gem
-gem build unicorn.gemspec
-  )
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  # Tests are not supported right now, hope they get some love soon
-  # make test
-}
-
-package_unicorn() {
-  depends=('glibc')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 samples/*.c -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-package_python-unicorn() {
-  depends=('python' 'unicorn')
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 sample* shellcode.py -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-package_python2-unicorn() {
-  depends=('python2' 'unicorn')
-  cd ${pkgbase}-${pkgver}/bindings/python2
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 644 sample* shellcode.py -t 
"${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-package_ruby-unicorn() {
-  depends=('ruby' 'unicorn')
-  cd ${pkgbase}-${pkgver}/bindings/ruby/unicorn_gem
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
\
--n "${pkgdir}/usr/bin" ${pkgbase}-*.gem -- 
--with-opt-include="${srcdir}/${pkgbase}-${pkgver}/include"
-  rm -r "${pkgdir}/${_gemdir}"/{cache/${pkgbase}-*.gem,build_info}
-  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
-  install -Dm 644 ../sample* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-# vim: ts=2 sw=2 et:

Copied: unicorn/repos/community-i686/PKGBUILD (from rev 243967, 
unicorn/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:45:49 UTC (rev 243968)
@@ -0,0 +1,82 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=unicorn
+pkgname=('unicorn' 'python-unicorn' 'python2-unicorn' 'ruby-unicorn')
+pkgver=1.0.1
+pkgrel=2
+pkgdesc='Lightweight, multi-platform, multi-architecture CPU emulator 
framework based on QEMU'
+url='http://www.unicorn-engine.org'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools' 
'ruby')
+checkdepends=('cmocka')
+options=('staticlibs' '!emptydirs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/unicorn-engine/unicorn/archive/${pkgver}.tar.gz)
+sha512sums=('edfe1f7bfbc1d20f5b62232057e194a937bc09db686ef2efadb33a54605029a53426432cdb2a29511385aacdb9343b3b3091af50a1909098d7cf6db3429eb966')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  sed 's|-O3|-O2|g' -i Makefile qemu/configure
+  sed 's|-g ||g' -i qemu/configure
+  sed 's|UNICORN_DEBUG ?= yes|UNICORN_DEBUG ?= no|g' -i config.mk
+  cp -ra bindings

[arch-commits] Commit in haskell-uri-bytestring/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:45:09
  Author: felixonmars
Revision: 243966

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

Added:
  haskell-uri-bytestring/repos/community-staging-i686/
  haskell-uri-bytestring/repos/community-staging-i686/PKGBUILD
(from rev 243964, haskell-uri-bytestring/trunk/PKGBUILD)
  haskell-uri-bytestring/repos/community-staging-x86_64/
  haskell-uri-bytestring/repos/community-staging-x86_64/PKGBUILD
(from rev 243964, haskell-uri-bytestring/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-uri-bytestring/repos/community-staging-i686/PKGBUILD (from rev 
243964, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:45:09 UTC (rev 243966)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.3.3
+pkgrel=5
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('eda9ac8ff3698311bf02f2f338d13f6671887c6598710e8784eb37ba6d12cc8e01853ee3355fa08b1e0f9fb5bda3761a3de6141fb40bf6c6efe84f704fa39759')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-Werror
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-uri-bytestring/repos/community-staging-x86_64/PKGBUILD (from 
rev 243964, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:45:09 UTC (rev 243966)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.3.3
+pkgrel=5
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('eda9ac8ff3698311bf02f2f338d13f6671887c6598710e8784eb37ba6d12cc8e01853ee3355fa08b1e0f9fb5bda3761a3de6141fb40bf6c6efe84f704fa39759')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-Werror
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/

[arch-commits] Commit in unittestpp/repos (8 files)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:45:15
  Author: bpiotrowski
Revision: 243967

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

Added:
  unittestpp/repos/community-i686/PKGBUILD
(from rev 243966, unittestpp/trunk/PKGBUILD)
  unittestpp/repos/community-i686/unittest++.pc
(from rev 243966, unittestpp/trunk/unittest++.pc)
  unittestpp/repos/community-x86_64/PKGBUILD
(from rev 243966, unittestpp/trunk/PKGBUILD)
  unittestpp/repos/community-x86_64/unittest++.pc
(from rev 243966, unittestpp/trunk/unittest++.pc)
Deleted:
  unittestpp/repos/community-i686/PKGBUILD
  unittestpp/repos/community-i686/unittest++.pc
  unittestpp/repos/community-x86_64/PKGBUILD
  unittestpp/repos/community-x86_64/unittest++.pc

+
 /PKGBUILD  |   78 +++
 /unittest++.pc |   28 ++
 community-i686/PKGBUILD|   39 ---
 community-i686/unittest++.pc   |   14 ---
 community-x86_64/PKGBUILD  |   39 ---
 community-x86_64/unittest++.pc |   14 ---
 6 files changed, 106 insertions(+), 106 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-11 06:45:09 UTC (rev 243966)
+++ community-i686/PKGBUILD 2017-07-11 06:45:15 UTC (rev 243967)
@@ -1,39 +0,0 @@
-# $Id:
-# Maintainer : Martin Wimpress 
-# Contributor: Jorge Araya Navarro 
-# Contributor: Piotr Beling 
-# Contributor: Vianney le Clément 
-
-pkgname=unittestpp
-pkgver=1.6.1
-pkgrel=1
-pkgdesc="A lightweight unit testing framework for C++"
-arch=('i686' 'x86_64')
-url="http://unittest-cpp.sourceforge.net/";
-depends=('gcc-libs')
-makedepends=('cmake')
-source=("https://github.com/unittest-cpp/unittest-cpp/archive/v${pkgver}.tar.gz";
-'unittest++.pc')
-md5sums=('986bfb4e9bc66138557f4eb208bd2d8c'
- 'fa35c8a0274264dcb75e5106c5b3deb7')
-license=('MIT')
-options=('staticlibs')
-
-build() {
-cd unittest-cpp-$pkgver
-
-cmake . \
- -DCMAKE_INSTALL_PREFIX=/usr
-make all
-}
-
-package() {
-install -dm755 "${pkgdir}/usr/lib/pkgconfig"
-install -m644 unittest++.pc "${pkgdir}/usr/lib/pkgconfig"
-
-cd unittest-cpp-$pkgver
-
-make DESTDIR="$pkgdir" install
-
-install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: unittestpp/repos/community-i686/PKGBUILD (from rev 243966, 
unittestpp/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:45:15 UTC (rev 243967)
@@ -0,0 +1,39 @@
+# $Id:
+# Maintainer : Martin Wimpress 
+# Contributor: Jorge Araya Navarro 
+# Contributor: Piotr Beling 
+# Contributor: Vianney le Clément 
+
+pkgname=unittestpp
+pkgver=1.6.1
+pkgrel=2
+pkgdesc="A lightweight unit testing framework for C++"
+arch=('i686' 'x86_64')
+url="http://unittest-cpp.sourceforge.net/";
+depends=('gcc-libs')
+makedepends=('cmake')
+source=("https://github.com/unittest-cpp/unittest-cpp/archive/v${pkgver}.tar.gz";
+'unittest++.pc')
+md5sums=('986bfb4e9bc66138557f4eb208bd2d8c'
+ 'fa35c8a0274264dcb75e5106c5b3deb7')
+license=('MIT')
+options=('staticlibs')
+
+build() {
+cd unittest-cpp-$pkgver
+
+cmake . \
+ -DCMAKE_INSTALL_PREFIX=/usr
+make all
+}
+
+package() {
+install -dm755 "${pkgdir}/usr/lib/pkgconfig"
+install -m644 unittest++.pc "${pkgdir}/usr/lib/pkgconfig"
+
+cd unittest-cpp-$pkgver
+
+make DESTDIR="$pkgdir" install
+
+install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/unittest++.pc
===
--- community-i686/unittest++.pc2017-07-11 06:45:09 UTC (rev 243966)
+++ community-i686/unittest++.pc2017-07-11 06:45:15 UTC (rev 243967)
@@ -1,14 +0,0 @@
-# pkg-config source file
-
-prefix=/usr
-exec_prefix=${prefix}
-libdir=${exec_prefix}/lib
-includedir=${prefix}/include
-
-Name: unittest++
-Description: UnitTest++ is a unit testing framework for C++
-Version: 1.4
-Requires:
-Conflicts:
-Libs: -L${libdir} -lUnitTest++
-Cflags: -I${includedir}/unittest++

Copied: unittestpp/repos/community-i686/unittest++.pc (from rev 243966, 
unittestpp/trunk/unittest++.pc)
===
--- community-i686/unittest++.pc(rev 0)
+++ community-i686/unittest++.pc2017-07-11 06:45:15 UTC (rev 243967)
@@ -0,0 +1,14 @@
+# pkg-config source file
+
+prefix=/usr
+exec_prefix=${prefix}
+libdir=${exec_prefix}/lib
+includedir=${prefix}/include
+
+Name: unittest++
+Description: UnitTest++ is a unit testing framework for C++
+Version: 1.4
+Requires:
+Conflicts:
+Libs: -L${libdir} -lUnitTest++
+Cflags: -I${includedir}/unittest++

Deleted: community-x86_64/PKGBUILD
=

[arch-commits] Commit in unittestpp/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:45:04
  Author: bpiotrowski
Revision: 243965

1.6.1-2: PIE static libraries rebuild

Modified:
  unittestpp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:44:46 UTC (rev 243964)
+++ PKGBUILD2017-07-11 06:45:04 UTC (rev 243965)
@@ -6,7 +6,7 @@
 
 pkgname=unittestpp
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A lightweight unit testing framework for C++"
 arch=('i686' 'x86_64')
 url="http://unittest-cpp.sourceforge.net/";


[arch-commits] Commit in haskell-uri-bytestring/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:44:46
  Author: felixonmars
Revision: 243964

upgpkg: haskell-uri-bytestring 0.2.3.3-5

rebuild with scientific,0.3.5.1

Modified:
  haskell-uri-bytestring/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:44:39 UTC (rev 243963)
+++ PKGBUILD2017-07-11 06:44:46 UTC (rev 243964)
@@ -4,7 +4,7 @@
 _hkgname=uri-bytestring
 pkgname=haskell-uri-bytestring
 pkgver=0.2.3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Haskell URI parsing as ByteStrings"
 url="https://github.com/Soostone/uri-bytestring";
 license=('custom:BSD3')


[arch-commits] Commit in unicorn/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:44:39
  Author: bpiotrowski
Revision: 243963

1.0.1-2: PIE static libraries rebuild

Modified:
  unicorn/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:44:37 UTC (rev 243962)
+++ PKGBUILD2017-07-11 06:44:39 UTC (rev 243963)
@@ -3,7 +3,7 @@
 pkgbase=unicorn
 pkgname=('unicorn' 'python-unicorn' 'python2-unicorn' 'ruby-unicorn')
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight, multi-platform, multi-architecture CPU emulator 
framework based on QEMU'
 url='http://www.unicorn-engine.org'
 arch=('i686' 'x86_64')


[arch-commits] Commit in ponyc/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:44:37
  Author: bpiotrowski
Revision: 243962

0.13.1-2: PIE static libraries rebuild

Modified:
  ponyc/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:44:34 UTC (rev 243961)
+++ PKGBUILD2017-07-11 06:44:37 UTC (rev 243962)
@@ -3,7 +3,7 @@
 
 pkgname=ponyc
 pkgver=0.13.1
-pkgrel=1
+pkgrel=2
 pkgdesc='An actor model, capabilities, high performance programming language'
 url='http://ponylang.org/'
 arch=('x86_64')


[arch-commits] Commit in libstrophe/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:44:18
  Author: bpiotrowski
Revision: 243960

1:0.9.1-3: PIE static libraries rebuild

Modified:
  libstrophe/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:44:15 UTC (rev 243959)
+++ PKGBUILD2017-07-11 06:44:18 UTC (rev 243960)
@@ -4,7 +4,7 @@
 pkgbase=libstrophe
 pkgname=('libstrophe' 'libstrophe-doc')
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc='Simple, lightweight C library for writing XMPP clients'
 url='http://strophe.im/libstrophe/'


[arch-commits] Commit in libmesode/repos (8 files)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:44:15
  Author: bpiotrowski
Revision: 243959

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

Added:
  libmesode/repos/community-i686/PKGBUILD
(from rev 243958, libmesode/trunk/PKGBUILD)
  libmesode/repos/community-i686/openssl-1.1.0.patch
(from rev 243958, libmesode/trunk/openssl-1.1.0.patch)
  libmesode/repos/community-x86_64/PKGBUILD
(from rev 243958, libmesode/trunk/PKGBUILD)
  libmesode/repos/community-x86_64/openssl-1.1.0.patch
(from rev 243958, libmesode/trunk/openssl-1.1.0.patch)
Deleted:
  libmesode/repos/community-i686/PKGBUILD
  libmesode/repos/community-i686/openssl-1.1.0.patch
  libmesode/repos/community-x86_64/PKGBUILD
  libmesode/repos/community-x86_64/openssl-1.1.0.patch

--+
 /PKGBUILD|  104 +++
 /openssl-1.1.0.patch |  124 +
 community-i686/PKGBUILD  |   52 -
 community-i686/openssl-1.1.0.patch   |   62 
 community-x86_64/PKGBUILD|   52 -
 community-x86_64/openssl-1.1.0.patch |   62 
 6 files changed, 228 insertions(+), 228 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-11 06:43:55 UTC (rev 243958)
+++ community-i686/PKGBUILD 2017-07-11 06:44:15 UTC (rev 243959)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=libmesode
-pkgname=('libmesode' 'libmesode-doc')
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Simple, lightweight C library for writing prifanity XMPP client'
-url='https://github.com/boothj5/libmesode'
-arch=('i686' 'x86_64')
-license=('GPL3' 'MIT')
-makedepends=('openssl' 'expat' 'doxygen')
-checkdepends=('check')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/boothj5/libmesode/archive/${pkgver}.tar.gz
 openssl-1.1.0.patch)
-sha512sums=('b549c17e61aa3e1d80a93783ac47d5a9e87767876173500c30613e9326d10ed413f284c7435b4f24c028a51f8a8d9be913cd7de9baaa5b358cac5951496d9076'
-
'a7025d7d6913f3f1d7b266587c4c4ee26b06bf3f7c2754b8e1fbcf6153e48de6a87f326927c7bb613fd9c67d8e0f5040cb6ee2b594f555733b270e1e87bc6396')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  patch -Np1 -i $srcdir/openssl-1.1.0.patch
-  ./bootstrap.sh
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C ${pkgbase}-${pkgver} check
-}
-
-package_libmesode() {
-  depends=('openssl' 'expat')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-package_libmesode-doc() {
-  pkgdesc+=' (documentation and samples)'
-  options=('!strip')
-  optdepends=('libmesode')
-  cd ${pkgbase}-${pkgver}
-  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libmesode/repos/community-i686/PKGBUILD (from rev 243958, 
libmesode/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:44:15 UTC (rev 243959)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=libmesode
+pkgname=('libmesode' 'libmesode-doc')
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='Simple, lightweight C library for writing prifanity XMPP client'
+url='https://github.com/boothj5/libmesode'
+arch=('i686' 'x86_64')
+license=('GPL3' 'MIT')
+makedepends=('openssl' 'expat' 'doxygen')
+checkdepends=('check')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/boothj5/libmesode/archive/${pkgver}.tar.gz
 openssl-1.1.0.patch)
+sha512sums=('b549c17e61aa3e1d80a93783ac47d5a9e87767876173500c30613e9326d10ed413f284c7435b4f24c028a51f8a8d9be913cd7de9baaa5b358cac5951496d9076'
+
'a7025d7d6913f3f1d7b266587c4c4ee26b06bf3f7c2754b8e1fbcf6153e48de6a87f326927c7bb613fd9c67d8e0f5040cb6ee2b594f555733b270e1e87bc6396')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  patch -Np1 -i $srcdir/openssl-1.1.0.patch
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C ${pkgbase}-${pkgver} check
+}
+
+package_libmesode() {
+  depends=('openssl' 'expat')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+package_libmesode-doc() {
+  pkgdesc+=' (documentation and samples)'
+  options=('!strip')
+  optdepends=('libmesode')
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -Dm 64

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

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:44:34
  Author: bpiotrowski
Revision: 243961

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-11 06:44:18 UTC (rev 243960)
+++ community-i686/PKGBUILD 2017-07-11 06:44:34 UTC (rev 243961)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=libstrophe
-pkgname=('libstrophe' 'libstrophe-doc')
-pkgver=0.9.1
-pkgrel=2
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-url='http://strophe.im/libstrophe/'
-arch=('i686' 'x86_64')
-license=('GPL3' 'MIT')
-makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
-checkdepends=('check')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
-sha512sums=('4ae0ea7ad21fc566dc5372b1b6ed1dd47da87dadeb5771bb85c51b9119d781b7ec8e2b89d056cbfe81968a7f7db6d93fed435f28d28e552b9e61d5ff4916')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  ./bootstrap.sh
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  ./configure --prefix=/usr
-  make
-  doxygen
-}
-
-check() {
-  make -C ${pkgbase}-${pkgver} check
-}
-
-package_libstrophe() {
-  depends=('openssl' 'expat')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-package_libstrophe-doc() {
-  pkgdesc+=' (documentation and samples)'
-  options=('!strip')
-  optdepends=('libstrophe')
-  cd ${pkgbase}-${pkgver}
-  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
-  install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
-}
-
-# vim: ts=2 sw=2 et:

Copied: libstrophe/repos/community-i686/PKGBUILD (from rev 243960, 
libstrophe/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:44:34 UTC (rev 243961)
@@ -0,0 +1,52 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+
+pkgbase=libstrophe
+pkgname=('libstrophe' 'libstrophe-doc')
+pkgver=0.9.1
+pkgrel=3
+epoch=1
+pkgdesc='Simple, lightweight C library for writing XMPP clients'
+url='http://strophe.im/libstrophe/'
+arch=('i686' 'x86_64')
+license=('GPL3' 'MIT')
+makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
+checkdepends=('check')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/strophe/libstrophe/archive/${pkgver}.tar.gz)
+sha512sums=('4ae0ea7ad21fc566dc5372b1b6ed1dd47da87dadeb5771bb85c51b9119d781b7ec8e2b89d056cbfe81968a7f7db6d93fed435f28d28e552b9e61d5ff4916')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  ./bootstrap.sh
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  ./configure --prefix=/usr
+  make
+  doxygen
+}
+
+check() {
+  make -C ${pkgbase}-${pkgver} check
+}
+
+package_libstrophe() {
+  depends=('openssl' 'expat')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+package_libstrophe-doc() {
+  pkgdesc+=' (documentation and samples)'
+  options=('!strip')
+  optdepends=('libstrophe')
+  cd ${pkgbase}-${pkgver}
+  install -Dm 644 docs/html/* -t "${pkgdir}/usr/share/doc/${pkgname}/html"
+  install -Dm 644 examples/{README.md,*.c} -t 
"${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-MIT"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-11 06:44:18 UTC (rev 243960)
+++ community-x86_64/PKGBUILD   2017-07-11 06:44:34 UTC (rev 243961)
@@ -1,52 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-
-pkgbase=libstrophe
-pkgname=('libstrophe' 'libstrophe-doc')
-pkgver=0.9.1
-pkgrel=2
-epoch=1
-pkgdesc='Simple, lightweight C library for writing XMPP clients'
-url='http://strophe.im/libstrophe/'
-arch=('i686' 'x86_64')
-license=('GPL3' 'MIT')
-makedepends=('openssl' 'expat' 'pkg-config' 'doxygen')
-checkdepends=('check')
-optio

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

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:43:38
  Author: bpiotrowski
Revision: 243955

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-11 06:43:25 UTC (rev 243954)
+++ community-i686/PKGBUILD 2017-07-11 06:43:38 UTC (rev 243955)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrick McCarty 
-# Contributor: Fernando Munoz 
-# Contributor: Alexandre Bique 
-
-pkgbase=isomd5sum
-pkgname=('isomd5sum' 'python-isomd5sum' 'python2-isomd5sum')
-pkgver=1.1.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('popt' 'python' 'python2')
-url='https://github.com/rhinstaller/isomd5sum'
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/rhinstaller/isomd5sum/archive/$pkgver.tar.gz";)
-options=('!emptydirs')
-sha1sums=('29faaa4b19c099815f7eacc7bd47387366f018e7')
-
-prepare() {
-  sed -i -e 's/^\(LIBDIR = \)lib64/\1lib/' $pkgbase-$pkgver/Makefile
-
-  cp -a $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make all
-
-  cd "$srcdir"/$pkgbase-$pkgver-py2
-  make PYTHON=python2 pyisomd5sum.so
-}
-
-package_isomd5sum() {
-  depends=('popt')
-  pkgdesc="Utilities for working with md5sum implanted in ISO images"
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install-bin install-devel
-}
-
-package_python-isomd5sum() {
-  depends=('python')
-  pkgdesc="Python3 bindings for isomd5sum"
-
-  cd $pkgbase-$pkgver
-  make DESTDIR="$pkgdir" install-python
-}
-
-package_python2-isomd5sum() {
-  depends=('python2')
-  pkgdesc="Python2 bindings for isomd5sum"
-
-  cd $pkgbase-$pkgver-py2
-  make PYTHON=python2 DESTDIR="$pkgdir" install-python
-}

Copied: isomd5sum/repos/community-i686/PKGBUILD (from rev 243954, 
isomd5sum/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:43:38 UTC (rev 243955)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Patrick McCarty 
+# Contributor: Fernando Munoz 
+# Contributor: Alexandre Bique 
+
+pkgbase=isomd5sum
+pkgname=('isomd5sum' 'python-isomd5sum' 'python2-isomd5sum')
+pkgver=1.1.0
+pkgrel=2
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('popt' 'python' 'python2')
+url='https://github.com/rhinstaller/isomd5sum'
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/rhinstaller/isomd5sum/archive/$pkgver.tar.gz";)
+options=('!emptydirs')
+sha1sums=('29faaa4b19c099815f7eacc7bd47387366f018e7')
+
+prepare() {
+  sed -i -e 's/^\(LIBDIR = \)lib64/\1lib/' $pkgbase-$pkgver/Makefile
+
+  cp -a $pkgbase-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/$pkgbase-$pkgver
+  make all
+
+  cd "$srcdir"/$pkgbase-$pkgver-py2
+  make PYTHON=python2 pyisomd5sum.so
+}
+
+package_isomd5sum() {
+  depends=('popt')
+  pkgdesc="Utilities for working with md5sum implanted in ISO images"
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-bin install-devel
+}
+
+package_python-isomd5sum() {
+  depends=('python')
+  pkgdesc="Python3 bindings for isomd5sum"
+
+  cd $pkgbase-$pkgver
+  make DESTDIR="$pkgdir" install-python
+}
+
+package_python2-isomd5sum() {
+  depends=('python2')
+  pkgdesc="Python2 bindings for isomd5sum"
+
+  cd $pkgbase-$pkgver-py2
+  make PYTHON=python2 DESTDIR="$pkgdir" install-python
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-11 06:43:25 UTC (rev 243954)
+++ community-x86_64/PKGBUILD   2017-07-11 06:43:38 UTC (rev 243955)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Patrick McCarty 
-# Contributor: Fernando Munoz 
-# Contributor: Alexandre Bique 
-
-pkgbase=isomd5sum
-pkgname=('isomd5sum' 'python-isomd5sum' 'python2-isomd5sum')
-pkgver=1.1.0
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('popt' 'python' 'python2')
-url='https://github.com/rhinstaller/isomd5sum'
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/rhinstaller/isomd5sum/archive/$pkgver.tar.gz";)
-options=('!emptydirs')
-sha1sums=('29faaa4b19c099815f7eacc7bd47387366f018e7')
-
-prepare() {
-  sed -i -e 's/^\(LIBDIR = \)lib64/\1lib/' $pkgbase-$pkgver/Makefile
-
-  cp -a $pkgbase-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/$pkgbase-$pkgver
-  make all
-
-  cd "$

[arch-commits] Commit in libmesode/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:43:55
  Author: bpiotrowski
Revision: 243958

0.9.1-3: PIE static libraries rebuild

Modified:
  libmesode/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:43:52 UTC (rev 243957)
+++ PKGBUILD2017-07-11 06:43:55 UTC (rev 243958)
@@ -3,7 +3,7 @@
 pkgbase=libmesode
 pkgname=('libmesode' 'libmesode-doc')
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Simple, lightweight C library for writing prifanity XMPP client'
 url='https://github.com/boothj5/libmesode'
 arch=('i686' 'x86_64')


[arch-commits] Commit in keystone/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:43:41
  Author: bpiotrowski
Revision: 243956

0.9.1-3: PIE static libraries rebuild

Modified:
  keystone/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:43:38 UTC (rev 243955)
+++ PKGBUILD2017-07-11 06:43:41 UTC (rev 243956)
@@ -3,7 +3,7 @@
 pkgbase=keystone
 pkgname=('keystone' 'python-keystone' 'python2-keystone')
 pkgver=0.9.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Lightweight multi-platform, multi-architecture assembler framework'
 url='http://www.keystone-engine.org/'
 arch=('i686' 'x86_64')


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

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:43:20
  Author: bpiotrowski
Revision: 243953

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

Added:
  gambit-c/repos/community-i686/PKGBUILD
(from rev 243952, gambit-c/trunk/PKGBUILD)
  gambit-c/repos/community-x86_64/PKGBUILD
(from rev 243952, gambit-c/trunk/PKGBUILD)
Deleted:
  gambit-c/repos/community-i686/PKGBUILD
  gambit-c/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-07-11 06:43:04 UTC (rev 243952)
+++ community-i686/PKGBUILD 2017-07-11 06:43:20 UTC (rev 243953)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christian Babeux 
-
-pkgname=gambit-c
-pkgver=4.8.8
-pkgrel=1
-pkgdesc='Scheme R5RS interpreter and compiler (via C)'
-arch=('x86_64' 'i686')
-url='http://gambitscheme.org/'
-license=('LGPL2.1' 'Apache')
-depends=('bash')
-options=('staticlibs')
-source=("https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz";)
-sha256sums=('5f765463e37e52a083f141d5b581ff1dd40a43aa9b1cee5b9b46c017b31c')
-
-build() {
-  cd "${pkgname/-c/-v}${pkgver//./_}-devel"
-
-  ./configure \
---prefix=/usr \
---docdir=/usr/share/doc/gambit-c \
---infodir=/usr/share/info \
---libdir=/usr/lib/gambit-c \
---enable-gcc-opts \
---enable-single-host
-  make
-}
-
-package() {
-  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" install DESTDIR="$pkgdir"
-
-  # /usr/bin/gsc conflicts with ghostscript
-  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
-  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
-}
-
-# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page
-# vim: ts=2 sw=2 et:

Copied: gambit-c/repos/community-i686/PKGBUILD (from rev 243952, 
gambit-c/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:43:20 UTC (rev 243953)
@@ -0,0 +1,39 @@
+# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
+# Maintainer: Alexander F Rødseth 
+# Contributor: Christian Babeux 
+
+pkgname=gambit-c
+pkgver=4.8.8
+pkgrel=2
+pkgdesc='Scheme R5RS interpreter and compiler (via C)'
+arch=('x86_64' 'i686')
+url='http://gambitscheme.org/'
+license=('LGPL2.1' 'Apache')
+depends=('bash')
+options=('staticlibs')
+source=("https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz";)
+sha256sums=('5f765463e37e52a083f141d5b581ff1dd40a43aa9b1cee5b9b46c017b31c')
+
+build() {
+  cd "${pkgname/-c/-v}${pkgver//./_}-devel"
+
+  ./configure \
+--prefix=/usr \
+--docdir=/usr/share/doc/gambit-c \
+--infodir=/usr/share/info \
+--libdir=/usr/lib/gambit-c \
+--enable-gcc-opts \
+--enable-single-host
+  make
+}
+
+package() {
+  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" install DESTDIR="$pkgdir"
+
+  # /usr/bin/gsc conflicts with ghostscript
+  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
+  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
+}
+
+# getver: -u 2 gambitscheme.org/wiki/index.php/Main_Page
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-11 06:43:04 UTC (rev 243952)
+++ community-x86_64/PKGBUILD   2017-07-11 06:43:20 UTC (rev 243953)
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 68685 2012-03-31 16:54:07Z arodseth $
-# Maintainer: Alexander F Rødseth 
-# Contributor: Christian Babeux 
-
-pkgname=gambit-c
-pkgver=4.8.8
-pkgrel=1
-pkgdesc='Scheme R5RS interpreter and compiler (via C)'
-arch=('x86_64' 'i686')
-url='http://gambitscheme.org/'
-license=('LGPL2.1' 'Apache')
-depends=('bash')
-options=('staticlibs')
-source=("https://www.iro.umontreal.ca/~${pkgname%-c}/download/${pkgname%-c}/v${pkgver%.*}/source/${pkgname/-c/-v}${pkgver//./_}-devel.tgz";)
-sha256sums=('5f765463e37e52a083f141d5b581ff1dd40a43aa9b1cee5b9b46c017b31c')
-
-build() {
-  cd "${pkgname/-c/-v}${pkgver//./_}-devel"
-
-  ./configure \
---prefix=/usr \
---docdir=/usr/share/doc/gambit-c \
---infodir=/usr/share/info \
---libdir=/usr/lib/gambit-c \
---enable-gcc-opts \
---enable-single-host
-  make
-}
-
-package() {
-  make -C "${pkgname/-c/-v}${pkgver//./_}-devel" install DESTDIR="$pkgdir"
-
-  # /usr/bin/gsc conflicts with ghostscript
-  mv "$pkgdir/usr/bin/gsc" "$pkgdir/usr/bin/gambitc"
-  ln -sf /usr/bin/gambitc "$pkgdir/usr/bin/gsc-script"
-}
-
-# getver: -u 2 gambitschem

[arch-commits] Commit in isomd5sum/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:43:25
  Author: bpiotrowski
Revision: 243954

1.1.0-2: PIE static libraries rebuild

Modified:
  isomd5sum/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:43:20 UTC (rev 243953)
+++ PKGBUILD2017-07-11 06:43:25 UTC (rev 243954)
@@ -7,7 +7,7 @@
 pkgbase=isomd5sum
 pkgname=('isomd5sum' 'python-isomd5sum' 'python2-isomd5sum')
 pkgver=1.1.0
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('GPL')
 makedepends=('popt' 'python' 'python2')


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

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:43:52
  Author: bpiotrowski
Revision: 243957

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-11 06:43:41 UTC (rev 243956)
+++ community-i686/PKGBUILD 2017-07-11 06:43:52 UTC (rev 243957)
@@ -1,75 +0,0 @@
-# Maintainer: Levente Polyak 
-
-pkgbase=keystone
-pkgname=('keystone' 'python-keystone' 'python2-keystone')
-pkgver=0.9.1
-pkgrel=2
-pkgdesc='Lightweight multi-platform, multi-architecture assembler framework'
-url='http://www.keystone-engine.org/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('cmake' 'gcc-libs' 'python' 'python2')
-options=('staticlibs' '!emptydirs')
-source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/keystone-engine/keystone/archive/${pkgver}.tar.gz)
-sha512sums=('3bd9c3793d5862a0a8628b52da381625e62445f661dbd5ed715723e7d9db01ce3f9586e5ca0a5cc71e8ceb6c912050f5c28e3ccd540e72c8abcfd2f0d1bbae17')
-
-prepare() {
-  cd ${pkgbase}-${pkgver}
-  mkdir build-shared build-static
-  (cd build-shared
-cmake -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_SHARED_LIBS=ON \
-  -DLLVM_TARGETS_TO_BUILD=all \
-  -G "Unix Makefiles" ..
-  )
-  (cd build-static
-cmake -DCMAKE_INSTALL_PREFIX=/usr \
-  -DCMAKE_BUILD_TYPE=Release \
-  -DBUILD_SHARED_LIBS=OFF \
-  -DLLVM_TARGETS_TO_BUILD=all \
-  -G "Unix Makefiles" ..
-  )
-  cp -ra bindings/python{,2}
-  sed -r 's|(python)$|\12|' -i bindings/python2/sample.py
-}
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make -C build-shared
-  make -C build-static
-  (cd bindings/python
-python setup.py build
-  )
-  (cd bindings/python2
-python2 setup.py build
-  )
-}
-
-package_keystone() {
-  depends=('gcc-libs')
-  cd ${pkgbase}-${pkgver}
-  make -C build-shared DESTDIR="${pkgdir}" install
-  make -C build-static DESTDIR="${pkgdir}" install
-  install -Dm 644 samples/* -t "${pkgdir}/usr/share/doc/${pkgname}/samples"
-}
-
-package_python-keystone() {
-  depends=('python' 'keystone')
-  license=('BSD')
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 755 sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-keystone() {
-  depends=('python2' 'keystone')
-  license=('BSD')
-  cd ${pkgbase}-${pkgver}/bindings/python2
-  python2 setup.py install --root="${pkgdir}" -O1 --skip-build
-  install -Dm 755 sample.py -t "${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: keystone/repos/community-i686/PKGBUILD (from rev 243956, 
keystone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:43:52 UTC (rev 243957)
@@ -0,0 +1,75 @@
+# Maintainer: Levente Polyak 
+
+pkgbase=keystone
+pkgname=('keystone' 'python-keystone' 'python2-keystone')
+pkgver=0.9.1
+pkgrel=3
+pkgdesc='Lightweight multi-platform, multi-architecture assembler framework'
+url='http://www.keystone-engine.org/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('cmake' 'gcc-libs' 'python' 'python2')
+options=('staticlibs' '!emptydirs')
+source=(${pkgbase}-${pkgver}.tar.gz::https://github.com/keystone-engine/keystone/archive/${pkgver}.tar.gz)
+sha512sums=('3bd9c3793d5862a0a8628b52da381625e62445f661dbd5ed715723e7d9db01ce3f9586e5ca0a5cc71e8ceb6c912050f5c28e3ccd540e72c8abcfd2f0d1bbae17')
+
+prepare() {
+  cd ${pkgbase}-${pkgver}
+  mkdir build-shared build-static
+  (cd build-shared
+cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_SHARED_LIBS=ON \
+  -DLLVM_TARGETS_TO_BUILD=all \
+  -G "Unix Makefiles" ..
+  )
+  (cd build-static
+cmake -DCMAKE_INSTALL_PREFIX=/usr \
+  -DCMAKE_BUILD_TYPE=Release \
+  -DBUILD_SHARED_LIBS=OFF \
+  -DLLVM_TARGETS_TO_BUILD=all \
+  -G "Unix Makefiles" ..
+  )
+  cp -ra bindings/python{,2}
+  sed -r 's|(python)$|\12|' -i bindings/python2/sample.py
+}
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make -C build-shared
+  make -C build-static
+  (cd bindings/python
+python setup.py build
+  )

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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:42:57
  Author: felixonmars
Revision: 243951

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

Added:
  haskell-sourcemap/repos/community-staging-i686/
  haskell-sourcemap/repos/community-staging-i686/PKGBUILD
(from rev 243949, haskell-sourcemap/trunk/PKGBUILD)
  haskell-sourcemap/repos/community-staging-x86_64/
  haskell-sourcemap/repos/community-staging-x86_64/PKGBUILD
(from rev 243949, haskell-sourcemap/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: haskell-sourcemap/repos/community-staging-i686/PKGBUILD (from rev 
243949, haskell-sourcemap/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:42:57 UTC (rev 243951)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sourcemap
+pkgname=haskell-sourcemap
+pkgver=0.1.6
+pkgrel=32
+pkgdesc="Implementation of source maps as proposed by Google and Mozilla."
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b9a04cccb4fe7eea8b37a2eaf2bc776eae5640038ab76fb948c5a3ea09a9ce7a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-sourcemap/repos/community-staging-x86_64/PKGBUILD (from rev 
243949, haskell-sourcemap/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:42:57 UTC (rev 243951)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=sourcemap
+pkgname=haskell-sourcemap
+pkgver=0.1.6
+pkgrel=32
+pkgdesc="Implementation of source maps as proposed by Google and Mozilla."
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b9a04cccb4fe7eea8b37a2eaf2bc776eae5640038ab76fb948c5a3ea09a9ce7a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"

[arch-commits] Commit in erlang19-nox/repos (16 files)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:42:55
  Author: bpiotrowski
Revision: 243950

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

Added:
  erlang19-nox/repos/community-i686/PKGBUILD
(from rev 243949, erlang19-nox/trunk/PKGBUILD)
  erlang19-nox/repos/community-i686/openssl-1.1.0-fixup.patch
(from rev 243949, erlang19-nox/trunk/openssl-1.1.0-fixup.patch)
  erlang19-nox/repos/community-i686/openssl-1.1.0.patch
(from rev 243949, erlang19-nox/trunk/openssl-1.1.0.patch)
  erlang19-nox/repos/community-i686/otp-0007-Fix-CVE-2016-10253.patch
(from rev 243949, erlang19-nox/trunk/otp-0007-Fix-CVE-2016-10253.patch)
  erlang19-nox/repos/community-x86_64/PKGBUILD
(from rev 243949, erlang19-nox/trunk/PKGBUILD)
  erlang19-nox/repos/community-x86_64/openssl-1.1.0-fixup.patch
(from rev 243949, erlang19-nox/trunk/openssl-1.1.0-fixup.patch)
  erlang19-nox/repos/community-x86_64/openssl-1.1.0.patch
(from rev 243949, erlang19-nox/trunk/openssl-1.1.0.patch)
  erlang19-nox/repos/community-x86_64/otp-0007-Fix-CVE-2016-10253.patch
(from rev 243949, erlang19-nox/trunk/otp-0007-Fix-CVE-2016-10253.patch)
Deleted:
  erlang19-nox/repos/community-i686/PKGBUILD
  erlang19-nox/repos/community-i686/openssl-1.1.0-fixup.patch
  erlang19-nox/repos/community-i686/openssl-1.1.0.patch
  erlang19-nox/repos/community-i686/otp-0007-Fix-CVE-2016-10253.patch
  erlang19-nox/repos/community-x86_64/PKGBUILD
  erlang19-nox/repos/community-x86_64/openssl-1.1.0-fixup.patch
  erlang19-nox/repos/community-x86_64/openssl-1.1.0.patch
  erlang19-nox/repos/community-x86_64/otp-0007-Fix-CVE-2016-10253.patch

+
 /PKGBUILD  |  224 ++
 /openssl-1.1.0-fixup.patch |   64 
 /openssl-1.1.0.patch   | 2124 +++
 /otp-0007-Fix-CVE-2016-10253.patch |  636 +
 community-i686/PKGBUILD|  112 -
 community-i686/openssl-1.1.0-fixup.patch   |   32 
 community-i686/openssl-1.1.0.patch | 1062 -
 community-i686/otp-0007-Fix-CVE-2016-10253.patch   |  318 --
 community-x86_64/PKGBUILD  |  112 -
 community-x86_64/openssl-1.1.0-fixup.patch |   32 
 community-x86_64/openssl-1.1.0.patch   | 1062 -
 community-x86_64/otp-0007-Fix-CVE-2016-10253.patch |  318 --
 12 files changed, 3048 insertions(+), 3048 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 243949:243950 to see the changes.


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

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:42:42
  Author: bpiotrowski
Revision: 243949

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

Added:
  capstone/repos/community-i686/PKGBUILD
(from rev 243948, capstone/trunk/PKGBUILD)
  capstone/repos/community-x86_64/PKGBUILD
(from rev 243948, capstone/trunk/PKGBUILD)
Deleted:
  capstone/repos/community-i686/PKGBUILD
  capstone/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 2017-07-11 06:42:33 UTC (rev 243948)
+++ community-i686/PKGBUILD 2017-07-11 06:42:42 UTC (rev 243949)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: M0Rf30
-
-pkgbase=capstone
-pkgname=('capstone' 'python-capstone' 'python2-capstone')
-pkgver=3.0.4
-pkgrel=4
-pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
-url='http://www.capstone-engine.org/index.html'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('glibc' 'python' 'python2')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/capstone/archive/${pkgver}.tar.gz)
-sha512sums=('a5c29e7c559b5391d6a4ec9a7f766699ea6d321aa2f1fc57fdcec893107fa3ef2f5f6323629971c1129f1ca087df4f3ad03d0a8234d2eae368c8ccfec04dbf4d')
-
-build() {
-  cd ${pkgbase}-${pkgver}
-  make
-}
-
-package_capstone() {
-  depends=('glibc')
-  cd ${pkgbase}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python-capstone() {
-  depends=('capstone' 'python')
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 ../../LICENSE.TXT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-package_python2-capstone() {
-  depends=('capstone' 'python2')
-  cd ${pkgbase}-${pkgver}/bindings/python
-  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
-  install -Dm 644 ../../LICENSE.TXT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: capstone/repos/community-i686/PKGBUILD (from rev 243948, 
capstone/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:42:42 UTC (rev 243949)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: M0Rf30
+
+pkgbase=capstone
+pkgname=('capstone' 'python-capstone' 'python2-capstone')
+pkgver=3.0.4
+pkgrel=5
+pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
+url='http://www.capstone-engine.org/index.html'
+arch=('i686' 'x86_64')
+license=('BSD')
+makedepends=('glibc' 'python' 'python2')
+options=('staticlibs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/capstone/archive/${pkgver}.tar.gz)
+sha512sums=('a5c29e7c559b5391d6a4ec9a7f766699ea6d321aa2f1fc57fdcec893107fa3ef2f5f6323629971c1129f1ca087df4f3ad03d0a8234d2eae368c8ccfec04dbf4d')
+
+build() {
+  cd ${pkgbase}-${pkgver}
+  make
+}
+
+package_capstone() {
+  depends=('glibc')
+  cd ${pkgbase}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  install -Dm 644 LICENSE.TXT "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python-capstone() {
+  depends=('capstone' 'python')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_python2-capstone() {
+  depends=('capstone' 'python2')
+  cd ${pkgbase}-${pkgver}/bindings/python
+  python2 setup.py install -O1 --root="${pkgdir}" --prefix=/usr
+  install -Dm 644 ../../LICENSE.TXT 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-11 06:42:33 UTC (rev 243948)
+++ community-x86_64/PKGBUILD   2017-07-11 06:42:42 UTC (rev 243949)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: M0Rf30
-
-pkgbase=capstone
-pkgname=('capstone' 'python-capstone' 'python2-capstone')
-pkgver=3.0.4
-pkgrel=4
-pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
-url='http://www.capstone-engine.org/index.html'
-arch=('i686' 'x86_64')
-license=('BSD')
-makedepends=('glibc' 'python' 'python2')
-options=('staticlibs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/aquynh/capstone/archive/${pkgver}.tar.gz)
-sha512sums=('a5c29e7c559b5391d6a4ec9a7f766699ea6d321aa2f1fc57fdcec893107fa3ef2f5f6323629971c1129f1ca087df4f3ad0

[arch-commits] Commit in gambit-c/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:43:04
  Author: bpiotrowski
Revision: 243952

4.8.8-2: PIE static libraries rebuild

Modified:
  gambit-c/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:42:57 UTC (rev 243951)
+++ PKGBUILD2017-07-11 06:43:04 UTC (rev 243952)
@@ -4,7 +4,7 @@
 
 pkgname=gambit-c
 pkgver=4.8.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Scheme R5RS interpreter and compiler (via C)'
 arch=('x86_64' 'i686')
 url='http://gambitscheme.org/'


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

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:42:29
  Author: bpiotrowski
Revision: 243947

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-07-11 06:42:18 UTC (rev 243946)
+++ community-i686/PKGBUILD 2017-07-11 06:42:29 UTC (rev 243947)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.44b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('35441049835e90e50a5f2aae09c154d00eab45abffc0b76b78cf34bc1343928fa12ca9e7fb083f3bdeac87a36cde9a0b8d958cf8f6c30fa419954b4b46fea4c3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr DESTDIR="${pkgdir}" install
-  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: afl/repos/community-i686/PKGBUILD (from rev 243946, afl/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-07-11 06:42:29 UTC (rev 243947)
@@ -0,0 +1,35 @@
+# Maintainer: Levente Polyak 
+# Contributor: spider-mario 
+
+pkgname=afl
+pkgver=2.44b
+pkgrel=2
+pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
+url='http://lcamtuf.coredump.cx/afl/'
+arch=('i686' 'x86_64')
+license=('Apache')
+depends=('glibc' 'bash')
+optdepends=('gcc: gcc instrumentation support'
+'clang: clang instrumentation support'
+'llvm: experimental clang-fast instrumentation support'
+'gnuplot: graph plotting support')
+makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
+provides=('american-fuzzy-lop')
+replaces=('american-fuzzy-lop')
+options=('!emptydirs' '!strip')
+source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
+sha512sums=('35441049835e90e50a5f2aae09c154d00eab45abffc0b76b78cf34bc1343928fa12ca9e7fb083f3bdeac87a36cde9a0b8d958cf8f6c30fa419954b4b46fea4c3')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr
+  make -C llvm_mode PREFIX=/usr
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+  install -Dm 644 llvm_mode/README.llvm -t "${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-07-11 06:42:18 UTC (rev 243946)
+++ community-x86_64/PKGBUILD   2017-07-11 06:42:29 UTC (rev 243947)
@@ -1,35 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: spider-mario 
-
-pkgname=afl
-pkgver=2.44b
-pkgrel=1
-pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
-url='http://lcamtuf.coredump.cx/afl/'
-arch=('i686' 'x86_64')
-license=('Apache')
-depends=('glibc' 'bash')
-optdepends=('gcc: gcc instrumentation support'
-'clang: clang instrumentation support'
-'llvm: experimental clang-fast instrumentation support'
-'gnuplot: graph plotting support')
-makedepends=('clang' 'llvm' 'gcc' 'wget' 'python')
-provides=('american-fuzzy-lop')
-replaces=('american-fuzzy-lop')
-options=('!emptydirs' '!strip')
-source=(${pkgname}-${pkgver}.tgz::http://lcamtuf.coredump.cx/${pkgname}/releases/${pkgname}-${pkgver}.tgz)
-sha512sums=('35441049835e90e50a5f2aae09c154d00eab45abffc0b76b78cf34bc1343928fa12ca9e7fb083f3bdeac87a36cde9a0b8d958cf8f6c30fa419954b4b46fea4c3')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=/usr
-  make -C llvm_mode PREFIX=/usr
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make PREFIX=

[arch-commits] Commit in haskell-sourcemap/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:42:33
  Author: felixonmars
Revision: 243948

upgpkg: haskell-sourcemap 0.1.6-32

rebuild with scientific,0.3.5.1

Modified:
  haskell-sourcemap/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:42:29 UTC (rev 243947)
+++ PKGBUILD2017-07-11 06:42:33 UTC (rev 243948)
@@ -5,7 +5,7 @@
 _hkgname=sourcemap
 pkgname=haskell-sourcemap
 pkgver=0.1.6
-pkgrel=31
+pkgrel=32
 pkgdesc="Implementation of source maps as proposed by Google and Mozilla."
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


[arch-commits] Commit in julius/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:42:18
  Author: bpiotrowski
Revision: 243946

4.4.2.1-2: PIE static libraries rebuild

Modified:
  julius/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:42:16 UTC (rev 243945)
+++ PKGBUILD2017-07-11 06:42:18 UTC (rev 243946)
@@ -5,7 +5,7 @@
 
 pkgname=julius
 pkgver=4.4.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-performance, two-pass large vocabulary continuous speech 
recognition decoder software"
 arch=("i686" "x86_64")
 url="http://julius.sourceforge.jp/";


[arch-commits] Commit in chicken/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:42:16
  Author: bpiotrowski
Revision: 243945

4.12.0-3: PIE static libraries rebuild

Modified:
  chicken/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:41:12 UTC (rev 243944)
+++ PKGBUILD2017-07-11 06:42:16 UTC (rev 243945)
@@ -6,7 +6,7 @@
 
 pkgname=chicken
 pkgver=4.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Feature rich R5RS Scheme compiler and interpreter'
 arch=('x86_64' 'i686')
 url='http://call-cc.org/'


[arch-commits] Commit in gradle/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:41:01
  Author: bpiotrowski
Revision: 243941

3.5-2: PIE static libraries rebuild

Modified:
  gradle/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:40:59 UTC (rev 243940)
+++ PKGBUILD2017-07-11 06:41:01 UTC (rev 243941)
@@ -6,7 +6,7 @@
 pkgbase=gradle
 pkgname=('gradle' 'gradle-doc' 'gradle-src')
 pkgver=3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Powerful build system for the JVM'
 url='https://gradle.org/'
 arch=('any')


[arch-commits] Commit in marsyas/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:41:12
  Author: bpiotrowski
Revision: 243944

0.5.0-3: PIE static libraries rebuild

Modified:
  marsyas/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:41:09 UTC (rev 243943)
+++ PKGBUILD2017-07-11 06:41:12 UTC (rev 243944)
@@ -4,7 +4,7 @@
 
 pkgname=marsyas
 pkgver=0.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Music Analysis, Retrieval and Synthesis for Audio Signals"
 arch=('i686' 'x86_64')
 license=('GPL')


[arch-commits] Commit in erlang19-nox/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:41:09
  Author: bpiotrowski
Revision: 243943

19.3-2: PIE static libraries rebuild

Modified:
  erlang19-nox/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:41:07 UTC (rev 243942)
+++ PKGBUILD2017-07-11 06:41:09 UTC (rev 243943)
@@ -8,7 +8,7 @@
 
 pkgname=erlang19-nox
 pkgver=19.3
-pkgrel=1
+pkgrel=2
 pkgdesc="General-purpose concurrent functional programming language developed 
by Ericsson (headless version, only for building CouchDB)"
 arch=('x86_64' 'i686')
 url="http://www.erlang.org/";


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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:40:59
  Author: felixonmars
Revision: 243940

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

Added:
  haskell-hopenpgp/repos/community-staging-i686/
  haskell-hopenpgp/repos/community-staging-i686/PKGBUILD
(from rev 243938, haskell-hopenpgp/trunk/PKGBUILD)
  haskell-hopenpgp/repos/community-staging-x86_64/
  haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD
(from rev 243939, haskell-hopenpgp/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: haskell-hopenpgp/repos/community-staging-i686/PKGBUILD (from rev 
243938, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:40:59 UTC (rev 243940)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=91
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-wl-pprint-extras'
+ 'haskell-zlib')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('f480201a10f14150adc290c81d38e7b6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hopenpgp/repos/community-staging-x86_64/PKGBUILD (from rev 
243939, haskell-hopenpgp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:40:59 UTC (rev 243940)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=hOpenPGP
+pkgname=haskell-hopenpgp
+pkgver=2.5.5
+pkgrel=91
+pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
+url="http://floss.scru.org/hOpenPGP/";
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-aeson' 'haskell-attoparsec' 'haskell-base16-bytestring'
+ 'haskell-base64-bytestring' 'haskell-bifunctors' 'haskell-byteable' 
'haskell-bzlib'
+ 'haskell-binary-conduit' 'haskell-conduit' 'haskell-conduit-extra' 
'haskell-cryptonite'
+ 'haskell-crypto-cipher-types' 'haskell-data-default-class' 
'haskell-errors'
+ 'haskell-hashable' 'haskell-incremental-parser' 'haskell-ixset-typed' 
'haskell-lens'
+ 'haskell-memory' 'haskell-monad-loops' 'haskell-nettle' 
'haskell-network'
+ 'haskell-network-uri' 'haskell-newtype' 'haskell-openpgp-asciiarmor' 
'haskell-resourcet'
+ 'haskell-securemem' 'haskell-semigroups' 'haskell-split' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-

[arch-commits] Commit in capstone/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:41:07
  Author: bpiotrowski
Revision: 243942

3.0.4-5: PIE static libraries rebuild

Modified:
  capstone/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:41:01 UTC (rev 243941)
+++ PKGBUILD2017-07-11 06:41:07 UTC (rev 243942)
@@ -4,7 +4,7 @@
 pkgbase=capstone
 pkgname=('capstone' 'python-capstone' 'python2-capstone')
 pkgver=3.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc='A lightweight multi-platform, multi-architecture disassembly 
framework'
 url='http://www.capstone-engine.org/index.html'
 arch=('i686' 'x86_64')


[arch-commits] Commit in afl/trunk (PKGBUILD)

2017-07-10 Thread Bartłomiej Piotrowski
Date: Tuesday, July 11, 2017 @ 06:40:47
  Author: bpiotrowski
Revision: 243939

2.44b-2: PIE static libraries rebuild

Modified:
  afl/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:40:36 UTC (rev 243938)
+++ PKGBUILD2017-07-11 06:40:47 UTC (rev 243939)
@@ -3,7 +3,7 @@
 
 pkgname=afl
 pkgver=2.44b
-pkgrel=1
+pkgrel=2
 pkgdesc='Security-oriented fuzzer using compile-time instrumentation and 
genetic algorithms'
 url='http://lcamtuf.coredump.cx/afl/'
 arch=('i686' 'x86_64')


[arch-commits] Commit in haskell-hopenpgp/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:40:36
  Author: felixonmars
Revision: 243938

upgpkg: haskell-hopenpgp 2.5.5-91

rebuild with scientific,0.3.5.1

Modified:
  haskell-hopenpgp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:38:15 UTC (rev 243937)
+++ PKGBUILD2017-07-11 06:40:36 UTC (rev 243938)
@@ -4,7 +4,7 @@
 _hkgname=hOpenPGP
 pkgname=haskell-hopenpgp
 pkgver=2.5.5
-pkgrel=90
+pkgrel=91
 pkgdesc="Native Haskell implementation of OpenPGP (RFC4880)"
 url="http://floss.scru.org/hOpenPGP/";
 license=('MIT')


[arch-commits] Commit in nvchecker/repos/community-any (PKGBUILD PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:38:15
  Author: felixonmars
Revision: 243937

archrelease: copy trunk to community-any

Added:
  nvchecker/repos/community-any/PKGBUILD
(from rev 243936, nvchecker/trunk/PKGBUILD)
Deleted:
  nvchecker/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-11 06:37:57 UTC (rev 243936)
+++ PKGBUILD2017-07-11 06:38:15 UTC (rev 243937)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=nvchecker
-pkgver=0.4.4
-pkgrel=1
-pkgdesc="New version checker for software"
-arch=('any')
-url="https://github.com/lilydjwg/nvchecker";
-license=('MIT')
-depends=('python-setuptools' 'python-tornado')
-checkdepends=('python-pytest-runner' 'python-flaky')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz";)
-sha512sums=('db18e330a2c5d9599d8910623f994df0b3d594ace209ff38cac0113f1a8da79b24025dcf8590b007c6a7eb9d5460218bfb3e8231f0174ed752854c094200db57')
-
-prepare() {
-  sed -i 's/1.3\-7/1.3-8/' nvchecker-$pkgver/tests/test_{archpkg,pacman}.py
-}
-
-build() {
-  cd nvchecker-$pkgver
-  python setup.py build 
-}
-
-check() {
-  cd nvchecker-$pkgver
-  python setup.py pytest
-}
-
-package() {
-  cd nvchecker-$pkgver
-  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nvchecker/repos/community-any/PKGBUILD (from rev 243936, 
nvchecker/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-11 06:38:15 UTC (rev 243937)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=nvchecker
+pkgver=0.5
+pkgrel=1
+pkgdesc="New version checker for software"
+arch=('any')
+url="https://github.com/lilydjwg/nvchecker";
+license=('MIT')
+depends=('python-setuptools' 'python-tornado' 'python-pycurl')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-asyncio' 'python-flaky')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz";)
+sha512sums=('aec92e7102c8b14db5033d5e2d9e1bff74b86dd76497409451b7e2db6e8df31b77f174b18a23c05de8bf0de92cd37d0ffe5403e60ac974f516a53e43c895f755')
+
+build() {
+  cd nvchecker-$pkgver
+  python setup.py build 
+}
+
+check() {
+  cd nvchecker-$pkgver
+  python setup.py pytest
+}
+
+package() {
+  cd nvchecker-$pkgver
+  python setup.py install -O1 --prefix=/usr --root="$pkgdir"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in nvchecker/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:37:57
  Author: felixonmars
Revision: 243936

upgpkg: nvchecker 0.5-1

Modified:
  nvchecker/trunk/PKGBUILD

--+
 PKGBUILD |   12 
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:31:18 UTC (rev 243935)
+++ PKGBUILD2017-07-11 06:37:57 UTC (rev 243936)
@@ -2,21 +2,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=nvchecker
-pkgver=0.4.4
+pkgver=0.5
 pkgrel=1
 pkgdesc="New version checker for software"
 arch=('any')
 url="https://github.com/lilydjwg/nvchecker";
 license=('MIT')
-depends=('python-setuptools' 'python-tornado')
-checkdepends=('python-pytest-runner' 'python-flaky')
+depends=('python-setuptools' 'python-tornado' 'python-pycurl')
+checkdepends=('python-pytest-runner' 'python-pytest-xdist' 
'python-pytest-asyncio' 'python-flaky')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/lilydjwg/nvchecker/archive/v$pkgver.tar.gz";)
-sha512sums=('db18e330a2c5d9599d8910623f994df0b3d594ace209ff38cac0113f1a8da79b24025dcf8590b007c6a7eb9d5460218bfb3e8231f0174ed752854c094200db57')
+sha512sums=('aec92e7102c8b14db5033d5e2d9e1bff74b86dd76497409451b7e2db6e8df31b77f174b18a23c05de8bf0de92cd37d0ffe5403e60ac974f516a53e43c895f755')
 
-prepare() {
-  sed -i 's/1.3\-7/1.3-8/' nvchecker-$pkgver/tests/test_{archpkg,pacman}.py
-}
-
 build() {
   cd nvchecker-$pkgver
   python setup.py build 


[arch-commits] Commit in haskell-openpgp-asciiarmor/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:31:18
  Author: felixonmars
Revision: 243935

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

Added:
  haskell-openpgp-asciiarmor/repos/community-staging-i686/
  haskell-openpgp-asciiarmor/repos/community-staging-i686/PKGBUILD
(from rev 243934, haskell-openpgp-asciiarmor/trunk/PKGBUILD)
  haskell-openpgp-asciiarmor/repos/community-staging-x86_64/
  haskell-openpgp-asciiarmor/repos/community-staging-x86_64/PKGBUILD
(from rev 243934, haskell-openpgp-asciiarmor/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   43 
 community-staging-x86_64/PKGBUILD |   43 
 2 files changed, 86 insertions(+)

Copied: haskell-openpgp-asciiarmor/repos/community-staging-i686/PKGBUILD (from 
rev 243934, haskell-openpgp-asciiarmor/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:31:18 UTC (rev 243935)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=openpgp-asciiarmor
+pkgname=haskell-openpgp-asciiarmor
+pkgver=0.1
+pkgrel=17
+pkgdesc="OpenPGP (RFC4880) ASCII Armor codec"
+url="http://floss.scru.org/openpgp-asciiarmor";
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-cereal')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('b4a7ac6e70ad71326445de2535c048da')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-openpgp-asciiarmor/repos/community-staging-x86_64/PKGBUILD 
(from rev 243934, haskell-openpgp-asciiarmor/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:31:18 UTC (rev 243935)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=openpgp-asciiarmor
+pkgname=haskell-openpgp-asciiarmor
+pkgver=0.1
+pkgrel=17
+pkgdesc="OpenPGP (RFC4880) ASCII Armor codec"
+url="http://floss.scru.org/openpgp-asciiarmor";
+license=('custom:ISC')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-cereal')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('b4a7ac6e70ad71326445de2535c048da')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+

[arch-commits] Commit in haskell-openpgp-asciiarmor/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:30:55
  Author: felixonmars
Revision: 243934

upgpkg: haskell-openpgp-asciiarmor 0.1-17

rebuild with scientific,0.3.5.1

Modified:
  haskell-openpgp-asciiarmor/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:29:32 UTC (rev 243933)
+++ PKGBUILD2017-07-11 06:30:55 UTC (rev 243934)
@@ -4,7 +4,7 @@
 _hkgname=openpgp-asciiarmor
 pkgname=haskell-openpgp-asciiarmor
 pkgver=0.1
-pkgrel=16
+pkgrel=17
 pkgdesc="OpenPGP (RFC4880) ASCII Armor codec"
 url="http://floss.scru.org/openpgp-asciiarmor";
 license=('custom:ISC')


[arch-commits] Commit in hoogle/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:29:10
  Author: felixonmars
Revision: 243932

upgpkg: hoogle 5.0.12-39

rebuild with scientific,0.3.5.1

Modified:
  hoogle/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:24:21 UTC (rev 243931)
+++ PKGBUILD2017-07-11 06:29:10 UTC (rev 243932)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.12
-pkgrel=38
+pkgrel=39
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")


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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:29:32
  Author: felixonmars
Revision: 243933

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

Added:
  hoogle/repos/community-staging-i686/
  hoogle/repos/community-staging-i686/PKGBUILD
(from rev 243932, hoogle/trunk/PKGBUILD)
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 243932, hoogle/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 243932, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:29:32 UTC (rev 243933)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.12
+pkgrel=39
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('d40c13674ad113079b23386d2fc5ae3a61dc79012e88f4e1bc2e2123106412b96cc32955e94ec0f294451feadd5bd06ad5b03ab1a40dd7172c5344bdd520e225')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 243932, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:29:32 UTC (rev 243933)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.12
+pkgrel=39
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-quickcheck" "haskell-aeson" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha512sums=('d40c13674ad113079b23386d2fc5ae3a61dc79012e88f4e1bc2e2123106412b96cc32955e94ec0f294451feadd5bd06ad5b03ab1a40dd7172c5344bdd520e225')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgna

[arch-commits] Commit in haskell-warp-tls/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:24:21
  Author: felixonmars
Revision: 243931

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

Added:
  haskell-warp-tls/repos/community-staging-i686/
  haskell-warp-tls/repos/community-staging-i686/PKGBUILD
(from rev 243930, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 243930, haskell-warp-tls/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
243930, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:24:21 UTC (rev 243931)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.4
+pkgrel=5
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('3cf7b549f39bc314a9a648f9e0b43e5d47a6b08fd56189af4f1d8dbcd9092dc411bc5a3cc429c0fb79738f3e84ec096ad0a8ac83bd8d14ecf90d505f17391642')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
243930, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:24:21 UTC (rev 243931)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.4
+pkgrel=5
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-cryptonite" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" 
"haskell-tls-session-manager" "haskell-wai"
+ "haskell-warp")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('3cf7b549f39bc314a9a648f9e0b43e5d47a6b08fd56189af4f1d8dbcd9092dc411bc5a3cc429c0fb79738f3e84ec096ad0a8ac83bd8d14ecf90d505f17391642')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister

[arch-commits] Commit in haskell-warp-tls/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:23:58
  Author: felixonmars
Revision: 243930

upgpkg: haskell-warp-tls 3.2.4-5

rebuild with scientific,0.3.5.1

Modified:
  haskell-warp-tls/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:22:23 UTC (rev 243929)
+++ PKGBUILD2017-07-11 06:23:58 UTC (rev 243930)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.4
-pkgrel=4
+pkgrel=5
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai";
 license=("MIT")


[arch-commits] Commit in haskell-wai-handler-launch/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:22:23
  Author: felixonmars
Revision: 243929

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

Added:
  haskell-wai-handler-launch/repos/community-staging-i686/
  haskell-wai-handler-launch/repos/community-staging-i686/PKGBUILD
(from rev 243928, haskell-wai-handler-launch/trunk/PKGBUILD)
  haskell-wai-handler-launch/repos/community-staging-x86_64/
  haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD
(from rev 243928, haskell-wai-handler-launch/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: haskell-wai-handler-launch/repos/community-staging-i686/PKGBUILD (from 
rev 243928, haskell-wai-handler-launch/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:22:23 UTC (rev 243929)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-handler-launch
+pkgname=haskell-wai-handler-launch
+pkgver=3.0.2.2
+pkgrel=6
+pkgdesc="Launch a web app in the default browser."
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-wai" "haskell-warp" 
"haskell-http-types"
+ "haskell-streaming-commons" "haskell-async")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('9c94c4da533ebcbbd28cf3dfbeb44a5e953dbf73b53cab0179f16931fa102908')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-wai-handler-launch/repos/community-staging-x86_64/PKGBUILD 
(from rev 243928, haskell-wai-handler-launch/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:22:23 UTC (rev 243929)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-handler-launch
+pkgname=haskell-wai-handler-launch
+pkgver=3.0.2.2
+pkgrel=6
+pkgdesc="Launch a web app in the default browser."
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-wai" "haskell-warp" 
"haskell-http-types"
+ "haskell-streaming-commons" "haskell-async")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('9c94c4da533ebcbbd28cf3dfbeb44a5e953dbf73b53cab0179f16931fa102908')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/s

[arch-commits] Commit in haskell-wai-handler-launch/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:22:00
  Author: felixonmars
Revision: 243928

upgpkg: haskell-wai-handler-launch 3.0.2.2-6

rebuild with scientific,0.3.5.1

Modified:
  haskell-wai-handler-launch/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:20:33 UTC (rev 243927)
+++ PKGBUILD2017-07-11 06:22:00 UTC (rev 243928)
@@ -5,7 +5,7 @@
 _hkgname=wai-handler-launch
 pkgname=haskell-wai-handler-launch
 pkgver=3.0.2.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Launch a web app in the default browser."
 url="http://github.com/yesodweb/wai";
 license=("MIT")


[arch-commits] Commit in haskell-wai-app-static/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:20:33
  Author: felixonmars
Revision: 243927

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

Added:
  haskell-wai-app-static/repos/community-staging-i686/
  haskell-wai-app-static/repos/community-staging-i686/PKGBUILD
(from rev 243926, haskell-wai-app-static/trunk/PKGBUILD)
  haskell-wai-app-static/repos/community-staging-x86_64/
  haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD
(from rev 243926, haskell-wai-app-static/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: haskell-wai-app-static/repos/community-staging-i686/PKGBUILD (from rev 
243926, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:20:33 UTC (rev 243927)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.1
+pkgrel=82
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b318acf31e2e809411f119744a016ba0a78f52554ac7321a3a1410a218886668')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 243926, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:20:33 UTC (rev 243927)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.1
+pkgrel=82
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-blaze-html" 
"haskell-blaze-markup" 
+ "haskell-cryptonite" "haskell-file-embed" "haskell-http-date" 
"haskell-http-types"
+ "haskell-memory" "haskell-mime-types" "haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-text" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-warp"
+ "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('b318acf31e2e809411f119744a016ba0a78f52554ac7321a3a1410a218886668')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+runhaske

[arch-commits] Commit in haskell-wai-app-static/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:20:10
  Author: felixonmars
Revision: 243926

upgpkg: haskell-wai-app-static 3.1.6.1-82

rebuild with scientific,0.3.5.1

Modified:
  haskell-wai-app-static/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:17:54 UTC (rev 243925)
+++ PKGBUILD2017-07-11 06:20:10 UTC (rev 243926)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.1
-pkgrel=81
+pkgrel=82
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface";
 license=("MIT")


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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:17:54
  Author: felixonmars
Revision: 243925

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

Added:
  haskell-warp/repos/community-staging-i686/
  haskell-warp/repos/community-staging-i686/PKGBUILD
(from rev 243924, haskell-warp/trunk/PKGBUILD)
  haskell-warp/repos/community-staging-x86_64/
  haskell-warp/repos/community-staging-x86_64/PKGBUILD
(from rev 243924, haskell-warp/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: haskell-warp/repos/community-staging-i686/PKGBUILD (from rev 243924, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:17:54 UTC (rev 243925)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.13
+pkgrel=2
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-auto-update" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date" 
"haskell-http-types"
+ "haskell-http2" "haskell-iproute" "haskell-network" 
"haskell-simple-sendfile" "haskell-stm"
+ "haskell-streaming-commons" "haskell-text" "haskell-unix-compat" 
"haskell-vault"
+ "haskell-wai" "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('598b1a3d2521a483001602c059685f28e5c1ed6729e35243c82b98e879cc4d448dd5b42542bef3b3df9d1181c829e3fc582fa1454f9c4daada44961bc5c6546e')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-warp-debug -fallow-sendfilefd -f-network-bytestring
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 243924, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:17:54 UTC (rev 243925)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.13
+pkgrel=2
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-auto-update" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date" 
"haskell-http-types"
+ "haskell-http2" "haskell-iproute" "haskell-network" 
"haskell-simple-sendfile" "haskell-stm"
+ "haskell-streaming-commons" "haskell-text" "haskell-unix-compat" 
"haskell-vault"
+ "haskell-wai" "haskell-word8")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('598b1a3d2521a483001602c059685f28e5c1ed6729e35243c82b98e879cc4d448dd5b42542bef3b3df9d1181c829e3fc582fa1454f9c4daada44961bc5c6546e')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+

[arch-commits] Commit in haskell-warp/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:17:25
  Author: felixonmars
Revision: 243924

upgpkg: haskell-warp 3.2.13-2

rebuild with scientific,0.3.5.1

Modified:
  haskell-warp/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:15:21 UTC (rev 243923)
+++ PKGBUILD2017-07-11 06:17:25 UTC (rev 243924)
@@ -5,7 +5,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai";
 license=("MIT")


[arch-commits] Commit in haskell-http-date/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:15:21
  Author: felixonmars
Revision: 243923

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

Added:
  haskell-http-date/repos/community-staging-i686/
  haskell-http-date/repos/community-staging-i686/PKGBUILD
(from rev 243922, haskell-http-date/trunk/PKGBUILD)
  haskell-http-date/repos/community-staging-x86_64/
  haskell-http-date/repos/community-staging-x86_64/PKGBUILD
(from rev 243922, haskell-http-date/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-http-date/repos/community-staging-i686/PKGBUILD (from rev 
243922, haskell-http-date/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:15:21 UTC (rev 243923)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-date
+pkgname=haskell-http-date
+pkgver=0.0.6.1
+pkgrel=25
+pkgdesc="HTTP Date parser/formatter"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f2e106603e2b3f710f1189e478f6c20067d9a9d21a20a633fe362b3f91807636')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-http-date/repos/community-staging-x86_64/PKGBUILD (from rev 
243922, haskell-http-date/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:15:21 UTC (rev 243923)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-date
+pkgname=haskell-http-date
+pkgver=0.0.6.1
+pkgrel=25
+pkgdesc="HTTP Date parser/formatter"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('f2e106603e2b3f710f1189e478f6c20067d9a9d21a20a633fe362b3f91807636')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -dele

[arch-commits] Commit in haskell-http-date/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:14:51
  Author: felixonmars
Revision: 243922

upgpkg: haskell-http-date 0.0.6.1-25

rebuild with scientific,0.3.5.1

Modified:
  haskell-http-date/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:13:30 UTC (rev 243921)
+++ PKGBUILD2017-07-11 06:14:51 UTC (rev 243922)
@@ -5,7 +5,7 @@
 _hkgname=http-date
 pkgname=haskell-http-date
 pkgver=0.0.6.1
-pkgrel=24
+pkgrel=25
 pkgdesc="HTTP Date parser/formatter"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:13:30
  Author: felixonmars
Revision: 243921

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

Added:
  haskell-hit/repos/community-staging-i686/
  haskell-hit/repos/community-staging-i686/PKGBUILD
(from rev 243920, haskell-hit/trunk/PKGBUILD)
  haskell-hit/repos/community-staging-x86_64/
  haskell-hit/repos/community-staging-x86_64/PKGBUILD
(from rev 243920, haskell-hit/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: haskell-hit/repos/community-staging-i686/PKGBUILD (from rev 243920, 
haskell-hit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:13:30 UTC (rev 243921)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hit
+pkgname=haskell-hit
+pkgver=0.6.3
+pkgrel=42
+pkgdesc="Git operations in haskell"
+url="http://github.com/vincenthz/hit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-byteable" "haskell-cryptohash" 
"haskell-hashable"
+ "haskell-hashtables" "haskell-hourglass" "haskell-mtl" 
"haskell-parsec" "haskell-patience"
+ "haskell-random" "haskell-system-fileio" "haskell-system-filepath" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zlib" 
"haskell-zlib-bindings")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('db86b3712029a4e40d1306dd6cc9ca2c9f4c77fe65a2b74106f1cbd2de26e471')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable -f-debug
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-hit/repos/community-staging-x86_64/PKGBUILD (from rev 243920, 
haskell-hit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:13:30 UTC (rev 243921)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hit
+pkgname=haskell-hit
+pkgver=0.6.3
+pkgrel=42
+pkgdesc="Git operations in haskell"
+url="http://github.com/vincenthz/hit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-byteable" "haskell-cryptohash" 
"haskell-hashable"
+ "haskell-hashtables" "haskell-hourglass" "haskell-mtl" 
"haskell-parsec" "haskell-patience"
+ "haskell-random" "haskell-system-fileio" "haskell-system-filepath" 
"haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zlib" 
"haskell-zlib-bindings")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('db86b3712029a4e40d1306dd6cc9ca2c9f4c77fe65a2b74106f1cbd2de26e471')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fexecutable -f-debug
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'

[arch-commits] Commit in haskell-hit/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:13:00
  Author: felixonmars
Revision: 243920

upgpkg: haskell-hit 0.6.3-42

rebuild with scientific,0.3.5.1

Modified:
  haskell-hit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:10:46 UTC (rev 243919)
+++ PKGBUILD2017-07-11 06:13:00 UTC (rev 243920)
@@ -5,7 +5,7 @@
 _hkgname=hit
 pkgname=haskell-hit
 pkgver=0.6.3
-pkgrel=41
+pkgrel=42
 pkgdesc="Git operations in haskell"
 url="http://github.com/vincenthz/hit";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-email-validate/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:10:21
  Author: felixonmars
Revision: 243918

upgpkg: haskell-email-validate 2.3-3

rebuild with scientific,0.3.5.1

Modified:
  haskell-email-validate/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:08:58 UTC (rev 243917)
+++ PKGBUILD2017-07-11 06:10:21 UTC (rev 243918)
@@ -5,7 +5,7 @@
 _hkgname=email-validate
 pkgname=haskell-email-validate
 pkgver=2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Validating an email address string against RFC 5322"
 url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-email-validate/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:10:46
  Author: felixonmars
Revision: 243919

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

Added:
  haskell-email-validate/repos/community-staging-i686/
  haskell-email-validate/repos/community-staging-i686/PKGBUILD
(from rev 243918, haskell-email-validate/trunk/PKGBUILD)
  haskell-email-validate/repos/community-staging-x86_64/
  haskell-email-validate/repos/community-staging-x86_64/PKGBUILD
(from rev 243918, haskell-email-validate/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-email-validate/repos/community-staging-i686/PKGBUILD (from rev 
243918, haskell-email-validate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:10:46 UTC (rev 243919)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=email-validate
+pkgname=haskell-email-validate
+pkgver=2.3
+pkgrel=3
+pkgdesc="Validating an email address string against RFC 5322"
+url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1f2ecb13342f107fe726d31e2e9982f98a6d53fcd969b08cb1bcc7748183b2a6ebc712334b4d4c8c5eb3d8393a301b46a05d538474603e2e0913f0c581916caa')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-email-validate/repos/community-staging-x86_64/PKGBUILD (from 
rev 243918, haskell-email-validate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:10:46 UTC (rev 243919)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=email-validate
+pkgname=haskell-email-validate
+pkgver=2.3
+pkgrel=3
+pkgdesc="Validating an email address string against RFC 5322"
+url="http://porg.es/blog/email-address-validation-simpler-faster-more-correct";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('1f2ecb13342f107fe726d31e2e9982f98a6d53fcd969b08cb1bcc7748183b2a6ebc712334b4d4c8c5eb3d8393a301b46a05d538474603e2e0913f0c581916caa')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/h

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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:08:58
  Author: felixonmars
Revision: 243917

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

Added:
  haskell-dns/repos/community-staging-i686/
  haskell-dns/repos/community-staging-i686/PKGBUILD
(from rev 243916, haskell-dns/trunk/PKGBUILD)
  haskell-dns/repos/community-staging-x86_64/
  haskell-dns/repos/community-staging-x86_64/PKGBUILD
(from rev 243916, haskell-dns/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 243916, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:08:58 UTC (rev 243917)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.10
+pkgrel=38
+pkgdesc="DNS library in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-conduit" "haskell-conduit-extra" 
"haskell-iproute"
+ "haskell-mtl" "haskell-network" "haskell-random" "haskell-resourcet" 
"haskell-safe")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-dns/repos/community-staging-x86_64/PKGBUILD (from rev 243916, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:08:58 UTC (rev 243917)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.10
+pkgrel=38
+pkgdesc="DNS library in Haskell"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-conduit" "haskell-conduit-extra" 
"haskell-iproute"
+ "haskell-mtl" "haskell-network" "haskell-random" "haskell-resourcet" 
"haskell-safe")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ba03bc8fe25b58fd066588569eb5707a245cb098181e2d5cca72c239849aa6a3')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr

[arch-commits] Commit in haskell-dns/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:08:35
  Author: felixonmars
Revision: 243916

upgpkg: haskell-dns 2.0.10-38

rebuild with scientific,0.3.5.1

Modified:
  haskell-dns/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 06:06:29 UTC (rev 243915)
+++ PKGBUILD2017-07-11 06:08:35 UTC (rev 243916)
@@ -5,7 +5,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=2.0.10
-pkgrel=37
+pkgrel=38
 pkgdesc="DNS library in Haskell"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:06:29
  Author: felixonmars
Revision: 243915

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

Added:
  darcs/repos/community-staging-i686/
  darcs/repos/community-staging-i686/PKGBUILD
(from rev 243914, darcs/trunk/PKGBUILD)
  darcs/repos/community-staging-x86_64/
  darcs/repos/community-staging-x86_64/PKGBUILD
(from rev 243914, darcs/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   51 
 community-staging-x86_64/PKGBUILD |   51 
 2 files changed, 102 insertions(+)

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 243914, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 06:06:29 UTC (rev 243915)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=52
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec" "haskell-sandi"
+ "haskell-random" "haskell-regex-applicative" 
"haskell-regex-compat-tdfa" "haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 243914, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 06:06:29 UTC (rev 243915)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=52
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net";
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl' 'ghc' "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec" "haskell-sandi"
+ "haskell-random" "haskell-regex-applicative" 
"haskell-regex-compat-tdfa" "haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}

[arch-commits] Commit in darcs/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 06:06:06
  Author: felixonmars
Revision: 243914

upgpkg: darcs 2.12.5-52

rebuild with scientific,0.3.5.1

Modified:
  darcs/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:59:07 UTC (rev 243913)
+++ PKGBUILD2017-07-11 06:06:06 UTC (rev 243914)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.5
-pkgrel=51
+pkgrel=52
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net";
 license=("GPL")


[arch-commits] Commit in haskell-css-text/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:56:02
  Author: felixonmars
Revision: 243911

upgpkg: haskell-css-text 0.1.2.2-16

rebuild with scientific,0.3.5.1

Modified:
  haskell-css-text/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:54:45 UTC (rev 243910)
+++ PKGBUILD2017-07-11 05:56:02 UTC (rev 243911)
@@ -5,7 +5,7 @@
 _hkgname=css-text
 pkgname=haskell-css-text
 pkgver=0.1.2.2
-pkgrel=15
+pkgrel=16
 pkgdesc="CSS parser and renderer."
 url="http://www.yesodweb.com/";
 license=("MIT")


[arch-commits] Commit in haskell-css-text/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:56:25
  Author: felixonmars
Revision: 243912

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

Added:
  haskell-css-text/repos/community-staging-i686/
  haskell-css-text/repos/community-staging-i686/PKGBUILD
(from rev 243911, haskell-css-text/trunk/PKGBUILD)
  haskell-css-text/repos/community-staging-x86_64/
  haskell-css-text/repos/community-staging-x86_64/PKGBUILD
(from rev 243911, haskell-css-text/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-css-text/repos/community-staging-i686/PKGBUILD (from rev 
243911, haskell-css-text/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:56:25 UTC (rev 243912)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=css-text
+pkgname=haskell-css-text
+pkgver=0.1.2.2
+pkgrel=16
+pkgdesc="CSS parser and renderer."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('dff564ac08587950dab4fedf07c357d9907099f60c87bf465d648a8965e61987')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-css-text/repos/community-staging-x86_64/PKGBUILD (from rev 
243911, haskell-css-text/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:56:25 UTC (rev 243912)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=css-text
+pkgname=haskell-css-text
+pkgver=0.1.2.2
+pkgrel=16
+pkgdesc="CSS parser and renderer."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('dff564ac08587950dab4fedf07c357d9907099f60c87bf465d648a8965e61987')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}


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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:54:45
  Author: felixonmars
Revision: 243910

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

Added:
  haskell-configurator/repos/community-staging-i686/
  haskell-configurator/repos/community-staging-i686/PKGBUILD
(from rev 243909, haskell-configurator/trunk/PKGBUILD)
  haskell-configurator/repos/community-staging-x86_64/
  haskell-configurator/repos/community-staging-x86_64/PKGBUILD
(from rev 243909, haskell-configurator/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: haskell-configurator/repos/community-staging-i686/PKGBUILD (from rev 
243909, haskell-configurator/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:54:45 UTC (rev 243910)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=configurator
+pkgname=haskell-configurator
+pkgver=0.3.0.0
+pkgrel=14
+pkgdesc="Configuration management"
+url="http://github.com/bos/configurator";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-hashable' 'haskell-text' 
'haskell-unix-compat'
+ 'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('aac63c54d79daed3f5d854ee9d34a6ef')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-configurator/repos/community-staging-x86_64/PKGBUILD (from rev 
243909, haskell-configurator/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:54:45 UTC (rev 243910)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=configurator
+pkgname=haskell-configurator
+pkgver=0.3.0.0
+pkgrel=14
+pkgdesc="Configuration management"
+url="http://github.com/bos/configurator";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-hashable' 'haskell-text' 
'haskell-unix-compat'
+ 'haskell-unordered-containers')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('aac63c54d79daed3f5d854ee9d34a6ef')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/

[arch-commits] Commit in haskell-configurator/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:54:21
  Author: felixonmars
Revision: 243909

upgpkg: haskell-configurator 0.3.0.0-14

rebuild with scientific,0.3.5.1

Modified:
  haskell-configurator/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:52:50 UTC (rev 243908)
+++ PKGBUILD2017-07-11 05:54:21 UTC (rev 243909)
@@ -4,7 +4,7 @@
 _hkgname=configurator
 pkgname=haskell-configurator
 pkgver=0.3.0.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Configuration management"
 url="http://github.com/bos/configurator";
 license=('custom:BSD3')


[arch-commits] Commit in haskell-project-template/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:52:50
  Author: felixonmars
Revision: 243908

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

Added:
  haskell-project-template/repos/community-staging-i686/
  haskell-project-template/repos/community-staging-i686/PKGBUILD
(from rev 243907, haskell-project-template/trunk/PKGBUILD)
  haskell-project-template/repos/community-staging-x86_64/
  haskell-project-template/repos/community-staging-x86_64/PKGBUILD
(from rev 243907, haskell-project-template/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-project-template/repos/community-staging-i686/PKGBUILD (from 
rev 243907, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:52:50 UTC (rev 243908)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0
+pkgrel=68
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base64-bytestring" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-mtl" "haskell-resourcet"
+ "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('aeabd7d1785b31abaffc78f02d9dda67d57d01822755f09614bfc65e99506310')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 243907, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:52:50 UTC (rev 243908)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0
+pkgrel=68
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base64-bytestring" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-mtl" "haskell-resourcet"
+ "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('aeabd7d1785b31abaffc78f02d9dda67d57d01822755f09614bfc65e99506310')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+

[arch-commits] Commit in haskell-project-template/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:52:28
  Author: felixonmars
Revision: 243907

upgpkg: haskell-project-template 0.2.0-68

rebuild with scientific,0.3.5.1

Modified:
  haskell-project-template/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:51:08 UTC (rev 243906)
+++ PKGBUILD2017-07-11 05:52:28 UTC (rev 243907)
@@ -5,7 +5,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.0
-pkgrel=67
+pkgrel=68
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-monad-logger/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:51:08
  Author: felixonmars
Revision: 243906

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

Added:
  haskell-monad-logger/repos/community-staging-i686/
  haskell-monad-logger/repos/community-staging-i686/PKGBUILD
(from rev 243905, haskell-monad-logger/trunk/PKGBUILD)
  haskell-monad-logger/repos/community-staging-x86_64/
  haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 243905, haskell-monad-logger/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-x86_64/PKGBUILD |   48 
 2 files changed, 96 insertions(+)

Copied: haskell-monad-logger/repos/community-staging-i686/PKGBUILD (from rev 
243905, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:51:08 UTC (rev 243906)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.24
+pkgrel=17
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-loops" "haskell-mtl" "haskell-resourcet" "haskell-stm" 
"haskell-stm-chans"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a2c7b69369c84de1db6f4377bb4f01ba9844c4d4b8d6d36395282fe1339d8c0d3800066076cd95c9ca623c55358228d9113a6367a675ba7f838e0770d14aaf9b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-monad-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
243905, haskell-monad-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:51:08 UTC (rev 243906)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-logger
+pkgname=haskell-monad-logger
+pkgver=0.3.24
+pkgrel=17
+pkgdesc="A class of monads which can log messages."
+url="https://github.com/kazu-yamamoto/logger";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-blaze-builder" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-exceptions" "haskell-fast-logger" "haskell-lifted-base" 
"haskell-monad-control"
+ "haskell-monad-loops" "haskell-mtl" "haskell-resourcet" "haskell-stm" 
"haskell-stm-chans"
+ "haskell-text" "haskell-transformers-base" 
"haskell-transformers-compat")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('a2c7b69369c84de1db6f4377bb4f01ba9844c4d4b8d6d36395282fe1339d8c0d3800066076cd95c9ca623c55358228d9113a6367a675ba7f838e0770d14aaf9b')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-ftemplate_haskell
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell 

[arch-commits] Commit in haskell-monad-logger/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:50:45
  Author: felixonmars
Revision: 243905

upgpkg: haskell-monad-logger 0.3.24-17

rebuild with scientific,0.3.5.1

Modified:
  haskell-monad-logger/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:49:10 UTC (rev 243904)
+++ PKGBUILD2017-07-11 05:50:45 UTC (rev 243905)
@@ -5,7 +5,7 @@
 _hkgname=monad-logger
 pkgname=haskell-monad-logger
 pkgver=0.3.24
-pkgrel=16
+pkgrel=17
 pkgdesc="A class of monads which can log messages."
 url="https://github.com/kazu-yamamoto/logger";
 license=("MIT")


[arch-commits] Commit in haskell-http-conduit/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:49:10
  Author: felixonmars
Revision: 243904

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

Added:
  haskell-http-conduit/repos/community-staging-i686/
  haskell-http-conduit/repos/community-staging-i686/PKGBUILD
(from rev 243903, haskell-http-conduit/trunk/PKGBUILD)
  haskell-http-conduit/repos/community-staging-x86_64/
  haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 243903, haskell-http-conduit/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-http-conduit/repos/community-staging-i686/PKGBUILD (from rev 
243903, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:49:10 UTC (rev 243904)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.1
+pkgrel=53
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('53ae16c601f980f323f2b24a32a776f9867b6b595e6e1929d440d1549715ca0e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-http-conduit/repos/community-staging-x86_64/PKGBUILD (from rev 
243903, haskell-http-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:49:10 UTC (rev 243904)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-conduit
+pkgname=haskell-http-conduit
+pkgver=2.2.3.1
+pkgrel=53
+pkgdesc="HTTP client package with conduit interface and HTTPS support"
+url="http://www.yesodweb.com/book/http-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-conduit" "haskell-conduit-extra" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lifted-base"
+ "haskell-monad-control" "haskell-mtl" "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('53ae16c601f980f323f2b24a32a776f9867b6b595e6e1929d440d1549715ca0e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/shar

[arch-commits] Commit in haskell-http-conduit/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:48:47
  Author: felixonmars
Revision: 243903

upgpkg: haskell-http-conduit 2.2.3.1-53

rebuild with scientific,0.3.5.1

Modified:
  haskell-http-conduit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:46:56 UTC (rev 243902)
+++ PKGBUILD2017-07-11 05:48:47 UTC (rev 243903)
@@ -5,7 +5,7 @@
 _hkgname=http-conduit
 pkgname=haskell-http-conduit
 pkgver=2.2.3.1
-pkgrel=52
+pkgrel=53
 pkgdesc="HTTP client package with conduit interface and HTTPS support"
 url="http://www.yesodweb.com/book/http-conduit";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-cryptonite-conduit/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:46:56
  Author: felixonmars
Revision: 243902

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

Added:
  haskell-cryptonite-conduit/repos/community-staging-i686/
  haskell-cryptonite-conduit/repos/community-staging-i686/PKGBUILD
(from rev 243901, haskell-cryptonite-conduit/trunk/PKGBUILD)
  haskell-cryptonite-conduit/repos/community-staging-x86_64/
  haskell-cryptonite-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 243901, haskell-cryptonite-conduit/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-cryptonite-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 243901, haskell-cryptonite-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:46:56 UTC (rev 243902)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=cryptonite-conduit
+pkgname=haskell-cryptonite-conduit
+pkgver=0.2.0
+pkgrel=35
+pkgdesc="Conduit bridge for cryptonite"
+url="https://github.com/haskell-crypto/cryptonite-conduit";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-memory'
+ 'haskell-resourcet')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('e46e2022b1e214c00c790caf95791e02')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-cryptonite-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 243901, haskell-cryptonite-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:46:56 UTC (rev 243902)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=cryptonite-conduit
+pkgname=haskell-cryptonite-conduit
+pkgver=0.2.0
+pkgrel=35
+pkgdesc="Conduit bridge for cryptonite"
+url="https://github.com/haskell-crypto/cryptonite-conduit";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-conduit' 'haskell-conduit-extra' 'haskell-cryptonite' 
'haskell-memory'
+ 'haskell-resourcet')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+md5sums=('e46e2022b1e214c00c790caf95791e02')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/sh

[arch-commits] Commit in haskell-cryptonite-conduit/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:46:33
  Author: felixonmars
Revision: 243901

upgpkg: haskell-cryptonite-conduit 0.2.0-35

rebuild with scientific,0.3.5.1

Modified:
  haskell-cryptonite-conduit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:45:43 UTC (rev 243900)
+++ PKGBUILD2017-07-11 05:46:33 UTC (rev 243901)
@@ -4,7 +4,7 @@
 _hkgname=cryptonite-conduit
 pkgname=haskell-cryptonite-conduit
 pkgver=0.2.0
-pkgrel=34
+pkgrel=35
 pkgdesc="Conduit bridge for cryptonite"
 url="https://github.com/haskell-crypto/cryptonite-conduit";
 license=('custom:BSD3')


[arch-commits] Commit in npm/repos/community-any (PKGBUILD PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:45:43
  Author: felixonmars
Revision: 243900

archrelease: copy trunk to community-any

Added:
  npm/repos/community-any/PKGBUILD
(from rev 243899, npm/trunk/PKGBUILD)
Deleted:
  npm/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 +++--
 1 file changed, 50 insertions(+), 60 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-11 05:45:26 UTC (rev 243899)
+++ PKGBUILD2017-07-11 05:45:43 UTC (rev 243900)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=npm
-pkgver=4.6.1
-pkgrel=1
-pkgdesc='A package manager for javascript'
-arch=('any')
-url='https://www.npmjs.com/'
-license=('custom:Artistic')
-depends=('nodejs' 'semver')
-provides=('nodejs-node-gyp')
-makedepends=('procps-ng' 'marked-man')
-optdepends=('python2: for node-gyp')
-options=('!emptydirs')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/npm/archive/v$pkgver.tar.gz";)
-sha512sums=('2d2a7c22fa5d31bf63fc2e04d4ac2c4ffd0d9d80055ae40348d994968a47eff26897cbc554bb4de900c54959ae8ce6b89295178ad243c1c7a25730d3f194b0db')
-
-prepare() {
-  cd npm-$pkgver
-  ln -s /usr/bin/marked{,-man} node_modules/.bin/
-}
-
-build() {
-  cd npm-$pkgver
-  make
-}
-
-package() {
-  cd npm-$pkgver
-  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
-
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir"/usr/lib/node_modules
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-mkdir -p "$pkgdir"/usr/share/man/$_dir
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-
-  # Provide node-gyp executable
-  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
-  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm-$pkgver/cli.js link $dep;
-  done
-
-  install -Dm644 "$srcdir"/npm-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: npm/repos/community-any/PKGBUILD (from rev 243899, npm/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-11 05:45:43 UTC (rev 243900)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=npm
+pkgver=5.2.0
+pkgrel=1
+pkgdesc='A package manager for javascript'
+arch=('any')
+url='https://www.npmjs.com/'
+license=('custom:Artistic')
+depends=('nodejs' 'semver')
+provides=('nodejs-node-gyp')
+makedepends=('procps-ng' 'marked-man')
+optdepends=('python2: for node-gyp')
+options=('!emptydirs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/npm/archive/v$pkgver.tar.gz";)
+sha512sums=('b0db06cc6da2bc06955a588b51b490db83ff6bda5211aabbabbaa1221c1d3bae8788e49cc2c06ca894c5b93dc56387509536d858f4dfb9616ecd8160bdbbe099')
+
+prepare() {
+  cd npm-$pkgver
+  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
+}
+
+build() {
+  cd npm-$pkgver
+  make
+}
+
+package() {
+  cd npm-$pkgver
+  make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
+
+  # Provide node-gyp executable
+  cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
+  sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
+
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
+  # Experimental dedup
+  for _d in 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules{,/libnpx/node_modules}; do
+cd "$_d"
+for dep in semver; do
+  rm -r $dep;
+  node "$srcdir"/npm-$pkgver/bin/npm-cli.js link $dep;
+done
+  done
+
+  install -Dm644 "$srcdir"/npm-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in npm/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:45:26
  Author: felixonmars
Revision: 243899

upgpkg: npm 5.2.0-1

Modified:
  npm/trunk/PKGBUILD

--+
 PKGBUILD |   34 --
 1 file changed, 12 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:45:15 UTC (rev 243898)
+++ PKGBUILD2017-07-11 05:45:26 UTC (rev 243899)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=npm
-pkgver=4.6.1
+pkgver=5.2.0
 pkgrel=1
 pkgdesc='A package manager for javascript'
 arch=('any')
@@ -14,11 +14,11 @@
 optdepends=('python2: for node-gyp')
 options=('!emptydirs')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/npm/npm/archive/v$pkgver.tar.gz";)
-sha512sums=('2d2a7c22fa5d31bf63fc2e04d4ac2c4ffd0d9d80055ae40348d994968a47eff26897cbc554bb4de900c54959ae8ce6b89295178ad243c1c7a25730d3f194b0db')
+sha512sums=('b0db06cc6da2bc06955a588b51b490db83ff6bda5211aabbabbaa1221c1d3bae8788e49cc2c06ca894c5b93dc56387509536d858f4dfb9616ecd8160bdbbe099')
 
 prepare() {
   cd npm-$pkgver
-  ln -s /usr/bin/marked{,-man} node_modules/.bin/
+  ln -sf /usr/bin/marked{,-man} node_modules/.bin/
 }
 
 build() {
@@ -30,30 +30,20 @@
   cd npm-$pkgver
   make NPMOPTS="--prefix=\"$pkgdir/usr\"" install
 
-  # Why 777? :/
-  chmod -R u=rwX,go=rX "$pkgdir"
-
-  # Fix files owned by nobody:
-  chown -R root "$pkgdir"/usr/lib/node_modules
-
-  # Fix wrong symlinks
-  for _dir in man1 man5 man7; do
-mkdir -p "$pkgdir"/usr/share/man/$_dir
-cd "$pkgdir"/usr/lib/node_modules/npm/man/$_dir
-for _file in *; do
-  ln -s /usr/lib/node_modules/npm/man/$_dir/$_file 
"$pkgdir"/usr/share/man/$_dir/
-done
-  done
-
   # Provide node-gyp executable
   cp "$pkgdir"/usr/lib/node_modules/npm/bin/node-gyp-bin/node-gyp 
"$pkgdir"/usr/bin/node-gyp
   sed -i 's|"`dirname "$0"`/../../|"`dirname "$0"`/../lib/node_modules/npm/|' 
"$pkgdir"/usr/bin/node-gyp
 
+  # Why 777? :/
+  chmod -R u=rwX,go=rX "$pkgdir"
+
   # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in semver; do
-rm -r $dep;
-node "$srcdir"/npm-$pkgver/cli.js link $dep;
+  for _d in 
"$pkgdir"/usr/lib/node_modules/$pkgname/node_modules{,/libnpx/node_modules}; do
+cd "$_d"
+for dep in semver; do
+  rm -r $dep;
+  node "$srcdir"/npm-$pkgver/bin/npm-cli.js link $dep;
+done
   done
 
   install -Dm644 "$srcdir"/npm-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE


[arch-commits] Commit in haskell-cryptohash-conduit/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:45:15
  Author: felixonmars
Revision: 243898

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

Added:
  haskell-cryptohash-conduit/repos/community-staging-i686/
  haskell-cryptohash-conduit/repos/community-staging-i686/PKGBUILD
(from rev 243897, haskell-cryptohash-conduit/trunk/PKGBUILD)
  haskell-cryptohash-conduit/repos/community-staging-x86_64/
  haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD
(from rev 243897, haskell-cryptohash-conduit/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   45 
 community-staging-x86_64/PKGBUILD |   45 
 2 files changed, 90 insertions(+)

Copied: haskell-cryptohash-conduit/repos/community-staging-i686/PKGBUILD (from 
rev 243897, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:45:15 UTC (rev 243898)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=92
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-conduit" "haskell-conduit-extra" "haskell-cryptohash"
+ "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ea516d898d3e34dae6be3e8bc59c9f61a61cb133dbfe84a84bb0ded4b4ce')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-cryptohash-conduit/repos/community-staging-x86_64/PKGBUILD 
(from rev 243897, haskell-cryptohash-conduit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:45:15 UTC (rev 243898)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cryptohash-conduit
+pkgname=haskell-cryptohash-conduit
+pkgver=0.1.1
+pkgrel=92
+pkgdesc="cryptohash conduit"
+url="http://github.com/vincenthz/hs-cryptohash-conduit";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-conduit" "haskell-conduit-extra" "haskell-cryptohash"
+ "haskell-resourcet")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('ea516d898d3e34dae6be3e8bc59c9f61a61cb133dbfe84a84bb0ded4b4ce')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+ru

[arch-commits] Commit in haskell-cryptohash-conduit/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:44:49
  Author: felixonmars
Revision: 243897

upgpkg: haskell-cryptohash-conduit 0.1.1-92

rebuild with scientific,0.3.5.1

Modified:
  haskell-cryptohash-conduit/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:43:24 UTC (rev 243896)
+++ PKGBUILD2017-07-11 05:44:49 UTC (rev 243897)
@@ -5,7 +5,7 @@
 _hkgname=cryptohash-conduit
 pkgname=haskell-cryptohash-conduit
 pkgver=0.1.1
-pkgrel=91
+pkgrel=92
 pkgdesc="cryptohash conduit"
 url="http://github.com/vincenthz/hs-cryptohash-conduit";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-conduit-combinators/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:43:24
  Author: felixonmars
Revision: 243896

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 243895, haskell-conduit-combinators/trunk/PKGBUILD)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 243895, haskell-conduit-combinators/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 243895, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:43:24 UTC (rev 243896)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.1
+pkgrel=29
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base16-bytestring" "haskell-base64-bytestring" 
"haskell-chunked-data"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-monad-control"
+ "haskell-mono-traversable" "haskell-mwc-random" "haskell-primitive" 
"haskell-resourcet"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat" 
"haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a022e80d54d6cae017ae69e04b44fd6f57f8bac6b889e574dc09d30170ac0918')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 243895, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:43:24 UTC (rev 243896)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.1.1
+pkgrel=29
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/snoyberg/mono-traversable";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-base16-bytestring" "haskell-base64-bytestring" 
"haskell-chunked-data"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-monad-control"
+ "haskell-mono-traversable" "haskell-mwc-random" "haskell-primitive" 
"haskell-resourcet"
+ "haskell-text" "haskell-transformers-base" "haskell-unix-compat" 
"haskell-vector"
+ "haskell-void")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha256sums=('a022e80d54d6cae017ae69e04b44fd6f57f8bac6b889e574dc09d30170ac0918')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fmonotrav1
+runhaskell Setup build
+ 

[arch-commits] Commit in haskell-conduit-combinators/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:43:01
  Author: felixonmars
Revision: 243895

upgpkg: haskell-conduit-combinators 1.1.1-29

rebuild with scientific,0.3.5.1

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:41:08 UTC (rev 243894)
+++ PKGBUILD2017-07-11 05:43:01 UTC (rev 243895)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.1.1
-pkgrel=28
+pkgrel=29
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/snoyberg/mono-traversable";
 license=("MIT")


[arch-commits] Commit in haskell-conduit-extra/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:41:08
  Author: felixonmars
Revision: 243894

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

Added:
  haskell-conduit-extra/repos/community-staging-i686/
  haskell-conduit-extra/repos/community-staging-i686/PKGBUILD
(from rev 243893, haskell-conduit-extra/trunk/PKGBUILD)
  haskell-conduit-extra/repos/community-staging-x86_64/
  haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 243893, haskell-conduit-extra/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   47 
 community-staging-x86_64/PKGBUILD |   47 
 2 files changed, 94 insertions(+)

Copied: haskell-conduit-extra/repos/community-staging-i686/PKGBUILD (from rev 
243893, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:41:08 UTC (rev 243894)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.16
+pkgrel=16
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-exceptions" "haskell-monad-control" "haskell-network" 
"haskell-primitive"
+ "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" 
"haskell-text"
+ "haskell-transformers-base")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('c2272e0eebd101b9e3542c40da9c8ddb7e2840e9e6adb440457dfd9c57a68a9ce52648839771b02a96bac7100a1c66391444c4ff1a56cbee80d74bc4b5c2716e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
243893, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:41:08 UTC (rev 243894)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.16
+pkgrel=16
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-async" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-exceptions" "haskell-monad-control" "haskell-network" 
"haskell-primitive"
+ "haskell-resourcet" "haskell-stm" "haskell-streaming-commons" 
"haskell-text"
+ "haskell-transformers-base")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('c2272e0eebd101b9e3542c40da9c8ddb7e2840e9e6adb440457dfd9c57a68a9ce52648839771b02a96bac7100a1c66391444c4ff1a56cbee80d74bc4b5c2716e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" reg

[arch-commits] Commit in haskell-conduit-extra/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:40:45
  Author: felixonmars
Revision: 243893

upgpkg: haskell-conduit-extra 1.1.16-16

rebuild with scientific,0.3.5.1

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:39:00 UTC (rev 243892)
+++ PKGBUILD2017-07-11 05:40:45 UTC (rev 243893)
@@ -5,7 +5,7 @@
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
 pkgver=1.1.16
-pkgrel=15
+pkgrel=16
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="http://github.com/snoyberg/conduit";
 license=("MIT")


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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:39:00
  Author: felixonmars
Revision: 243892

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

Added:
  haskell-criterion/repos/community-staging-i686/
  haskell-criterion/repos/community-staging-i686/PKGBUILD
(from rev 243891, haskell-criterion/trunk/PKGBUILD)
  haskell-criterion/repos/community-staging-x86_64/
  haskell-criterion/repos/community-staging-x86_64/PKGBUILD
(from rev 243891, haskell-criterion/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-x86_64/PKGBUILD |   49 
 2 files changed, 98 insertions(+)

Copied: haskell-criterion/repos/community-staging-i686/PKGBUILD (from rev 
243891, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:39:00 UTC (rev 243892)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.2.1.0
+pkgrel=4
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" 
"haskell-code-page"
+ "haskell-exceptions" "haskell-glob" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-microstache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('52ca2d9a8307a5c3ce042a08bbb3c87335304d769da7caca6b5748d39955a92dc9cf8d3505d9d1eeda6aff93af4ac927ee23f1214b8a19e40ee9ff604c3b4e3e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
243891, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:39:00 UTC (rev 243892)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.2.1.0
+pkgrel=4
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-wl-pprint" "haskell-cassava" 
"haskell-code-page"
+ "haskell-exceptions" "haskell-glob" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-microstache" "haskell-mtl" "haskell-mwc-random" 
"haskell-optparse-applicative"
+ "haskell-parsec" "haskell-statistics" "haskell-text" 
"haskell-transformers-compat"
+ "haskell-vector" "haskell-vector-algorithms")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('52ca2d9a8307a5c3ce042a08bbb3c87335304d769da7caca6b5748d39955a92dc9cf8d3505d9d1eeda6aff93af4ac927ee23f1214b8a19e40ee9ff604c3b4e3e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$c

[arch-commits] Commit in haskell-criterion/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:38:37
  Author: felixonmars
Revision: 243891

upgpkg: haskell-criterion 1.2.1.0-4

rebuild with scientific,0.3.5.1

Modified:
  haskell-criterion/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:35:10 UTC (rev 243890)
+++ PKGBUILD2017-07-11 05:38:37 UTC (rev 243891)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion";
 license=("custom:BSD3")


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

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:35:10
  Author: felixonmars
Revision: 243890

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

Added:
  haskell-cassava/repos/community-staging-i686/
  haskell-cassava/repos/community-staging-i686/PKGBUILD
(from rev 243889, haskell-cassava/trunk/PKGBUILD)
  haskell-cassava/repos/community-staging-x86_64/
  haskell-cassava/repos/community-staging-x86_64/PKGBUILD
(from rev 243889, haskell-cassava/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-cassava/repos/community-staging-i686/PKGBUILD (from rev 243889, 
haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:35:10 UTC (rev 243890)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.5.0.0
+pkgrel=4
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-blaze-builder" "haskell-hashable" 
"haskell-only"
+ "haskell-text" "haskell-text-short" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('96cb0355d3af7a4ee937e525641b6c9ab92a20f932e6e1f0eea5f5b271c492714071ef0f29b53db4adce036190921e59ace0034b79fc3a779985b8a385157ec1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-pre-bytestring-0-10-4
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-cassava/repos/community-staging-x86_64/PKGBUILD (from rev 
243889, haskell-cassava/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:35:10 UTC (rev 243890)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cassava
+pkgname=haskell-cassava
+pkgver=0.5.0.0
+pkgrel=4
+pkgdesc="A CSV parsing and encoding library"
+url="https://github.com/tibbe/cassava";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-attoparsec" "haskell-blaze-builder" "haskell-hashable" 
"haskell-only"
+ "haskell-text" "haskell-text-short" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('96cb0355d3af7a4ee937e525641b6c9ab92a20f932e6e1f0eea5f5b271c492714071ef0f29b53db4adce036190921e59ace0034b79fc3a779985b8a385157ec1')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-pre-bytestring-0-10-4
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/us

[arch-commits] Commit in haskell-cassava/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:34:41
  Author: felixonmars
Revision: 243889

upgpkg: haskell-cassava 0.5.0.0-4

rebuild with scientific,0.3.5.1

Modified:
  haskell-cassava/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:33:39 UTC (rev 243888)
+++ PKGBUILD2017-07-11 05:34:41 UTC (rev 243889)
@@ -5,7 +5,7 @@
 _hkgname=cassava
 pkgname=haskell-cassava
 pkgver=0.5.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A CSV parsing and encoding library"
 url="https://github.com/tibbe/cassava";
 license=("custom:BSD3")


[arch-commits] Commit in python-zope-schema/repos/community-any (PKGBUILD PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:33:39
  Author: felixonmars
Revision: 243888

archrelease: copy trunk to community-any

Added:
  python-zope-schema/repos/community-any/PKGBUILD
(from rev 243887, python-zope-schema/trunk/PKGBUILD)
Deleted:
  python-zope-schema/repos/community-any/PKGBUILD

--+
 PKGBUILD |  105 ++---
 1 file changed, 53 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-11 05:32:37 UTC (rev 243887)
+++ PKGBUILD2017-07-11 05:33:39 UTC (rev 243888)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=('python-zope-schema' 'python2-zope-schema')
-pkgver=4.4.2
-pkgrel=2
-pkgdesc="zope.interface extension for defining data schemas"
-arch=('any')
-url="https://github.com/zopefoundation/zope.schema";
-license=('ZPL')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
- 'python2-zope-interface' 'python-zope-event' 'python2-zope-event'
- 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing')
-source=("git+https://github.com/zopefoundation/zope.schema.git#tag=$pkgver";)
-sha256sums=('SKIP')
-
-prepare() {
-  cp -a zope.schema{,-py2}
-}
-
-build() {
-  cd "$srcdir/zope.schema"
-  python setup.py build
-
-  cd "$srcdir/zope.schema-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/zope.schema"
-  python setup.py test
-
-  cd "$srcdir/zope.schema-py2"
-  python2 setup.py test
-}
-
-package_python-zope-schema() {
-  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
-
-  cd "$srcdir/zope.schema"
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-
-package_python2-zope-schema() {
-  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
-
-  cd "$srcdir/zope.schema"
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-zope-schema/repos/community-any/PKGBUILD (from rev 243887, 
python-zope-schema/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-11 05:33:39 UTC (rev 243888)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-zope-schema
+pkgname=('python-zope-schema' 'python2-zope-schema')
+pkgver=4.5.0
+pkgrel=1
+pkgdesc="zope.interface extension for defining data schemas"
+arch=('any')
+url="https://github.com/zopefoundation/zope.schema";
+license=('ZPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
+ 'python2-zope-interface' 'python-zope-event' 'python2-zope-event')
+checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-zope-testing'
+  'python2-zope-testing')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.schema/archive/$pkgver.tar.gz";)
+sha512sums=('0e5163a0d13492839e5594ea219b781375760d8eba4e6869eab28a94ba562659b299ce1311e959de05797942cece298d57f9ff646e6859640c1bcf4a07b299f8')
+
+prepare() {
+  cp -a zope.schema-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/zope.schema-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/zope.schema-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/zope.schema-$pkgver
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || warning "Tests failed"
+
+  cd "$srcdir"/zope.schema-$pkgver-py2
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
+}
+
+package_python-zope-schema() {
+  depends=('python-setuptools' 'python-zope-interface' 'python-zope-event')
+
+  cd "$srcdir"/zope.schema-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-zope-schema() {
+  depends=('python2-setuptools' 'python2-zope-interface' 'python2-zope-event')
+
+  cd "$srcdir"/zope.schema-$pkgver
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in haskell-aeson-compat/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:32:37
  Author: felixonmars
Revision: 243887

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

Added:
  haskell-aeson-compat/repos/community-staging-i686/
  haskell-aeson-compat/repos/community-staging-i686/PKGBUILD
(from rev 243886, haskell-aeson-compat/trunk/PKGBUILD)
  haskell-aeson-compat/repos/community-staging-x86_64/
  haskell-aeson-compat/repos/community-staging-x86_64/PKGBUILD
(from rev 243886, haskell-aeson-compat/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   53 
 community-staging-x86_64/PKGBUILD |   53 
 2 files changed, 106 insertions(+)

Copied: haskell-aeson-compat/repos/community-staging-i686/PKGBUILD (from rev 
243886, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:32:37 UTC (rev 243887)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.7
+pkgrel=6
+pkgdesc="Compatibility layer for aeson"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" 
"haskell-attoparsec-iso8601"
+ "haskell-base-compat" "haskell-exceptions" "haskell-hashable" 
"haskell-scientific"
+ "haskell-semigroups" "haskell-text" "haskell-tagged" 
"haskell-time-locale-compat"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b04ce7b048d0fc15c7fab2a29f20afba6e38c921601af68a0b3fc211c2b08b659536e22930a1a6094985cc3e3b98282e2019c32b95aab9b931ca9fa83b9dff09')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aeson-compat/repos/community-staging-x86_64/PKGBUILD (from rev 
243886, haskell-aeson-compat/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:32:37 UTC (rev 243887)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-compat
+pkgname=haskell-aeson-compat
+pkgver=0.3.7
+pkgrel=6
+pkgdesc="Compatibility layer for aeson"
+url="https://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" 
"haskell-attoparsec-iso8601"
+ "haskell-base-compat" "haskell-exceptions" "haskell-hashable" 
"haskell-scientific"
+ "haskell-semigroups" "haskell-text" "haskell-tagged" 
"haskell-time-locale-compat"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b04ce7b048d0fc15c7fab2a29f20afba6e38c921601af68a0b3fc211c2b08b659536e22930a1a6094985cc3e3b98282e2019c32b95aab9b931ca9fa83b9dff09')
+
+prepare() {
+# nats is an empty package in new GHC
+sed -e '/nats/d' \
+-i ${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib -

[arch-commits] Commit in haskell-aeson-compat/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:32:13
  Author: felixonmars
Revision: 243886

upgpkg: haskell-aeson-compat 0.3.7-6

rebuild with scientific,0.3.5.1

Modified:
  haskell-aeson-compat/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:30:45 UTC (rev 243885)
+++ PKGBUILD2017-07-11 05:32:13 UTC (rev 243886)
@@ -5,7 +5,7 @@
 _hkgname=aeson-compat
 pkgname=haskell-aeson-compat
 pkgver=0.3.7
-pkgrel=5
+pkgrel=6
 pkgdesc="Compatibility layer for aeson"
 url="https://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-attoparsec-iso8601/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:30:45
  Author: felixonmars
Revision: 243885

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

Added:
  haskell-attoparsec-iso8601/repos/community-staging-i686/
  haskell-attoparsec-iso8601/repos/community-staging-i686/PKGBUILD
(from rev 243884, haskell-attoparsec-iso8601/trunk/PKGBUILD)
  haskell-attoparsec-iso8601/repos/community-staging-x86_64/
  haskell-attoparsec-iso8601/repos/community-staging-x86_64/PKGBUILD
(from rev 243884, haskell-attoparsec-iso8601/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-x86_64/PKGBUILD |   44 
 2 files changed, 88 insertions(+)

Copied: haskell-attoparsec-iso8601/repos/community-staging-i686/PKGBUILD (from 
rev 243884, haskell-attoparsec-iso8601/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:30:45 UTC (rev 243885)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=attoparsec-iso8601
+pkgname=haskell-attoparsec-iso8601
+pkgver=1.0.0.0
+pkgrel=9
+pkgdesc="Parsing of ISO 8601 dates, originally from aeson"
+url="https://github.com/bos/aeson";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('d4b545204429a73516eefa4ff1f174fb238544ca76258950275f146865873d2ebf00705dfdd16c17897ad3b10516aa2111eaaa27290e33009d033d227fbe6699')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer -f-fast
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-attoparsec-iso8601/repos/community-staging-x86_64/PKGBUILD 
(from rev 243884, haskell-attoparsec-iso8601/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:30:45 UTC (rev 243885)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=attoparsec-iso8601
+pkgname=haskell-attoparsec-iso8601
+pkgver=1.0.0.0
+pkgrel=9
+pkgdesc="Parsing of ISO 8601 dates, originally from aeson"
+url="https://github.com/bos/aeson";
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc' 'haskell-attoparsec' 'haskell-base-compat' 'haskell-text')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('d4b545204429a73516eefa4ff1f174fb238544ca76258950275f146865873d2ebf00705dfdd16c17897ad3b10516aa2111eaaa27290e33009d033d227fbe6699')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-developer -f-fast
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 

[arch-commits] Commit in haskell-attoparsec-iso8601/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:30:22
  Author: felixonmars
Revision: 243884

upgpkg: haskell-attoparsec-iso8601 1.0.0.0-9

rebuild with scientific,0.3.5.1

Modified:
  haskell-attoparsec-iso8601/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:29:47 UTC (rev 243883)
+++ PKGBUILD2017-07-11 05:30:22 UTC (rev 243884)
@@ -4,7 +4,7 @@
 _hkgname=attoparsec-iso8601
 pkgname=haskell-attoparsec-iso8601
 pkgver=1.0.0.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Parsing of ISO 8601 dates, originally from aeson"
 url="https://github.com/bos/aeson";
 license=('custom:BSD3')


[arch-commits] Commit in python-zope-schema/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:29:47
  Author: felixonmars
Revision: 243883

upgpkg: python-zope-schema 4.5.0-1

Modified:
  python-zope-schema/trunk/PKGBUILD

--+
 PKGBUILD |7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:29:39 UTC (rev 243882)
+++ PKGBUILD2017-07-11 05:29:47 UTC (rev 243883)
@@ -11,7 +11,8 @@
 license=('ZPL')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-zope-interface'
  'python2-zope-interface' 'python-zope-event' 'python2-zope-event')
-checkdepends=('python-nose' 'python2-nose' 'python-zope-testing' 
'python2-zope-testing')
+checkdepends=('python-zope-testrunner' 'python2-zope-testrunner' 
'python-zope-testing'
+  'python2-zope-testing')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/zopefoundation/zope.schema/archive/$pkgver.tar.gz";)
 
sha512sums=('0e5163a0d13492839e5594ea219b781375760d8eba4e6869eab28a94ba562659b299ce1311e959de05797942cece298d57f9ff646e6859640c1bcf4a07b299f8')
 
@@ -29,10 +30,10 @@
 
 check() {
   cd "$srcdir"/zope.schema-$pkgver
-  python setup.py test
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python -m zope.testrunner 
--test-path=src || warning "Tests failed"
 
   cd "$srcdir"/zope.schema-$pkgver-py2
-  python2 setup.py test
+  PYTHONPATH="$PWD/build/lib:$PYTHONPATH" python2 -m zope.testrunner 
--test-path=src
 }
 
 package_python-zope-schema() {


[arch-commits] Commit in python-os-client-config/repos/community-any (2 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:29:39
  Author: felixonmars
Revision: 243882

archrelease: copy trunk to community-any

Added:
  python-os-client-config/repos/community-any/PKGBUILD
(from rev 243881, python-os-client-config/trunk/PKGBUILD)
Deleted:
  python-os-client-config/repos/community-any/PKGBUILD

--+
 PKGBUILD |  110 +++--
 1 file changed, 56 insertions(+), 54 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-07-11 05:29:21 UTC (rev 243881)
+++ PKGBUILD2017-07-11 05:29:39 UTC (rev 243882)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-os-client-config
-pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.27.0
-pkgrel=1
-arch=('any')
-pkgdesc='OpenStack Client Configuation Library'
-url='https://github.com/openstack/os-client-config'
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
- 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
- 'python-requestsexceptions' 'python2-requestsexceptions')
-checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
-  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
-  'python-glanceclient' 'python2-glanceclient')
-source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver";)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a os-client-config{,-py2}
-}
-
-build() {
-  cd "$srcdir"/os-client-config
-  python setup.py build
-
-  cd "$srcdir"/os-client-config-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/os-client-config
-  # One test failure in os_client_config.tests.test_config.TestConfig
-  python setup.py testr || warning "Tests failed"
-
-  cd "$srcdir"/os-client-config-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-os-client-config() {
-  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
-
-  cd os-client-config
-  python setup.py install --root "$pkgdir" --optimize=1
-}
-
-package_python2-os-client-config() {
-  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
-
-  cd os-client-config-py2
-  python2 setup.py install --root "$pkgdir" --optimize=1
-}

Copied: python-os-client-config/repos/community-any/PKGBUILD (from rev 243881, 
python-os-client-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-07-11 05:29:39 UTC (rev 243882)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-os-client-config
+pkgname=('python-os-client-config' 'python2-os-client-config')
+pkgver=1.28.0
+pkgrel=1
+arch=('any')
+pkgdesc='OpenStack Client Configuation Library'
+url='https://github.com/openstack/os-client-config'
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml'
+ 'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
+ 'python-requestsexceptions' 'python2-requestsexceptions')
+checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
+  'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
+  'python-glanceclient' 'python2-glanceclient')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/os-client-config/archive/$pkgver.tar.gz";)
+sha512sums=('fc7bcd785ae8cc38df2e46eaea2e16d7d87a2aef1f5959ae6c2d4c45edca6589e608547584893ba9ff10ad89a10628d6383f65ebff6cfac37921c3a8cb2db306')
+
+prepare() {
+  cp -a os-client-config-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/os-client-config-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/os-client-config-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/os-client-config-$pkgver
+  # One test failure in os_client_config.tests.test_config.TestConfig
+  python setup.py testr || warning "Tests failed"
+
+  cd "$srcdir"/os-client-config-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-os-client-config() {
+  depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
+
+  cd os-client-config-$pkgver
+  python setup.py install --root "$pkgdir" --optimize=1
+}
+
+package_python2-os-client-config() {
+  depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
+
+  cd os-client-config-$pkgver-py2
+  python2 setup.py install --root "$pkgdir" --optimize=1
+}


[arch-commits] Commit in python-os-client-config/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:29:21
  Author: felixonmars
Revision: 243881

upgpkg: python-os-client-config 1.28.0-1

Modified:
  python-os-client-config/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 13 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:29:08 UTC (rev 243880)
+++ PKGBUILD2017-07-11 05:29:21 UTC (rev 243881)
@@ -3,39 +3,41 @@
 
 pkgbase=python-os-client-config
 pkgname=('python-os-client-config' 'python2-os-client-config')
-pkgver=1.27.0
+pkgver=1.28.0
 pkgrel=1
 arch=('any')
 pkgdesc='OpenStack Client Configuation Library'
 url='https://github.com/openstack/os-client-config'
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml' 'git'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-yaml' 
'python2-yaml'
  'python-appdirs' 'python2-appdirs' 'python-keystoneauth1' 
'python2-keystoneauth1'
  'python-requestsexceptions' 'python2-requestsexceptions')
 checkdepends=('python-testrepository' 'python2-testrepository' 
'python-oslotest' 'python2-oslotest'
   'python-jsonschema' 'python2-jsonschema' 'python-mock' 
'python2-mock'
   'python-glanceclient' 'python2-glanceclient')
-source=("git+https://github.com/openstack/os-client-config.git#tag=$pkgver";)
-sha512sums=('SKIP')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/os-client-config/archive/$pkgver.tar.gz";)
+sha512sums=('fc7bcd785ae8cc38df2e46eaea2e16d7d87a2aef1f5959ae6c2d4c45edca6589e608547584893ba9ff10ad89a10628d6383f65ebff6cfac37921c3a8cb2db306')
 
 prepare() {
-  cp -a os-client-config{,-py2}
+  cp -a os-client-config-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
 }
 
 build() {
-  cd "$srcdir"/os-client-config
+  cd "$srcdir"/os-client-config-$pkgver
   python setup.py build
 
-  cd "$srcdir"/os-client-config-py2
+  cd "$srcdir"/os-client-config-$pkgver-py2
   python2 setup.py build
 }
 
 check() {
-  cd "$srcdir"/os-client-config
+  cd "$srcdir"/os-client-config-$pkgver
   # One test failure in os_client_config.tests.test_config.TestConfig
   python setup.py testr || warning "Tests failed"
 
-  cd "$srcdir"/os-client-config-py2
+  cd "$srcdir"/os-client-config-$pkgver-py2
   PYTHON=python2 python2 setup.py testr
 }
 
@@ -42,7 +44,7 @@
 package_python-os-client-config() {
   depends=('python-yaml' 'python-appdirs' 'python-keystoneauth1' 
'python-requestsexceptions')
 
-  cd os-client-config
+  cd os-client-config-$pkgver
   python setup.py install --root "$pkgdir" --optimize=1
 }
 
@@ -49,6 +51,6 @@
 package_python2-os-client-config() {
   depends=('python2-yaml' 'python2-appdirs' 'python2-keystoneauth1' 
'python2-requestsexceptions')
 
-  cd os-client-config-py2
+  cd os-client-config-$pkgver-py2
   python2 setup.py install --root "$pkgdir" --optimize=1
 }


[arch-commits] Commit in haskell-aeson-pretty/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:29:08
  Author: felixonmars
Revision: 243880

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

Added:
  haskell-aeson-pretty/repos/community-staging-i686/
  haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD
(from rev 243879, haskell-aeson-pretty/trunk/PKGBUILD)
  haskell-aeson-pretty/repos/community-staging-x86_64/
  haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD
(from rev 243879, haskell-aeson-pretty/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   46 
 community-staging-x86_64/PKGBUILD |   46 
 2 files changed, 92 insertions(+)

Copied: haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD (from rev 
243879, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:29:08 UTC (rev 243880)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.8.5
+pkgrel=6
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" 
"haskell-cmdargs"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b429dad73923f6a7a5892b511af19b766d639c21bab8a2b8d1750a1f972c4f55c5139f37773474d303597cd4d02f168515be7b537f33ea62987e77fd3d701e8a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-only
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD (from rev 
243879, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:29:08 UTC (rev 243880)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.8.5
+pkgrel=6
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-attoparsec" "haskell-base-compat" 
"haskell-cmdargs"
+ "haskell-scientific" "haskell-text" "haskell-unordered-containers" 
"haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('b429dad73923f6a7a5892b511af19b766d639c21bab8a2b8d1750a1f972c4f55c5139f37773474d303597cd4d02f168515be7b537f33ea62987e77fd3d701e8a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-only
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/us

[arch-commits] Commit in haskell-aeson-pretty/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:28:45
  Author: felixonmars
Revision: 243879

upgpkg: haskell-aeson-pretty 0.8.5-6

rebuild with scientific,0.3.5.1

Modified:
  haskell-aeson-pretty/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:27:19 UTC (rev 243878)
+++ PKGBUILD2017-07-11 05:28:45 UTC (rev 243879)
@@ -5,7 +5,7 @@
 _hkgname=aeson-pretty
 pkgname=haskell-aeson-pretty
 pkgver=0.8.5
-pkgrel=5
+pkgrel=6
 pkgdesc="JSON pretty-printing library and command-line tool."
 url="http://github.com/informatikr/aeson-pretty";
 license=("custom:BSD3")


[arch-commits] Commit in haskell-wai-extra/repos (4 files)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:27:19
  Author: felixonmars
Revision: 243878

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

Added:
  haskell-wai-extra/repos/community-staging-i686/
  haskell-wai-extra/repos/community-staging-i686/PKGBUILD
(from rev 243877, haskell-wai-extra/trunk/PKGBUILD)
  haskell-wai-extra/repos/community-staging-x86_64/
  haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD
(from rev 243877, haskell-wai-extra/trunk/PKGBUILD)

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-x86_64/PKGBUILD |   50 
 2 files changed, 100 insertions(+)

Copied: haskell-wai-extra/repos/community-staging-i686/PKGBUILD (from rev 
243877, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-07-11 05:27:19 UTC (rev 243878)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.20.0
+pkgrel=6
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('296f9be3d5907a0dcf0cbc7a56b0d8cbb432c5df816bebc15dd1120ad6aaa163d4d96e9eea5121f1d829cf43345809e8c8b5480bb6c43bfe6e15ca64960f26ff')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+# Remove static libs
+find "$pkgdir"/usr/lib -name "*.a" -delete
+}

Copied: haskell-wai-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
243877, haskell-wai-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-07-11 05:27:19 UTC (rev 243878)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-extra
+pkgname=haskell-wai-extra
+pkgver=3.0.20.0
+pkgrel=6
+pkgdesc="Provides some basic WAI handlers and middleware."
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=('ghc' "haskell-aeson" "haskell-ansi-terminal" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-case-insensitive" "haskell-cookie"
+ "haskell-data-default-class" "haskell-fast-logger" 
"haskell-http-types"
+ "haskell-iproute" "haskell-lifted-base" "haskell-network" 
"haskell-old-locale"
+ "haskell-resourcet" "haskell-streaming-commons" "haskell-stringsearch"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-void" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-word8" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+sha512sums=('296f9be3d5907a0dcf0cbc7a56b0d8cbb432c5df816bebc15dd1120ad6aaa163d4d96e9eea5121f1d829cf43345809e8c8b5480bb6c43bfe6e15ca64960f26ff')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+run

[arch-commits] Commit in haskell-wai-extra/trunk (PKGBUILD)

2017-07-10 Thread Felix Yan
Date: Tuesday, July 11, 2017 @ 05:26:56
  Author: felixonmars
Revision: 243877

upgpkg: haskell-wai-extra 3.0.20.0-6

rebuild with scientific,0.3.5.1

Modified:
  haskell-wai-extra/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-07-11 05:24:35 UTC (rev 243876)
+++ PKGBUILD2017-07-11 05:26:56 UTC (rev 243877)
@@ -5,7 +5,7 @@
 _hkgname=wai-extra
 pkgname=haskell-wai-extra
 pkgver=3.0.20.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Provides some basic WAI handlers and middleware."
 url="http://github.com/yesodweb/wai";
 license=("MIT")


  1   2   3   4   >