Date: Sunday, June 25, 2017 @ 09:08:21 Author: felixonmars Revision: 240914
archrelease: copy trunk to community-i686, community-x86_64 Added: haskell-criterion/repos/community-i686/PKGBUILD (from rev 240913, haskell-criterion/trunk/PKGBUILD) haskell-criterion/repos/community-x86_64/PKGBUILD (from rev 240913, haskell-criterion/trunk/PKGBUILD) Deleted: haskell-criterion/repos/community-i686/PKGBUILD haskell-criterion/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 98 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 49 ---------------------- community-x86_64/PKGBUILD | 49 ---------------------- 3 files changed, 98 insertions(+), 98 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2017-06-25 09:07:13 UTC (rev 240913) +++ community-i686/PKGBUILD 2017-06-25 09:08:21 UTC (rev 240914) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Arch Haskell Team <arch-hask...@haskell.org> - -_hkgname=criterion -pkgname=haskell-criterion -pkgver=1.2.0.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=('29b5a4262b3431a6af2e726a3d867cbffde612d05c92011e977b30759f890bc190147e6170598a8ce45a3a1b761deaeed477e3cb0d51d5b83dd36dc68c18fe95') - -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-i686/PKGBUILD (from rev 240913, haskell-criterion/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2017-06-25 09:08:21 UTC (rev 240914) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Arch Haskell Team <arch-hask...@haskell.org> + +_hkgname=criterion +pkgname=haskell-criterion +pkgver=1.2.1.0 +pkgrel=1 +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 +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2017-06-25 09:07:13 UTC (rev 240913) +++ community-x86_64/PKGBUILD 2017-06-25 09:08:21 UTC (rev 240914) @@ -1,49 +0,0 @@ -# $Id$ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Arch Haskell Team <arch-hask...@haskell.org> - -_hkgname=criterion -pkgname=haskell-criterion -pkgver=1.2.0.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=('29b5a4262b3431a6af2e726a3d867cbffde612d05c92011e977b30759f890bc190147e6170598a8ce45a3a1b761deaeed477e3cb0d51d5b83dd36dc68c18fe95') - -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-x86_64/PKGBUILD (from rev 240913, haskell-criterion/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2017-06-25 09:08:21 UTC (rev 240914) @@ -0,0 +1,49 @@ +# $Id$ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Arch Haskell Team <arch-hask...@haskell.org> + +_hkgname=criterion +pkgname=haskell-criterion +pkgver=1.2.1.0 +pkgrel=1 +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 +}