[arch-commits] Commit in haskell-shake/repos (6 files)

2016-05-12 Thread Felix Yan
Date: Thursday, May 12, 2016 @ 17:06:29
  Author: fyan
Revision: 175032

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

Added:
  haskell-shake/repos/community-staging-i686/
  haskell-shake/repos/community-staging-i686/PKGBUILD
(from rev 175031, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-i686/haskell-shake.install
(from rev 175031, haskell-shake/trunk/haskell-shake.install)
  haskell-shake/repos/community-staging-x86_64/
  haskell-shake/repos/community-staging-x86_64/PKGBUILD
(from rev 175031, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-x86_64/haskell-shake.install
(from rev 175031, haskell-shake/trunk/haskell-shake.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-shake.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-shake.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 175031, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-05-12 15:06:29 UTC (rev 175032)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.6
+pkgrel=3
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-primitive" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d162f5437ffb08a9b638e381dc99807975ed48b2f04e24b1e3df74b0c1bbca10')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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"
+}

Copied: haskell-shake/repos/community-staging-i686/haskell-shake.install (from 
rev 175031, haskell-shake/trunk/haskell-shake.install)
===
--- community-staging-i686/haskell-shake.install
(rev 0)
+++ community-staging-i686/haskell-shake.install2016-05-12 15:06:29 UTC 
(rev 175032)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 175031, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-05-12 15:06:29 UTC (rev 175032)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.6
+pkgrel=3
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ 

[arch-commits] Commit in haskell-shake/repos (6 files)

2016-04-30 Thread Felix Yan
Date: Saturday, April 30, 2016 @ 10:36:29
  Author: fyan
Revision: 173078

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

Added:
  haskell-shake/repos/community-staging-i686/
  haskell-shake/repos/community-staging-i686/PKGBUILD
(from rev 173077, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-i686/haskell-shake.install
(from rev 173077, haskell-shake/trunk/haskell-shake.install)
  haskell-shake/repos/community-staging-x86_64/
  haskell-shake/repos/community-staging-x86_64/PKGBUILD
(from rev 173077, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-x86_64/haskell-shake.install
(from rev 173077, haskell-shake/trunk/haskell-shake.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-shake.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-shake.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 173077, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-30 08:36:29 UTC (rev 173078)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.6
+pkgrel=2
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-primitive" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d162f5437ffb08a9b638e381dc99807975ed48b2f04e24b1e3df74b0c1bbca10')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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"
+}

Copied: haskell-shake/repos/community-staging-i686/haskell-shake.install (from 
rev 173077, haskell-shake/trunk/haskell-shake.install)
===
--- community-staging-i686/haskell-shake.install
(rev 0)
+++ community-staging-i686/haskell-shake.install2016-04-30 08:36:29 UTC 
(rev 173078)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 173077, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-30 08:36:29 UTC (rev 173078)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.6
+pkgrel=2
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+

[arch-commits] Commit in haskell-shake/repos (6 files)

2016-04-29 Thread Felix Yan
Date: Friday, April 29, 2016 @ 17:08:31
  Author: fyan
Revision: 172757

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

Added:
  haskell-shake/repos/community-staging-i686/
  haskell-shake/repos/community-staging-i686/PKGBUILD
(from rev 172756, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-i686/haskell-shake.install
(from rev 172756, haskell-shake/trunk/haskell-shake.install)
  haskell-shake/repos/community-staging-x86_64/
  haskell-shake/repos/community-staging-x86_64/PKGBUILD
(from rev 172756, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-x86_64/haskell-shake.install
(from rev 172756, haskell-shake/trunk/haskell-shake.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-shake.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-shake.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 172756, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-29 15:08:31 UTC (rev 172757)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.6
+pkgrel=1
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-primitive" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('d162f5437ffb08a9b638e381dc99807975ed48b2f04e24b1e3df74b0c1bbca10')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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"
+}

Copied: haskell-shake/repos/community-staging-i686/haskell-shake.install (from 
rev 172756, haskell-shake/trunk/haskell-shake.install)
===
--- community-staging-i686/haskell-shake.install
(rev 0)
+++ community-staging-i686/haskell-shake.install2016-04-29 15:08:31 UTC 
(rev 172757)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 172756, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-29 15:08:31 UTC (rev 172757)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.6
+pkgrel=1
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ 

[arch-commits] Commit in haskell-shake/repos (6 files)

2016-04-10 Thread Felix Yan
Date: Sunday, April 10, 2016 @ 14:39:39
  Author: fyan
Revision: 170078

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

Added:
  haskell-shake/repos/community-staging-i686/
  haskell-shake/repos/community-staging-i686/PKGBUILD
(from rev 170077, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-i686/haskell-shake.install
(from rev 170077, haskell-shake/trunk/haskell-shake.install)
  haskell-shake/repos/community-staging-x86_64/
  haskell-shake/repos/community-staging-x86_64/PKGBUILD
(from rev 170077, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-x86_64/haskell-shake.install
(from rev 170077, haskell-shake/trunk/haskell-shake.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-shake.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-shake.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 170077, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-04-10 12:39:39 UTC (rev 170078)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=6
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2c806824c9e8a619f364c3ec6bb910d7b1d0b0d3ba39ab472bffb60311f373a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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"
+}

Copied: haskell-shake/repos/community-staging-i686/haskell-shake.install (from 
rev 170077, haskell-shake/trunk/haskell-shake.install)
===
--- community-staging-i686/haskell-shake.install
(rev 0)
+++ community-staging-i686/haskell-shake.install2016-04-10 12:39:39 UTC 
(rev 170078)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 170077, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-04-10 12:39:39 UTC (rev 170078)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=6
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ 

[arch-commits] Commit in haskell-shake/repos (6 files)

2016-03-23 Thread Felix Yan
Date: Wednesday, March 23, 2016 @ 15:28:18
  Author: fyan
Revision: 168115

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

Added:
  haskell-shake/repos/community-staging-i686/
  haskell-shake/repos/community-staging-i686/PKGBUILD
(from rev 168114, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-i686/haskell-shake.install
(from rev 168114, haskell-shake/trunk/haskell-shake.install)
  haskell-shake/repos/community-staging-x86_64/
  haskell-shake/repos/community-staging-x86_64/PKGBUILD
(from rev 168114, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-x86_64/haskell-shake.install
(from rev 168114, haskell-shake/trunk/haskell-shake.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-shake.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-shake.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 168114, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-23 14:28:18 UTC (rev 168115)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=5
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2c806824c9e8a619f364c3ec6bb910d7b1d0b0d3ba39ab472bffb60311f373a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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"
+}

Copied: haskell-shake/repos/community-staging-i686/haskell-shake.install (from 
rev 168114, haskell-shake/trunk/haskell-shake.install)
===
--- community-staging-i686/haskell-shake.install
(rev 0)
+++ community-staging-i686/haskell-shake.install2016-03-23 14:28:18 UTC 
(rev 168115)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 168114, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-23 14:28:18 UTC (rev 168115)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=5
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+

[arch-commits] Commit in haskell-shake/repos (6 files)

2016-03-19 Thread Felix Yan
Date: Friday, March 18, 2016 @ 08:59:05
  Author: fyan
Revision: 167322

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

Added:
  haskell-shake/repos/community-staging-i686/
  haskell-shake/repos/community-staging-i686/PKGBUILD
(from rev 167321, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-i686/haskell-shake.install
(from rev 167321, haskell-shake/trunk/haskell-shake.install)
  haskell-shake/repos/community-staging-x86_64/
  haskell-shake/repos/community-staging-x86_64/PKGBUILD
(from rev 167321, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-x86_64/haskell-shake.install
(from rev 167321, haskell-shake/trunk/haskell-shake.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-shake.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-shake.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 167321, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-18 07:59:05 UTC (rev 167322)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=4
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2c806824c9e8a619f364c3ec6bb910d7b1d0b0d3ba39ab472bffb60311f373a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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"
+}

Copied: haskell-shake/repos/community-staging-i686/haskell-shake.install (from 
rev 167321, haskell-shake/trunk/haskell-shake.install)
===
--- community-staging-i686/haskell-shake.install
(rev 0)
+++ community-staging-i686/haskell-shake.install2016-03-18 07:59:05 UTC 
(rev 167322)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 167321, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-18 07:59:05 UTC (rev 167322)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=4
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ 

[arch-commits] Commit in haskell-shake/repos (6 files)

2016-02-17 Thread Felix Yan
Date: Thursday, February 18, 2016 @ 06:25:42
  Author: fyan
Revision: 162187

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

Added:
  haskell-shake/repos/community-staging-i686/
  haskell-shake/repos/community-staging-i686/PKGBUILD
(from rev 162186, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-i686/haskell-shake.install
(from rev 162186, haskell-shake/trunk/haskell-shake.install)
  haskell-shake/repos/community-staging-x86_64/
  haskell-shake/repos/community-staging-x86_64/PKGBUILD
(from rev 162186, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-staging-x86_64/haskell-shake.install
(from rev 162186, haskell-shake/trunk/haskell-shake.install)

+
 community-staging-i686/PKGBUILD|   44 +++
 community-staging-i686/haskell-shake.install   |   18 +
 community-staging-x86_64/PKGBUILD  |   44 +++
 community-staging-x86_64/haskell-shake.install |   18 +
 4 files changed, 124 insertions(+)

Copied: haskell-shake/repos/community-staging-i686/PKGBUILD (from rev 162186, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-18 05:25:42 UTC (rev 162187)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=2
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2c806824c9e8a619f364c3ec6bb910d7b1d0b0d3ba39ab472bffb60311f373a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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"
+}

Copied: haskell-shake/repos/community-staging-i686/haskell-shake.install (from 
rev 162186, haskell-shake/trunk/haskell-shake.install)
===
--- community-staging-i686/haskell-shake.install
(rev 0)
+++ community-staging-i686/haskell-shake.install2016-02-18 05:25:42 UTC 
(rev 162187)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shake/repos/community-staging-x86_64/PKGBUILD (from rev 162186, 
haskell-shake/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-18 05:25:42 UTC (rev 162187)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=2
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+  

[arch-commits] Commit in haskell-shake/repos (6 files)

2016-01-21 Thread Felix Yan
Date: Thursday, January 21, 2016 @ 15:18:05
  Author: fyan
Revision: 158422

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

Added:
  haskell-shake/repos/community-i686/
  haskell-shake/repos/community-i686/PKGBUILD
(from rev 158421, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-i686/haskell-shake.install
(from rev 158421, haskell-shake/trunk/haskell-shake.install)
  haskell-shake/repos/community-x86_64/
  haskell-shake/repos/community-x86_64/PKGBUILD
(from rev 158421, haskell-shake/trunk/PKGBUILD)
  haskell-shake/repos/community-x86_64/haskell-shake.install
(from rev 158421, haskell-shake/trunk/haskell-shake.install)

+
 community-i686/PKGBUILD|   44 +++
 community-i686/haskell-shake.install   |   18 
 community-x86_64/PKGBUILD  |   44 +++
 community-x86_64/haskell-shake.install |   18 
 4 files changed, 124 insertions(+)

Copied: haskell-shake/repos/community-i686/PKGBUILD (from rev 158421, 
haskell-shake/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-21 14:18:05 UTC (rev 158422)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=1
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('2c806824c9e8a619f364c3ec6bb910d7b1d0b0d3ba39ab472bffb60311f373a3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-portable
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.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"
+}

Copied: haskell-shake/repos/community-i686/haskell-shake.install (from rev 
158421, haskell-shake/trunk/haskell-shake.install)
===
--- community-i686/haskell-shake.install(rev 0)
+++ community-i686/haskell-shake.install2016-01-21 14:18:05 UTC (rev 
158422)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-shake
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-shake/repos/community-x86_64/PKGBUILD (from rev 158421, 
haskell-shake/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-21 14:18:05 UTC (rev 158422)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=shake
+pkgname=haskell-shake
+pkgver=0.15.5
+pkgrel=1
+pkgdesc="Build system library, like Make, but more accurate dependencies."
+url="http://shakebuild.com;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-extra" "haskell-hashable" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-old-time" "haskell-random" "haskell-unordered-containers" 
"haskell-utf8-string")
+options=('staticlibs')