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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:45:41
  Author: felixonmars
Revision: 280901

archrelease: copy trunk to community-staging-x86_64

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

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

Copied: haskell-criterion/repos/community-staging-x86_64/PKGBUILD (from rev 
280900, haskell-criterion/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:45:41 UTC (rev 280901)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=criterion
+pkgname=haskell-criterion
+pkgver=1.2.6.0
+pkgrel=3
+pkgdesc="Robust, reliable performance measurement and analysis"
+url="http://www.serpentine.com/criterion;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' '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-semigroups' 'haskell-statistics' 
'haskell-text'
+ 'haskell-transformers-compat' 'haskell-vector' 
'haskell-vector-algorithms')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-tasty' 
'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('81f72f4abc054a5ea70098e0fd86823c2ad30ee0616be711d87e416f1726409dd2afbef9286b43fd45398d0eda65e8bd21c8f3d369fa8189651bea67a9dc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-fast -f-embed-data-files
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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-criterion/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:45:21
  Author: felixonmars
Revision: 280900

upgpkg: haskell-criterion 1.2.6.0-3

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-criterion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:43:29 UTC (rev 280899)
+++ PKGBUILD2018-01-10 05:45:21 UTC (rev 280900)
@@ -5,7 +5,7 @@
 _hkgname=criterion
 pkgname=haskell-criterion
 pkgver=1.2.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Robust, reliable performance measurement and analysis"
 url="http://www.serpentine.com/criterion;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-turtle/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:43:29
  Author: felixonmars
Revision: 280899

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-turtle/repos/community-staging-x86_64/
  haskell-turtle/repos/community-staging-x86_64/PKGBUILD
(from rev 280898, haskell-turtle/trunk/PKGBUILD)

--+
 PKGBUILD |   51 +++
 1 file changed, 51 insertions(+)

Copied: haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 
280898, haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:43:29 UTC (rev 280899)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.5.0
+pkgrel=3
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library;
+license=('custom:BSD3')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-exceptions'
+ 'haskell-foldl' 'haskell-hostname' 'haskell-managed' 
'haskell-optparse-applicative'
+ 'haskell-optional-args' 'haskell-semigroups' 'haskell-stm' 
'haskell-system-fileio'
+ 'haskell-system-filepath' 'haskell-temporary' 'haskell-text' 
'haskell-unix-compat')
+makedepends=('ghc' 'haskell-doctest')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('fcc775a63e1eec885556e5537656772da69da522d8c6d8445814359f0486c70580809d801c95febfa3bb2a4c75f2d017e602911b14d146d6c3756b3ca017a0b7')
+
+prepare() {
+sed -i 's/]/, "-dynamic"]/' $_hkgname-$pkgver/test/Main.hs
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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-turtle/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:43:09
  Author: felixonmars
Revision: 280898

upgpkg: haskell-turtle 1.5.0-3

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:41:56 UTC (rev 280897)
+++ PKGBUILD2018-01-10 05:43:09 UTC (rev 280898)
@@ -5,7 +5,7 @@
 _hkgname=turtle
 pkgname=haskell-turtle
 pkgver=1.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library;
 license=('custom:BSD3')


[arch-commits] Commit in haskell-trifecta/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:41:56
  Author: felixonmars
Revision: 280897

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-trifecta/repos/community-staging-x86_64/
  haskell-trifecta/repos/community-staging-x86_64/PKGBUILD
(from rev 280896, haskell-trifecta/trunk/PKGBUILD)

--+
 PKGBUILD |   47 +++
 1 file changed, 47 insertions(+)

Copied: haskell-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
280896, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:41:56 UTC (rev 280897)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.7.1.1
+pkgrel=19
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="https://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('5da4e04be3f4f02220aa730b830a50b9a5df243815d6e00051beb7274af3bc78e50cf70747e3e1f448b2966d1c3051ab589e7d99a0432620390c6193d034a602')
+
+prepare() {
+sed -i 's/ansi-terminal>= 0.6 && < 0.7,/ansi-terminal
>= 0.6,/' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-trifecta/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:41:35
  Author: felixonmars
Revision: 280896

upgpkg: haskell-trifecta 1.7.1.1-19

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:40:40 UTC (rev 280895)
+++ PKGBUILD2018-01-10 05:41:35 UTC (rev 280896)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.7.1.1
-pkgrel=18
+pkgrel=19
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="https://github.com/ekmett/trifecta/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-test-framework-smallcheck/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:40:40
  Author: felixonmars
Revision: 280895

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-smallcheck/repos/community-staging-x86_64/
  haskell-test-framework-smallcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 280894, haskell-test-framework-smallcheck/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: 
haskell-test-framework-smallcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 280894, haskell-test-framework-smallcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:40:40 UTC (rev 280895)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-smallcheck
+pkgname=haskell-test-framework-smallcheck
+pkgver=0.2
+pkgrel=7
+pkgdesc="SmallCheck support for the test-framework package"
+url="https://github.com/feuerbach/smallcheck;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-test-framework' 'haskell-smallcheck')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('df65033a61d034daa917996816ea312485e0b62513538d16ddde3df7de607a0691e6747d109ca70f1e88d9b0e1753fc277001423e88c0729ca12d419924eb89c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-test-framework-smallcheck/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:40:20
  Author: felixonmars
Revision: 280894

upgpkg: haskell-test-framework-smallcheck 0.2-7

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-test-framework-smallcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:39:49 UTC (rev 280893)
+++ PKGBUILD2018-01-10 05:40:20 UTC (rev 280894)
@@ -5,7 +5,7 @@
 _hkgname=test-framework-smallcheck
 pkgname=haskell-test-framework-smallcheck
 pkgver=0.2
-pkgrel=6
+pkgrel=7
 pkgdesc="SmallCheck support for the test-framework package"
 url="https://github.com/feuerbach/smallcheck;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-test-framework-quickcheck2/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:39:49
  Author: felixonmars
Revision: 280893

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-quickcheck2/repos/community-staging-x86_64/
  haskell-test-framework-quickcheck2/repos/community-staging-x86_64/PKGBUILD
(from rev 280892, haskell-test-framework-quickcheck2/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: 
haskell-test-framework-quickcheck2/repos/community-staging-x86_64/PKGBUILD 
(from rev 280892, haskell-test-framework-quickcheck2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:39:49 UTC (rev 280893)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-quickcheck2
+pkgname=haskell-test-framework-quickcheck2
+pkgver=0.3.0.4
+pkgrel=5
+pkgdesc="QuickCheck-2 support for the test-framework package"
+url="http://haskell.github.io/test-framework/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-test-framework' 'haskell-quickcheck' 
'haskell-extensible-exceptions'
+ 'haskell-random')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('cdf689586f1a52a966241a3904371dfcb5492110a7ecc0e59316abb248514fc474909ae320b6639cfaf559219f5be3d1e44af2a12f2532429865f10af9fd43e8')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-test-framework-quickcheck2/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:39:28
  Author: felixonmars
Revision: 280892

upgpkg: haskell-test-framework-quickcheck2 0.3.0.4-5

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-test-framework-quickcheck2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:38:55 UTC (rev 280891)
+++ PKGBUILD2018-01-10 05:39:28 UTC (rev 280892)
@@ -5,7 +5,7 @@
 _hkgname=test-framework-quickcheck2
 pkgname=haskell-test-framework-quickcheck2
 pkgver=0.3.0.4
-pkgrel=4
+pkgrel=5
 pkgdesc="QuickCheck-2 support for the test-framework package"
 url="http://haskell.github.io/test-framework/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-test-framework-hunit/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:38:55
  Author: felixonmars
Revision: 280891

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework-hunit/repos/community-staging-x86_64/
  haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 280890, haskell-test-framework-hunit/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: haskell-test-framework-hunit/repos/community-staging-x86_64/PKGBUILD 
(from rev 280890, haskell-test-framework-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:38:55 UTC (rev 280891)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework-hunit
+pkgname=haskell-test-framework-hunit
+pkgver=0.3.0.2
+pkgrel=22
+pkgdesc="HUnit support for the test-framework package."
+url="https://batterseapower.github.io/test-framework/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-hunit" "haskell-extensible-exceptions" 
"haskell-test-framework")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('068ca4326935746769aa4023076e9bd85d1753073c6e67d88daa6ccf2a69f3bafb87c3b03fd5ada612f6ddbdf2447b06ef8f853675cf0efe9eafd80606c40e32')
+
+prepare() {
+sed -i 's/HUnit >= 1.2 && < 1.4/HUnit >= 1.2 \&\& < 1.7/' 
$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-base3 -fbase4
+runhaskell Setup build
+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"
+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-test-framework-hunit/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:38:34
  Author: felixonmars
Revision: 280890

upgpkg: haskell-test-framework-hunit 0.3.0.2-22

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-test-framework-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:38:02 UTC (rev 280889)
+++ PKGBUILD2018-01-10 05:38:34 UTC (rev 280890)
@@ -5,7 +5,7 @@
 _hkgname=test-framework-hunit
 pkgname=haskell-test-framework-hunit
 pkgver=0.3.0.2
-pkgrel=21
+pkgrel=22
 pkgdesc="HUnit support for the test-framework package."
 url="https://batterseapower.github.io/test-framework/;
 license=("custom:BSD3")


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:37:42
  Author: felixonmars
Revision: 280888

upgpkg: haskell-test-framework 0.8.2.0-2

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-test-framework/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:37:02 UTC (rev 280887)
+++ PKGBUILD2018-01-10 05:37:42 UTC (rev 280888)
@@ -5,7 +5,7 @@
 _hkgname=test-framework
 pkgname=haskell-test-framework
 pkgver=0.8.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
 url="https://batterseapower.github.io/test-framework/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-test-framework/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:38:02
  Author: felixonmars
Revision: 280889

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-test-framework/repos/community-staging-x86_64/
  haskell-test-framework/repos/community-staging-x86_64/PKGBUILD
(from rev 280888, haskell-test-framework/trunk/PKGBUILD)

--+
 PKGBUILD |   46 ++
 1 file changed, 46 insertions(+)

Copied: haskell-test-framework/repos/community-staging-x86_64/PKGBUILD (from 
rev 280888, haskell-test-framework/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:38:02 UTC (rev 280889)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=test-framework
+pkgname=haskell-test-framework
+pkgver=0.8.2.0
+pkgrel=2
+pkgdesc="Framework for running and organising tests, with HUnit and QuickCheck 
support"
+url="https://batterseapower.github.io/test-framework/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-ansi-wl-pprint' 
'haskell-hostname'
+ 'haskell-old-locale' 'haskell-random' 'haskell-regex-posix' 
'haskell-xml')
+makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-libxml' 
'haskell-semigroups')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d8e7ea274819a1b49b9f938df527d22c808f456d25b84f03173ed5739c230fb037a57ce90c38f571801ee38e86bed6826df1c93f184e4a803c72ce5f41e4')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+# --enable-tests \  Doesn't work with new QuickCheck
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+# runhaskell Setup test
+}
+
+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"
+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 postgrest/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:37:02
  Author: felixonmars
Revision: 280887

archrelease: copy trunk to community-staging-x86_64

Added:
  postgrest/repos/community-staging-x86_64/
  postgrest/repos/community-staging-x86_64/PKGBUILD
(from rev 280886, postgrest/trunk/PKGBUILD)

--+
 PKGBUILD |   70 +
 1 file changed, 70 insertions(+)

Copied: postgrest/repos/community-staging-x86_64/PKGBUILD (from rev 280886, 
postgrest/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:37:02 UTC (rev 280887)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=postgrest
+pkgver=0.4.3.0
+pkgrel=27
+pkgdesc="REST API for any Postgres database"
+url="https://github.com/begriffs/postgrest;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' 
'haskell-text'
+ 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 
'haskell-aeson'
+ 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava'
+ 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either'
+ 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 
'haskell-http-types'
+ 'haskell-insert-ordered-containers' 
'haskell-interpolatedstring-perl6' 'haskell-jose0.5'
+ 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 
'haskell-optparse-applicative'
+ 'haskell-parsec' 'haskell-ranged-sets' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-scientific' 'haskell-swagger2' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra' 
'haskell-wai-middleware-static'
+ 'haskell-cookie')
+makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 
'haskell-hspec-wai'
+ 'haskell-hspec-wai-json' 'haskell-hjsonschema' 
'haskell-hjsonpointer')
+checkdepends=('pifpaf' 'postgresql' 'procps-ng')
+source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz;)
+sha512sums=('e07d7e3aa0a830c5e8be8c2ed31236e0b12b97b4a5eaa1a3034bffc395cf7722150700b66e278faba24995435c85cb0eb846c40479ce8224ffe82c25d658')
+
+prepare() {
+sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-CI
+runhaskell Setup build
+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
+}
+
+check() {
+cd $pkgname-$pkgver
+
+eval $(pifpaf run postgresql --host 127.0.0.1 --port 5432)
+createdb postgrest_test
+
+# TODO: it shouldn't take this long to finish
+# POSTGREST_TEST_CONNECTION=$(test/create_test_db 
"postgres://$USER@localhost" postgrest_test) runhaskell Setup test
+
+# Disabled: uses stack
+# test/io-tests.sh
+
+pifpaf_stop
+}
+
+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"
+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 postgrest/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:36:41
  Author: felixonmars
Revision: 280886

upgpkg: postgrest 0.4.3.0-27

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  postgrest/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:34:09 UTC (rev 280885)
+++ PKGBUILD2018-01-10 05:36:41 UTC (rev 280886)
@@ -4,7 +4,7 @@
 
 pkgname=postgrest
 pkgver=0.4.3.0
-pkgrel=26
+pkgrel=27
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest;
 license=("MIT")


[arch-commits] Commit in haskell-xcffib/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:34:09
  Author: felixonmars
Revision: 280885

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-xcffib/repos/community-staging-x86_64/
  haskell-xcffib/repos/community-staging-x86_64/PKGBUILD
(from rev 280884, haskell-xcffib/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: haskell-xcffib/repos/community-staging-x86_64/PKGBUILD (from rev 
280884, haskell-xcffib/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:34:09 UTC (rev 280885)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=xcffib
+pkgname=haskell-xcffib
+pkgver=0.5.1
+pkgrel=50
+pkgdesc="A cffi-based python binding for X"
+url="https://github.com/tych0/xcffib;
+license=('Apache')
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-attoparsec' 'haskell-either' 'haskell-filemanip' 
'haskell-language-python'
+ 'haskell-mtl' 'haskell-optparse-applicative' 'haskell-semigroups' 
'haskell-split'
+ 'haskell-xcb-types')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('d182c203653eeaf2cca2cd27fef585b1882524f4daf1b9fe5c4e5d1123757294418e67ae56256edcafef4e052770e6726a19062e12cfd9ab56a4549f771078d0')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-xcffib/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:33:46
  Author: felixonmars
Revision: 280884

upgpkg: haskell-xcffib 0.5.1-50

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:33:01 UTC (rev 280883)
+++ PKGBUILD2018-01-10 05:33:46 UTC (rev 280884)
@@ -4,7 +4,7 @@
 _hkgname=xcffib
 pkgname=haskell-xcffib
 pkgver=0.5.1
-pkgrel=49
+pkgrel=50
 pkgdesc="A cffi-based python binding for X"
 url="https://github.com/tych0/xcffib;
 license=('Apache')


[arch-commits] Commit in tamarin-prover/repos (3 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:33:01
  Author: felixonmars
Revision: 280883

archrelease: copy trunk to community-staging-x86_64

Added:
  tamarin-prover/repos/community-staging-x86_64/
  tamarin-prover/repos/community-staging-x86_64/PKGBUILD
(from rev 280882, tamarin-prover/trunk/PKGBUILD)
  tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch
(from rev 280882, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)

--+
 PKGBUILD |   54 +
 binary-orphans-0.1.8.0.patch |   16 
 2 files changed, 70 insertions(+)

Copied: tamarin-prover/repos/community-staging-x86_64/PKGBUILD (from rev 
280882, tamarin-prover/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:33:01 UTC (rev 280883)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=tamarin-prover
+pkgver=1.2.2
+pkgrel=52
+pkgdesc="The Tamarin prover for security protocol analysis"
+url="http://tamarin-prover.github.io;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'graphviz' 'maude' "haskell-hunit" "haskell-binary-orphans"
+ "haskell-blaze-builder" "haskell-blaze-html" "haskell-cmdargs" 
"haskell-conduit"
+ "haskell-fclabels" "haskell-file-embed" "haskell-gitrev" 
"haskell-http-types"
+ "haskell-lifted-base" "haskell-mtl" "haskell-resourcet" "haskell-safe"
+ "haskell-shakespeare" "haskell-text" "haskell-threads" "haskell-wai" 
"haskell-warp"
+ "haskell-yesod-core" "haskell-yesod-static" 
"haskell-tamarin-prover-utils"
+ "haskell-tamarin-prover-term" "haskell-tamarin-prover-theory")
+optdepends=('ocaml: for sapic support')
+makedepends=('ghc' 'ocaml')
+source=("tamarin-prover-$pkgver.tar.gz::https://github.com/tamarin-prover/tamarin-prover/archive/$pkgver.tar.gz;
+binary-orphans-0.1.8.0.patch)
+sha256sums=('f9b2d3acc01b89f71d2b246a6b3010ebab71e4fe309b3be8a8eac213422b43de'
+'d2f700f4d5b0a3aaf239139bc4abba85acdc2ab86ae3ff7fe345b95679998011')
+
+prepare() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+sed -i '/cp sapic/d' plugins/sapic/Makefile
+patch -p1 -i ../binary-orphans-0.1.8.0.patch
+}
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-executable-dynamic --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fthreaded -ftest-coverage -f-build-tests
+runhaskell Setup build
+
+cd plugins/sapic
+make -j1
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 etc/filetype.vim 
"$pkgdir"/usr/share/vim/vimfiles/filetype.vim
+install -Dm644 etc/spthy.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/spthy.vim
+install -Dm644 etc/sapic.vim 
"$pkgdir"/usr/share/vim/vimfiles/syntax/sapic.vim
+
+cd plugins/sapic
+install -Dm755 sapic "$pkgdir"/usr/bin/sapic
+}

Copied: 
tamarin-prover/repos/community-staging-x86_64/binary-orphans-0.1.8.0.patch 
(from rev 280882, tamarin-prover/trunk/binary-orphans-0.1.8.0.patch)
===
--- community-staging-x86_64/binary-orphans-0.1.8.0.patch   
(rev 0)
+++ community-staging-x86_64/binary-orphans-0.1.8.0.patch   2018-01-10 
05:33:01 UTC (rev 280883)
@@ -0,0 +1,16 @@
+diff --git a/src/Web/Types.hs b/src/Web/Types.hs
+index 8efe669..95e75f3 100644
+--- a/src/Web/Types.hs
 b/src/Web/Types.hs
+@@ -79,11 +79,6 @@ import   Yesod.Static
+ import   Theory
+ 
+ 
+--- | Derived Instances to fix things
+-instance Bin.Binary ZonedTime where
+-  get = liftM2 ZonedTime Bin.get Bin.get
+-  put (ZonedTime d tod) = Bin.put d >> Bin.put tod
+-
+ --
+ -- Types
+ --


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:32:24
  Author: felixonmars
Revision: 280882

upgpkg: tamarin-prover 1.2.2-52

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  tamarin-prover/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:30:37 UTC (rev 280881)
+++ PKGBUILD2018-01-10 05:32:24 UTC (rev 280882)
@@ -4,7 +4,7 @@
 
 pkgname=tamarin-prover
 pkgver=1.2.2
-pkgrel=51
+pkgrel=52
 pkgdesc="The Tamarin prover for security protocol analysis"
 url="http://tamarin-prover.github.io;
 license=("GPL")


[arch-commits] Commit in hledger-web/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:30:37
  Author: felixonmars
Revision: 280881

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-web/repos/community-staging-x86_64/
  hledger-web/repos/community-staging-x86_64/PKGBUILD
(from rev 280880, hledger-web/trunk/PKGBUILD)

--+
 PKGBUILD |   47 +++
 1 file changed, 47 insertions(+)

Copied: hledger-web/repos/community-staging-x86_64/PKGBUILD (from rev 280880, 
hledger-web/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:30:37 UTC (rev 280881)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-web
+pkgver=1.5
+pkgrel=7
+pkgdesc="Web interface for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-base-compat' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-clientsession' 'haskell-cmdargs' 
'haskell-data-default'
+ 'haskell-hjsmin' 'haskell-http-conduit' 'haskell-http-client' 
'haskell-hunit'
+ 'haskell-conduit-extra' 'haskell-safe' 'haskell-shakespeare' 
'haskell-text' 'haskell-wai'
+ 'haskell-wai-extra' 'haskell-wai-handler-launch' 'haskell-warp' 
'haskell-yesod'
+ 'haskell-yesod-core' 'haskell-yesod-form' 'haskell-yesod-static' 
'haskell-json'
+ 'haskell-megaparsec' 'haskell-mtl' 'haskell-parsec')
+makedepends=('ghc' 'haskell-hspec' 'haskell-yesod-test')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('3ba0b9e7d03a9d813e41f7f36ca0fa34decf6f04163abea850cb5ff6e322387b60952bfb30f46be817f52b2c79641fba03e62a5d6483b78a7e094c91fbb273a6')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-dev -f-library-only -fthreaded
+runhaskell Setup build
+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
+}
+
+check() {
+cd $pkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:30:16
  Author: felixonmars
Revision: 280880

upgpkg: hledger-web 1.5-7

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  hledger-web/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:28:52 UTC (rev 280879)
+++ PKGBUILD2018-01-10 05:30:16 UTC (rev 280880)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-web
 pkgver=1.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Web interface for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


[arch-commits] Commit in git-annex/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:28:52
  Author: felixonmars
Revision: 280879

archrelease: copy trunk to community-staging-x86_64

Added:
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 280878, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 280878, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:28:52 UTC (rev 280879)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20171214
+pkgrel=21
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('x86_64')
+depends=('git' 'rsync' 'ghc-libs' 'haskell-aeson' 'haskell-async' 'haskell-aws'
+ 'haskell-blaze-builder' 'haskell-bloomfilter' 'haskell-byteable' 
'haskell-case-insensitive'
+ 'haskell-clientsession' 'haskell-concurrent-output' 'haskell-conduit' 
'haskell-crypto-api'
+ 'haskell-cryptonite' 'haskell-data-default' 'haskell-dav' 
'haskell-dbus'
+ 'haskell-disk-free-space' 'haskell-dlist' 'haskell-dns' 
'haskell-edit-distance'
+ 'haskell-esqueleto' 'haskell-exceptions' 'haskell-fdo-notify' 
'haskell-feed'
+ 'haskell-hinotify' 'haskell-hslogger' 'haskell-http-client' 
'haskell-http-conduit'
+ 'haskell-http-types' 'haskell-ifelse' 'haskell-magic' 'haskell-memory'
+ 'haskell-monad-control' 'haskell-monad-logger' 'haskell-mountpoints' 
'haskell-mtl'
+ 'haskell-network' 'haskell-network-info' 'haskell-network-multicast' 
'haskell-network-uri'
+ 'haskell-old-locale' 'haskell-optparse-applicative' 
'haskell-path-pieces'
+ 'haskell-persistent' 'haskell-persistent-sqlite' 
'haskell-persistent-template'
+ 'haskell-quickcheck' 'haskell-random' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-safesemaphore' 'haskell-sandi' 'haskell-securemem' 
'haskell-shakespeare'
+ 'haskell-socks' 'haskell-split' 'haskell-stm' 'haskell-stm-chans' 
'haskell-tagsoup'
+ 'haskell-tasty' 'haskell-tasty-hunit' 'haskell-tasty-quickcheck' 
'haskell-tasty-rerun'
+ 'haskell-text' 'haskell-torrent' 'haskell-unix-compat' 
'haskell-unordered-containers'
+ 'haskell-utf8-string' 'haskell-uuid' 'haskell-wai' 
'haskell-wai-extra' 'haskell-warp'
+ 'haskell-warp-tls' 'haskell-yesod' 'haskell-yesod-core'
+ 'haskell-yesod-form' 'haskell-yesod-static')
+makedepends=('chrpath' 'ghc')
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha512sums=('SKIP')
+
+build() {
+  cd git-annex
+
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+-fnetwork-uri -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing -fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark -fdbus -fmagicmime
+  runhaskell Setup build
+}
+
+package() {
+  cd git-annex
+  runhaskell Setup copy --destdir="$pkgdir"
+  make GHC="ghc -dynamic" BUILDER=true DESTDIR="$pkgdir" -j1 install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:28:31
  Author: felixonmars
Revision: 280878

upgpkg: git-annex 6.20171214-21

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:22:48 UTC (rev 280877)
+++ PKGBUILD2018-01-10 05:28:31 UTC (rev 280878)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20171214
-pkgrel=20
+pkgrel=21
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


[arch-commits] Commit in haskell-yesod-static/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:22:48
  Author: felixonmars
Revision: 280877

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 280876, haskell-yesod-static/trunk/PKGBUILD)

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
280876, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:22:48 UTC (rev 280877)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.3.1
+pkgrel=53
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptonite" "haskell-cryptonite-conduit" "haskell-memory" 
"haskell-css-text"
+ "haskell-data-default" "haskell-exceptions" "haskell-file-embed" 
"haskell-hashable"
+ "haskell-hjsmin" "haskell-http-types" "haskell-mime-types" 
"haskell-old-time"
+ "haskell-resourcet" "haskell-text" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-wai" "haskell-wai-app-static" "haskell-yesod-core")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1ba2061e05d7374579e6ada4760db569817e957ae7adcbde49deab88cb60d2940475b530d017b12dc92ae9acc722c4ac46750e65ec23e485097ccb6e54d123a2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-yesod-static/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:22:24
  Author: felixonmars
Revision: 280876

upgpkg: haskell-yesod-static 1.5.3.1-53

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:21:35 UTC (rev 280875)
+++ PKGBUILD2018-01-10 05:22:24 UTC (rev 280876)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.3.1
-pkgrel=52
+pkgrel=53
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in hledger-api/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:21:35
  Author: felixonmars
Revision: 280875

archrelease: copy trunk to community-staging-x86_64

Added:
  hledger-api/repos/community-staging-x86_64/
  hledger-api/repos/community-staging-x86_64/PKGBUILD
(from rev 280874, hledger-api/trunk/PKGBUILD)

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

Copied: hledger-api/repos/community-staging-x86_64/PKGBUILD (from rev 280874, 
hledger-api/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:21:35 UTC (rev 280875)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hledger-api
+pkgver=1.5
+pkgrel=7
+pkgdesc="Web API server for the hledger accounting tool"
+url="http://hledger.org;
+license=("GPL")
+arch=('x86_64')
+depends=('ghc-libs' 'hledger' 'haskell-hledger-lib' 'haskell-aeson' 
'haskell-decimal'
+ 'haskell-docopt' 'haskell-either' 'haskell-microlens' 
'haskell-microlens-platform'
+ 'haskell-safe' 'haskell-servant-server' 'haskell-servant-swagger' 
'haskell-swagger2'
+ 'haskell-text' 'haskell-wai' 'haskell-wai-extra' 'haskell-warp')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('237eb5f6b88c1d8fc3647e6ce5d2d1db70abaf4c5f3b3c3392327333a539df49227d2063f0d55ac9cd4c9982c566f3733412b683a87c762b064f4b1c5aa1daae')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:21:12
  Author: felixonmars
Revision: 280874

upgpkg: hledger-api 1.5-7

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  hledger-api/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:20:05 UTC (rev 280873)
+++ PKGBUILD2018-01-10 05:21:12 UTC (rev 280874)
@@ -4,7 +4,7 @@
 
 pkgname=hledger-api
 pkgver=1.5
-pkgrel=6
+pkgrel=7
 pkgdesc="Web API server for the hledger accounting tool"
 url="http://hledger.org;
 license=("GPL")


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:20:05
  Author: felixonmars
Revision: 280873

archrelease: copy trunk to community-staging-x86_64

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

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: haskell-servant-server/repos/community-staging-x86_64/PKGBUILD (from 
rev 280872, haskell-servant-server/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:20:05 UTC (rev 280873)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=servant-server
+pkgname=haskell-servant-server
+pkgver=0.12
+pkgrel=19
+pkgdesc="A family of combinators for defining webservices APIs and serving 
them"
+url="http://haskell-servant.readthedocs.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "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")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('322fa0ebec88870d5d6e254ef27031b26d2c96dbcd6ec29e99dd2449abf95174471b1719034fb22077e4ba3f6a5bf7b2b50c535ba87e9f371f446399145f02cc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-servant-server/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:19:42
  Author: felixonmars
Revision: 280872

upgpkg: haskell-servant-server 0.12-19

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-servant-server/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:18:39 UTC (rev 280871)
+++ PKGBUILD2018-01-10 05:19:42 UTC (rev 280872)
@@ -5,7 +5,7 @@
 _hkgname=servant-server
 pkgname=haskell-servant-server
 pkgver=0.12
-pkgrel=18
+pkgrel=19
 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-hakyll/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:18:18
  Author: felixonmars
Revision: 280870

upgpkg: haskell-hakyll 4.10.0.0-21

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:16:26 UTC (rev 280869)
+++ PKGBUILD2018-01-10 05:18:18 UTC (rev 280870)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.10.0.0
-pkgrel=20
+pkgrel=21
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-hakyll/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:18:39
  Author: felixonmars
Revision: 280871

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 280870, haskell-hakyll/trunk/PKGBUILD)

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

Copied: haskell-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
280870, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:18:39 UTC (rev 280871)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.10.0.0
+pkgrel=21
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-blaze-html' 'haskell-blaze-markup' 
'haskell-cryptohash'
+ 'haskell-data-default' 'haskell-fsnotify' 'haskell-http-conduit' 
'haskell-http-types'
+ 'haskell-lrucache' 'haskell-mtl' 'haskell-network' 
'haskell-network-uri'
+ 'haskell-optparse-applicative' 'pandoc' 'pandoc-citeproc' 
'haskell-parsec'
+ 'haskell-random' 'haskell-regex-base' 'haskell-regex-tdfa' 
'haskell-resourcet'
+ 'haskell-scientific' 'haskell-system-filepath' 'haskell-tagsoup' 
'haskell-text'
+ 'haskell-time-locale-compat' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-wai'
+ 'haskell-wai-app-static' 'haskell-warp' 'haskell-yaml')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-tasty' 'haskell-tasty-hunit'
+ 'haskell-tasty-quickcheck')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('17c5986ba3a522d081067e7d728113311b918289c2b35da372d5804d1606fe58494249b3acc9e0988a0608f8d9715eace172f6e64fed1e45625b791410a61d37')
+
+prepare() {
+sed -e 's/tasty  >= 0.11 && < 0.12,/tasty,/' \
+-e 's/tasty-hunit>= 0.9  && < 0.10,/tasty-hunit,/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fcheckexternal -fwatchserver -fpreviewserver
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+LC_CTYPE=en_US.UTF-8 runhaskell Setup test
+# pandoc 2.0.6 is causing the test suite of hakyll to hang
+}
+
+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"
+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-wai-app-static/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:16:06
  Author: felixonmars
Revision: 280868

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

rebuild with ansi-wl-pprint,0.6.8.2

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

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:15:21 UTC (rev 280867)
+++ PKGBUILD2018-01-10 05:16:06 UTC (rev 280868)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.6.1
-pkgrel=116
+pkgrel=117
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface;
 license=("MIT")


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:16:26
  Author: felixonmars
Revision: 280869

archrelease: copy trunk to community-staging-x86_64

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

--+
 PKGBUILD |   45 +
 1 file changed, 45 insertions(+)

Copied: haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 280868, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:16:26 UTC (rev 280869)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.6.1
+pkgrel=117
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "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")
+makedepends=('ghc')
+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 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-print
+runhaskell Setup build
+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"
+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 stylish-haskell/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:15:21
  Author: felixonmars
Revision: 280867

archrelease: copy trunk to community-staging-x86_64

Added:
  stylish-haskell/repos/community-staging-x86_64/
  stylish-haskell/repos/community-staging-x86_64/PKGBUILD
(from rev 280866, stylish-haskell/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
280866, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:15:21 UTC (rev 280867)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.8.1.0
+pkgrel=31
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-src-exts" "haskell-mtl" 
"haskell-optparse-applicative"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha512sums=('617b4a089b66a895b49f7ecb205d91f4736843b95b393460e08b3276410f8f994e613b135c4c2dec69323d1b333061165db8878baf33c9dd2131dbeb59a25366')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-f-old_base
+runhaskell Setup build
+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"
+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 stylish-haskell/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:15:01
  Author: felixonmars
Revision: 280866

upgpkg: stylish-haskell 0.8.1.0-31

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:14:09 UTC (rev 280865)
+++ PKGBUILD2018-01-10 05:15:01 UTC (rev 280866)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.8.1.0
-pkgrel=30
+pkgrel=31
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


[arch-commits] Commit in stack/repos (3 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:14:09
  Author: felixonmars
Revision: 280865

archrelease: copy trunk to community-staging-x86_64

Added:
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 280864, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 280864, stack/trunk/stack.install)

---+
 PKGBUILD  |   76 
 stack.install |4 ++
 2 files changed, 80 insertions(+)

Copied: stack/repos/community-staging-x86_64/PKGBUILD (from rev 280864, 
stack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:14:09 UTC (rev 280865)
@@ -0,0 +1,76 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stack
+pkgver=1.6.3
+pkgrel=16
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-async' 'haskell-attoparsec' 'haskell-base64-bytestring' 
'haskell-bindings-uname'
+ 'haskell-blaze-builder' 'haskell-clock' 'haskell-conduit' 
'haskell-conduit-extra'
+ 'haskell-cryptonite' 'haskell-cryptonite-conduit' 'haskell-echo' 
'haskell-exceptions'
+ 'haskell-extra' 'haskell-fast-logger' 'haskell-file-embed' 
'haskell-filelock'
+ 'haskell-fsnotify' 'haskell-generic-deriving' 'haskell-gitrev' 
'haskell-hackage-security'
+ 'haskell-hashable' 'haskell-hastache' 'haskell-hpack' 
'haskell-http-client'
+ 'haskell-http-client-tls' 'haskell-http-conduit' 'haskell-http-types' 
'haskell-memory'
+ 'haskell-microlens' 'haskell-microlens-mtl' 'haskell-mintty' 
'haskell-monad-logger'
+ 'haskell-mono-traversable' 'haskell-mtl' 'haskell-neat-interpolation' 
'haskell-network-uri'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 
'haskell-optparse-simple'
+ 'haskell-path' 'haskell-path-io' 'haskell-persistent' 
'haskell-persistent-sqlite'
+ 'haskell-persistent-template' 'haskell-pid1' 'haskell-primitive' 
'haskell-project-template'
+ 'haskell-regex-applicative-text' 'haskell-resourcet' 'haskell-retry' 
'haskell-semigroups'
+ 'haskell-split' 'haskell-stm' 'haskell-store' 'haskell-store-core'
+ 'haskell-streaming-commons' 'haskell-tar' 'haskell-temporary' 
'haskell-text'
+ 'haskell-text-metrics' 'haskell-th-reify-many' 'haskell-tls' 
'haskell-unicode-transforms'
+ 'haskell-unix-compat' 'haskell-unliftio' 
'haskell-unordered-containers' 'haskell-vector'
+ 'haskell-yaml' 'haskell-zip-archive' 'haskell-zlib')
+makedepends=('ghc' 'haskell-quickcheck' 'haskell-hspec' 'haskell-smallcheck')
+checkdepends=('cabal-install')
+conflicts=('haskell-stack')
+replaces=('haskell-stack')
+install="stack.install"
+source=("$pkgname-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;)
+sha512sums=('28cb4d65fdcfdb999ef9ef853629b1590cde3fdd736c768c1e41350dec3a8dd3dae8519acef17eca6665c50f46fb3958cc2b9347a10b627842c47c0b9b0cd175')
+
+prepare() {
+  cd $pkgname-$pkgver
+  hpack
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+  -f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions -f-supported-build
+  runhaskell Setup build
+  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
+}
+
+check() {
+  cd $pkgname-$pkgver
+  # cabal update
+  LD_LIBRARY_PATH="$PWD"/dist/build PATH="$PWD"/dist/build/stack:"$PATH" 
runhaskell Setup test
+  # Integration tests will result in 4 failures on Arch currently
+}
+
+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"
+  runhaskell Setup copy --destdir="${pkgdir}"
+  install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+
+  LD_PRELOAD=$(ls "$pkgdir"/usr/lib/libHSstack-*-ghc*.so) 
"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+  install -Dm644 stack_completion_script 
"${pkgdir}/usr/share/bash-completion/completions/stack"
+}

Copied: 

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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:13:49
  Author: felixonmars
Revision: 280864

upgpkg: stack 1.6.3-16

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:08:11 UTC (rev 280863)
+++ PKGBUILD2018-01-10 05:13:49 UTC (rev 280864)
@@ -4,7 +4,7 @@
 
 pkgname=stack
 pkgver=1.6.3
-pkgrel=15
+pkgrel=16
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


[arch-commits] Commit in pandoc-crossref/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:08:11
  Author: felixonmars
Revision: 280863

archrelease: copy trunk to community-staging-x86_64

Added:
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 280862, pandoc-crossref/trunk/PKGBUILD)

--+
 PKGBUILD |   42 ++
 1 file changed, 42 insertions(+)

Copied: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
280862, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:08:11 UTC (rev 280863)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=pandoc-crossref
+pkgver=0.3.0.0
+pkgrel=14
+pkgdesc="Pandoc filter for cross-references"
+url="https://hackage.haskell.org/package/${pkgname};
+license=("GPL2")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-data-accessor' 
'haskell-data-accessor-template'
+ 'haskell-data-accessor-transformers' 'haskell-file-embed' 
'haskell-mtl'
+ 'haskell-open-browser' 'haskell-optparse-applicative' 'pandoc' 
'haskell-pandoc-types'
+ 'haskell-roman-numerals' 'haskell-syb' 'haskell-text' 
'haskell-utility-ht')
+makedepends=('ghc')
+conflicts=('haskell-pandoc-crossref')
+replaces=('haskell-pandoc-crossref')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/lierdakil/pandoc-crossref/archive/v$pkgver.tar.gz;)
+sha512sums=('1a7e50a16b39a7d348901c58d1da177f9f2f941d4ce52c9f6a45e84c45d3e74a3f5c8dfe98ec7e2b922ffacf5fefc39778d393dc62832e2f81caf7d967e41826')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:07:50
  Author: felixonmars
Revision: 280862

upgpkg: pandoc-crossref 0.3.0.0-14

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:06:51 UTC (rev 280861)
+++ PKGBUILD2018-01-10 05:07:50 UTC (rev 280862)
@@ -4,7 +4,7 @@
 
 pkgname=pandoc-crossref
 pkgver=0.3.0.0
-pkgrel=13
+pkgrel=14
 pkgdesc="Pandoc filter for cross-references"
 url="https://hackage.haskell.org/package/${pkgname};
 license=("GPL2")


[arch-commits] Commit in haskell-optparse-simple/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:06:51
  Author: felixonmars
Revision: 280861

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 280860, haskell-optparse-simple/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 280860, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:06:51 UTC (rev 280861)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.1.0
+pkgrel=3
+pkgdesc="Simple interface to optparse-applicative"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-gitrev' 'haskell-optparse-applicative')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('28c2fca4e33bc6f942e0c849cc1082ff575dad6a9954201cff41a19b3996299bbbe899a939b81dcc4aae2ab2ac1ef4cfc946c92fd70f4644268727640cf3ed81')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+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-optparse-simple/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:06:21
  Author: felixonmars
Revision: 280860

upgpkg: haskell-optparse-simple 0.1.0-3

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 05:05:28 UTC (rev 280859)
+++ PKGBUILD2018-01-10 05:06:21 UTC (rev 280860)
@@ -5,7 +5,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Simple interface to optparse-applicative"
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:05:28
  Author: felixonmars
Revision: 280859

archrelease: copy trunk to community-staging-x86_64

Added:
  idris/repos/community-staging-x86_64/
  idris/repos/community-staging-x86_64/PKGBUILD
(from rev 280858, idris/trunk/PKGBUILD)

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

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 280858, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 05:05:28 UTC (rev 280859)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=1.2.0
+pkgrel=2
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-annotated-wl-pprint' 
'haskell-ansi-terminal'
+ 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-base64-bytestring' 
'haskell-blaze-html'
+ 'haskell-blaze-markup' 'haskell-cheapskate' 'haskell-code-page' 
'haskell-fingertree'
+ 'haskell-fsnotify' 'haskell-ieee754' 'haskell-libffi' 
'haskell-megaparsec' 'haskell-mtl'
+ 'haskell-network' 'haskell-optparse-applicative' 'haskell-regex-tdfa' 
'haskell-safe'
+ 'haskell-split' 'haskell-terminal-size' 'haskell-text' 
'haskell-uniplate'
+ 'haskell-unordered-containers' 'haskell-utf8-string' 'haskell-vector'
+ 'haskell-vector-binary-instances' 'haskell-zip-archive')
+makedepends=('ghc' 'haskell-tagged' 'haskell-tasty' 'haskell-tasty-golden' 
'haskell-tasty-rerun'
+ 'nodejs')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/idris-lang/Idris-dev/archive/v$pkgver.tar.gz;)
+sha512sums=('ad9a1266c689fb961eb05ab295ea23029dfb85c3de190905b482afa0bca8ba0e7a69d1093a5e7fcd648d6fb1e2daeceb2d3f70562032c7857d081e0442ccf0cf')
+
+prepare() {
+cd Idris-dev-$pkgver
+
+sed -i '1ioverride IDRIS := env LD_PRELOAD=$(shell ls 
../../dist/build/libHSidris-*-ghc*.so) $(IDRIS)' \
+libs/*/Makefile
+}
+
+build() {
+cd Idris-dev-$pkgver
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" 
--datasubdir="$pkgname" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP -frelease -f-freestanding -f-CI -f-execonly
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+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
+}
+
+check() {
+cd Idris-dev-$pkgver
+# TODO: figure out the tests
+PATH="$PWD/dist/build:$PATH" LD_LIBRARY_PATH="$PWD/dist/build" runhaskell 
Setup test || warning "Tests failed"
+}
+
+package() {
+cd Idris-dev-$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"
+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 idris/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 05:05:02
  Author: felixonmars
Revision: 280858

upgpkg: idris 1.2.0-2

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:50:40 UTC (rev 280857)
+++ PKGBUILD2018-01-10 05:05:02 UTC (rev 280858)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-tasty-golden/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:50:40
  Author: felixonmars
Revision: 280857

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-golden/repos/community-staging-x86_64/
  haskell-tasty-golden/repos/community-staging-x86_64/PKGBUILD
(from rev 280856, haskell-tasty-golden/trunk/PKGBUILD)

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

Copied: haskell-tasty-golden/repos/community-staging-x86_64/PKGBUILD (from rev 
280856, haskell-tasty-golden/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 04:50:40 UTC (rev 280857)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-golden
+pkgname=haskell-tasty-golden
+pkgver=2.3.1.2
+pkgrel=4
+pkgdesc="Golden tests support for tasty"
+url="https://github.com/feuerbach/tasty-golden;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-tasty" "haskell-mtl" 
"haskell-optparse-applicative" "haskell-temporary"
+ "haskell-tagged" "haskell-async")
+makedepends=('ghc' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('dbde1c8828e71c7e7858df9760a81219a2d0b0360cc8df0341d17851ce5a938ef36aaad5694f49e39158413cd608b23ddb6d071643033a993d026c502831766a')
+
+prepare() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+sed -i 's/temporary-rc/temporary/' ${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup test
+}
+
+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"
+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-tasty-golden/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:50:20
  Author: felixonmars
Revision: 280856

upgpkg: haskell-tasty-golden 2.3.1.2-4

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-tasty-golden/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:49:47 UTC (rev 280855)
+++ PKGBUILD2018-01-10 04:50:20 UTC (rev 280856)
@@ -5,7 +5,7 @@
 _hkgname=tasty-golden
 pkgname=haskell-tasty-golden
 pkgver=2.3.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Golden tests support for tasty"
 url="https://github.com/feuerbach/tasty-golden;
 license=("MIT")


[arch-commits] Commit in haskell-tasty-rerun/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:49:47
  Author: felixonmars
Revision: 280855

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-rerun/repos/community-staging-x86_64/
  haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD
(from rev 280854, haskell-tasty-rerun/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: haskell-tasty-rerun/repos/community-staging-x86_64/PKGBUILD (from rev 
280854, haskell-tasty-rerun/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 04:49:47 UTC (rev 280855)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-rerun
+pkgname=haskell-tasty-rerun
+pkgver=1.1.8
+pkgrel=5
+pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
+url="https://github.com/ocharles/tasty-rerun;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-mtl" "haskell-optparse-applicative" 
"haskell-reducers"
+ "haskell-split" "haskell-stm" "haskell-tagged" "haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('cb07133f03d8b7daf9597bd9f4505d94336c1fa716d38f545418292c90a6f2896fda07210d5ea330dd4c49feee48d824dd90543eed84086a08d43b5caa179e22')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-tasty-rerun/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:49:27
  Author: felixonmars
Revision: 280854

upgpkg: haskell-tasty-rerun 1.1.8-5

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-tasty-rerun/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:48:51 UTC (rev 280853)
+++ PKGBUILD2018-01-10 04:49:27 UTC (rev 280854)
@@ -5,7 +5,7 @@
 _hkgname=tasty-rerun
 pkgname=haskell-tasty-rerun
 pkgver=1.1.8
-pkgrel=4
+pkgrel=5
 pkgdesc="Run tests by filtering the test tree depending on the result of 
previous test runs"
 url="https://github.com/ocharles/tasty-rerun;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-tasty-th/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:48:51
  Author: felixonmars
Revision: 280853

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-th/repos/community-staging-x86_64/
  haskell-tasty-th/repos/community-staging-x86_64/PKGBUILD
(from rev 280852, haskell-tasty-th/trunk/PKGBUILD)

--+
 PKGBUILD |   44 
 1 file changed, 44 insertions(+)

Copied: haskell-tasty-th/repos/community-staging-x86_64/PKGBUILD (from rev 
280852, haskell-tasty-th/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 04:48:51 UTC (rev 280853)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-th
+pkgname=haskell-tasty-th
+pkgver=0.1.7
+pkgrel=4
+pkgdesc="Automatic tasty test case discovery using TH"
+url="http://github.com/bennofs/tasty-th;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-src-exts' 'haskell-tasty')
+makedepends=('ghc' 'haskell-tasty-hunit')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('7302220ab27aaed22e064518e915610fd5dc7033a931f862fbc63e8a0b1cadcf9306ab3d54d48a10a200c8c8a62b9259462f513a6350df5a02836c6a29f51aef')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" --enable-tests \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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
+}
+
+check() {
+cd $_hkgname-$pkgver
+runhaskell Setup test
+}
+
+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"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "BSD3.txt" 
"${pkgdir}/usr/share/licenses/${pkgname}/BSD3.txt"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3.txt"
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:48:29
  Author: felixonmars
Revision: 280852

upgpkg: haskell-tasty-th 0.1.7-4

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-tasty-th/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:47:56 UTC (rev 280851)
+++ PKGBUILD2018-01-10 04:48:29 UTC (rev 280852)
@@ -5,7 +5,7 @@
 _hkgname=tasty-th
 pkgname=haskell-tasty-th
 pkgver=0.1.7
-pkgrel=3
+pkgrel=4
 pkgdesc="Automatic tasty test case discovery using TH"
 url="http://github.com/bennofs/tasty-th;
 license=("custom:BSD3")


[arch-commits] Commit in haskell-tasty-quickcheck/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:47:56
  Author: felixonmars
Revision: 280851

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-quickcheck/repos/community-staging-x86_64/
  haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD
(from rev 280850, haskell-tasty-quickcheck/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: haskell-tasty-quickcheck/repos/community-staging-x86_64/PKGBUILD (from 
rev 280850, haskell-tasty-quickcheck/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 04:47:56 UTC (rev 280851)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-quickcheck
+pkgname=haskell-tasty-quickcheck
+pkgver=0.9.1
+pkgrel=19
+pkgdesc="QuickCheck support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-quickcheck" "haskell-random" "haskell-tagged" 
"haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('41977101c311708ce89dabbc7502b327f7a3e6b926a1469773bfee09309cb0187ec1fee01117a09995eb1ee84aab30b928475bdeb98d42c0fb25efe61fdd1211')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-tasty-quickcheck/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:47:37
  Author: felixonmars
Revision: 280850

upgpkg: haskell-tasty-quickcheck 0.9.1-19

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-tasty-quickcheck/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:47:05 UTC (rev 280849)
+++ PKGBUILD2018-01-10 04:47:37 UTC (rev 280850)
@@ -5,7 +5,7 @@
 _hkgname=tasty-quickcheck
 pkgname=haskell-tasty-quickcheck
 pkgver=0.9.1
-pkgrel=18
+pkgrel=19
 pkgdesc="QuickCheck support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in haskell-tasty-hunit/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:47:05
  Author: felixonmars
Revision: 280849

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-hunit/repos/community-staging-x86_64/
  haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD
(from rev 280848, haskell-tasty-hunit/trunk/PKGBUILD)

--+
 PKGBUILD |   39 +++
 1 file changed, 39 insertions(+)

Copied: haskell-tasty-hunit/repos/community-staging-x86_64/PKGBUILD (from rev 
280848, haskell-tasty-hunit/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 04:47:05 UTC (rev 280849)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-hunit
+pkgname=haskell-tasty-hunit
+pkgver=0.10.0.1
+pkgrel=5
+pkgdesc="HUnit support for the Tasty test framework."
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-tasty' 'haskell-call-stack')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('46eaa56106df74e590d50fbeb0480a801ea4d832360a8365c1e38143c727d9373c8a524cff98bcff42ba839eba2850a8c11d7df07d85bcade586c6fd674ce8b5')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-tasty-expected-failure/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:46:14
  Author: felixonmars
Revision: 280847

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty-expected-failure/repos/community-staging-x86_64/
  haskell-tasty-expected-failure/repos/community-staging-x86_64/PKGBUILD
(from rev 280846, haskell-tasty-expected-failure/trunk/PKGBUILD)

--+
 PKGBUILD |   43 +++
 1 file changed, 43 insertions(+)

Copied: haskell-tasty-expected-failure/repos/community-staging-x86_64/PKGBUILD 
(from rev 280846, haskell-tasty-expected-failure/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 04:46:14 UTC (rev 280847)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty-expected-failure
+pkgname=haskell-tasty-expected-failure
+pkgver=0.11.0.4
+pkgrel=7
+pkgdesc="Mark tasty tests as failure expected"
+url="https://github.com/nomeata/tasty-expected-failure;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-tagged" "haskell-tasty")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('1bcf0f5c8695c1551db39731ab63a720ffd3fbe972ffcae794bb0338273996f799a50324976f24d2c595dca1f38480b832a699e96841cc65fa96a9bb5357e8eb')
+
+prepare() {
+sed -i 's/base >= 4.5 && <4.10,/base >= 4.5,/' 
${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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-tasty-hunit/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:46:45
  Author: felixonmars
Revision: 280848

upgpkg: haskell-tasty-hunit 0.10.0.1-5

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-tasty-hunit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:46:14 UTC (rev 280847)
+++ PKGBUILD2018-01-10 04:46:45 UTC (rev 280848)
@@ -5,7 +5,7 @@
 _hkgname=tasty-hunit
 pkgname=haskell-tasty-hunit
 pkgver=0.10.0.1
-pkgrel=4
+pkgrel=5
 pkgdesc="HUnit support for the Tasty test framework."
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in haskell-tasty-expected-failure/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:45:54
  Author: felixonmars
Revision: 280846

upgpkg: haskell-tasty-expected-failure 0.11.0.4-7

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-tasty-expected-failure/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:45:22 UTC (rev 280845)
+++ PKGBUILD2018-01-10 04:45:54 UTC (rev 280846)
@@ -5,7 +5,7 @@
 _hkgname=tasty-expected-failure
 pkgname=haskell-tasty-expected-failure
 pkgver=0.11.0.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Mark tasty tests as failure expected"
 url="https://github.com/nomeata/tasty-expected-failure;
 license=("MIT")


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:45:01
  Author: felixonmars
Revision: 280844

upgpkg: haskell-tasty 0.12.0.1-2

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-tasty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:44:51 UTC (rev 280843)
+++ PKGBUILD2018-01-10 04:45:01 UTC (rev 280844)
@@ -5,7 +5,7 @@
 _hkgname=tasty
 pkgname=haskell-tasty
 pkgver=0.12.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Modern and extensible testing framework"
 url="http://documentup.com/feuerbach/tasty;
 license=("MIT")


[arch-commits] Commit in haskell-tasty/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:45:22
  Author: felixonmars
Revision: 280845

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-tasty/repos/community-staging-x86_64/
  haskell-tasty/repos/community-staging-x86_64/PKGBUILD
(from rev 280844, haskell-tasty/trunk/PKGBUILD)

--+
 PKGBUILD |   41 +
 1 file changed, 41 insertions(+)

Copied: haskell-tasty/repos/community-staging-x86_64/PKGBUILD (from rev 280844, 
haskell-tasty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 04:45:22 UTC (rev 280845)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=tasty
+pkgname=haskell-tasty
+pkgver=0.12.0.1
+pkgrel=2
+pkgdesc="Modern and extensible testing framework"
+url="http://documentup.com/feuerbach/tasty;
+license=("MIT")
+arch=('x86_64')
+depends=('ghc-libs' 'haskell-ansi-terminal' 'haskell-async' 'haskell-clock' 
'haskell-mtl'
+ 'haskell-optparse-applicative' 'haskell-regex-tdfa' 'haskell-stm' 
'haskell-tagged'
+ 'haskell-unbounded-delays')
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('e48fd98fc99b100d0d1abaaefef0d9d557f0e052fe82da1bdaa6051edc41b35955e6d3a5e12b7686f83a6a4041e1555c0396ad0488c0e7a4a4947af221eba6f6')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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 ubuntu-keyring/repos (community-any community-any/PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:44:51
  Author: felixonmars
Revision: 280843

archrelease: copy trunk to community-any

Added:
  ubuntu-keyring/repos/community-any/
  ubuntu-keyring/repos/community-any/PKGBUILD
(from rev 280842, ubuntu-keyring/trunk/PKGBUILD)

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

Copied: ubuntu-keyring/repos/community-any/PKGBUILD (from rev 280842, 
ubuntu-keyring/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2018-01-10 04:44:51 UTC (rev 280843)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andre Vaillancourt 
+# Contributor: Thomas Weischuh 
+
+pkgname=ubuntu-keyring
+pkgver=2016.10.27
+pkgrel=1
+pkgdesc="GnuPG keys of the Ubuntu archive"
+arch=('any')
+url="http://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring;
+license=('GPL')
+depends=('gnupg')
+source=("http://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring/ubuntu-keyring_$pkgver.tar.gz;)
+sha512sums=('ac4b4353a89bd15f8511ba1cecccb6597c407b67b4642c24ae1e461b2be2a5b2989bf5bc033cb2a265217688a366d2c2907b52bc1e484061348cb218ee5cb6a2')
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 keyrings/ubuntu-archive-keyring.gpg 
"$pkgdir"/usr/share/keyrings/ubuntu-archive-keyring.gpg
+  install -Dm644 keyrings/ubuntu-archive-removed-keys.gpg 
"$pkgdir"/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
+  install -Dm644 keyrings/ubuntu-master-keyring.gpg 
"$pkgdir"/usr/share/keyrings/ubuntu-master-keyring.gpg
+  install -Dm644 keyrings/ubuntu-keyring-2012-archive.gpg 
"$pkgdir"/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-archive.gpg
+  install -Dm644 keyrings/ubuntu-keyring-2012-cdimage.gpg 
"$pkgdir"/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg
+}


[arch-commits] Commit in (4 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:43:33
  Author: felixonmars
Revision: 280842

addpkg: ubuntu-keyring 2016.10.27-1

Added:
  ubuntu-keyring/
  ubuntu-keyring/repos/
  ubuntu-keyring/trunk/
  ubuntu-keyring/trunk/PKGBUILD

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

Added: ubuntu-keyring/trunk/PKGBUILD
===
--- ubuntu-keyring/trunk/PKGBUILD   (rev 0)
+++ ubuntu-keyring/trunk/PKGBUILD   2018-01-10 04:43:33 UTC (rev 280842)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andre Vaillancourt 
+# Contributor: Thomas Weischuh 
+
+pkgname=ubuntu-keyring
+pkgver=2016.10.27
+pkgrel=1
+pkgdesc="GnuPG keys of the Ubuntu archive"
+arch=('any')
+url="http://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring;
+license=('GPL')
+depends=('gnupg')
+source=("http://mirrors.kernel.org/ubuntu/pool/main/u/ubuntu-keyring/ubuntu-keyring_$pkgver.tar.gz;)
+sha512sums=('ac4b4353a89bd15f8511ba1cecccb6597c407b67b4642c24ae1e461b2be2a5b2989bf5bc033cb2a265217688a366d2c2907b52bc1e484061348cb218ee5cb6a2')
+
+package() {
+  cd $pkgname-$pkgver
+  install -Dm644 keyrings/ubuntu-archive-keyring.gpg 
"$pkgdir"/usr/share/keyrings/ubuntu-archive-keyring.gpg
+  install -Dm644 keyrings/ubuntu-archive-removed-keys.gpg 
"$pkgdir"/usr/share/keyrings/ubuntu-archive-removed-keys.gpg
+  install -Dm644 keyrings/ubuntu-master-keyring.gpg 
"$pkgdir"/usr/share/keyrings/ubuntu-master-keyring.gpg
+  install -Dm644 keyrings/ubuntu-keyring-2012-archive.gpg 
"$pkgdir"/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-archive.gpg
+  install -Dm644 keyrings/ubuntu-keyring-2012-cdimage.gpg 
"$pkgdir"/etc/apt/trusted.gpg.d/ubuntu-keyring-2012-cdimage.gpg
+}


Property changes on: ubuntu-keyring/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


[arch-commits] Commit in hopenpgp-tools/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:36:11
  Author: felixonmars
Revision: 280841

archrelease: copy trunk to community-staging-x86_64

Added:
  hopenpgp-tools/repos/community-staging-x86_64/
  hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD
(from rev 280840, hopenpgp-tools/trunk/PKGBUILD)

--+
 PKGBUILD |   37 +
 1 file changed, 37 insertions(+)

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
280840, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 04:36:11 UTC (rev 280841)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.5
+pkgrel=37
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-aeson" "haskell-ansi-wl-pprint" 
"haskell-attoparsec"
+ "haskell-base16-bytestring" "haskell-binary-conduit" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-pubkey" "haskell-cryptohash" 
"haskell-errors"
+ "haskell-fgl" "haskell-graphviz" "haskell-hopenpgp" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-types" "haskell-ixset-typed" 
"haskell-lens"
+ "haskell-monad-loops" "haskell-openpgp-asciiarmor" 
"haskell-optparse-applicative"
+ "haskell-resourcet" "haskell-text" "haskell-time-locale-compat" 
"haskell-wl-pprint-extras"
+ "haskell-wl-pprint-terminfo" "haskell-yaml")
+makedepends=('alex' 'happy' 'ghc')
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha512sums=('0ecba903607ef27f14c43bf1f6a2383a740c44802dcecf6ac093f41f8d754d77ef6f14e8200316cd2d7e56b8c63934299c521b6693baf1ca219b65485fd6d52a')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+rm "$pkgdir/usr/share/doc/hopenpgp-tools/LICENSE"
+rmdir "$pkgdir/usr/share/doc/hopenpgp-tools" "$pkgdir/usr/share/doc" 
"$pkgdir/usr/share"
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:35:48
  Author: felixonmars
Revision: 280840

upgpkg: hopenpgp-tools 0.19.5-37

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:34:32 UTC (rev 280839)
+++ PKGBUILD2018-01-10 04:35:48 UTC (rev 280840)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.5
-pkgrel=36
+pkgrel=37
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:34:32
  Author: felixonmars
Revision: 280839

archrelease: copy trunk to community-any

Added:
  python-cliff/repos/community-any/PKGBUILD
(from rev 280838, python-cliff/trunk/PKGBUILD)
Deleted:
  python-cliff/repos/community-any/PKGBUILD

--+
 PKGBUILD |  124 ++---
 1 file changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 04:34:09 UTC (rev 280838)
+++ PKGBUILD2018-01-10 04:34:32 UTC (rev 280839)
@@ -1,62 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-cliff
-pkgname=(python-cliff python2-cliff)
-pkgver=2.9.1
-pkgrel=1
-pkgdesc="Command Line Interface Formulation Framework"
-arch=('any')
-url="http://docs.openstack.org/developer/cliff;
-license=('Apache')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
- 'python-cmd2' 'python2-cmd2' 'python-prettytable' 
'python2-prettytable'
- 'python-pyparsing' 'python2-pyparsing' 'python-stevedore'
- 'python2-stevedore' 'python2-unicodecsv' 'python-yaml' 
'python2-yaml')
-checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
-  'python-sphinx' 'python2-sphinx' 'python-oslosphinx' 
'python2-oslosphinx'
-  'python-testscenarios' 'python2-testscenarios')
-options=('!emptydirs')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;)
-sha512sums=('04517f35345c157954e8f111c0aab89429d7554e3ceacdb8445fbf3681ea4b2856561d65199be663b64a4e3d1b6330a920afd0c7aad2eb939e38d7ffd5510a2b')
-
-prepare() {
-  cp -a cliff-$pkgver{,-py2}
-
-  export PBR_VERSION=$pkgver
-}
-
-build() {
-  cd "$srcdir"/cliff-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/cliff-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/cliff-$pkgver
-  python setup.py testr
-
-  cd "$srcdir"/cliff-$pkgver-py2
-  PYTHON=python2 python2 setup.py testr
-}
-
-package_python-cliff() {
-  depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
-   'python-stevedore' 'python-yaml')
-
-  cd "$srcdir"/cliff-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-cliff() {
-  depends=('python2-six' 'python2-pbr' 'python2-cmd2' 'python2-prettytable' 
'python2-pyparsing'
-   'python2-stevedore' 'python2-unicodecsv' 'python2-yaml')
-
-  cd "$srcdir"/cliff-$pkgver-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-cliff/repos/community-any/PKGBUILD (from rev 280838, 
python-cliff/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 04:34:32 UTC (rev 280839)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-cliff
+pkgname=(python-cliff python2-cliff)
+pkgver=2.10.0
+pkgrel=1
+pkgdesc="Command Line Interface Formulation Framework"
+arch=('any')
+url="http://docs.openstack.org/developer/cliff;
+license=('Apache')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-pbr' 
'python2-pbr'
+ 'python-cmd2' 'python2-cmd2' 'python-prettytable' 
'python2-prettytable'
+ 'python-pyparsing' 'python2-pyparsing' 'python-stevedore'
+ 'python2-stevedore' 'python2-unicodecsv' 'python-yaml' 
'python2-yaml')
+checkdepends=('python-testrepository' 'python2-testrepository' 'python-mock' 
'python2-mock'
+  'python-sphinx' 'python2-sphinx' 'python-oslosphinx' 
'python2-oslosphinx'
+  'python-testscenarios' 'python2-testscenarios')
+options=('!emptydirs')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;)
+sha512sums=('8ecdf7fb82f9481b0e7639df4d5f1a8ebd087dc732629e8009387105d714ecef857da1d59f8cfcee02f0a3c83797b1585b3556a5abe180bbfdfbf3e04928b663')
+
+prepare() {
+  cp -a cliff-$pkgver{,-py2}
+
+  export PBR_VERSION=$pkgver
+}
+
+build() {
+  cd "$srcdir"/cliff-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/cliff-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/cliff-$pkgver
+  python setup.py testr
+
+  cd "$srcdir"/cliff-$pkgver-py2
+  PYTHON=python2 python2 setup.py testr
+}
+
+package_python-cliff() {
+  depends=('python-six' 'python-pbr' 'python-cmd2' 'python-prettytable' 
'python-pyparsing'
+   'python-stevedore' 'python-yaml')
+
+  cd "$srcdir"/cliff-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-cliff() {
+  depends=('python2-six' 'python2-pbr' 'python2-cmd2' 'python2-prettytable' 
'python2-pyparsing'
+   'python2-stevedore' 'python2-unicodecsv' 

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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:34:09
  Author: felixonmars
Revision: 280838

upgpkg: python-cliff 2.10.0-1

Modified:
  python-cliff/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:33:49 UTC (rev 280837)
+++ PKGBUILD2018-01-10 04:34:09 UTC (rev 280838)
@@ -4,7 +4,7 @@
 
 pkgbase=python-cliff
 pkgname=(python-cliff python2-cliff)
-pkgver=2.9.1
+pkgver=2.10.0
 pkgrel=1
 pkgdesc="Command Line Interface Formulation Framework"
 arch=('any')
@@ -19,7 +19,7 @@
   'python-testscenarios' 'python2-testscenarios')
 options=('!emptydirs')
 
source=("$pkgbase-$pkgver.tar.gz::https://github.com/openstack/cliff/archive/$pkgver.tar.gz;)
-sha512sums=('04517f35345c157954e8f111c0aab89429d7554e3ceacdb8445fbf3681ea4b2856561d65199be663b64a4e3d1b6330a920afd0c7aad2eb939e38d7ffd5510a2b')
+sha512sums=('8ecdf7fb82f9481b0e7639df4d5f1a8ebd087dc732629e8009387105d714ecef857da1d59f8cfcee02f0a3c83797b1585b3556a5abe180bbfdfbf3e04928b663')
 
 prepare() {
   cp -a cliff-$pkgver{,-py2}


[arch-commits] Commit in haskell-hjsmin/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:33:49
  Author: felixonmars
Revision: 280837

archrelease: copy trunk to community-staging-x86_64

Added:
  haskell-hjsmin/repos/community-staging-x86_64/
  haskell-hjsmin/repos/community-staging-x86_64/PKGBUILD
(from rev 280836, haskell-hjsmin/trunk/PKGBUILD)

--+
 PKGBUILD |   40 
 1 file changed, 40 insertions(+)

Copied: haskell-hjsmin/repos/community-staging-x86_64/PKGBUILD (from rev 
280836, haskell-hjsmin/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 04:33:49 UTC (rev 280837)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hjsmin
+pkgname=haskell-hjsmin
+pkgver=0.2.0.2
+pkgrel=19
+pkgdesc="Haskell implementation of a javascript minifier"
+url="https://github.com/erikd/hjsmin;
+license=("custom:BSD3")
+arch=('x86_64')
+depends=('ghc-libs' "haskell-blaze-builder" "haskell-language-javascript"
+ "haskell-optparse-applicative" "haskell-text")
+makedepends=('ghc')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('ffd67972cef49b5026995e9852e603035513e18089df9f77c35ec084ee3487904018aea018a08408ab53f441aa5200efdd7f5a28191cd814c5e2fc91c2552902')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-shared --enable-executable-dynamic 
--disable-library-vanilla \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--dynlibdir=/usr/lib --libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+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"
+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 libmongoc/trunk (PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:33:00
  Author: felixonmars
Revision: 280834

upgpkg: libmongoc 1.9.1-1

Modified:
  libmongoc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:32:44 UTC (rev 280833)
+++ PKGBUILD2018-01-10 04:33:00 UTC (rev 280834)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=libmongoc
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='A client library written in C for MongoDB'
 arch=('x86_64')
@@ -11,7 +11,7 @@
 depends=('libbson' 'libsasl' 'snappy' 'zlib')
 checkdepends=('python-pifpaf' 'mongodb')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz;)
-sha512sums=('e7785f336c38bbf7dd519351bba2facab025b4d2bcd1eef82e98606a21510af7f799edaf4b4f074bd4c5a17ad63176c276f8c57e499b8d9afd098bce274da4ae')
+sha512sums=('8918b33bcb346a49b84b9e99f5f1ebf0b5895eef7a72dc3e7c3a47737e42e3fa57d820604ec51a47dcfc14be962ad32bbc621197ff639cdff917a56e6ec6e708')
 
 prepare() {
   cd mongo-c-driver-$pkgver


[arch-commits] Commit in libmongoc/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:33:22
  Author: felixonmars
Revision: 280835

archrelease: copy trunk to community-x86_64

Added:
  libmongoc/repos/community-x86_64/PKGBUILD
(from rev 280834, libmongoc/trunk/PKGBUILD)
Deleted:
  libmongoc/repos/community-x86_64/PKGBUILD

--+
 PKGBUILD |   72 ++---
 1 file changed, 36 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 04:33:00 UTC (rev 280834)
+++ PKGBUILD2018-01-10 04:33:22 UTC (rev 280835)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=libmongoc
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A client library written in C for MongoDB'
-arch=('x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('libbson' 'libsasl' 'snappy' 'zlib')
-checkdepends=('python-pifpaf' 'mongodb')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz;)
-sha512sums=('e7785f336c38bbf7dd519351bba2facab025b4d2bcd1eef82e98606a21510af7f799edaf4b4f074bd4c5a17ad63176c276f8c57e499b8d9afd098bce274da4ae')
-
-prepare() {
-  cd mongo-c-driver-$pkgver
-  # Remove check for bundled libbson
-  sed -i 's|src/libbson/autogen.sh|/usr/bin/true|' autogen.sh
-}
-
-build() {
-  cd mongo-c-driver-$pkgver
-  PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
-  make
-}
-
-check() {
-  cd mongo-c-driver-$pkgver
-  pifpaf run mongodb --port 27017 make test || warning "Tests failed"
-}
-
-package() {
-  cd mongo-c-driver-$pkgver
-  make DESTDIR="$pkgdir/" install
-}

Copied: libmongoc/repos/community-x86_64/PKGBUILD (from rev 280834, 
libmongoc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 04:33:22 UTC (rev 280835)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=libmongoc
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='A client library written in C for MongoDB'
+arch=('x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('libbson' 'libsasl' 'snappy' 'zlib')
+checkdepends=('python-pifpaf' 'mongodb')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/mongo-c-driver/archive/$pkgver.tar.gz;)
+sha512sums=('8918b33bcb346a49b84b9e99f5f1ebf0b5895eef7a72dc3e7c3a47737e42e3fa57d820604ec51a47dcfc14be962ad32bbc621197ff639cdff917a56e6ec6e708')
+
+prepare() {
+  cd mongo-c-driver-$pkgver
+  # Remove check for bundled libbson
+  sed -i 's|src/libbson/autogen.sh|/usr/bin/true|' autogen.sh
+}
+
+build() {
+  cd mongo-c-driver-$pkgver
+  PTHREAD_LIBS=-pthread ./autogen.sh --prefix=/usr
+  make
+}
+
+check() {
+  cd mongo-c-driver-$pkgver
+  pifpaf run mongodb --port 27017 make test || warning "Tests failed"
+}
+
+package() {
+  cd mongo-c-driver-$pkgver
+  make DESTDIR="$pkgdir/" install
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:33:30
  Author: felixonmars
Revision: 280836

upgpkg: haskell-hjsmin 0.2.0.2-19

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  haskell-hjsmin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:33:22 UTC (rev 280835)
+++ PKGBUILD2018-01-10 04:33:30 UTC (rev 280836)
@@ -5,7 +5,7 @@
 _hkgname=hjsmin
 pkgname=haskell-hjsmin
 pkgver=0.2.0.2
-pkgrel=18
+pkgrel=19
 pkgdesc="Haskell implementation of a javascript minifier"
 url="https://github.com/erikd/hjsmin;
 license=("custom:BSD3")


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:32:24
  Author: felixonmars
Revision: 280832

upgpkg: git-repair 1.20170626-12

rebuild with ansi-wl-pprint,0.6.8.2

Modified:
  git-repair/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:27:19 UTC (rev 280831)
+++ PKGBUILD2018-01-10 04:32:24 UTC (rev 280832)
@@ -3,7 +3,7 @@
 
 pkgname=git-repair
 pkgver=1.20170626
-pkgrel=11
+pkgrel=12
 pkgdesc="Repairs a damaged git repisitory"
 url="http://git-repair.branchable.com/;
 license=("GPL")


[arch-commits] Commit in git-repair/repos (2 files)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:32:44
  Author: felixonmars
Revision: 280833

archrelease: copy trunk to community-staging-x86_64

Added:
  git-repair/repos/community-staging-x86_64/
  git-repair/repos/community-staging-x86_64/PKGBUILD
(from rev 280832, git-repair/trunk/PKGBUILD)

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

Copied: git-repair/repos/community-staging-x86_64/PKGBUILD (from rev 280832, 
git-repair/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2018-01-10 04:32:44 UTC (rev 280833)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=git-repair
+pkgver=1.20170626
+pkgrel=12
+pkgdesc="Repairs a damaged git repisitory"
+url="http://git-repair.branchable.com/;
+license=("GPL")
+arch=('x86_64')
+depends=('git' 'ghc' "haskell-async" "haskell-data-default" 
"haskell-exceptions" "haskell-hslogger"
+ "haskell-ifelse" "haskell-mtl" "haskell-network" "haskell-network-uri"
+ "haskell-optparse-applicative" "haskell-quickcheck" "haskell-split" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string")
+makedepends=('ghc')
+source=("$pkgname::git://git-repair.branchable.com/#tag=$pkgver")
+sha512sums=('SKIP')
+
+build() {
+  cd git-repair
+  
+  runhaskell Setup configure -O --prefix=/usr --enable-executable-dynamic 
--disable-library-vanilla \
+--docdir="/usr/share/doc/$pkgname" \
+  -fnetwork-uri
+  runhaskell Setup build
+}
+
+package() {
+  cd git-repair
+  runhaskell Setup copy --destdir="$pkgdir"
+  install -Dm644 git-repair.1 "$pkgdir"/usr/share/man/man1/git-repair.1
+
+  rm "$pkgdir"/usr/share/doc/git-repair/GPL
+  rmdir "$pkgdir"/usr/share/doc/git-repair "$pkgdir"/usr/share/doc
+}


[arch-commits] Commit in libbson/repos/community-x86_64 (PKGBUILD PKGBUILD)

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:27:19
  Author: felixonmars
Revision: 280831

archrelease: copy trunk to community-x86_64

Added:
  libbson/repos/community-x86_64/PKGBUILD
(from rev 280830, libbson/trunk/PKGBUILD)
Deleted:
  libbson/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 04:26:56 UTC (rev 280830)
+++ PKGBUILD2018-01-10 04:27:19 UTC (rev 280831)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Tyler Brock 
-# Contributor: monty 
-
-pkgname=libbson
-pkgver=1.9.0
-pkgrel=1
-pkgdesc='A BSON utility library.'
-arch=('x86_64')
-url='http://www.mongodb.org/display/DOCS/C+Language+Center'
-license=('Apache')
-depends=('glibc')
-makedepends=('python')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('ced5e20a043096bbb2bd97f179c50fa105498fd089a54fcf7c0e3edda52030e7a6363ff1ab75c885649590a7d8846fa8adf880026cc059772cdfd87da23a244d')
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libbson/repos/community-x86_64/PKGBUILD (from rev 280830, 
libbson/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 04:27:19 UTC (rev 280831)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Tyler Brock 
+# Contributor: monty 
+
+pkgname=libbson
+pkgver=1.9.1
+pkgrel=1
+pkgdesc='A BSON utility library.'
+arch=('x86_64')
+url='http://www.mongodb.org/display/DOCS/C+Language+Center'
+license=('Apache')
+depends=('glibc')
+makedepends=('python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz;)
+sha512sums=('38e99c9ecd34b6c116097fe8505fea8476eda2065cfd29ef500b0f6e9cfc75ce10eb16443c09ef442da95580b57dbe1c482b58148c93a1ca48f14e24c5f68d52')
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:26:56
  Author: felixonmars
Revision: 280830

upgpkg: libbson 1.9.1-1

Modified:
  libbson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 04:23:31 UTC (rev 280829)
+++ PKGBUILD2018-01-10 04:26:56 UTC (rev 280830)
@@ -4,7 +4,7 @@
 # Contributor: monty 
 
 pkgname=libbson
-pkgver=1.9.0
+pkgver=1.9.1
 pkgrel=1
 pkgdesc='A BSON utility library.'
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('glibc')
 makedepends=('python')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/mongodb/$pkgname/archive/$pkgver.tar.gz;)
-sha512sums=('ced5e20a043096bbb2bd97f179c50fa105498fd089a54fcf7c0e3edda52030e7a6363ff1ab75c885649590a7d8846fa8adf880026cc059772cdfd87da23a244d')
+sha512sums=('38e99c9ecd34b6c116097fe8505fea8476eda2065cfd29ef500b0f6e9cfc75ce10eb16443c09ef442da95580b57dbe1c482b58148c93a1ca48f14e24c5f68d52')
 
 build() {
   cd $pkgname-$pkgver


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:23:06
  Author: felixonmars
Revision: 280828

upgpkg: python-boto3 1.5.12-1

Modified:
  python-boto3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 03:56:16 UTC (rev 280827)
+++ PKGBUILD2018-01-10 04:23:06 UTC (rev 280828)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-boto3
-pkgver=1.5.10
+pkgver=1.5.12
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python-setuptools')
 # checkdepends=('python-coverage' 'python-nose' 'python-mock')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('573725fc5619c40079ca59f501bc891ed796e17aa074694cd5649e2b49cfff0efa1a46e7fcc4eb94eaca25d7402020dd84484181a1018fe5ad5bf43ec7e2')
+sha512sums=('e768bc843b2fb12cfe7948a05b52252debe550efa3dac239db6ad5f16c17cc5d4fdb2cc03bfd980cde4e53b599297ad2b26c2320dc938279dcfac8e73b44ebb6')
 
 build() {
   cd "$srcdir"/boto3-$pkgver


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

2018-01-09 Thread Felix Yan via arch-commits
Date: Wednesday, January 10, 2018 @ 04:23:31
  Author: felixonmars
Revision: 280829

archrelease: copy trunk to community-any

Added:
  python-boto3/repos/community-any/PKGBUILD
(from rev 280828, python-boto3/trunk/PKGBUILD)
Deleted:
  python-boto3/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 04:23:06 UTC (rev 280828)
+++ PKGBUILD2018-01-10 04:23:31 UTC (rev 280829)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-boto3
-pkgver=1.5.10
-pkgrel=1
-pkgdesc='The AWS SDK for Python'
-arch=('any')
-license=('Apache')
-url='https://github.com/boto/boto3'
-depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
-makedepends=('python-setuptools')
-# checkdepends=('python-coverage' 'python-nose' 'python-mock')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('573725fc5619c40079ca59f501bc891ed796e17aa074694cd5649e2b49cfff0efa1a46e7fcc4eb94eaca25d7402020dd84484181a1018fe5ad5bf43ec7e2')
-
-build() {
-  cd "$srcdir"/boto3-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/boto3-$pkgver
-  # scripts/ci/run-tests
-}
-
-package() {
-  cd boto3-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-boto3/repos/community-any/PKGBUILD (from rev 280828, 
python-boto3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 04:23:31 UTC (rev 280829)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-boto3
+pkgver=1.5.12
+pkgrel=1
+pkgdesc='The AWS SDK for Python'
+arch=('any')
+license=('Apache')
+url='https://github.com/boto/boto3'
+depends=('python-botocore' 'python-jmespath' 'python-s3transfer')
+makedepends=('python-setuptools')
+# checkdepends=('python-coverage' 'python-nose' 'python-mock')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
+sha512sums=('e768bc843b2fb12cfe7948a05b52252debe550efa3dac239db6ad5f16c17cc5d4fdb2cc03bfd980cde4e53b599297ad2b26c2320dc938279dcfac8e73b44ebb6')
+
+build() {
+  cd "$srcdir"/boto3-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/boto3-$pkgver
+  # scripts/ci/run-tests
+}
+
+package() {
+  cd boto3-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}


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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 03:56:16
  Author: eschwartz
Revision: 280827

archrelease: copy trunk to community-any

Added:
  python-mechanize/repos/community-any/PKGBUILD
(from rev 280826, python-mechanize/trunk/PKGBUILD)
Deleted:
  python-mechanize/repos/community-any/PKGBUILD

--+
 PKGBUILD |   84 ++---
 1 file changed, 47 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 03:55:35 UTC (rev 280826)
+++ PKGBUILD2018-01-10 03:56:16 UTC (rev 280827)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-# Contributor: Chris Brannon 
-# Contributor: Douglas Soares de Andrade
-# Contributor: Roberto Alsina 
-
-_pkgname=mechanize
-pkgbase=python-mechanize
-pkgname=python2-mechanize
-pkgver=0.3.5
-pkgrel=1
-epoch=1
-pkgdesc='Stateful programmatic web browsing in Python'
-arch=('any')
-url="https://github.com/python-mechanize/mechanize;
-license=('BSD')
-depends=('python2' 'python2-html5lib')
-makedepends=('python2-distribute')
-checkdepends=('python2-zope-interface' 'python2-twisted')
-source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('d4f999b5a3028c900cb0e6ad3c996c73e3c69a664e6575493258104fa84d7166'
-'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
-
-package_python2-mechanize() {
-  cd "mechanize-$pkgver"
-
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-check() {
-  cd "mechanize-$pkgver"
-  python2 run_tests.py
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-mechanize/repos/community-any/PKGBUILD (from rev 280826, 
python-mechanize/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 03:56:16 UTC (rev 280827)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Eli Schwartz 
+# Maintainer: Jelle van der Waa 
+# Contributor: Alexander F Rødseth 
+# Contributor: Chris Brannon 
+# Contributor: Douglas Soares de Andrade
+# Contributor: Roberto Alsina 
+
+_pkgname=mechanize
+pkgbase=python-mechanize
+pkgname=python2-mechanize
+pkgver=0.3.6
+pkgrel=1
+epoch=1
+pkgdesc='Stateful programmatic web browsing in Python'
+arch=('any')
+url="https://github.com/python-mechanize/mechanize;
+license=('BSD')
+depends=('python2' 'python2-html5lib')
+optdepends=('python2-html5-parser: faster parsing of HTML')
+makedepends=('python2-distribute')
+checkdepends=('python2-zope-interface' 'python2-twisted')
+source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
+sha256sums=('654e705157156c1f316601ea4f7ab27e96713a8a4dabe1604e6cc8d48e0aa1e8'
+'SKIP')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
+
+build() {
+  cd "mechanize-$pkgver"
+
+  python2 setup.py build
+}
+
+check() {
+  cd "mechanize-$pkgver"
+
+  python2 run_tests.py
+}
+
+package_python2-mechanize() {
+  cd "mechanize-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 03:55:35
  Author: eschwartz
Revision: 280826

upgpkg: python-mechanize 1:0.3.6-1

upstream release

Modified:
  python-mechanize/trunk/PKGBUILD

--+
 PKGBUILD |   24 +---
 1 file changed, 17 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 03:43:44 UTC (rev 280825)
+++ PKGBUILD2018-01-10 03:55:35 UTC (rev 280826)
@@ -1,5 +1,7 @@
 # $Id$
-# Maintainer: Alexander F Rødseth 
+# Maintainer: Eli Schwartz 
+# Maintainer: Jelle van der Waa 
+# Contributor: Alexander F Rødseth 
 # Contributor: Chris Brannon 
 # Contributor: Douglas Soares de Andrade
 # Contributor: Roberto Alsina 
@@ -7,7 +9,7 @@
 _pkgname=mechanize
 pkgbase=python-mechanize
 pkgname=python2-mechanize
-pkgver=0.3.5
+pkgver=0.3.6
 pkgrel=1
 epoch=1
 pkgdesc='Stateful programmatic web browsing in Python'
@@ -15,23 +17,31 @@
 url="https://github.com/python-mechanize/mechanize;
 license=('BSD')
 depends=('python2' 'python2-html5lib')
+optdepends=('python2-html5-parser: faster parsing of HTML')
 makedepends=('python2-distribute')
 checkdepends=('python2-zope-interface' 'python2-twisted')
 
source=("https://pypi.io/packages/source/${_pkgname:0:1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz"{,.asc})
-sha256sums=('d4f999b5a3028c900cb0e6ad3c996c73e3c69a664e6575493258104fa84d7166'
+sha256sums=('654e705157156c1f316601ea4f7ab27e96713a8a4dabe1604e6cc8d48e0aa1e8'
 'SKIP')
-validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C')
+validpgpkeys=('3CE1780F78DD88DF45194FD706BC317B515ACE7C') # Kovid Goyal (New 
longer key) 
 
-package_python2-mechanize() {
+build() {
   cd "mechanize-$pkgver"
 
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python2 setup.py build
 }
 
 check() {
   cd "mechanize-$pkgver"
+
   python2 run_tests.py
 }
 
+package_python2-mechanize() {
+  cd "mechanize-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in dovecot/repos/community-x86_64 (6 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 03:43:44
  Author: eschwartz
Revision: 280825

archrelease: copy trunk to community-x86_64

Added:
  dovecot/repos/community-x86_64/PKGBUILD
(from rev 280824, dovecot/trunk/PKGBUILD)
  dovecot/repos/community-x86_64/dovecot.sysusersd
(from rev 280824, dovecot/trunk/dovecot.sysusersd)
  dovecot/repos/community-x86_64/dovecot.tmpfilesd
(from rev 280824, dovecot/trunk/dovecot.tmpfilesd)
Deleted:
  dovecot/repos/community-x86_64/PKGBUILD
  dovecot/repos/community-x86_64/dovecot.install
  dovecot/repos/community-x86_64/dovecot.tmpfilesd

---+
 PKGBUILD  |  192 ++--
 dovecot.install   |   10 --
 dovecot.sysusersd |2 
 dovecot.tmpfilesd |2 
 4 files changed, 100 insertions(+), 106 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 03:43:19 UTC (rev 280824)
+++ PKGBUILD2018-01-10 03:43:44 UTC (rev 280825)
@@ -1,95 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor:  Bartłomiej Piotrowski 
-# Contributor: Andreas Radke 
-# Contributor: Paul Mattal 
-# Contributor: Federico Quagliata (quaqo) 
-# Contributor: GARETTE Emmanuel 
-
-# --->>> remember to rebuild/bump pigeonhole in one step <<<---
-
-pkgname=dovecot
-pkgver=2.3.0
-pkgrel=1
-
-pkgdesc="An IMAP and POP3 server written with security primarily in mind"
-url="http://dovecot.org/;
-arch=('x86_64')
-license=("LGPL")
-
-depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
- 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
-makedepends=('libcap' 'libldap' 'clucene')
-optdepends=('libldap: ldap plugin'
-'xz: imap zlib  plugin'
-'clucene: alternative FTS indexer')
-
-provides=('imap-server' 'pop3-server')
-
-install=dovecot.install
-
-source=("https://dovecot.org/releases/2.3/dovecot-$pkgver.tar.gz"{,.sig}
-dovecot.tmpfilesd)
-
-sha256sums=('de60cb470d025e4dd0f8e8fbbb4b9316dfd4930eb949d307330669ffbeaf8581'
-'SKIP'
-'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
-validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen 

-  '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1') # Dovecot Community 
Edition
-
-prepare() {
-  cd dovecot-ce-$pkgver
-  # fix path in helper script
-  sed -i 
's:OPENSSLCONFIG=${OPENSSLCONFIG-dovecot-openssl.cnf}:OPENSSLCONFIG=${OPENSSLCONFIG-
 /etc/ssl/dovecot-openssl.cnf}:' doc/mkcert.sh
-}
-
-build() {
-  cd dovecot-ce-$pkgver
-
-  ./configure --prefix=/usr --sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---libexecdir=/usr/lib \
---with-moduledir=/usr/lib/dovecot/modules \
---with-systemdsystemunitdir=/usr/lib/systemd/system \
---disable-static \
---with-nss \
---with-pam \
---with-mysql \
---with-pgsql \
---with-sqlite \
---with-ssl=openssl \
---with-ssldir=/etc/ssl \
---with-gssapi \
---with-ldap=plugin \
---with-zlib \
---with-bzlib \
---with-lzma \
---with-lz4 \
---with-libcap \
---with-solr \
---with-lucene \
---with-docs
-
-  make
-}
-
-check() {
-  cd dovecot-ce-$pkgver
-  make check
-}
-
-package() {
-  # system user/group dovenull - 74
-  # system user/group dovecot  - 76
-
-  cd dovecot-ce-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "$srcdir/dovecot.tmpfilesd" \
-"$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
-  install -d -m755 "$pkgdir/etc/dovecot/conf.d"
-  rm -f $pkgdir/etc/dovecot/README
-
-  # install mkcert helper script
-  install -m 755  doc/mkcert.sh "$pkgdir/usr/lib/dovecot/mkcert.sh"
-}

Copied: dovecot/repos/community-x86_64/PKGBUILD (from rev 280824, 
dovecot/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 03:43:44 UTC (rev 280825)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor:  Bartłomiej Piotrowski 
+# Contributor: Andreas Radke 
+# Contributor: Paul Mattal 
+# Contributor: Federico Quagliata (quaqo) 
+# Contributor: GARETTE Emmanuel 
+
+# --->>> remember to rebuild/bump pigeonhole in one step <<<---
+
+pkgname=dovecot
+pkgver=2.3.0
+pkgrel=2
+
+pkgdesc="An IMAP and POP3 server written with security primarily in mind"
+url="http://dovecot.org/;
+arch=('x86_64')
+license=("LGPL")
+
+depends=('krb5' 'openssl' 'sqlite' 'libmariadbclient'
+ 'postgresql-libs' 'bzip2' 'lz4' 'expat' 'curl' 'pam')
+makedepends=('libcap' 'libldap' 'clucene')
+optdepends=('libldap: ldap plugin'
+'xz: imap zlib  plugin'
+'clucene: alternative FTS indexer')
+
+provides=('imap-server' 

[arch-commits] Commit in dovecot/trunk (PKGBUILD dovecot.install dovecot.sysusersd)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 03:43:19
  Author: eschwartz
Revision: 280824

upgpkg: dovecot 2.3.0-2

migrate to systemd-sysusers

Added:
  dovecot/trunk/dovecot.sysusersd
Modified:
  dovecot/trunk/PKGBUILD
Deleted:
  dovecot/trunk/dovecot.install

---+
 PKGBUILD  |8 +---
 dovecot.install   |   10 --
 dovecot.sysusersd |2 ++
 3 files changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 03:18:47 UTC (rev 280823)
+++ PKGBUILD2018-01-10 03:43:19 UTC (rev 280824)
@@ -10,7 +10,7 @@
 
 pkgname=dovecot
 pkgver=2.3.0
-pkgrel=1
+pkgrel=2
 
 pkgdesc="An IMAP and POP3 server written with security primarily in mind"
 url="http://dovecot.org/;
@@ -26,13 +26,13 @@
 
 provides=('imap-server' 'pop3-server')
 
-install=dovecot.install
-
 source=("https://dovecot.org/releases/2.3/dovecot-$pkgver.tar.gz"{,.sig}
+dovecot.sysusersd
 dovecot.tmpfilesd)
 
 sha256sums=('de60cb470d025e4dd0f8e8fbbb4b9316dfd4930eb949d307330669ffbeaf8581'
 'SKIP'
+'c5e3a8ffe23e5deb4f7893d9877d972347c2ee45c4ebf713de85c537e47cfcaf'
 'bb7620be7fc0217d77fcac940441c2abbd9efc6ef660153288d09ba412e27e06')
 validpgpkeys=('E643F0BDFDCD04D9FFCB6279C948525140558AC9' # Timo Sirainen 

   '2BE74AAB3EE754DFB9C80D3318A348AEED409DA1') # Dovecot Community 
Edition
@@ -85,6 +85,8 @@
 
   cd dovecot-ce-$pkgver
   make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/dovecot.sysusersd" \
+"$pkgdir/usr/lib/sysusers.d/dovecot.conf"
   install -Dm644 "$srcdir/dovecot.tmpfilesd" \
 "$pkgdir/usr/lib/tmpfiles.d/dovecot.conf"
   install -d -m755 "$pkgdir/etc/dovecot/conf.d"

Deleted: dovecot.install
===
--- dovecot.install 2018-01-10 03:18:47 UTC (rev 280823)
+++ dovecot.install 2018-01-10 03:43:19 UTC (rev 280824)
@@ -1,10 +0,0 @@
-post_install() {
-  getent group dovenull &> /dev/null || groupadd -g 74 dovenull &> /dev/null
-  getent group dovecot &> /dev/null  || groupadd -g 76 dovecot &> /dev/null
-  getent passwd dovenull &> /dev/null || useradd -s /sbin/nologin -c "Dovecot 
user for completely untrustworthy processes" -d /var/empty -u 74 -g dovenull -r 
dovenull &> /dev/null
-  getent passwd dovecot &> /dev/null  || useradd -s /sbin/nologin -c "Dovecot 
user" -d /var/empty -u 76 -g dovecot -r dovecot &> /dev/null
-}
-
-post_remove() {
-  rm -rf /var/run/dovecot/ &> /dev/null || /bin/true
-}

Added: dovecot.sysusersd
===
--- dovecot.sysusersd   (rev 0)
+++ dovecot.sysusersd   2018-01-10 03:43:19 UTC (rev 280824)
@@ -0,0 +1,2 @@
+u dovenull 74 "Dovecot user for completely untrustworthy processes" -
+u dovecot  76 "Dovecot user" -


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 03:18:41
  Author: bgyorgy
Revision: 280822

upgpkg: hyena 0.5-5

Fix build

Modified:
  hyena/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 03:10:33 UTC (rev 280821)
+++ PKGBUILD2018-01-10 03:18:41 UTC (rev 280822)
@@ -4,13 +4,12 @@
 
 pkgname=hyena
 pkgver=0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Library for creating C Sharp applications"
 arch=('any')
 url="https://wiki.gnome.org/Hyena;
 license=('MIT')
 depends=('gtk-sharp-2')
-options=('!emptydirs')
 
source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
 fix-build.patch)
 sha256sums=('eb7154a42b6529bb9746c39272719f3168d6363ed4bad305a916ed7d90bc8de9'
@@ -17,27 +16,28 @@
 '7528a78b710c253d787c3cc8239d42f85290bad9253eb0575b87d9dd9034609b')
 
 prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
 
   # Fix build
   # https://bugzilla.gnome.org/show_bug.cgi?id=63
   patch -Np1 -i "$srcdir/fix-build.patch"
 
-  # Build for mono 4.0
-  sed -i 's/MONO_2_0/MONO_4_0/' configure.ac
-}
+  sed -i 's/gmcs/mcs/
+  s/2\.0/2.0-api/' build/m4/shamrock/mono.m4
 
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
   aclocal -I build/m4/shamrock
   automake --gnu
   autoconf
+}
+
+build() {
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }


[arch-commits] Commit in hyena/repos/community-any (4 files)

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 03:18:47
  Author: bgyorgy
Revision: 280823

archrelease: copy trunk to community-any

Added:
  hyena/repos/community-any/PKGBUILD
(from rev 280822, hyena/trunk/PKGBUILD)
  hyena/repos/community-any/fix-build.patch
(from rev 280822, hyena/trunk/fix-build.patch)
Deleted:
  hyena/repos/community-any/PKGBUILD
  hyena/repos/community-any/fix-build.patch

-+
 PKGBUILD|   86 +++---
 fix-build.patch |   44 +--
 2 files changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 03:18:41 UTC (rev 280822)
+++ PKGBUILD2018-01-10 03:18:47 UTC (rev 280823)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-# Contributor: Claudio Riva 
-
-pkgname=hyena
-pkgver=0.5
-pkgrel=4
-pkgdesc="Library for creating C Sharp applications"
-arch=('any')
-url="https://wiki.gnome.org/Hyena;
-license=('MIT')
-depends=('gtk-sharp-2')
-options=('!emptydirs')
-source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
-fix-build.patch)
-sha256sums=('eb7154a42b6529bb9746c39272719f3168d6363ed4bad305a916ed7d90bc8de9'
-'7528a78b710c253d787c3cc8239d42f85290bad9253eb0575b87d9dd9034609b')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # Fix build
-  # https://bugzilla.gnome.org/show_bug.cgi?id=63
-  patch -Np1 -i "$srcdir/fix-build.patch"
-
-  # Build for mono 4.0
-  sed -i 's/MONO_2_0/MONO_4_0/' configure.ac
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  aclocal -I build/m4/shamrock
-  automake --gnu
-  autoconf
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/$pkgname/COPYING
-}

Copied: hyena/repos/community-any/PKGBUILD (from rev 280822, 
hyena/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 03:18:47 UTC (rev 280823)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Claudio Riva 
+
+pkgname=hyena
+pkgver=0.5
+pkgrel=5
+pkgdesc="Library for creating C Sharp applications"
+arch=('any')
+url="https://wiki.gnome.org/Hyena;
+license=('MIT')
+depends=('gtk-sharp-2')
+source=(https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.bz2
+fix-build.patch)
+sha256sums=('eb7154a42b6529bb9746c39272719f3168d6363ed4bad305a916ed7d90bc8de9'
+'7528a78b710c253d787c3cc8239d42f85290bad9253eb0575b87d9dd9034609b')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Fix build
+  # https://bugzilla.gnome.org/show_bug.cgi?id=63
+  patch -Np1 -i "$srcdir/fix-build.patch"
+
+  sed -i 's/gmcs/mcs/
+  s/2\.0/2.0-api/' build/m4/shamrock/mono.m4
+
+  aclocal -I build/m4/shamrock
+  automake --gnu
+  autoconf
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Deleted: fix-build.patch
===
--- fix-build.patch 2018-01-10 03:18:41 UTC (rev 280822)
+++ fix-build.patch 2018-01-10 03:18:47 UTC (rev 280823)
@@ -1,22 +0,0 @@
-From e971e91fe82b90ba2931ba3be8cf704dd0e016fe Mon Sep 17 00:00:00 2001
-From: Gabriel Burt 
-Date: Thu, 28 Oct 2010 15:11:13 +
-Subject: [build] Remove 'dnl' line form build.rules.mk (bgo#63)
-

-(limited to 'build/build.rules.mk')
-
-diff --git a/build/build.rules.mk b/build/build.rules.mk
-index 648a60d..31291ba 100644
 a/build/build.rules.mk
-+++ b/build/build.rules.mk
-@@ -2,7 +2,6 @@ UNIQUE_FILTER_PIPE = tr [:space:] \\n | sort | uniq
- BUILD_DATA_DIR = $(top_builddir)/bin/share/$(PACKAGE)
- 
- SOURCES_BUILD = $(addprefix $(srcdir)/, $(SOURCES))
--dnl SOURCES_BUILD += $(top_srcdir)/src/AssemblyInfo.cs
- 
- RESOURCES_EXPANDED = $(addprefix $(srcdir)/, $(RESOURCES))
- RESOURCES_BUILD = $(foreach resource, $(RESOURCES_EXPANDED), \
---
-cgit v0.9.0.2

Copied: hyena/repos/community-any/fix-build.patch (from rev 280822, 
hyena/trunk/fix-build.patch)
===
--- fix-build.patch (rev 0)
+++ fix-build.patch 2018-01-10 03:18:47 UTC (rev 280823)
@@ -0,0 +1,22 @@
+From e971e91fe82b90ba2931ba3be8cf704dd0e016fe Mon Sep 17 00:00:00 2001
+From: Gabriel Burt 
+Date: Thu, 28 Oct 2010 15:11:13 +
+Subject: [build] Remove 'dnl' line form build.rules.mk (bgo#63)
+
+---
+(limited to 

[arch-commits] Commit in stunnel/repos/community-x86_64 (8 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 03:10:33
  Author: eschwartz
Revision: 280821

archrelease: copy trunk to community-x86_64

Added:
  stunnel/repos/community-x86_64/Makefile.patch
(from rev 280820, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-x86_64/PKGBUILD
(from rev 280820, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-x86_64/stunnel.sysusers.conf
(from rev 280820, stunnel/trunk/stunnel.sysusers.conf)
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf
(from rev 280820, stunnel/trunk/stunnel.tmpfiles.conf)
Deleted:
  stunnel/repos/community-x86_64/Makefile.patch
  stunnel/repos/community-x86_64/PKGBUILD
  stunnel/repos/community-x86_64/stunnel.install
  stunnel/repos/community-x86_64/stunnel.tmpfiles.conf

---+
 Makefile.patch|   24 +-
 PKGBUILD  |  106 
 stunnel.install   |   20 -
 stunnel.sysusers.conf |1 
 stunnel.tmpfiles.conf |2 
 5 files changed, 68 insertions(+), 85 deletions(-)

Deleted: Makefile.patch
===
--- Makefile.patch  2018-01-10 03:09:58 UTC (rev 280820)
+++ Makefile.patch  2018-01-10 03:10:33 UTC (rev 280821)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

Copied: stunnel/repos/community-x86_64/Makefile.patch (from rev 280820, 
stunnel/trunk/Makefile.patch)
===
--- Makefile.patch  (rev 0)
+++ Makefile.patch  2018-01-10 03:10:33 UTC (rev 280821)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 03:09:58 UTC (rev 280820)
+++ PKGBUILD2018-01-10 03:10:33 UTC (rev 280821)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.44
-pkgrel=1
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-makedepends=('systemd')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('47697dee496c80c8e352b2b705c4a571'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
-  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
-
-  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
-  -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
-  -e "s:no\(body\|group\):stunnel:g" \
-  -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
-}

Copied: stunnel/repos/community-x86_64/PKGBUILD (from rev 280820, 
stunnel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 03:10:33 UTC (rev 280821)
@@ -0,0 +1,54 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Daniel J Griffiths 
+# Contributor: Kevin Piche 
+
+pkgname=stunnel
+pkgver=5.44
+pkgrel=2
+pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
+arch=('x86_64')
+url="https://www.stunnel.org/;
+license=('GPL')
+depends=('openssl')
+makedepends=('systemd')
+source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
+'Makefile.patch'
+'stunnel.sysusers.conf'
+

[arch-commits] Commit in stunnel/trunk (3 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 03:09:58
  Author: eschwartz
Revision: 280820

upgpkg: stunnel 5.44-2

migrate to systemd-sysusers

Added:
  stunnel/trunk/stunnel.sysusers.conf
Modified:
  stunnel/trunk/PKGBUILD
Deleted:
  stunnel/trunk/stunnel.install

---+
 PKGBUILD  |   14 --
 stunnel.install   |   20 
 stunnel.sysusers.conf |1 +
 3 files changed, 9 insertions(+), 26 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 02:59:28 UTC (rev 280819)
+++ PKGBUILD2018-01-10 03:09:58 UTC (rev 280820)
@@ -5,7 +5,7 @@
 
 pkgname=stunnel
 pkgver=5.44
-pkgrel=1
+pkgrel=2
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('x86_64')
 url="https://www.stunnel.org/;
@@ -12,14 +12,15 @@
 license=('GPL')
 depends=('openssl')
 makedepends=('systemd')
-install=$pkgname.install
 
source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
 'Makefile.patch'
+'stunnel.sysusers.conf'
 'stunnel.tmpfiles.conf')
-md5sums=('47697dee496c80c8e352b2b705c4a571'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
+sha256sums=('990a325dbb47d77d88772dd02fbbd27d91b1fea3ece76c9ff4461eca93f12299'
+'SKIP'
+'1d60f6504d9d29ef1832c242b62f09dcd8c31fbdf5aa1297779c8e5c54aa33de'
+'c73ade1db94a280778be6c0876862108c31faa1a92d7485d699a725894443c78'
+'e27c3f9fe440550ddc03446c0315710b80ebddb51085f169bbc765d7ab56ea63')
 validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
 
 build() {
@@ -43,6 +44,7 @@
   make DESTDIR="$pkgdir" install
 
   install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
+  install -Dm644 "$srcdir/stunnel.sysusers.conf" 
"$pkgdir/usr/lib/sysusers.d/stunnel.conf"
   install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
 
   sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \

Deleted: stunnel.install
===
--- stunnel.install 2018-01-10 02:59:28 UTC (rev 280819)
+++ stunnel.install 2018-01-10 03:09:58 UTC (rev 280820)
@@ -1,20 +0,0 @@
-post_install() {
-  # add stunnel group
-  if ! getent group stunnel >/dev/null 2>&1; then
-groupadd -g 16 stunnel
-  fi
-
-  # add stunnel user
-  if ! getent passwd stunnel >/dev/null 2>&1; then
-useradd -u 16 -g stunnel -d /var/run/stunnel -s /bin/false stunnel
-  fi
-
-  # create chroot dir if necessary.
-  if [ ! -d /var/run/stunnel ]; then
-install -dm770 -o stunnel -g stunnel /var/run/stunnel
-  fi
-}
-
-post_upgrade() {
-  post_install "$@"
-}

Added: stunnel.sysusers.conf
===
--- stunnel.sysusers.conf   (rev 0)
+++ stunnel.sysusers.conf   2018-01-10 03:09:58 UTC (rev 280820)
@@ -0,0 +1 @@
+u stunnel 16 - /var/run/stunnel


[arch-commits] Commit in spampd/repos/community-any (7 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 02:59:28
  Author: eschwartz
Revision: 280819

archrelease: copy trunk to community-any

Added:
  spampd/repos/community-any/PKGBUILD
(from rev 280818, spampd/trunk/PKGBUILD)
  spampd/repos/community-any/perl-5.18-fixes.patch
(from rev 280818, spampd/trunk/perl-5.18-fixes.patch)
  spampd/repos/community-any/spampd.service
(from rev 280818, spampd/trunk/spampd.service)
Deleted:
  spampd/repos/community-any/PKGBUILD
  spampd/repos/community-any/perl-5.18-fixes.patch
  spampd/repos/community-any/spampd.install
  spampd/repos/community-any/spampd.service

---+
 PKGBUILD  |   79 ++---
 perl-5.18-fixes.patch |   84 
 spampd.install|   11 --
 spampd.service|   20 +--
 4 files changed, 91 insertions(+), 103 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 02:58:53 UTC (rev 280818)
+++ PKGBUILD2018-01-10 02:59:28 UTC (rev 280819)
@@ -1,40 +0,0 @@
-# Maintainer: Florian "Bluewind" Pritz 
-pkgname=spampd
-pkgver=2.30
-pkgrel=13
-pkgdesc="Spamassassin Proxy Daemon"
-arch=('any')
-url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm;
-license=('GPL')
-depends=('perl' 'perl-net-server' 'spamassassin')
-install=spampd.install
-source=("https://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz;
-spampd.service perl-5.18-fixes.patch)
-md5sums=('742c6f2cb75db54e59d044a8ee40445f'
- 'afc4f2c824bfbd1cc81db3e740f29078'
- '55ea1067be9e70c60b708d355b085a0a')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  patch -p1 -i "$srcdir/perl-5.18-fixes.patch"
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  install -Dm755 spampd "$pkgdir/usr/bin/spampd"
-  install -Dm644 spampd.8.gz "$pkgdir/usr/share/man/man8/spampd.8.gz"
-  install -Dm644 "$srcdir/spampd.service" 
"$pkgdir/usr/lib/systemd/system/spampd.service"
-
-  mkdir -p "$pkgdir/usr/lib/tmpfiles.d"
-  printf "d /run/spampd 0700 spampd spampd -\n" > 
"$pkgdir/usr/lib/tmpfiles.d/spampd.conf"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: spampd/repos/community-any/PKGBUILD (from rev 280818, 
spampd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 02:59:28 UTC (rev 280819)
@@ -0,0 +1,39 @@
+# Maintainer: Florian "Bluewind" Pritz 
+pkgname=spampd
+pkgver=2.30
+pkgrel=14
+pkgdesc="Spamassassin Proxy Daemon"
+arch=('any')
+url="https://www.worlddesign.com/index.cfm/page/software/open-source/spampd.htm;
+license=('GPL')
+depends=('perl' 'perl-net-server' 'spamassassin')
+source=("https://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz;
+spampd.service perl-5.18-fixes.patch)
+md5sums=('742c6f2cb75db54e59d044a8ee40445f'
+ 'afc4f2c824bfbd1cc81db3e740f29078'
+ '55ea1067be9e70c60b708d355b085a0a')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  patch -p1 -i "$srcdir/perl-5.18-fixes.patch"
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm755 spampd "$pkgdir/usr/bin/spampd"
+  install -Dm644 spampd.8.gz "$pkgdir/usr/share/man/man8/spampd.8.gz"
+  install -Dm644 "$srcdir/spampd.service" 
"$pkgdir/usr/lib/systemd/system/spampd.service"
+
+  printf "u spampd - - /var/lib/spampd\n" | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/spampd.conf"
+  printf "d /run/spampd 0700 spampd spampd -\n" | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/tmpfiles.d/spampd.conf"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: perl-5.18-fixes.patch
===
--- perl-5.18-fixes.patch   2018-01-10 02:58:53 UTC (rev 280818)
+++ perl-5.18-fixes.patch   2018-01-10 02:59:28 UTC (rev 280819)
@@ -1,42 +0,0 @@
-diff --git a/spampd b/spampd
-index 7b1f234..2798d50 100644
 a/spampd
-+++ b/spampd
-@@ -937,6 +937,10 @@ if ( !$options{logsock} ) {
-   };
- }
- 
-+# untaint some args to prevent errors in other modules
-+($pidfile) = ($pidfile =~ /^(.+)$/);
-+($relayhost) = ($relayhost =~ /^(.+)$/);
-+($relayport) = ($relayport =~ /^(.+)$/);
- 
- my $server = bless {
- server => {host => $host,
-@@ -1147,10 +1151,10 @@ 
L.
- 
- =head1 Requires
- 
--=over 5
--
- Perl modules:
- 
-+=over 5
-+
- =item B
- 
- =item B
-@@ -1478,11 +1482,11 @@ Prints usage information.
- 
- =head2 Deprecated Options
- 
--=over 5
--
- The following options are no longer used but still accepted for backwards
- compatibility with prevoius I versions:
- 
-+=over 5
-+
- =item  B<--dead-letters>
- 
- =item  B<--heloname>

Copied: spampd/repos/community-any/perl-5.18-fixes.patch (from rev 

[arch-commits] Commit in spampd/trunk (PKGBUILD spampd.install)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 02:58:53
  Author: eschwartz
Revision: 280818

upgpkg: spampd 2.30-14

migrate to systemd-sysusers
Update redirecting url, migrate to HTTPS.

Modified:
  spampd/trunk/PKGBUILD
Deleted:
  spampd/trunk/spampd.install

+
 PKGBUILD   |9 -
 spampd.install |   11 ---
 2 files changed, 4 insertions(+), 16 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 02:47:41 UTC (rev 280817)
+++ PKGBUILD2018-01-10 02:58:53 UTC (rev 280818)
@@ -1,13 +1,12 @@
 # Maintainer: Florian "Bluewind" Pritz 
 pkgname=spampd
 pkgver=2.30
-pkgrel=13
+pkgrel=14
 pkgdesc="Spamassassin Proxy Daemon"
 arch=('any')
-url="http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm;
+url="https://www.worlddesign.com/index.cfm/page/software/open-source/spampd.htm;
 license=('GPL')
 depends=('perl' 'perl-net-server' 'spamassassin')
-install=spampd.install
 
source=("https://www.worlddesign.com/Content/rd/mta/$pkgname/$pkgname-$pkgver.tar.gz;
 spampd.service perl-5.18-fixes.patch)
 md5sums=('742c6f2cb75db54e59d044a8ee40445f'
@@ -33,8 +32,8 @@
   install -Dm644 spampd.8.gz "$pkgdir/usr/share/man/man8/spampd.8.gz"
   install -Dm644 "$srcdir/spampd.service" 
"$pkgdir/usr/lib/systemd/system/spampd.service"
 
-  mkdir -p "$pkgdir/usr/lib/tmpfiles.d"
-  printf "d /run/spampd 0700 spampd spampd -\n" > 
"$pkgdir/usr/lib/tmpfiles.d/spampd.conf"
+  printf "u spampd - - /var/lib/spampd\n" | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/sysusers.d/spampd.conf"
+  printf "d /run/spampd 0700 spampd spampd -\n" | install -Dm644 /dev/stdin 
"$pkgdir/usr/lib/tmpfiles.d/spampd.conf"
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: spampd.install
===
--- spampd.install  2018-01-10 02:47:41 UTC (rev 280817)
+++ spampd.install  2018-01-10 02:58:53 UTC (rev 280818)
@@ -1,11 +0,0 @@
-post_install() {
-  post_upgrade "$1"
-}
-
-post_upgrade() {
-  if ! getent passwd spampd >/dev/null; then
-useradd -m -d /var/lib/spampd -r spampd
-  fi
-}
-
-# vim:set ts=2 sw=2 et:


[arch-commits] Commit in umurmur/repos/community-x86_64 (6 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 02:47:41
  Author: eschwartz
Revision: 280817

archrelease: copy trunk to community-x86_64

Added:
  umurmur/repos/community-x86_64/PKGBUILD
(from rev 280816, umurmur/trunk/PKGBUILD)
  umurmur/repos/community-x86_64/umurmur.service
(from rev 280816, umurmur/trunk/umurmur.service)
  umurmur/repos/community-x86_64/umurmur.sysusers
(from rev 280816, umurmur/trunk/umurmur.sysusers)
Deleted:
  umurmur/repos/community-x86_64/PKGBUILD
  umurmur/repos/community-x86_64/umurmur.install
  umurmur/repos/community-x86_64/umurmur.service

--+
 PKGBUILD |   96 +++--
 umurmur.install  |   13 ---
 umurmur.service  |   30 
 umurmur.sysusers |1 
 4 files changed, 66 insertions(+), 74 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 02:47:12 UTC (rev 280816)
+++ PKGBUILD2018-01-10 02:47:41 UTC (rev 280817)
@@ -1,46 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Robert Knauer 
-# Contributor: xav 
-
-pkgname=umurmur
-pkgver=0.2.17
-pkgrel=6
-pkgdesc='Minimalistic Mumble server'
-url='https://github.com/umurmur/umurmur'
-arch=('x86_64')
-license=('custom')
-depends=('mbedtls' 'libconfig' 'protobuf-c')
-makedepends=('cmake')
-backup=('etc/umurmur/umurmur.conf')
-install=${pkgname}.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
-umurmur.service)
-sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
-'3575e69da5ad1fc8541ef37af90cdd245e3202980589ffd26d124fd9e785b738')
-sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
-
'ceb42e7ed4385d16c9d9f30312cc5a57b0ee0ba0ec423e7e2f3e9abc1956506e8817e9a3cb2257112434d568594f4e495f1661af0f89451f802f924790df8ffa')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  mkdir build
-}
-
-build() {
-  cd ${pkgname}-${pkgver}/build
-  cmake .. \
--DCMAKE_INSTALL_PREFIX=/usr \
--DSSL=mbedtls
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm 644 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
-  rm -r "${pkgdir}/usr/etc"
-  install -Dm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: umurmur/repos/community-x86_64/PKGBUILD (from rev 280816, 
umurmur/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 02:47:41 UTC (rev 280817)
@@ -0,0 +1,50 @@
+# Maintainer: Levente Polyak 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: Robert Knauer 
+# Contributor: xav 
+
+pkgname=umurmur
+pkgver=0.2.17
+pkgrel=7
+pkgdesc='Minimalistic Mumble server'
+url='https://github.com/umurmur/umurmur'
+arch=('x86_64')
+license=('custom')
+depends=('mbedtls' 'libconfig' 'protobuf-c')
+makedepends=('cmake')
+backup=('etc/umurmur/umurmur.conf')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.sysusers
+umurmur.service)
+sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+'0fc68df464ee51a431d934d068aed0be5f8c5e64d0bd29848f97532d39f8c310'
+'3575e69da5ad1fc8541ef37af90cdd245e3202980589ffd26d124fd9e785b738')
+sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
+
'd84950a32ab8a2e84f5fe333cd2894e52aba624531644d106c982aa4ff04271d318543398fa7f48c719f26338679fa971bb5332472e9040ac9aa8a9b4a1f2832'
+
'ceb42e7ed4385d16c9d9f30312cc5a57b0ee0ba0ec423e7e2f3e9abc1956506e8817e9a3cb2257112434d568594f4e495f1661af0f89451f802f924790df8ffa')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  mkdir build
+}
+
+build() {
+  cd ${pkgname}-${pkgver}/build
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DSSL=mbedtls
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm 644 "${pkgdir}/usr/etc/umurmur.conf" -t "${pkgdir}/etc/umurmur"
+  rm -r "${pkgdir}/usr/etc"
+  install -Dm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm 644 "${srcdir}/umurmur.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/umurmur.conf"
+}
+
+# vim: ts=2 sw=2 et:

Deleted: umurmur.install

[arch-commits] Commit in umurmur/trunk (PKGBUILD umurmur.install umurmur.sysusers)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 02:47:12
  Author: eschwartz
Revision: 280816

upgpkg: umurmur 0.2.17-7

migrate to systemd-sysusers

Added:
  umurmur/trunk/umurmur.sysusers
Modified:
  umurmur/trunk/PKGBUILD
Deleted:
  umurmur/trunk/umurmur.install

--+
 PKGBUILD |8 ++--
 umurmur.install  |   13 -
 umurmur.sysusers |1 +
 3 files changed, 7 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 02:45:38 UTC (rev 280815)
+++ PKGBUILD2018-01-10 02:47:12 UTC (rev 280816)
@@ -5,7 +5,7 @@
 
 pkgname=umurmur
 pkgver=0.2.17
-pkgrel=6
+pkgrel=7
 pkgdesc='Minimalistic Mumble server'
 url='https://github.com/umurmur/umurmur'
 arch=('x86_64')
@@ -13,12 +13,14 @@
 depends=('mbedtls' 'libconfig' 'protobuf-c')
 makedepends=('cmake')
 backup=('etc/umurmur/umurmur.conf')
-install=${pkgname}.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/umurmur/umurmur/archive/${pkgver}.tar.gz
+umurmur.sysusers
 umurmur.service)
 sha256sums=('e77b7b6616768f4a1c07442afe49a772692f667b00c23cc85909d4dd0ce206d2'
+'0fc68df464ee51a431d934d068aed0be5f8c5e64d0bd29848f97532d39f8c310'
 '3575e69da5ad1fc8541ef37af90cdd245e3202980589ffd26d124fd9e785b738')
 
sha512sums=('a496a51fd7815ad117f5aee17bb78cbd319c584ad60ab8aebbfd8ddf7b1760f443f2337bc74be1e0d5af17d3c3df2ae6c9060eca576cf1e6ed4c6cb0825e9c15'
+
'd84950a32ab8a2e84f5fe333cd2894e52aba624531644d106c982aa4ff04271d318543398fa7f48c719f26338679fa971bb5332472e9040ac9aa8a9b4a1f2832'
 
'ceb42e7ed4385d16c9d9f30312cc5a57b0ee0ba0ec423e7e2f3e9abc1956506e8817e9a3cb2257112434d568594f4e495f1661af0f89451f802f924790df8ffa')
 
 prepare() {
@@ -41,6 +43,8 @@
   rm -r "${pkgdir}/usr/etc"
   install -Dm 644 "${srcdir}/umurmur.service" -t 
"${pkgdir}/usr/lib/systemd/system"
   install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+
+  install -Dm 644 "${srcdir}/umurmur.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/umurmur.conf"
 }
 
 # vim: ts=2 sw=2 et:

Deleted: umurmur.install
===
--- umurmur.install 2018-01-10 02:45:38 UTC (rev 280815)
+++ umurmur.install 2018-01-10 02:47:12 UTC (rev 280816)
@@ -1,13 +0,0 @@
-post_install() {
-  getent group umurmur > /dev/null || groupadd -r umurmur 1>/dev/null
-  getent passwd umurmur > /dev/null || useradd -r -M -g umurmur -s /bin/false 
umurmur 1>/dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  getent passwd umurmur > /dev/null && userdel umurmur 1>/dev/null
-  getent group umurmur > /dev/null && groupdel umurmur 1>/dev/null
-}

Added: umurmur.sysusers
===
--- umurmur.sysusers(rev 0)
+++ umurmur.sysusers2018-01-10 02:47:12 UTC (rev 280816)
@@ -0,0 +1 @@
+u umurmur - - -


[arch-commits] Commit in openntpd/repos/community-x86_64 (6 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 02:45:38
  Author: eschwartz
Revision: 280815

archrelease: copy trunk to community-x86_64

Added:
  openntpd/repos/community-x86_64/PKGBUILD
(from rev 280814, openntpd/trunk/PKGBUILD)
  openntpd/repos/community-x86_64/openntpd.service
(from rev 280814, openntpd/trunk/openntpd.service)
  openntpd/repos/community-x86_64/openntpd.sysusers
(from rev 280814, openntpd/trunk/openntpd.sysusers)
Deleted:
  openntpd/repos/community-x86_64/PKGBUILD
  openntpd/repos/community-x86_64/openntpd.service
  openntpd/repos/community-x86_64/openntpd.sysusers

---+
 PKGBUILD  |  114 ++--
 openntpd.service  |   22 +-
 openntpd.sysusers |2 
 3 files changed, 69 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 02:45:06 UTC (rev 280814)
+++ PKGBUILD2018-01-10 02:45:38 UTC (rev 280815)
@@ -1,57 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Vesa Kaihlavirta 
-# Contributor: Mark Rosenstand 
-# Contributor: Giorgio Lando  (adjtimex patch)
-# Contributor: Alexander Rødseth 
-
-pkgname=openntpd
-pkgver=6.2p3
-pkgrel=2
-pkgdesc='Free, easy to use implementation of the Network Time Protocol'
-url='http://www.openntpd.org/'
-arch=('x86_64')
-license=('BSD')
-depends=('openssl')
-conflicts=('ntp')
-backup=('etc/ntpd.conf')
-source=(https://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
-openntpd.sysusers
-openntpd.service)
-sha512sums=('56a04bfd8b161b365607673ac80086ff53ae943938fa49bf52edbc541432eca30730a46a4af581fe26ce3bbceb144cb25982a38959b7a3f9304c727fe60f9f50'
-'SKIP'
-
'b6bb4f39eb435ce6c3314ea4a31430a1f8b70898d17d1fe07fa487bec0e79c022b004d3c11366f0f994546f454e5418caf5b3d7e6e1a205598d2bc8140417f7a'
-
'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')
-validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook 

-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure \
---prefix=/usr \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---with-privsep-user=ntp \
---localstatedir=/var \
---with-adjtimex
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-
-  rmdir "${pkgdir}/var/run"
-  install -d "${pkgdir}/var/lib/ntp"
-  install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm 644 "${srcdir}/openntpd.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 "${srcdir}/openntpd.sysusers" -t 
"${pkgdir}/usr/lib/sysusers.d/openntpd.conf"
-
-  install -d "${pkgdir}/usr/lib/systemd/ntp-units.d"
-  echo ${pkgname}.service > 
"${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list"
-}
-
-# vim: ts=2 sw=2 et:

Copied: openntpd/repos/community-x86_64/PKGBUILD (from rev 280814, 
openntpd/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 02:45:38 UTC (rev 280815)
@@ -0,0 +1,57 @@
+# Maintainer: Levente Polyak 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Mark Rosenstand 
+# Contributor: Giorgio Lando  (adjtimex patch)
+# Contributor: Alexander Rødseth 
+
+pkgname=openntpd
+pkgver=6.2p3
+pkgrel=3
+pkgdesc='Free, easy to use implementation of the Network Time Protocol'
+url='http://www.openntpd.org/'
+arch=('x86_64')
+license=('BSD')
+depends=('openssl')
+conflicts=('ntp')
+backup=('etc/ntpd.conf')
+source=(https://ftp.openbsd.org/pub/OpenBSD/OpenNTPD/${pkgname}-${pkgver}.tar.gz{,.asc}
+openntpd.sysusers
+openntpd.service)
+sha512sums=('56a04bfd8b161b365607673ac80086ff53ae943938fa49bf52edbc541432eca30730a46a4af581fe26ce3bbceb144cb25982a38959b7a3f9304c727fe60f9f50'
+'SKIP'
+
'b6bb4f39eb435ce6c3314ea4a31430a1f8b70898d17d1fe07fa487bec0e79c022b004d3c11366f0f994546f454e5418caf5b3d7e6e1a205598d2bc8140417f7a'
+
'c58d48de67cd1ce0df7ea60def26db38b9d7409b64d097639a4cde3f4774a4bcc1159f993f37c5c61781cab1e2d1b8a35005030b28b0c9f0f6e0f81053586dfa')
+validpgpkeys=('A1EB079B8D3EB92B4EBD3139663AF51BD5E4D8D5') # Brent Cook 

+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--with-privsep-user=ntp \
+--localstatedir=/var \
+--with-adjtimex
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+
+  rmdir 

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

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 02:45:06
  Author: eschwartz
Revision: 280814

upgpkg: openntpd 6.2p3-3

fix typo resulting in improperly installed sysusers file

Modified:
  openntpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 02:41:19 UTC (rev 280813)
+++ PKGBUILD2018-01-10 02:45:06 UTC (rev 280814)
@@ -6,7 +6,7 @@
 
 pkgname=openntpd
 pkgver=6.2p3
-pkgrel=2
+pkgrel=3
 pkgdesc='Free, easy to use implementation of the Network Time Protocol'
 url='http://www.openntpd.org/'
 arch=('x86_64')
@@ -48,7 +48,7 @@
   install -d "${pkgdir}/var/lib/ntp"
   install -Dm 644 COPYING -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 "${srcdir}/openntpd.service" -t 
"${pkgdir}/usr/lib/systemd/system"
-  install -Dm 644 "${srcdir}/openntpd.sysusers" -t 
"${pkgdir}/usr/lib/sysusers.d/openntpd.conf"
+  install -Dm 644 "${srcdir}/openntpd.sysusers" 
"${pkgdir}/usr/lib/sysusers.d/openntpd.conf"
 
   install -d "${pkgdir}/usr/lib/systemd/ntp-units.d"
   echo ${pkgname}.service > 
"${pkgdir}/usr/lib/systemd/ntp-units.d/${pkgname}.list"


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 02:41:19
  Author: bgyorgy
Revision: 280813

Some cosmetic changes

Modified:
  libcoverart/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 02:38:49 UTC (rev 280812)
+++ PKGBUILD2018-01-10 02:41:19 UTC (rev 280813)
@@ -6,7 +6,7 @@
 pkgrel=3
 pkgdesc="C/C++ library for accessing the MusicBrainz Cover Art Archive"
 arch=('x86_64')
-url="http://musicbrainz.org/doc/libcoverart;
+url="https://musicbrainz.org/doc/libcoverart;
 license=('LGPL')
 depends=('neon' 'jansson')
 makedepends=('cmake')
@@ -14,8 +14,7 @@
 sha256sums=('5d9d4a4c46f35754e016affab83957961a364d7a4c7d64447f73bff22a300f44')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   cmake . \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DCMAKE_BUILD_TYPE=Release
@@ -23,7 +22,6 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
 }


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 02:38:49
  Author: bgyorgy
Revision: 280812

Remove option which is already default

Modified:
  libosinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 02:35:14 UTC (rev 280811)
+++ PKGBUILD2018-01-10 02:38:49 UTC (rev 280812)
@@ -11,7 +11,6 @@
 license=('GPL' 'LGPL')
 depends=('glib2' 'libxslt' 'osinfo-db')
 makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala' 
'gtk-doc')
-options=('!libtool')
 source=(https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.gz{,.asc})
 validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF') # Daniel P. Berrange
 sha256sums=('600f43a4a8dae5086a01a3d44bcac2092b5fa1695121289806d544fb287d3136'


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 02:35:14
  Author: bgyorgy
Revision: 280811

Update upstream URL

Modified:
  libosinfo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 02:30:59 UTC (rev 280810)
+++ PKGBUILD2018-01-10 02:35:14 UTC (rev 280811)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="GObject based library API for managing information about operating 
systems, hypervisors and the (virtual) hardware devices they can support"
 arch=('x86_64')
-url="http://libosinfo.org/;
+url="https://libosinfo.org/;
 license=('GPL' 'LGPL')
 depends=('glib2' 'libxslt' 'osinfo-db')
 makedepends=('check' 'gobject-introspection' 'intltool' 'libsoup' 'vala' 
'gtk-doc')


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 02:30:59
  Author: bgyorgy
Revision: 280810

Update upstream URL

Modified:
  iec16022/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 02:14:07 UTC (rev 280809)
+++ PKGBUILD2018-01-10 02:30:59 UTC (rev 280810)
@@ -6,7 +6,7 @@
 pkgrel=1
 pkgdesc="Produce 2D barcodes often also referenced as DataMatrix"
 arch=('x86_64')
-url="http://datenfreihafen.org/projects/iec16022.html;
+url="https://rdoeffinger.github.io/;
 license=('GPL')
 depends=('popt' 'zlib')
 
source=(https://github.com/rdoeffinger/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz{,.asc})


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 02:14:01
  Author: bgyorgy
Revision: 280808

upgpkg: osinfo-db 20170813-1

Update to new version

Modified:
  osinfo-db/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 02:04:55 UTC (rev 280807)
+++ PKGBUILD2018-01-10 02:14:01 UTC (rev 280808)
@@ -2,7 +2,7 @@
 # Maintainer: Balló György 
 
 pkgname=osinfo-db
-pkgver=20170423
+pkgver=20170813
 pkgrel=1
 pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
 arch=('any')
@@ -14,7 +14,7 @@
 noextract=($pkgname-$pkgver.tar.xz)
 validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
   '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio
-sha256sums=('1f21ba0bbee71fefbec9b71a63289f4456aa64b205ed071c0bcd8ca7d21dfa3b'
+sha256sums=('dc3922822d930947f4a80b24bbc2d2be6c09569215a053bc909f3aa58a18316d'
 'SKIP')
 
 package() {


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 02:14:07
  Author: bgyorgy
Revision: 280809

archrelease: copy trunk to community-any

Added:
  osinfo-db/repos/community-any/PKGBUILD
(from rev 280808, osinfo-db/trunk/PKGBUILD)
Deleted:
  osinfo-db/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 02:14:01 UTC (rev 280808)
+++ PKGBUILD2018-01-10 02:14:07 UTC (rev 280809)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Balló György 
-
-pkgname=osinfo-db
-pkgver=20170423
-pkgrel=1
-pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
-arch=('any')
-url="https://libosinfo.org/;
-license=('GPL')
-makedepends=('osinfo-db-tools')
-options=('!emptydirs')
-source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
-noextract=($pkgname-$pkgver.tar.xz)
-validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
-  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio
-sha256sums=('1f21ba0bbee71fefbec9b71a63289f4456aa64b205ed071c0bcd8ca7d21dfa3b'
-'SKIP')
-
-package() {
-   osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
-}

Copied: osinfo-db/repos/community-any/PKGBUILD (from rev 280808, 
osinfo-db/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 02:14:07 UTC (rev 280809)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Balló György 
+
+pkgname=osinfo-db
+pkgver=20170813
+pkgrel=1
+pkgdesc="Osinfo database of information about operating systems for 
virtualization provisioning tools"
+arch=('any')
+url="https://libosinfo.org/;
+license=('GPL')
+makedepends=('osinfo-db-tools')
+options=('!emptydirs')
+source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
+noextract=($pkgname-$pkgver.tar.xz)
+validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
+  '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio
+sha256sums=('dc3922822d930947f4a80b24bbc2d2be6c09569215a053bc909f3aa58a18316d'
+'SKIP')
+
+package() {
+   osinfo-db-import --root "$pkgdir" --system $pkgname-$pkgver.tar.xz
+}


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 02:04:55
  Author: bgyorgy
Revision: 280807

Some cosmetic changes

Modified:
  poppler-sharp/trunk/PKGBUILD

--+
 PKGBUILD |8 +++-
 1 file changed, 3 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 01:40:33 UTC (rev 280806)
+++ PKGBUILD2018-01-10 02:04:55 UTC (rev 280807)
@@ -13,14 +13,12 @@
 sha256sums=('bb418431878d072c5606e2d55183695baf631e9942461bff668d1276ebc3431e')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
 }


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 01:40:33
  Author: bgyorgy
Revision: 280806

Small, cosmetic changes

Modified:
  python2-poppler/trunk/PKGBUILD

--+
 PKGBUILD |   18 ++
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 01:30:15 UTC (rev 280805)
+++ PKGBUILD2018-01-10 01:40:33 UTC (rev 280806)
@@ -19,32 +19,26 @@
  '5f0a6f7f4b649ad61a71f800a6e0ba91')
 
 prepare() {
-  cd "$srcdir/$_realname-$pkgver"
+  cd $_realname-$pkgver
 
   # poppler 0.16 compat
-  patch -Np0 -i \
- "$srcdir/pypoppler-0.12.1-poppler-0.16.0.patch"
+  patch -Np0 -i ../pypoppler-0.12.1-poppler-0.16.0.patch
 
   # poppler 0.18 compat
   sed -i "/pixbuf/,/^)/d" poppler.defs
 
   # poppler 0.39 compat
-  patch -Np0 -i \
- "$srcdir/python-poppler-0.12.1-poppler-0.39.0-changes.patch"
+  patch -Np0 -i ../python-poppler-0.12.1-poppler-0.39.0-changes.patch
 }
 
 build() {
-  cd "$srcdir/$_realname-$pkgver"
-  ./configure --prefix=/usr \
-  --sysconfdir=/etc \
-  --localstatedir=/var
+  cd $_realname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
   PYTHON=python2
   make
 }
 
 package() {
-  cd "$srcdir/$_realname-$pkgver"
+  cd $_realname-$pkgver
   make DESTDIR="$pkgdir" install
 }
-
-# vim:set ts=2 sw=2 et:


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 01:30:15
  Author: bgyorgy
Revision: 280805

Update URL

Modified:
  spice-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 01:29:21 UTC (rev 280804)
+++ PKGBUILD2018-01-10 01:30:15 UTC (rev 280805)
@@ -10,7 +10,7 @@
 pkgrel=1
 pkgdesc="GTK+ client library for SPICE"
 arch=('x86_64')
-url="https://www.spice-space.org;
+url="https://www.spice-space.org/;
 license=('LGPL2.1')
 depends=('celt0.5.1' 'gtk3' 'libcacard' 'libjpeg-turbo' 'libpulse' 'opus' 
'phodav' 'usbredir')
 makedepends=('gobject-introspection' 'spice-protocol' 'usbutils'  'vala')


[arch-commits] Commit in opendkim/repos/community-x86_64 (11 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 01:29:21
  Author: eschwartz
Revision: 280804

archrelease: copy trunk to community-x86_64

Added:
  opendkim/repos/community-x86_64/PKGBUILD
(from rev 280803, opendkim/trunk/PKGBUILD)
  opendkim/repos/community-x86_64/opendkim.conf
(from rev 280803, opendkim/trunk/opendkim.conf)
  opendkim/repos/community-x86_64/opendkim.service
(from rev 280803, opendkim/trunk/opendkim.service)
  opendkim/repos/community-x86_64/opendkim.sysusers
(from rev 280803, opendkim/trunk/opendkim.sysusers)
  opendkim/repos/community-x86_64/opendkim.tmpfiles
(from rev 280803, opendkim/trunk/opendkim.tmpfiles)
  opendkim/repos/community-x86_64/openssl_1.1.0_compat.patch
(from rev 280803, opendkim/trunk/openssl_1.1.0_compat.patch)
Deleted:
  opendkim/repos/community-x86_64/PKGBUILD
  opendkim/repos/community-x86_64/opendkim.conf
  opendkim/repos/community-x86_64/opendkim.install
  opendkim/repos/community-x86_64/opendkim.service
  opendkim/repos/community-x86_64/openssl_1.1.0_compat.patch

+
 PKGBUILD   |  131 +++
 opendkim.conf  |2 
 opendkim.install   |7 -
 opendkim.service   |   22 ++---
 opendkim.sysusers  |2 
 opendkim.tmpfiles  |1 
 openssl_1.1.0_compat.patch |  180 +--
 7 files changed, 171 insertions(+), 174 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-10 01:28:30 UTC (rev 280803)
+++ PKGBUILD2018-01-10 01:29:21 UTC (rev 280804)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Thomas Jost 
-
-pkgname=opendkim
-pkgver=2.10.3
-pkgrel=4
-pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter."
-arch=(i686 x86_64)
-url="http://www.opendkim.org/;
-license=('BSD' 'custom:Sendmail')
-depends=("db" "openssl" "libbsd" "opendbx" "libldap")
-makedepends=("libmilter")
-options=(!emptydirs)
-backup=(etc/conf.d/opendkim)
-install=opendkim.install
-validpgpkeys=('5CDD574C22FF4D2480ACABDF5254B96BC608B511')
-source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
-   opendkim.conf
-   opendkim.service
-openssl_1.1.0_compat.patch)
-sha256sums=('43a0ba57bf942095fe159d0748d8933c6b1dd1117caf0273fa9a0003215e681b'
-'SKIP'
-'a3b5ecf4f4fe4a79392a75f7c4b6cc93a51ef8503215bb0f64d795f8754d4b68'
-'3e1cb3a3ddb794253d5a1c59673c40687bbc2b1bf878e70ccd03356f6d1e6735'
-'5095a7516493af08396060852851231c9b1cba5ee00493f810f0dfc9a69f8dfe')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-  patch -Np1 -i $srcdir/openssl_1.1.0_compat.patch
-  autoreconf -i
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-  ./configure --prefix=/usr --sbindir=/usr/bin --with-db \
---with-odbx --with-sql-backend --with-openldap
-  make
-}
-
-check() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-
-  # Sample configuration
-  mkdir -p "$pkgdir/etc/opendkim"
-  mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" 
"$pkgdir/etc/opendkim/opendkim.conf.sample"
-  chmod 0700 "$pkgdir/etc/opendkim"
-  chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
-  install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
-
-  # License
-  mkdir -p "$pkgdir/usr/share/licenses/opendkim"
-  for f in LICENSE LICENSE.Sendmail; do
-ln -s ../../doc/opendkim/$f "$pkgdir/usr/share/licenses/opendkim/$f"
-  done
-
-  install -Dm0644 "$srcdir"/$pkgname.service 
"$pkgdir"/usr/lib/systemd/system/$pkgname.service
-}

Copied: opendkim/repos/community-x86_64/PKGBUILD (from rev 280803, 
opendkim/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-10 01:29:21 UTC (rev 280804)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Maintainer: Thomas Jost 
+
+pkgname=opendkim
+pkgver=2.10.3
+pkgrel=5
+pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter."
+arch=(x86_64)
+url="http://www.opendkim.org/;
+license=('BSD' 'custom:Sendmail')
+depends=("db" "openssl" "libbsd" "opendbx" "libldap")
+makedepends=("libmilter")
+options=(!emptydirs)
+backup=(etc/conf.d/opendkim)
+validpgpkeys=('5CDD574C22FF4D2480ACABDF5254B96BC608B511')
+source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
+   opendkim.conf
+   opendkim.sysusers
+   opendkim.tmpfiles
+   opendkim.service
+openssl_1.1.0_compat.patch)
+sha256sums=('43a0ba57bf942095fe159d0748d8933c6b1dd1117caf0273fa9a0003215e681b'
+'SKIP'
+   

[arch-commits] Commit in opendkim/trunk (4 files)

2018-01-09 Thread Eli Schwartz via arch-commits
Date: Wednesday, January 10, 2018 @ 01:28:30
  Author: eschwartz
Revision: 280803

upgpkg: opendkim 2.10.3-5

migrate to systemd-sysusers/systemd-tmpfiles

Added:
  opendkim/trunk/opendkim.sysusers
  opendkim/trunk/opendkim.tmpfiles
Modified:
  opendkim/trunk/PKGBUILD
Deleted:
  opendkim/trunk/opendkim.install

---+
 PKGBUILD  |   15 ---
 opendkim.install  |7 ---
 opendkim.sysusers |2 ++
 opendkim.tmpfiles |1 +
 4 files changed, 11 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 01:28:05 UTC (rev 280802)
+++ PKGBUILD2018-01-10 01:28:30 UTC (rev 280803)
@@ -4,7 +4,7 @@
 
 pkgname=opendkim
 pkgver=2.10.3
-pkgrel=4
+pkgrel=5
 pkgdesc="An open source implementation of the DKIM sender authentication 
system. Based on a fork of dkim-milter."
 arch=(x86_64)
 url="http://www.opendkim.org/;
@@ -13,15 +13,18 @@
 makedepends=("libmilter")
 options=(!emptydirs)
 backup=(etc/conf.d/opendkim)
-install=opendkim.install
 validpgpkeys=('5CDD574C22FF4D2480ACABDF5254B96BC608B511')
 
source=(https://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz{,.asc}
opendkim.conf
+   opendkim.sysusers
+   opendkim.tmpfiles
opendkim.service
 openssl_1.1.0_compat.patch)
 sha256sums=('43a0ba57bf942095fe159d0748d8933c6b1dd1117caf0273fa9a0003215e681b'
 'SKIP'
 'a3b5ecf4f4fe4a79392a75f7c4b6cc93a51ef8503215bb0f64d795f8754d4b68'
+'525ac5df345e753461efa8f6528f5532a00ecf2562f985a3c6c7169235170499'
+'ab66c9fdcb8913f2a550289dd44d56d17b960cf5275839ffd03cba70a27ab6ed'
 '3e1cb3a3ddb794253d5a1c59673c40687bbc2b1bf878e70ccd03356f6d1e6735'
 '5095a7516493af08396060852851231c9b1cba5ee00493f810f0dfc9a69f8dfe')
 
@@ -47,12 +50,10 @@
   cd "$srcdir/$pkgname-$pkgver"
 
   make DESTDIR="$pkgdir/" install
+  install -Dm644 "$srcdir/opendkim.sysusers" 
"$pkgdir/usr/lib/sysusers.d/opendkim.conf"
+  install -Dm644 "$srcdir/opendkim.tmpfiles" 
"$pkgdir/usr/lib/tmpfiles.d/opendkim.conf"
 
-  # Sample configuration
-  mkdir -p "$pkgdir/etc/opendkim"
-  mv "$pkgdir/usr/share/doc/opendkim/opendkim.conf.sample" 
"$pkgdir/etc/opendkim/opendkim.conf.sample"
-  chmod 0700 "$pkgdir/etc/opendkim"
-  chmod 0600 "$pkgdir/etc/opendkim/opendkim.conf.sample"
+  # configure default configuration
   install -Dm644 "$srcdir/opendkim.conf" "$pkgdir/etc/conf.d/opendkim"
 
   # License

Deleted: opendkim.install
===
--- opendkim.install2018-01-10 01:28:05 UTC (rev 280802)
+++ opendkim.install2018-01-10 01:28:30 UTC (rev 280803)
@@ -1,7 +0,0 @@
-post_install() {
-useradd -r -g mail -d / -s /sbin/nologin opendkim
-chown -R opendkim:mail etc/opendkim
-cat <>>  Check and modify /etc/opendkim/opendkim.conf before starting
-EOF
-}

Added: opendkim.sysusers
===
--- opendkim.sysusers   (rev 0)
+++ opendkim.sysusers   2018-01-10 01:28:30 UTC (rev 280803)
@@ -0,0 +1,2 @@
+u opendkim - - -
+m opendkim mail

Added: opendkim.tmpfiles
===
--- opendkim.tmpfiles   (rev 0)
+++ opendkim.tmpfiles   2018-01-10 01:28:30 UTC (rev 280803)
@@ -0,0 +1 @@
+d /etc/opendkim 0700 opendkim mail - -


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

2018-01-09 Thread Balló György via arch-commits
Date: Wednesday, January 10, 2018 @ 01:28:05
  Author: bgyorgy
Revision: 280802

Use https source

Modified:
  phodav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2018-01-10 01:25:58 UTC (rev 280801)
+++ PKGBUILD2018-01-10 01:28:05 UTC (rev 280802)
@@ -6,12 +6,12 @@
 pkgrel=2
 pkgdesc="WebDav server implementation using libsoup (RFC 4918)"
 arch=('x86_64')
-url="http://wiki.gnome.org/$pkgname;
+url="https://wiki.gnome.org/phodav;
 license=('LGPL2.1')
 depends=('avahi' 'libsoup')
 makedepends=('asciidoc' 'intltool' 'xmlto')
 backup=('etc/conf.d/spice-webdavd')
-source=("http://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
+source=("https://download.gnome.org/sources/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz;)
 sha256sums=('080305dc9e804562f200ffc8c7d345c76754fce9cb01489dddb1b2c52c0557c1')
 
 prepare() {


  1   2   3   >