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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:39:49
  Author: felixonmars
Revision: 214821

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 214820, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 214820, ghc-mod/trunk/PKGBUILD)

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

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 214820, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 06:39:49 UTC (rev 214821)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.7.0.0
+pkgrel=11
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+
+cd "${srcdir}/${pkgbase}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 214820, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 06:39:49 UTC (rev 214821)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.7.0.0
+pkgrel=11
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "git" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-syb" 
"haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+source=("git+https://github.com/DanielG/ghc-mod.git#tag=v$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+cd "${srcdir}/${pkgbase}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:39:27
  Author: felixonmars
Revision: 214820

upgpkg: ghc-mod 5.7.0.0-11

rebuild with cpphs,1.20.4

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 06:28:02 UTC (rev 214819)
+++ PKGBUILD2017-03-04 06:39:27 UTC (rev 214820)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.7.0.0
-pkgrel=10
+pkgrel=11
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:27:40
  Author: felixonmars
Revision: 214818

upgpkg: hlint 1.9.41-2

rebuild with cpphs,1.20.4

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 06:23:03 UTC (rev 214817)
+++ PKGBUILD2017-03-04 06:27:40 UTC (rev 214818)
@@ -5,7 +5,7 @@
 pkgbase=hlint
 pkgname=(hlint haskell-hlint)
 pkgver=1.9.41
-pkgrel=1
+pkgrel=2
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
 license=("custom:BSD3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:28:02
  Author: felixonmars
Revision: 214819

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

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

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

Copied: hlint/repos/community-staging-i686/PKGBUILD (from rev 214818, 
hlint/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 06:28:02 UTC (rev 214819)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.41
+pkgrel=2
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2d9299f7952af44b2f06a67af917859fd51e1056c7d405f0930769ea1e093fb4')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_hlint() {
+depends=('gmp' 'libffi')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-hlint() {
+pkgdesc="Source code suggestions (docs and libraries)"
+depends=("${makedepends[@]}" 'hlint')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/${pkgbase}}
+}

Copied: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 214818, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 06:28:02 UTC (rev 214819)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.41
+pkgrel=2
+pkgdesc="Source code suggestions"
+url="http://community.haskell.org/~ndm/hlint/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-ansi-terminal" "haskell-cmdargs" 
"haskell-cpphs"
+ "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
+ "haskell-refact")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('2d9299f7952af44b2f06a67af917859fd51e1056c7d405f0930769ea1e093fb4')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fgpl -fthreaded
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_hlint() {
+depends=('gmp' 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:23:03
  Author: felixonmars
Revision: 214817

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

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 214816, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 06:23:03 UTC (rev 214817)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.7.1.0
+pkgrel=9
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('570a643ae6798995a43b0b357005e71c1529ed43ebafa2748fc97a236e0c01bc')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
214816, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 06:23:03 UTC (rev 214817)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.7.1.0
+pkgrel=9
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-src-exts" "haskell-mtl"
+ "haskell-optparse-applicative" "haskell-strict" "haskell-syb" 
"haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('570a643ae6798995a43b0b357005e71c1529ed43ebafa2748fc97a236e0c01bc')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+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)

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:22:42
  Author: felixonmars
Revision: 214816

upgpkg: stylish-haskell 0.7.1.0-9

rebuild with cpphs,1.20.4

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 06:20:12 UTC (rev 214815)
+++ PKGBUILD2017-03-04 06:22:42 UTC (rev 214816)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.7.1.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:20:12
  Author: felixonmars
Revision: 214815

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 214814, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 06:20:12 UTC (rev 214815)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=21
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 214814, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 06:20:12 UTC (rev 214815)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=5.0.9
+pkgrel=21
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "haskell-quickcheck" "haskell-aeson" 
"haskell-cmdargs" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-connection" "haskell-extra" 
"haskell-src-exts"
+ "haskell-http-conduit" "haskell-http-types" "haskell-js-flot" 
"haskell-js-jquery"
+ "haskell-mmap" "haskell-network" "haskell-network-uri" 
"haskell-old-locale"
+ "haskell-process-extras" "haskell-resourcet" "haskell-tar" 
"haskell-text"
+ "haskell-uniplate" "haskell-utf8-string" "haskell-vector" 
"haskell-wai"
+ "haskell-wai-logger" "haskell-warp" "haskell-warp-tls" 
"haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('93f584c5f7fc6a57ee50803ae8df5e6c41051a3177044b273cb7fbcd39d11874')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname" \
+-fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:19:51
  Author: felixonmars
Revision: 214814

upgpkg: hoogle 5.0.9-21

rebuild with cpphs,1.20.4

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 06:15:48 UTC (rev 214813)
+++ PKGBUILD2017-03-04 06:19:51 UTC (rev 214814)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=5.0.9
-pkgrel=20
+pkgrel=21
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:15:48
  Author: felixonmars
Revision: 214813

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

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

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

Copied: hindent/repos/community-staging-i686/PKGBUILD (from rev 214812, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 06:15:48 UTC (rev 214813)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.2.2
+pkgrel=11
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
+ "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('1fc9a92a501552b17219a13fd691e380cc2e2bbf4d768788f13b47639ff4237d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 214812, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 06:15:48 UTC (rev 214813)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=5.2.2
+pkgrel=11
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" 
"haskell-monad-loops"
+ "haskell-mtl" "haskell-path" "haskell-path-io" "haskell-src-exts" 
"haskell-text"
+ "haskell-unix-compat" "haskell-utf8-string" "haskell-yaml")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('1fc9a92a501552b17219a13fd691e380cc2e2bbf4d768788f13b47639ff4237d')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:15:24
  Author: felixonmars
Revision: 214812

upgpkg: hindent 5.2.2-11

rebuild with cpphs,1.20.4

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 06:12:35 UTC (rev 214811)
+++ PKGBUILD2017-03-04 06:15:24 UTC (rev 214812)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=5.2.2
-pkgrel=10
+pkgrel=11
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent;
 license=("custom:BSD3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:12:35
  Author: felixonmars
Revision: 214811

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

Added:
  haskell-interpolatedstring-perl6/repos/community-staging-i686/
  haskell-interpolatedstring-perl6/repos/community-staging-i686/PKGBUILD
(from rev 214810, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD
(from rev 214810, haskell-interpolatedstring-perl6/trunk/PKGBUILD)

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

Copied: haskell-interpolatedstring-perl6/repos/community-staging-i686/PKGBUILD 
(from rev 214810, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 06:12:35 UTC (rev 214811)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.0
+pkgrel=11
+pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
+url="https://github.com/audreyt/interpolatedstring-perl6;
+license=('custom:PublicDomain')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-src-meta' 'haskell-text')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('fa05580d47b3d00a74fbe2b0013de14d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD (from 
rev 214810, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 06:12:35 UTC (rev 214811)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.0
+pkgrel=11
+pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
+url="https://github.com/audreyt/interpolatedstring-perl6;
+license=('custom:PublicDomain')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-src-meta' 'haskell-text')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('fa05580d47b3d00a74fbe2b0013de14d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:12:13
  Author: felixonmars
Revision: 214810

upgpkg: haskell-interpolatedstring-perl6 1.0.0-11

rebuild with cpphs,1.20.4

Modified:
  haskell-interpolatedstring-perl6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 06:10:33 UTC (rev 214809)
+++ PKGBUILD2017-03-04 06:12:13 UTC (rev 214810)
@@ -4,7 +4,7 @@
 _hkgname=interpolatedstring-perl6
 pkgname=haskell-interpolatedstring-perl6
 pkgver=1.0.0
-pkgrel=10
+pkgrel=11
 pkgdesc="QuasiQuoter for Perl6-style multi-line interpolated strings"
 url="https://github.com/audreyt/interpolatedstring-perl6;
 license=('custom:PublicDomain')


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:10:12
  Author: felixonmars
Revision: 214808

upgpkg: haskell-src-meta 0.7.0.1-8

rebuild with cpphs,1.20.4

Modified:
  haskell-src-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 06:07:40 UTC (rev 214807)
+++ PKGBUILD2017-03-04 06:10:12 UTC (rev 214808)
@@ -5,7 +5,7 @@
 _hkgname=haskell-src-meta
 pkgname=haskell-src-meta
 pkgver=0.7.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Parse source to template-haskell abstract syntax"
 url="https://github.com/bmillwood/haskell-src-meta;
 license=("custom:BSD3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:10:33
  Author: felixonmars
Revision: 214809

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

Added:
  haskell-src-meta/repos/community-staging-i686/
  haskell-src-meta/repos/community-staging-i686/PKGBUILD
(from rev 214808, haskell-src-meta/trunk/PKGBUILD)
  haskell-src-meta/repos/community-staging-x86_64/
  haskell-src-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 214808, haskell-src-meta/trunk/PKGBUILD)

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

Copied: haskell-src-meta/repos/community-staging-i686/PKGBUILD (from rev 
214808, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 06:10:33 UTC (rev 214809)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-meta
+pkgname=haskell-src-meta
+pkgver=0.7.0.1
+pkgrel=8
+pkgdesc="Parse source to template-haskell abstract syntax"
+url="https://github.com/bmillwood/haskell-src-meta;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-src-exts" "haskell-syb" "haskell-th-orphans")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('428e5a1c90c645d4c9cb54f984721b1b21e494677d1d7d8e7206f6c0e9286a3a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-src-meta/repos/community-staging-x86_64/PKGBUILD (from rev 
214808, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 06:10:33 UTC (rev 214809)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-meta
+pkgname=haskell-src-meta
+pkgver=0.7.0.1
+pkgrel=8
+pkgdesc="Parse source to template-haskell abstract syntax"
+url="https://github.com/bmillwood/haskell-src-meta;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-src-exts" "haskell-syb" "haskell-th-orphans")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('428e5a1c90c645d4c9cb54f984721b1b21e494677d1d7d8e7206f6c0e9286a3a')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:07:40
  Author: felixonmars
Revision: 214807

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

Added:
  haskell-src-exts/repos/community-staging-i686/
  haskell-src-exts/repos/community-staging-i686/PKGBUILD
(from rev 214806, haskell-src-exts/trunk/PKGBUILD)
  haskell-src-exts/repos/community-staging-x86_64/
  haskell-src-exts/repos/community-staging-x86_64/PKGBUILD
(from rev 214806, haskell-src-exts/trunk/PKGBUILD)

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

Copied: haskell-src-exts/repos/community-staging-i686/PKGBUILD (from rev 
214806, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 06:07:40 UTC (rev 214807)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.18.2
+pkgrel=4
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cpphs")
+makedepends=('happy')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('31583804dcec5c200bcf184db8a2eb33fdcc3354b011c6485370be63b2710943')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-src-exts/repos/community-staging-x86_64/PKGBUILD (from rev 
214806, haskell-src-exts/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 06:07:40 UTC (rev 214807)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=haskell-src-exts
+pkgname=haskell-src-exts
+pkgver=1.18.2
+pkgrel=4
+pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
+url="https://github.com/haskell-suite/haskell-src-exts;
+license=("custom:BSD")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-cpphs")
+makedepends=('happy')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('31583804dcec5c200bcf184db8a2eb33fdcc3354b011c6485370be63b2710943')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 06:07:19
  Author: felixonmars
Revision: 214806

upgpkg: haskell-src-exts 1.18.2-4

rebuild with cpphs,1.20.4

Modified:
  haskell-src-exts/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 05:52:50 UTC (rev 214805)
+++ PKGBUILD2017-03-04 06:07:19 UTC (rev 214806)
@@ -5,7 +5,7 @@
 _hkgname=haskell-src-exts
 pkgname=haskell-src-exts
 pkgver=1.18.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and 
pretty-printer"
 url="https://github.com/haskell-suite/haskell-src-exts;
 license=("custom:BSD")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 05:52:29
  Author: felixonmars
Revision: 214804

upgpkg: haskell-cpphs 1.20.4-1

rebuild with cpphs,1.20.4

Modified:
  haskell-cpphs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 05:48:34 UTC (rev 214803)
+++ PKGBUILD2017-03-04 05:52:29 UTC (rev 214804)
@@ -4,7 +4,7 @@
 
 _hkgname=cpphs
 pkgname=haskell-cpphs
-pkgver=1.20.3
+pkgver=1.20.4
 pkgrel=1
 pkgdesc="A liberalised re-implementation of cpp, the C pre-processor."
 url="http://projects.haskell.org/cpphs/;
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-old-locale" "haskell-old-time" 
"haskell-polyparse")
 
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('c63f0edb351f0977c2af6ad17c7164c44dc7c7499c0effe91d839fc7973dad91')
+sha256sums=('d159437cea89854c3f413f7157f40ea2d82272fce83efe6ce17e2065883da47e')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 05:52:50
  Author: felixonmars
Revision: 214805

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

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

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

Copied: haskell-cpphs/repos/community-staging-i686/PKGBUILD (from rev 214804, 
haskell-cpphs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 05:52:50 UTC (rev 214805)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cpphs
+pkgname=haskell-cpphs
+pkgver=1.20.4
+pkgrel=1
+pkgdesc="A liberalised re-implementation of cpp, the C pre-processor."
+url="http://projects.haskell.org/cpphs/;
+license=("LGPL")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-old-locale" "haskell-old-time" 
"haskell-polyparse")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d159437cea89854c3f413f7157f40ea2d82272fce83efe6ce17e2065883da47e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: haskell-cpphs/repos/community-staging-x86_64/PKGBUILD (from rev 214804, 
haskell-cpphs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 05:52:50 UTC (rev 214805)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cpphs
+pkgname=haskell-cpphs
+pkgver=1.20.4
+pkgrel=1
+pkgdesc="A liberalised re-implementation of cpp, the C pre-processor."
+url="http://projects.haskell.org/cpphs/;
+license=("LGPL")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-old-locale" "haskell-old-time" 
"haskell-polyparse")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('d159437cea89854c3f413f7157f40ea2d82272fce83efe6ce17e2065883da47e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 05:17:15
  Author: felixonmars
Revision: 214790

upgpkg: haskell-yesod-auth 1.4.16-25

rebuild with uri-bytestring,0.2.3.1

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 05:10:53 UTC (rev 214789)
+++ PKGBUILD2017-03-04 05:17:15 UTC (rev 214790)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.16
-pkgrel=24
+pkgrel=25
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 05:17:37
  Author: felixonmars
Revision: 214791

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

Added:
  haskell-yesod-auth/repos/community-staging-i686/
  haskell-yesod-auth/repos/community-staging-i686/PKGBUILD
(from rev 214790, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 214790, haskell-yesod-auth/trunk/PKGBUILD)

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

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
214790, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 05:17:37 UTC (rev 214791)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=25
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 
"haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('a2c76409522ac276b92d31e13ffa94ae51194ffdb902a41f979d25181a5182d2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
214790, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 05:17:37 UTC (rev 214791)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.16
+pkgrel=25
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-authenticate" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-blaze-builder" 
"haskell-blaze-html"
+ "haskell-blaze-markup" "haskell-byteable" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-data-default" "haskell-email-validate"
+ "haskell-file-embed" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-mime-mail" 
"haskell-network-uri"
+ "haskell-nonce" "haskell-persistent" "haskell-persistent-template" 
"haskell-random"
+ "haskell-resourcet" "haskell-safe" "haskell-shakespeare" 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 05:10:53
  Author: felixonmars
Revision: 214789

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

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

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 214788, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 05:10:53 UTC (rev 214789)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170301.1
+pkgrel=3
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "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-missingh" "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-stm"
+ "haskell-stm-chans" "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-default" "haskell-yesod-form"
+ "haskell-yesod-static")
+source=("git+https://git.joeyh.name/git/git-annex.git#tag=$pkgver;)
+sha256sums=('SKIP')
+
+build() {
+  cd git-annex
+  
+  runhaskell Setup configure -O --prefix=/usr 
--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 DESTDIR="$pkgdir" install-misc
+
+  rm "$pkgdir"/usr/share/doc/git-annex/COPYRIGHT
+  rmdir "$pkgdir"/usr/share/doc/git-annex "$pkgdir"/usr/share/doc
+}

Copied: git-annex/repos/community-staging-x86_64/PKGBUILD (from rev 214788, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 05:10:53 UTC (rev 214789)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170301.1
+pkgrel=3
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=8.0.1" "git" "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" 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 05:10:32
  Author: felixonmars
Revision: 214788

upgpkg: git-annex 6.20170301.1-3

rebuild with uri-bytestring,0.2.3.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 04:55:34 UTC (rev 214787)
+++ PKGBUILD2017-03-04 05:10:32 UTC (rev 214788)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170301.1
-pkgrel=2
+pkgrel=3
 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/repos (4 files)

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 04:55:34
  Author: felixonmars
Revision: 214787

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 214786, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 04:55:34 UTC (rev 214787)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.4
+pkgrel=26
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 214786, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 04:55:34 UTC (rev 214787)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.4
+pkgrel=26
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default-class" 
"haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-resourcet" 
"haskell-semigroups"
+ "haskell-shakespeare" "haskell-streaming-commons" "haskell-text"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-extra" 
"haskell-wai-logger"
+ "haskell-warp" "haskell-yaml" "haskell-yesod-core" 
"haskell-yesod-form"
+ "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('5f2caade2435754ff35060c3ae58390ad87650b975e83a65f8013e80ea7bea2c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 04:55:13
  Author: felixonmars
Revision: 214786

upgpkg: haskell-yesod 1.4.4-26

rebuild with uri-bytestring,0.2.3.1

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 04:52:26 UTC (rev 214785)
+++ PKGBUILD2017-03-04 04:55:13 UTC (rev 214786)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.4
-pkgrel=25
+pkgrel=26
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 04:52:26
  Author: felixonmars
Revision: 214785

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

Added:
  haskell-yesod-form/repos/community-staging-i686/
  haskell-yesod-form/repos/community-staging-i686/PKGBUILD
(from rev 214784, haskell-yesod-form/trunk/PKGBUILD)
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 214784, haskell-yesod-form/trunk/PKGBUILD)

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

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
214784, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 04:52:26 UTC (rev 214785)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.11
+pkgrel=2
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('45edd3ea97a09968426ab20ea4595389b61f5fc2c9e328cecbdeed4a78dcd8d6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd $_hkgname-$pkgver
+
+install -D -m744 register.sh   
"$pkgdir"/usr/share/haskell/register/$pkgname.sh
+install -D -m744 unregister.sh 
"$pkgdir"/usr/share/haskell/unregister/$pkgname.sh
+install -d -m755 "$pkgdir"/usr/share/doc/ghc/html/libraries
+ln -s /usr/share/doc/$pkgname/html 
"$pkgdir"/usr/share/doc/ghc/html/libraries/${_hkgname}
+runhaskell Setup copy --destdir="$pkgdir"
+install -D -m644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+rm -f "$pkgdir"/usr/share/doc/$pkgname/LICENSE
+}

Copied: haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
214784, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 04:52:26 UTC (rev 214785)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.11
+pkgrel=2
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-data-default" "haskell-email-validate" "haskell-network-uri"
+ "haskell-persistent" "haskell-resourcet" "haskell-semigroups"
+ "haskell-shakespeare" "haskell-text" "haskell-wai" 
"haskell-xss-sanitize"
+ "haskell-yesod-core" "haskell-yesod-persistent")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('45edd3ea97a09968426ab20ea4595389b61f5fc2c9e328cecbdeed4a78dcd8d6')
+
+build() {
+cd $_hkgname-$pkgver
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/$pkgname \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fnetwork-uri
+runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 04:52:00
  Author: felixonmars
Revision: 214784

upgpkg: haskell-yesod-form 1.4.11-2

rebuild with uri-bytestring,0.2.3.1

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 04:48:03 UTC (rev 214783)
+++ PKGBUILD2017-03-04 04:52:00 UTC (rev 214784)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.11
-pkgrel=1
+pkgrel=2
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 04:48:03
  Author: felixonmars
Revision: 214783

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

Added:
  haskell-yesod-persistent/repos/community-staging-i686/
  haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD
(from rev 214782, haskell-yesod-persistent/trunk/PKGBUILD)
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 214782, haskell-yesod-persistent/trunk/PKGBUILD)

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

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 214782, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 04:48:03 UTC (rev 214783)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.1.1
+pkgrel=29
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dffd2604fc37a6b518c06391c44059df96895e3b484d4de8fbff9ff0869e7551')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 214782, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 04:48:03 UTC (rev 214783)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.1.1
+pkgrel=29
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dffd2604fc37a6b518c06391c44059df96895e3b484d4de8fbff9ff0869e7551')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 04:47:34
  Author: felixonmars
Revision: 214782

upgpkg: haskell-yesod-persistent 1.4.1.1-29

rebuild with uri-bytestring,0.2.3.1

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 04:44:19 UTC (rev 214781)
+++ PKGBUILD2017-03-04 04:47:34 UTC (rev 214782)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.1.1
-pkgrel=28
+pkgrel=29
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 04:43:57
  Author: felixonmars
Revision: 214780

upgpkg: stack 1.3.2-50

rebuild with uri-bytestring,0.2.3.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:54:20 UTC (rev 214779)
+++ PKGBUILD2017-03-04 04:43:57 UTC (rev 214780)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.3.2
-pkgrel=49
+pkgrel=50
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 04:44:19
  Author: felixonmars
Revision: 214781

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

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

+
 community-staging-i686/PKGBUILD|   83 +++
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   83 +++
 community-staging-x86_64/stack.install |4 +
 4 files changed, 174 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 214780, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 04:44:19 UTC (rev 214781)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.3.2
+pkgrel=50
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=8.0.1" "haskell-aeson" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal"
+ "haskell-async" "haskell-attoparsec" "haskell-base-compat" 
"haskell-base16-bytestring"
+ "haskell-base64-bytestring" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-clock" "haskell-conduit" 
"haskell-conduit-extra"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" 
"haskell-either" "haskell-errors"
+ "haskell-exceptions" "haskell-extra" "haskell-fast-logger" 
"haskell-file-embed"
+ "haskell-filelock" "haskell-fsnotify" "haskell-generic-deriving" 
"haskell-gitrev"
+ "haskell-hashable" "haskell-hastache" "haskell-hit" 
"haskell-http-client"
+ "haskell-http-client-tls" "haskell-http-conduit" 
"haskell-http-types" "haskell-hpack"
+ "haskell-lifted-async" "haskell-lifted-base" "haskell-microlens"
+ "haskell-monad-control" "haskell-monad-logger" 
"haskell-monad-unlift" "haskell-mtl"
+ "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-project-template"
+ "haskell-regex-applicative-text" "haskell-resourcet" 
"haskell-retry" "haskell-safe"
+ "haskell-safe-exceptions" "haskell-semigroups" "haskell-split" 
"haskell-stm"
+ "haskell-store" "haskell-streaming-commons" "haskell-tar" 
"haskell-temporary"
+ "haskell-text" "haskell-text-binary" "haskell-text-metrics" 
"haskell-tls"
+ "haskell-transformers-base" "haskell-unicode-transforms" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-vector-binary-instances"
+ "haskell-yaml" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('488b9292ea605c92f6ebf79b233e8e374d857b21053051cb44b305dad8f0d3f7')
+
+prepare() {
+sed -i 's/hpack >=0.14.0 && <0.16,/hpack >=0.14.0 \&\& <0.17,/' 
${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static 
-f-hide-dependency-versions
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script
+install -Dm644 

[arch-commits] Commit in perl-date-manip/repos/extra-any (PKGBUILD PKGBUILD)

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:55:17
  Author: felixonmars
Revision: 289960

archrelease: copy trunk to extra-any

Added:
  perl-date-manip/repos/extra-any/PKGBUILD
(from rev 289959, perl-date-manip/trunk/PKGBUILD)
Deleted:
  perl-date-manip/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-04 03:55:01 UTC (rev 289959)
+++ PKGBUILD2017-03-04 03:55:17 UTC (rev 289960)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=perl-date-manip
-pkgver=6.57
-pkgrel=1
-pkgdesc="Date::Manip - date manipulation routines"
-arch=('any')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/Date-Manip/;
-depends=('perl')
-checkdepends=('perl-test-inter')
-options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-md5sums=('cd87e060f87662fc4cfebe7b3867ddf6')
-
-build() {
-  cd Date-Manip-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd Date-Manip-${pkgver}
-  make test
-}
-
-package() {
-  cd Date-Manip-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}

Copied: perl-date-manip/repos/extra-any/PKGBUILD (from rev 289959, 
perl-date-manip/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-04 03:55:17 UTC (rev 289960)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-date-manip
+pkgver=6.58
+pkgrel=1
+pkgdesc="Date::Manip - date manipulation routines"
+arch=('any')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/Date-Manip/;
+depends=('perl')
+checkdepends=('perl-test-inter')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
+md5sums=('a9373226cd6dcf107328f7881bbbf221')
+
+build() {
+  cd Date-Manip-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Date-Manip-${pkgver}
+  make test
+}
+
+package() {
+  cd Date-Manip-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in perl-date-manip/trunk (PKGBUILD)

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:55:01
  Author: felixonmars
Revision: 289959

upgpkg: perl-date-manip 6.58-1

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:41:14 UTC (rev 289958)
+++ PKGBUILD2017-03-04 03:55:01 UTC (rev 289959)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-date-manip
-pkgver=6.57
+pkgver=6.58
 pkgrel=1
 pkgdesc="Date::Manip - date manipulation routines"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-inter')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-md5sums=('cd87e060f87662fc4cfebe7b3867ddf6')
+md5sums=('a9373226cd6dcf107328f7881bbbf221')
 
 build() {
   cd Date-Manip-${pkgver}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:54:20
  Author: felixonmars
Revision: 214779

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

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

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

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 214778, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 03:54:20 UTC (rev 214779)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.1.6
+pkgrel=32
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f88a8735173ba197f8d698a9c1fd5c649234fd60efe493f401432926a55e7b44')
+
+prepare() {
+sed -e 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+-e 's/aeson>= 0.7   && < 0.12/aeson
>= 0.7   \&\& < 1.1/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD 
(from rev 214778, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 03:54:20 UTC (rev 214779)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.1.6
+pkgrel=32
+pkgdesc="Type-safe, non-relational, multi-backend persistence"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-aeson-compat" 
"haskell-http-api-data"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-path-pieces"
+ "haskell-persistent" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('f88a8735173ba197f8d698a9c1fd5c649234fd60efe493f401432926a55e7b44')
+
+prepare() {
+sed -e 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+-e 's/aeson>= 0.7   && < 0.12/aeson
>= 0.7   \&\& < 1.1/' \
+-i $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:53:59
  Author: felixonmars
Revision: 214778

upgpkg: haskell-persistent-template 2.5.1.6-32

rebuild with uri-bytestring,0.2.3.1

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:51:10 UTC (rev 214777)
+++ PKGBUILD2017-03-04 03:53:59 UTC (rev 214778)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.1.6
-pkgrel=31
+pkgrel=32
 pkgdesc="Type-safe, non-relational, multi-backend persistence"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:51:10
  Author: felixonmars
Revision: 214777

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

Added:
  haskell-persistent-sqlite/repos/community-staging-i686/
  haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD
(from rev 214776, haskell-persistent-sqlite/trunk/PKGBUILD)
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 214776, haskell-persistent-sqlite/trunk/PKGBUILD)

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 214776, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 03:51:10 UTC (rev 214777)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.0.1
+pkgrel=2
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84df1475478f8c4aa7790152c89ffca43a08a32cd933e4062cb219a023e4768c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 214776, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 03:51:10 UTC (rev 214777)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.0.1
+pkgrel=2
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('84df1475478f8c4aa7790152c89ffca43a08a32cd933e4062cb219a023e4768c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:50:48
  Author: felixonmars
Revision: 214776

upgpkg: haskell-persistent-sqlite 2.6.0.1-2

rebuild with uri-bytestring,0.2.3.1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:49:45 UTC (rev 214775)
+++ PKGBUILD2017-03-04 03:50:48 UTC (rev 214776)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:49:27
  Author: felixonmars
Revision: 214771

archrelease: copy trunk to community-staging-any

Added:
  certbot-nginx/repos/community-staging-any/
  certbot-nginx/repos/community-staging-any/PKGBUILD
(from rev 214770, certbot-nginx/trunk/PKGBUILD)

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

Copied: certbot-nginx/repos/community-staging-any/PKGBUILD (from rev 214770, 
certbot-nginx/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-04 03:49:27 UTC (rev 214771)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-nginx
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Nginx plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-pyopenssl' 
'python2-pyparsing'
+ 'python2-setuptools' 'python2-mock' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-nginx")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('c3a09fd9878bef273fdc092b6b6fb571'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:49:13
  Author: felixonmars
Revision: 214770

upgpkg: certbot-nginx 0.12.0-1

upstream new version

Modified:
  certbot-nginx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:47:24 UTC (rev 214769)
+++ PKGBUILD2017-03-04 03:49:13 UTC (rev 214770)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-nginx
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Nginx plugin for Let’s Encrypt client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('6113e61ea32f32ce7eb2d812dd92bd49'
+md5sums=('c3a09fd9878bef273fdc092b6b6fb571'
  'SKIP')
 
 build() {


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:47:07
  Author: felixonmars
Revision: 214768

upgpkg: certbot-apache 0.12.0-1

upstream new version

Modified:
  certbot-apache/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:46:40 UTC (rev 214767)
+++ PKGBUILD2017-03-04 03:47:07 UTC (rev 214768)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot-apache
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="Apache plugin for Let’s Encrypt client"
 arch=('any')
@@ -17,7 +17,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('c24c4d47545d2150349f507f9af933d8'
+md5sums=('93881ca8bb7889d49379434a9e17b3b4'
  'SKIP')
 
 build() {


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:47:24
  Author: felixonmars
Revision: 214769

archrelease: copy trunk to community-staging-any

Added:
  certbot-apache/repos/community-staging-any/
  certbot-apache/repos/community-staging-any/PKGBUILD
(from rev 214768, certbot-apache/trunk/PKGBUILD)

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

Copied: certbot-apache/repos/community-staging-any/PKGBUILD (from rev 214768, 
certbot-apache/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-04 03:47:24 UTC (rev 214769)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot-apache
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="Apache plugin for Let’s Encrypt client"
+arch=('any')
+license=('Apache')
+url="https://pypi.python.org/pypi/$pkgname;
+depends=("certbot=$pkgver" "python2-acme=$pkgver" 'python2-augeas' 
'python2-setuptools'
+ 'python2-mock' 'python2-zope-component' 'python2-zope-interface')
+checkdepends=('python2-nose')
+replaces=("letsencrypt-apache")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('93881ca8bb7889d49379434a9e17b3b4'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  nosetests2
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:46:40
  Author: felixonmars
Revision: 214767

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

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

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

Copied: haskell-esqueleto/repos/community-staging-i686/PKGBUILD (from rev 
214766, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 03:46:40 UTC (rev 214767)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=9
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD (from rev 
214766, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 03:46:40 UTC (rev 214767)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=9
+pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
+url="https://github.com/bitemyapp/esqueleto;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-blaze-html" "haskell-conduit" 
"haskell-monad-logger"
+ "haskell-persistent" "haskell-resourcet" "haskell-tagged" 
"haskell-text"
+ "haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('76a75c84c4b4e0d41b28d8f8e73cc746282f5e7e50cfb11fcc252286950c87d9')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-mysql -f-postgresql
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:46:17
  Author: felixonmars
Revision: 214766

upgpkg: haskell-esqueleto 2.5.1-9

rebuild with uri-bytestring,0.2.3.1

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:45:40 UTC (rev 214765)
+++ PKGBUILD2017-03-04 03:46:17 UTC (rev 214766)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.1
-pkgrel=8
+pkgrel=9
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:45:40
  Author: felixonmars
Revision: 214765

archrelease: copy trunk to community-staging-any

Added:
  certbot/repos/community-staging-any/
  certbot/repos/community-staging-any/PKGBUILD
(from rev 214764, certbot/trunk/PKGBUILD)

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

Copied: certbot/repos/community-staging-any/PKGBUILD (from rev 214764, 
certbot/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-04 03:45:40 UTC (rev 214765)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgname=certbot
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
+arch=('any')
+license=('Apache')
+url="https://letsencrypt.org/;
+depends=('ca-certificates' "python2-acme=$pkgver" 'python2-configargparse' 
'python2-configobj'
+ 'python2-cryptography' 'python2-pyopenssl' 'python2-mock' 
'python2-parsedatetime'
+ 'python2-psutil' 'python2-pyrfc3339' 'python2-pytz' 
'python2-requests' 'python2-setuptools'
+ 'python2-six' 'python2-zope-component' 'python2-zope-interface')
+optdepends=("certbot-apache: Apache plugin for Let’s Encrypt client"
+"certbot-nginx: Nginx plugin for Let’s Encrypt client")
+checkdepends=('python2-nose')
+replaces=("letsencrypt")
+source=("https://pypi.io/packages/source/c/$pkgname/$pkgname-$pkgver.tar.gz"{,.asc})
+validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
+  '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
+  'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
+md5sums=('8464e00b59613a3b7ee866cb4c9f13e4'
+ 'SKIP')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py test
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  python2 setup.py install --root="$pkgdir"
+
+  mkdir -p "$pkgdir"/{etc,var/lib,var/log}/letsencrypt
+  chmod 700 "$pkgdir"/var/log/letsencrypt
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:45:22
  Author: felixonmars
Revision: 214764

upgpkg: certbot 0.12.0-1

upstream new version

Modified:
  certbot/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:43:46 UTC (rev 214763)
+++ PKGBUILD2017-03-04 03:45:22 UTC (rev 214764)
@@ -3,7 +3,7 @@
 # Contributor: Gordian Edenhofer 
 
 pkgname=certbot
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="A tool to automatically receive and install X.509 certificates to 
enable TLS on servers. The client will interoperate with the Let’s Encrypt CA 
which will be issuing browser-trusted certificates for free."
 arch=('any')
@@ -21,7 +21,7 @@
 validpgpkeys=('148C30F6F7E429337A72D992B00B9CC82D7ADF2C'
   '1B41B758F9A78C7F444C20FA3E5B4152E3ADB1FD'
   'A2CFB51FA275A7286234E7B24D17C995CD9775F2')
-md5sums=('bdc5827f78380fcd2769361a0f834e27'
+md5sums=('8464e00b59613a3b7ee866cb4c9f13e4'
  'SKIP')
 
 build() {


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:43:32
  Author: felixonmars
Revision: 214762

upgpkg: python-acme 0.12.0-1

upstream new version

Modified:
  python-acme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:43:08 UTC (rev 214761)
+++ PKGBUILD2017-03-04 03:43:32 UTC (rev 214762)
@@ -4,7 +4,7 @@
 
 pkgbase=python-acme
 pkgname=('python-acme' 'python2-acme')
-pkgver=0.11.1
+pkgver=0.12.0
 pkgrel=1
 pkgdesc="ACME protocol implementation in Python"
 arch=('any')
@@ -16,7 +16,7 @@
  'python-mock' 'python2-mock')
 checkdepends=('python-nose' 'python2-nose')
 source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
-sha512sums=('d6f95274f77199341fc36a8278cb11357b61b82c187331233615908652e155a95ba06fd5753c5368503927a40e5dafa399446922240ea9c3219d2829133cd8c4')
+sha512sums=('a5f0c7448d689bda648ebe2b630feaf48828ef564b16d7615d681441ab9f30d9860a5d5c4a4d49d20ec2475923dbb1100a0dcf6d6376d5c3cb2c1173e14f42bd')
 
 prepare() {
   cp -a acme-$pkgver{,-py2}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:43:46
  Author: felixonmars
Revision: 214763

archrelease: copy trunk to community-staging-any

Added:
  python-acme/repos/community-staging-any/
  python-acme/repos/community-staging-any/PKGBUILD
(from rev 214762, python-acme/trunk/PKGBUILD)

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

Copied: python-acme/repos/community-staging-any/PKGBUILD (from rev 214762, 
python-acme/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2017-03-04 03:43:46 UTC (rev 214763)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Gordian Edenhofer 
+
+pkgbase=python-acme
+pkgname=('python-acme' 'python2-acme')
+pkgver=0.12.0
+pkgrel=1
+pkgdesc="ACME protocol implementation in Python"
+arch=('any')
+license=('Apache')
+url="https://github.com/letsencrypt/letsencrypt;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyopenssl' 
'python2-pyopenssl'
+ 'python-pyrfc3339' 'python2-pyrfc3339' 'python-pytz' 
'python2-pytz' 'python-requests'
+ 'python2-requests' 'python-six' 'python2-six' 'python-werkzeug' 
'python2-werkzeug'
+ 'python-mock' 'python2-mock')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.io/packages/source/a/acme/acme-$pkgver.tar.gz;)
+sha512sums=('a5f0c7448d689bda648ebe2b630feaf48828ef564b16d7615d681441ab9f30d9860a5d5c4a4d49d20ec2475923dbb1100a0dcf6d6376d5c3cb2c1173e14f42bd')
+
+prepare() {
+  cp -a acme-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py build
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/acme-$pkgver
+  python setup.py nosetests
+
+  cd "$srcdir"/acme-$pkgver-py2
+  python2 setup.py nosetests
+}
+
+package_python-acme() {
+  depends=('python-setuptools' 'python-pyopenssl' 'python-pyrfc3339' 
'python-pytz' 'python-requests'
+   'python-six' 'python-werkzeug' 'python-mock')
+
+  cd acme-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-acme() {
+  depends=('python2-setuptools' 'python2-pyopenssl' 'python2-pyrfc3339' 
'python2-pytz'
+   'python2-requests' 'python2-six' 'python2-werkzeug' 'python2-mock')
+
+  cd acme-$pkgver-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+
+  mv "$pkgdir"/usr/bin/jws{,2}
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:43:08
  Author: felixonmars
Revision: 214761

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

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

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
214760, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 03:43:08 UTC (rev 214761)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6
+pkgrel=31
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('42423362de94599581d18be644ba77181e87417087b3953daec2e8512d408e3e')
+
+prepare() {
+sed -i 's/http-api-data>= 0.2   && < 0.3/http-api-data 
   >= 0.2   \&\& < 0.4/' \
+$_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-nooverlap
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-persistent/repos/community-staging-x86_64/PKGBUILD (from rev 
214760, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 03:43:08 UTC (rev 214761)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6
+pkgrel=31
+pkgdesc="Type-safe, multi-backend data serialization"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-aeson" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-conduit" 
"haskell-exceptions"
+ "haskell-fast-logger" "haskell-http-api-data" "haskell-lifted-base"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-path-pieces" "haskell-resource-pool" "haskell-resourcet" 
"haskell-scientific"
+ "haskell-silently" "haskell-tagged" "haskell-text" 
"haskell-transformers-base"
+ "haskell-unordered-containers" "haskell-vector")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:42:46
  Author: felixonmars
Revision: 214760

upgpkg: haskell-persistent 2.6-31

rebuild with uri-bytestring,0.2.3.1

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:29:02 UTC (rev 214759)
+++ PKGBUILD2017-03-04 03:42:46 UTC (rev 214760)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.6
-pkgrel=30
+pkgrel=31
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:41:14
  Author: felixonmars
Revision: 289958

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

Added:
  python-cryptography/repos/staging-i686/
  python-cryptography/repos/staging-i686/PKGBUILD
(from rev 289957, python-cryptography/trunk/PKGBUILD)
  python-cryptography/repos/staging-x86_64/
  python-cryptography/repos/staging-x86_64/PKGBUILD
(from rev 289957, python-cryptography/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   60 ++
 staging-x86_64/PKGBUILD |   60 ++
 2 files changed, 120 insertions(+)

Copied: python-cryptography/repos/staging-i686/PKGBUILD (from rev 289957, 
python-cryptography/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-03-04 03:41:14 UTC (rev 289958)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=1.7.2
+pkgrel=2
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
+  'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;
+
32bit-fix.patch::https://github.com/pyca/cryptography/commit/d74ba3298ddd4d3558224af85768e28f4c7f8d0d.patch)
+md5sums=('fade66de437392ed1ba6980768626204'
+ '9cce8b78c8cc7f532c4f66f2ed116896')
+
+prepare() {
+  # https://github.com/pyca/cryptography/issues/3323
+  (cd cryptography-$pkgver; patch -p1 -i ../32bit-fix.patch)
+
+  cp -a cryptography-${pkgver}{,-python2}
+}
+
+build() {
+   cd "$srcdir"/cryptography-$pkgver
+   python setup.py build
+
+   cd "$srcdir"/cryptography-$pkgver-python2
+   python2 setup.py build
+}
+
+check() {
+   cd "$srcdir"/cryptography-$pkgver
+   python setup.py pytest
+
+   cd "$srcdir"/cryptography-$pkgver-python2
+   python2 setup.py pytest
+}
+
+package_python-cryptography() {
+   depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools')
+
+   cd cryptography-$pkgver
+   python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}
+
+package_python2-cryptography() {
+   depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna'
+'python2-ipaddress' 'python2-setuptools')
+
+   cd cryptography-$pkgver-python2
+   python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}

Copied: python-cryptography/repos/staging-x86_64/PKGBUILD (from rev 289957, 
python-cryptography/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-03-04 03:41:14 UTC (rev 289958)
@@ -0,0 +1,60 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-cryptography
+pkgname=('python-cryptography' 'python2-cryptography')
+pkgver=1.7.2
+pkgrel=2
+pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
+arch=('i686' 'x86_64')
+license=('Apache')
+url="http://pypi.python.org/pypi/cryptography;
+makedepends=('python-setuptools' 'python2-setuptools' 'python-six' 
'python2-six' 'python-cffi'
+ 'python2-cffi' 'python2-enum34' 'python-pyasn1' 'python2-pyasn1' 
'python-idna'
+ 'python2-idna' 'python2-ipaddress')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
"python-cryptography-vectors=$pkgver"
+  "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
+  'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
+  'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;
+
32bit-fix.patch::https://github.com/pyca/cryptography/commit/d74ba3298ddd4d3558224af85768e28f4c7f8d0d.patch)
+md5sums=('fade66de437392ed1ba6980768626204'
+ '9cce8b78c8cc7f532c4f66f2ed116896')
+
+prepare() {
+  # https://github.com/pyca/cryptography/issues/3323
+  (cd 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:40:49
  Author: felixonmars
Revision: 289957

upgpkg: python-cryptography 1.7.2-2

OpenSSL 1.1.0 Rebuild

Modified:
  python-cryptography/trunk/PKGBUILD

--+
 PKGBUILD |   25 +++--
 1 file changed, 15 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 02:34:03 UTC (rev 289956)
+++ PKGBUILD2017-03-04 03:40:49 UTC (rev 289957)
@@ -4,7 +4,7 @@
 pkgbase=python-cryptography
 pkgname=('python-cryptography' 'python2-cryptography')
 pkgver=1.7.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A package designed to expose cryptographic recipes and primitives to 
Python developers"
 arch=('i686' 'x86_64')
 license=('Apache')
@@ -16,10 +16,15 @@
   "python2-cryptography-vectors=$pkgver" 'python-iso8601' 
'python2-iso8601'
   'python-pretend' 'python2-pretend' 'python-pyasn1-modules' 
'python2-pyasn1-modules'
   'python-hypothesis' 'python2-hypothesis' 'python-pytz' 
'python2-pytz')
-source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;)
-md5sums=('fade66de437392ed1ba6980768626204')
+source=("https://pypi.io/packages/source/c/cryptography/cryptography-$pkgver.tar.gz;
+
32bit-fix.patch::https://github.com/pyca/cryptography/commit/d74ba3298ddd4d3558224af85768e28f4c7f8d0d.patch)
+md5sums=('fade66de437392ed1ba6980768626204'
+ '9cce8b78c8cc7f532c4f66f2ed116896')
 
 prepare() {
+  # https://github.com/pyca/cryptography/issues/3323
+  (cd cryptography-$pkgver; patch -p1 -i ../32bit-fix.patch)
+
   cp -a cryptography-${pkgver}{,-python2}
 }
 
@@ -26,7 +31,7 @@
 build() {
cd "$srcdir"/cryptography-$pkgver
python setup.py build
- 
+
cd "$srcdir"/cryptography-$pkgver-python2
python2 setup.py build
 }
@@ -33,23 +38,23 @@
 
 check() {
cd "$srcdir"/cryptography-$pkgver
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-3.6:$PYTHONPATH" python setup.py ptr
+   python setup.py pytest
 
cd "$srcdir"/cryptography-$pkgver-python2
-   PYTHONPATH="$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH" python2 setup.py 
ptr
+   python2 setup.py pytest
 }
- 
+
 package_python-cryptography() {
depends=('python-pyasn1' 'python-six' 'python-cffi' 'python-idna' 
'python-setuptools')
- 
+
cd cryptography-$pkgver
python setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }
- 
+
 package_python2-cryptography() {
depends=('python2-pyasn1' 'python2-six' 'python2-cffi' 'python2-enum34' 
'python2-idna'
 'python2-ipaddress' 'python2-setuptools')
- 
+
cd cryptography-$pkgver-python2
python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
 }


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:29:02
  Author: felixonmars
Revision: 214759

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

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

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/haskell-http-api-data.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/haskell-http-api-data.install |   18 ++
 4 files changed, 122 insertions(+)

Copied: haskell-http-api-data/repos/community-staging-i686/PKGBUILD (from rev 
214758, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 03:29:02 UTC (rev 214759)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.3.5
+pkgrel=4
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="http://github.com/fizruk/http-api-data;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-hashable" "haskell-text" 
"haskell-time-locale-compat"
+ "haskell-unordered-containers" "haskell-uri-bytestring" 
"haskell-uuid-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('3711ac5f97afe8e89d1f8959138de8f2b3afd8ec30f9c6f3eebbfb2caa2fbc45')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-text-show
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-http-api-data/repos/community-staging-i686/haskell-http-api-data.install
 (from rev 214758, haskell-http-api-data/trunk/haskell-http-api-data.install)
===
--- community-staging-i686/haskell-http-api-data.install
(rev 0)
+++ community-staging-i686/haskell-http-api-data.install2017-03-04 
03:29:02 UTC (rev 214759)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-api-data
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD (from rev 
214758, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 03:29:02 UTC (rev 214759)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:28:36
  Author: felixonmars
Revision: 214758

upgpkg: haskell-http-api-data 0.3.5-4

rebuild with uri-bytestring,0.2.3.1

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:25:58 UTC (rev 214757)
+++ PKGBUILD2017-03-04 03:28:36 UTC (rev 214758)
@@ -5,7 +5,7 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.3.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
 url="http://github.com/fizruk/http-api-data;
 license=("custom:BSD3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:25:58
  Author: felixonmars
Revision: 214757

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

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

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

Copied: haskell-uri-bytestring/repos/community-staging-i686/PKGBUILD (from rev 
214756, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 03:25:58 UTC (rev 214757)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.3.1
+pkgrel=1
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('8b1b0df40025e34bf5bdc3951584807c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-Werror
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-uri-bytestring/repos/community-staging-x86_64/PKGBUILD (from 
rev 214756, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 03:25:58 UTC (rev 214757)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.3.1
+pkgrel=1
+pkgdesc="Haskell URI parsing as ByteStrings"
+url="https://github.com/Soostone/uri-bytestring;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('8b1b0df40025e34bf5bdc3951584807c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-Werror
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:25:35
  Author: felixonmars
Revision: 214756

upgpkg: haskell-uri-bytestring 0.2.3.1-1

rebuild with uri-bytestring,0.2.3.1

Modified:
  haskell-uri-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 03:04:58 UTC (rev 214755)
+++ PKGBUILD2017-03-04 03:25:35 UTC (rev 214756)
@@ -3,7 +3,7 @@
 
 _hkgname=uri-bytestring
 pkgname=haskell-uri-bytestring
-pkgver=0.2.3.0
+pkgver=0.2.3.1
 pkgrel=1
 pkgdesc="Haskell URI parsing as ByteStrings"
 url="https://github.com/Soostone/uri-bytestring;
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-blaze-builder' 
'haskell-th-lift-instances')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('a2181e5a10b295766c6b4bb4b24bb28f')
+md5sums=('8b1b0df40025e34bf5bdc3951584807c')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:03:43
  Author: felixonmars
Revision: 214751

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

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

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

Copied: hopenpgp-tools/repos/community-staging-i686/PKGBUILD (from rev 214750, 
hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 03:03:43 UTC (rev 214751)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=49
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "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")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--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"
+}

Copied: hopenpgp-tools/repos/community-staging-x86_64/PKGBUILD (from rev 
214750, hopenpgp-tools/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 03:03:43 UTC (rev 214751)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hopenpgp-tools
+pkgver=0.19.4
+pkgrel=49
+pkgdesc="hOpenPGP-based command-line tools"
+url="http://floss.scru.org/hopenpgp-tools;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib')
+makedepends=("ghc=8.0.1" "alex" "happy" "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")
+source=(https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('e656cd989833c6d318d5c44931ef5a8cd98bb0ebb4bab70a2d2f701091d0abd8')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--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)

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 03:03:22
  Author: felixonmars
Revision: 214750

upgpkg: hopenpgp-tools 0.19.4-49

rebuild with fgl,5.5.3.1

Modified:
  hopenpgp-tools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 02:58:16 UTC (rev 214749)
+++ PKGBUILD2017-03-04 03:03:22 UTC (rev 214750)
@@ -4,7 +4,7 @@
 
 pkgname=hopenpgp-tools
 pkgver=0.19.4
-pkgrel=48
+pkgrel=49
 pkgdesc="hOpenPGP-based command-line tools"
 url="http://floss.scru.org/hopenpgp-tools;
 license=("AGPL3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:57:55
  Author: felixonmars
Revision: 214748

upgpkg: darcs 2.12.5-9

rebuild with fgl,5.5.3.1

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 02:49:00 UTC (rev 214747)
+++ PKGBUILD2017-03-04 02:57:55 UTC (rev 214748)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.12.5
-pkgrel=8
+pkgrel=9
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:58:16
  Author: felixonmars
Revision: 214749

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

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

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

Copied: darcs/repos/community-staging-i686/PKGBUILD (from rev 214748, 
darcs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 02:58:16 UTC (rev 214749)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=9
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 "${pkgdir}/usr/share/man/man1/darcs.1"
+
+install -Dm644 contrib/darcs_completion 
"${pkgdir}/usr/share/bash-completion/completions/darcs"
+install -Dm644 contrib/_darcs.zsh 
"${pkgdir}/usr/share/zsh/site-functions/_darcs"
+}

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 214748, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 02:58:16 UTC (rev 214749)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.12.5
+pkgrel=9
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=8.0.1" "haskell-async" "haskell-attoparsec" 
"haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-fgl" 
"haskell-graphviz"
+ "haskell-hashable" "haskell-html" "haskell-http" "haskell-mmap" 
"haskell-mtl"
+ "haskell-network" "haskell-network-uri" "haskell-old-time" 
"haskell-parsec"
+ "haskell-sandi" "haskell-random" "haskell-regex-applicative"
+ "haskell-regex-compat-tdfa" "haskell-tar" "haskell-text"
+ "haskell-transformers-compat" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-vector" "haskell-zip-archive" "haskell-zlib")
+source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('355b04c85c27bca43c8c380212988d9c1e9a984b0b593ceb2884de4295063553')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -f-static -fterminfo -fthreaded -fexecutable \
+-f-rts -foptimize -f-warn-as-error -f-libiconv -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r "$pkgdir"/usr/{lib,share/doc}
+chmod 644 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:48:37
  Author: felixonmars
Revision: 214746

upgpkg: haskell-graphviz 2999.18.1.2-6

rebuild with fgl,5.5.3.1

Modified:
  haskell-graphviz/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 02:42:24 UTC (rev 214745)
+++ PKGBUILD2017-03-04 02:48:37 UTC (rev 214746)
@@ -5,7 +5,7 @@
 _hkgname=graphviz
 pkgname=haskell-graphviz
 pkgver=2999.18.1.2
-pkgrel=5
+pkgrel=6
 pkgdesc="Bindings to Graphviz for graph visualisation."
 url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:49:00
  Author: felixonmars
Revision: 214747

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

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

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

Copied: haskell-graphviz/repos/community-staging-i686/PKGBUILD (from rev 
214746, haskell-graphviz/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 02:49:00 UTC (rev 214747)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=graphviz
+pkgname=haskell-graphviz
+pkgver=2999.18.1.2
+pkgrel=6
+pkgdesc="Bindings to Graphviz for graph visualisation."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-colour" "haskell-dlist" "haskell-fgl" 
"haskell-polyparse"
+ "haskell-temporary" "haskell-text" "haskell-wl-pprint-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b08c2026d3810c15f6ad49a07fd7b879978d958fa477b369b719ec00741c85fc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-parsing
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: haskell-graphviz/repos/community-staging-x86_64/PKGBUILD (from rev 
214746, haskell-graphviz/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 02:49:00 UTC (rev 214747)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=graphviz
+pkgname=haskell-graphviz
+pkgver=2999.18.1.2
+pkgrel=6
+pkgdesc="Bindings to Graphviz for graph visualisation."
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-colour" "haskell-dlist" "haskell-fgl" 
"haskell-polyparse"
+ "haskell-temporary" "haskell-text" "haskell-wl-pprint-text")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('b08c2026d3810c15f6ad49a07fd7b879978d958fa477b369b719ec00741c85fc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-test-parsing
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:42:07
  Author: felixonmars
Revision: 214744

upgpkg: python-phonenumbers 8.3.2-1

Modified:
  python-phonenumbers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 02:40:18 UTC (rev 214743)
+++ PKGBUILD2017-03-04 02:42:07 UTC (rev 214744)
@@ -3,7 +3,7 @@
 
 pkgname=python-phonenumbers
 pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=8.3.1
+pkgver=8.3.2
 pkgrel=1
 pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
 arch=('any')


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:42:24
  Author: felixonmars
Revision: 214745

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |   96 ++---
 1 file changed, 48 insertions(+), 48 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-04 02:42:07 UTC (rev 214744)
+++ PKGBUILD2017-03-04 02:42:24 UTC (rev 214745)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=python-phonenumbers
-pkgname=(python-phonenumbers python2-phonenumbers)
-pkgver=8.3.1
-pkgrel=1
-pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
-arch=('any')
-url="https://github.com/daviddrysdale/python-phonenumbers;
-license=('Apache')
-makedepends=("python-setuptools" "python2-setuptools" "git")
-source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a python-phonenumbers{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-phonenumbers
-  python setup.py build
-
-  cd "$srcdir"/python-phonenumbers-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/python-phonenumbers
-  python setup.py test
-
-  cd "$srcdir"/python-phonenumbers-py2
-  python2 setup.py test
-}
-
-package_python-phonenumbers() {
-  depends=('python')
-
-  cd python-phonenumbers
-  python setup.py install -O1 --root "$pkgdir"
-}
-
-package_python2-phonenumbers() {
-  depends=('python2')
-
-  cd python-phonenumbers-py2
-  python2 setup.py install -O1 --root "$pkgdir"
-}

Copied: python-phonenumbers/repos/community-any/PKGBUILD (from rev 214744, 
python-phonenumbers/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-04 02:42:24 UTC (rev 214745)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=python-phonenumbers
+pkgname=(python-phonenumbers python2-phonenumbers)
+pkgver=8.3.2
+pkgrel=1
+pkgdesc="Python version of Google's common library for parsing, formatting, 
storing and validating international phone numbers"
+arch=('any')
+url="https://github.com/daviddrysdale/python-phonenumbers;
+license=('Apache')
+makedepends=("python-setuptools" "python2-setuptools" "git")
+source=("git+https://github.com/daviddrysdale/python-phonenumbers.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a python-phonenumbers{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-phonenumbers
+  python setup.py build
+
+  cd "$srcdir"/python-phonenumbers-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/python-phonenumbers
+  python setup.py test
+
+  cd "$srcdir"/python-phonenumbers-py2
+  python2 setup.py test
+}
+
+package_python-phonenumbers() {
+  depends=('python')
+
+  cd python-phonenumbers
+  python setup.py install -O1 --root "$pkgdir"
+}
+
+package_python2-phonenumbers() {
+  depends=('python2')
+
+  cd python-phonenumbers-py2
+  python2 setup.py install -O1 --root "$pkgdir"
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:40:18
  Author: felixonmars
Revision: 214743

archrelease: copy trunk to community-any

Added:
  ruby-bundler/repos/community-any/PKGBUILD
(from rev 214742, ruby-bundler/trunk/PKGBUILD)
Deleted:
  ruby-bundler/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-04 02:40:02 UTC (rev 214742)
+++ PKGBUILD2017-03-04 02:40:18 UTC (rev 214743)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Jonne Haß 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Anatol Pomozov 
-# Contributor: Alexsandr Pavlov 
-
-pkgname=ruby-bundler
-_gemname=${pkgname#ruby-}
-pkgver=1.14.5
-pkgrel=1
-pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
-arch=('any')
-url='http://bundler.io'
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=("$_gemname-$pkgver.gem")
-sha256sums=('7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518')
-
-package() {
-  cd "$srcdir"
-
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
- -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
-}

Copied: ruby-bundler/repos/community-any/PKGBUILD (from rev 214742, 
ruby-bundler/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-04 02:40:18 UTC (rev 214743)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Jonne Haß 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Anatol Pomozov 
+# Contributor: Alexsandr Pavlov 
+
+pkgname=ruby-bundler
+_gemname=${pkgname#ruby-}
+pkgver=1.14.6
+pkgrel=1
+pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
+arch=('any')
+url='http://bundler.io'
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=("$_gemname-$pkgver.gem")
+sha256sums=('f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40')
+
+package() {
+  cd "$srcdir"
+
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  HOME="/tmp" GEM_HOME="$_gemdir" GEM_PATH="$_gemdir" gem install 
--no-user-install --ignore-dependencies \
+ -i "$pkgdir/$_gemdir" -n "$pkgdir/usr/bin" "$_gemname-$pkgver.gem"
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE.md" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE.md"
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:40:02
  Author: felixonmars
Revision: 214742

upgpkg: ruby-bundler 1.14.6-1

Modified:
  ruby-bundler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 02:39:45 UTC (rev 214741)
+++ PKGBUILD2017-03-04 02:40:02 UTC (rev 214742)
@@ -7,7 +7,7 @@
 
 pkgname=ruby-bundler
 _gemname=${pkgname#ruby-}
-pkgver=1.14.5
+pkgver=1.14.6
 pkgrel=1
 pkgdesc="Manages an application's dependencies through its entire life, across 
many machines, systematically and repeatably."
 arch=('any')
@@ -17,7 +17,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=("$_gemname-$pkgver.gem")
-sha256sums=('7118d31f5ed7d6c8f9b767d511f6be9a48e257a816cebd702416a6afacd16518')
+sha256sums=('f431206d5e89e803b7cf0dd232683eaec769ec168707e9b3d8297dba35137d40')
 
 package() {
   cd "$srcdir"


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:39:45
  Author: felixonmars
Revision: 214741

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

Added:
  ruby-ffi/repos/community-i686/PKGBUILD
(from rev 214740, ruby-ffi/trunk/PKGBUILD)
  ruby-ffi/repos/community-x86_64/PKGBUILD
(from rev 214740, ruby-ffi/trunk/PKGBUILD)
Deleted:
  ruby-ffi/repos/community-i686/PKGBUILD
  ruby-ffi/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-04 02:39:15 UTC (rev 214740)
+++ community-i686/PKGBUILD 2017-03-04 02:39:45 UTC (rev 214741)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Artem Vorotnikov 
-
-_gemname=ffi
-pkgname=ruby-$_gemname
-pkgver=1.9.17
-pkgrel=1
-pkgdesc='Ruby FFI'
-arch=('i686' 'x86_64')
-url='http://wiki.github.com/ffi/ffi'
-license=('BSD')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=($_gemname-$pkgver.gem)
-sha256sums=('479ff46dcfd8eda62f1bab5564ba4d5d76372a4764c06f9593bad97a48f6161e')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ruby-ffi/repos/community-i686/PKGBUILD (from rev 214740, 
ruby-ffi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-04 02:39:45 UTC (rev 214741)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Artem Vorotnikov 
+
+_gemname=ffi
+pkgname=ruby-$_gemname
+pkgver=1.9.18
+pkgrel=1
+pkgdesc='Ruby FFI'
+arch=('i686' 'x86_64')
+url='http://wiki.github.com/ffi/ffi'
+license=('BSD')
+depends=('ruby')
+options=('!emptydirs')
+source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
+noextract=($_gemname-$pkgver.gem)
+sha256sums=('a0df16d6a369a3306dd257adcb2ddef673e91b9740d0c5f77a98fde3ba288e0c')
+
+package() {
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
+  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-04 02:39:15 UTC (rev 214740)
+++ community-x86_64/PKGBUILD   2017-03-04 02:39:45 UTC (rev 214741)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Artem Vorotnikov 
-
-_gemname=ffi
-pkgname=ruby-$_gemname
-pkgver=1.9.17
-pkgrel=1
-pkgdesc='Ruby FFI'
-arch=('i686' 'x86_64')
-url='http://wiki.github.com/ffi/ffi'
-license=('BSD')
-depends=('ruby')
-options=('!emptydirs')
-source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
-noextract=($_gemname-$pkgver.gem)
-sha256sums=('479ff46dcfd8eda62f1bab5564ba4d5d76372a4764c06f9593bad97a48f6161e')
-
-package() {
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i "$pkgdir/$_gemdir" -n 
"$pkgdir/usr/bin" $_gemname-$pkgver.gem
-  rm "$pkgdir/$_gemdir/cache/$_gemname-$pkgver.gem"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/COPYING" 
"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  install -D -m644 "$pkgdir/$_gemdir/gems/$_gemname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: ruby-ffi/repos/community-x86_64/PKGBUILD (from rev 214740, 
ruby-ffi/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-04 02:39:45 UTC (rev 214741)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Artem Vorotnikov 
+
+_gemname=ffi
+pkgname=ruby-$_gemname
+pkgver=1.9.18

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:39:15
  Author: felixonmars
Revision: 214740

upgpkg: ruby-ffi 1.9.18-1

Modified:
  ruby-ffi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 02:38:52 UTC (rev 214739)
+++ PKGBUILD2017-03-04 02:39:15 UTC (rev 214740)
@@ -5,7 +5,7 @@
 
 _gemname=ffi
 pkgname=ruby-$_gemname
-pkgver=1.9.17
+pkgver=1.9.18
 pkgrel=1
 pkgdesc='Ruby FFI'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
 options=('!emptydirs')
 source=("https://rubygems.org/downloads/$_gemname-$pkgver.gem;)
 noextract=($_gemname-$pkgver.gem)
-sha256sums=('479ff46dcfd8eda62f1bab5564ba4d5d76372a4764c06f9593bad97a48f6161e')
+sha256sums=('a0df16d6a369a3306dd257adcb2ddef673e91b9740d0c5f77a98fde3ba288e0c')
 
 package() {
   local _gemdir="$(ruby -e'puts Gem.default_dir')"


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:38:30
  Author: felixonmars
Revision: 214738

upgpkg: haskell-fgl 5.5.3.1-1

rebuild with fgl,5.5.3.1

Modified:
  haskell-fgl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 02:38:00 UTC (rev 214737)
+++ PKGBUILD2017-03-04 02:38:30 UTC (rev 214738)
@@ -4,15 +4,15 @@
 
 _hkgname=fgl
 pkgname=haskell-fgl
-pkgver=5.5.3.0
+pkgver=5.5.3.1
 pkgrel=1
 pkgdesc="Martin Erwig's Functional Graph Library"
-url="http://hackage.haskell.org/package/${_hkgname};
+url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('d70cd8e2694311fae0b44fe0d1b342c95706ceffd3be66767e9027dfa5597e39')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dea97201d22c55b57a38b8f5a1ff272be8ba83db3824ab0f1232c60b8dcc2e4c')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:38:52
  Author: felixonmars
Revision: 214739

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

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

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

Copied: haskell-fgl/repos/community-staging-i686/PKGBUILD (from rev 214738, 
haskell-fgl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 02:38:52 UTC (rev 214739)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fgl
+pkgname=haskell-fgl
+pkgver=5.5.3.1
+pkgrel=1
+pkgdesc="Martin Erwig's Functional Graph Library"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dea97201d22c55b57a38b8f5a1ff272be8ba83db3824ab0f1232c60b8dcc2e4c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcontainers042
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-fgl/repos/community-staging-x86_64/PKGBUILD (from rev 214738, 
haskell-fgl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 02:38:52 UTC (rev 214739)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fgl
+pkgname=haskell-fgl
+pkgver=5.5.3.1
+pkgrel=1
+pkgdesc="Martin Erwig's Functional Graph Library"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('dea97201d22c55b57a38b8f5a1ff272be8ba83db3824ab0f1232c60b8dcc2e4c')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fcontainers042
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:38:00
  Author: felixonmars
Revision: 214737

archrelease: copy trunk to community-any

Added:
  uglify-js/repos/community-any/PKGBUILD
(from rev 214736, uglify-js/trunk/PKGBUILD)
  uglify-js/repos/community-any/uglify-js.install
(from rev 214736, uglify-js/trunk/uglify-js.install)
Deleted:
  uglify-js/repos/community-any/PKGBUILD
  uglify-js/repos/community-any/uglify-js.install

---+
 PKGBUILD  |   58 ++--
 uglify-js.install |   16 +++---
 2 files changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-04 02:37:44 UTC (rev 214736)
+++ PKGBUILD2017-03-04 02:38:00 UTC (rev 214737)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Nagy 
-
-pkgname=uglify-js
-pkgver=2.8.4
-pkgrel=1
-pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
-arch=('any')
-url='http://lisperator.net/uglifyjs'
-license=('BSD')
-depends=('nodejs')
-makedepends=('npm')
-install=${pkgname}.install
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('55b1c15d892c9185afa81bc156578e98')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
-
-  # Fix npm derp
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-}
-
-# vim:set ts=2 sw=2 et:

Copied: uglify-js/repos/community-any/PKGBUILD (from rev 214736, 
uglify-js/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-04 02:38:00 UTC (rev 214737)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+pkgname=uglify-js
+pkgver=2.8.5
+pkgrel=1
+pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
+arch=('any')
+url='http://lisperator.net/uglifyjs'
+license=('BSD')
+depends=('nodejs')
+makedepends=('npm')
+install=${pkgname}.install
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('64d1798de48df96694ce9b70c00ea541')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
+  ln -s "../../../lib/node_modules/uglify-js/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+
+  # Fix npm derp
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: uglify-js.install
===
--- uglify-js.install   2017-03-04 02:37:44 UTC (rev 214736)
+++ uglify-js.install   2017-03-04 02:38:00 UTC (rev 214737)
@@ -1,8 +0,0 @@
-post_install() {
-  # fixup permissions
-  chmod 755 /usr/lib/node_modules
-}
-
-post_upgrade() {
-  post_install
-}

Copied: uglify-js/repos/community-any/uglify-js.install (from rev 214736, 
uglify-js/trunk/uglify-js.install)
===
--- uglify-js.install   (rev 0)
+++ uglify-js.install   2017-03-04 02:38:00 UTC (rev 214737)
@@ -0,0 +1,8 @@
+post_install() {
+  # fixup permissions
+  chmod 755 /usr/lib/node_modules
+}
+
+post_upgrade() {
+  post_install
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:37:44
  Author: felixonmars
Revision: 214736

upgpkg: uglify-js 2.8.5-1

Modified:
  uglify-js/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 02:33:39 UTC (rev 214735)
+++ PKGBUILD2017-03-04 02:37:44 UTC (rev 214736)
@@ -3,7 +3,7 @@
 # Contributor: Daniel Nagy 
 
 pkgname=uglify-js
-pkgver=2.8.4
+pkgver=2.8.5
 pkgrel=1
 pkgdesc="JavaScript parser, mangler/compressor and beautifier toolkit"
 arch=('any')
@@ -14,7 +14,7 @@
 install=${pkgname}.install
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('55b1c15d892c9185afa81bc156578e98')
+md5sums=('64d1798de48df96694ce9b70c00ea541')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:33:46
  Author: felixonmars
Revision: 289955

upgpkg: python-setuptools 1:34.3.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 23:09:07 UTC (rev 289954)
+++ PKGBUILD2017-03-04 02:33:46 UTC (rev 289955)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.3.0
+pkgver=34.3.1
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"


[arch-commits] Commit in python-setuptools/repos/extra-any (PKGBUILD PKGBUILD)

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:34:03
  Author: felixonmars
Revision: 289956

archrelease: copy trunk to extra-any

Added:
  python-setuptools/repos/extra-any/PKGBUILD
(from rev 289955, python-setuptools/trunk/PKGBUILD)
Deleted:
  python-setuptools/repos/extra-any/PKGBUILD

--+
 PKGBUILD |  166 ++---
 1 file changed, 83 insertions(+), 83 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-04 02:33:46 UTC (rev 289955)
+++ PKGBUILD2017-03-04 02:34:03 UTC (rev 289956)
@@ -1,83 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=34.3.0
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools;
-makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
- 'python2-pip' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
-  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
-source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  # Don't download and install deps
-  sed -i '/pip.main(args)/d' setuptools/bootstrap.py
-
-  # Remove post-release tag since we are using stable tags
-  sed -e '/tag_build = .post/d' \
-  -e '/tag_date = 1/d' \
-  -i setuptools/setup.cfg
-
-  cp -a setuptools{,-py2}
-
-  cd "$srcdir"/setuptools
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "$srcdir"/setuptools-py2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
-
-  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
-}
-
-build() {
-  cd "$srcdir"/setuptools
-  python bootstrap.py
-  python setup.py build
-
-  cd "$srcdir"/setuptools-py2
-  python2 bootstrap.py
-  python2 setup.py build
-}
-
-check() { (
-  # Workaround UTF-8 tests by setting LC_CTYPE
-  export LC_CTYPE=en_US.UTF-8
-
-  # https://github.com/pypa/setuptools/pull/810
-  export PYTHONDONTWRITEBYTECODE=1
-
-  cd "$srcdir"/setuptools
-  python setup.py pytest
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py pytest
-)}
-
-package_python-setuptools() {
-  depends=('python-packaging' 'python-appdirs')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "$srcdir"/setuptools
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-}
-
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-appdirs')
-  provides=('python2-distribute')
-  replaces=('python2-distribute')
-
-  cd "$srcdir"/setuptools-py2
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  rm "$pkgdir"/usr/bin/easy_install
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 289955, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-04 02:34:03 UTC (rev 289956)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=34.3.1
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools;
+makedepends=('python-packaging' 'python2-packaging' 'python-appdirs' 
'python2-appdirs' 'python-pip'
+ 'python2-pip' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 
'python-pytest-flake8'
+  'python2-pytest-flake8' 'python2-backports.unittest_mock' 'git')
+source=("git+https://github.com/pypa/setuptools.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  # Don't download and install deps
+  sed -i '/pip.main(args)/d' setuptools/bootstrap.py
+
+  # Remove post-release tag since we are using stable tags
+  sed -e '/tag_build = .post/d' \
+  -e '/tag_date = 1/d' \
+  -i setuptools/setup.cfg
+
+  cp -a setuptools{,-py2}
+
+  cd "$srcdir"/setuptools
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "$srcdir"/setuptools-py2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+  sed -i -e "s|'pip'|'pip2'|" 
setuptools/tests/{test_develop.py,test_namespaces.py}
+
+  export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
+}
+
+build() {
+  cd 

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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:33:39
  Author: felixonmars
Revision: 214735

archrelease: copy trunk to community-any

Added:
  eslint/repos/community-any/PKGBUILD
(from rev 214734, eslint/trunk/PKGBUILD)
Deleted:
  eslint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-04 02:33:22 UTC (rev 214734)
+++ PKGBUILD2017-03-04 02:33:39 UTC (rev 214735)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=eslint
-pkgver=3.16.1
-pkgrel=1
-pkgdesc='An AST-based pattern checker for JavaScript'
-arch=('any')
-url='http://eslint.org'
-license=('MIT')
-depends=('nodejs' 'acorn')
-makedepends=('npm')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-md5sums=('2457c975a5a71dacf84121844eb75ff0')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
-  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-
-  # Experimental dedup
-  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
-  for dep in acorn; do
-rm -r $dep;
-npm link $dep;
-  done
-}

Copied: eslint/repos/community-any/PKGBUILD (from rev 214734, 
eslint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-04 02:33:39 UTC (rev 214735)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=eslint
+pkgver=3.17.0
+pkgrel=1
+pkgdesc='An AST-based pattern checker for JavaScript'
+arch=('any')
+url='http://eslint.org'
+license=('MIT')
+depends=('nodejs' 'acorn')
+makedepends=('npm')
+source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
+noextract=($pkgname-$pkgver.tgz)
+md5sums=('c27f8c7f39677969d4fd2a9edb105c79')
+
+package() {
+  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
+  rm -r "$pkgdir"/usr/etc
+
+  # Fix permissions
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
+
+  install -dm755 "${pkgdir}/usr/share/licenses/${pkgname}"
+  ln -s ../../../lib/node_modules/eslint/LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  # Experimental dedup
+  cd "$pkgdir"/usr/lib/node_modules/$pkgname/node_modules
+  for dep in acorn; do
+rm -r $dep;
+npm link $dep;
+  done
+}


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

2017-03-03 Thread Felix Yan
Date: Saturday, March 4, 2017 @ 02:33:22
  Author: felixonmars
Revision: 214734

upgpkg: eslint 3.17.0-1

Modified:
  eslint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 01:47:14 UTC (rev 214733)
+++ PKGBUILD2017-03-04 02:33:22 UTC (rev 214734)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=eslint
-pkgver=3.16.1
+pkgver=3.17.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('npm')
 source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
 noextract=($pkgname-$pkgver.tgz)
-md5sums=('2457c975a5a71dacf84121844eb75ff0')
+md5sums=('c27f8c7f39677969d4fd2a9edb105c79')
 
 package() {
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz


[arch-commits] Commit in python-sphinx_rtd_theme/repos/community-any (3 files)

2017-03-03 Thread Johannes Löthberg
Date: Saturday, March 4, 2017 @ 01:47:14
  Author: demize
Revision: 214733

archrelease: copy trunk to community-any

Added:
  python-sphinx_rtd_theme/repos/community-any/PKGBUILD
(from rev 214732, python-sphinx_rtd_theme/trunk/PKGBUILD)
Deleted:
  
python-sphinx_rtd_theme/repos/community-any/0001-Add-missing-SOURCELINK_SUFFIX.patch
  python-sphinx_rtd_theme/repos/community-any/PKGBUILD

--+
 0001-Add-missing-SOURCELINK_SUFFIX.patch |   46 --
 PKGBUILD |   90 ++---
 2 files changed, 45 insertions(+), 91 deletions(-)

Deleted: 0001-Add-missing-SOURCELINK_SUFFIX.patch
===
--- 0001-Add-missing-SOURCELINK_SUFFIX.patch2017-03-04 01:47:05 UTC (rev 
214732)
+++ 0001-Add-missing-SOURCELINK_SUFFIX.patch2017-03-04 01:47:14 UTC (rev 
214733)
@@ -1,46 +0,0 @@
-From 5b5c74bcfbe19a699ac5559551216a516c8e1aa2 Mon Sep 17 00:00:00 2001
-From: Mikkel Oscar Lyderik Larsen 
-Date: Thu, 8 Dec 2016 23:33:21 +0100
-Subject: [PATCH] Add missing SOURCELINK_SUFFIX
-
-Adds DOCUMENTATION_OPTIONS.SOURCELINK_SUFFIX which is expected by the
-searchtools.js
-
-Related sphinx commit:
-https://github.com/sphinx-doc/sphinx/commit/71dd8bfbf94417ad55b2444e1dbd219db266f335

- sphinx_rtd_theme/layout.html | 3 ++-
- sphinx_rtd_theme/layout_old.html | 3 ++-
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/sphinx_rtd_theme/layout.html b/sphinx_rtd_theme/layout.html
-index 44978c9..ca63b80 100644
 a/sphinx_rtd_theme/layout.html
-+++ b/sphinx_rtd_theme/layout.html
-@@ -167,7 +167,8 @@
- VERSION:'{{ release|e }}',
- COLLAPSE_INDEX:false,
- FILE_SUFFIX:'{{ '' if no_search_suffix else file_suffix }}',
--HAS_SOURCE:  {{ has_source|lower }}
-+HAS_SOURCE:  {{ has_source|lower }},
-+SOURCELINK_SUFFIX: '{{ sourcelink_suffix }}'
- };
- 
- {%- for scriptfile in script_files %}
-diff --git a/sphinx_rtd_theme/layout_old.html 
b/sphinx_rtd_theme/layout_old.html
-index deb8df2..f0dc2af 100644
 a/sphinx_rtd_theme/layout_old.html
-+++ b/sphinx_rtd_theme/layout_old.html
-@@ -91,7 +91,8 @@
- VERSION: '{{ release|e }}',
- COLLAPSE_INDEX: false,
- FILE_SUFFIX: '{{ '' if no_search_suffix else file_suffix }}',
--HAS_SOURCE:  {{ has_source|lower }}
-+HAS_SOURCE:  {{ has_source|lower }},
-+SOURCELINK_SUFFIX: '{{ sourcelink_suffix }}'
-   };
- 
- {%- for scriptfile in script_files %}
--- 
-2.12.0
-

Deleted: PKGBUILD
===
--- PKGBUILD2017-03-04 01:47:05 UTC (rev 214732)
+++ PKGBUILD2017-03-04 01:47:14 UTC (rev 214733)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: eolianoe 
-# Contributor: Romain Schmitz 
-
-pkgbase=python-sphinx_rtd_theme
-pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
-pkgver=0.2.0
-pkgrel=1
-
-pkgdesc="Python Sphinx Read The Docs Theme"
-url='https://github.com/snide/sphinx_rtd_theme'
-arch=('any')
-license=('MIT')
-
-makedepends=('python-setuptools' 'python2-setuptools')
-
-source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
-
-sha256sums=('ecdcb87cbed7c4cc3ff5fbf44a3afe2fb4cbc4eb8e4751cea3564832d225bd3b')
-
-build() {
-  cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2
-
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/sphinx_rtd_theme-$pkgver-py2
-  python2 setup.py build
-}
-
-package_python-sphinx_rtd_theme() {
-  cd sphinx_rtd_theme-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-sphinx_rtd_theme() {
-  cd sphinx_rtd_theme-${pkgver}-py2 
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: python-sphinx_rtd_theme/repos/community-any/PKGBUILD (from rev 214732, 
python-sphinx_rtd_theme/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-03-04 01:47:14 UTC (rev 214733)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: eolianoe 
+# Contributor: Romain Schmitz 
+
+pkgbase=python-sphinx_rtd_theme
+pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
+pkgver=0.2.2
+pkgrel=1
+
+pkgdesc="Python Sphinx Read The Docs Theme"
+url='https://github.com/snide/sphinx_rtd_theme'
+arch=('any')
+license=('MIT')
+
+makedepends=('python-setuptools' 'python2-setuptools')
+
+source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
+

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

2017-03-03 Thread Johannes Löthberg
Date: Saturday, March 4, 2017 @ 01:47:05
  Author: demize
Revision: 214732

upgpkg: python-sphinx_rtd_theme 0.2.2-1

Modified:
  python-sphinx_rtd_theme/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 00:38:38 UTC (rev 214731)
+++ PKGBUILD2017-03-04 01:47:05 UTC (rev 214732)
@@ -5,7 +5,7 @@
 
 pkgbase=python-sphinx_rtd_theme
 pkgname=('python-sphinx_rtd_theme' 'python2-sphinx_rtd_theme')
-pkgver=0.2.0
+pkgver=0.2.2
 pkgrel=1
 
 pkgdesc="Python Sphinx Read The Docs Theme"
@@ -17,7 +17,7 @@
 
 
source=("https://pypi.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-$pkgver.tar.gz;)
 
-sha256sums=('ecdcb87cbed7c4cc3ff5fbf44a3afe2fb4cbc4eb8e4751cea3564832d225bd3b')
+sha256sums=('0b038fa8e6214eb1502cd39452744bd4503452a077e206aef60ff6ebfee9808c')
 
 build() {
   cp -r sphinx_rtd_theme-$pkgver sphinx_rtd_theme-$pkgver-py2


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

2017-03-03 Thread Antonio Rojas
Date: Saturday, March 4, 2017 @ 00:38:38
  Author: arojas
Revision: 214731

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

Added:
  gpac/repos/community-staging-i686/
  gpac/repos/community-staging-i686/PKGBUILD
(from rev 214730, gpac/trunk/PKGBUILD)
  gpac/repos/community-staging-i686/gpac-ffmpeg3.patch
(from rev 214730, gpac/trunk/gpac-ffmpeg3.patch)
  gpac/repos/community-staging-i686/gpac-openssl-1.1.patch
(from rev 214730, gpac/trunk/gpac-openssl-1.1.patch)
  gpac/repos/community-staging-x86_64/
  gpac/repos/community-staging-x86_64/PKGBUILD
(from rev 214730, gpac/trunk/PKGBUILD)
  gpac/repos/community-staging-x86_64/gpac-ffmpeg3.patch
(from rev 214730, gpac/trunk/gpac-ffmpeg3.patch)
  gpac/repos/community-staging-x86_64/gpac-openssl-1.1.patch
(from rev 214730, gpac/trunk/gpac-openssl-1.1.patch)

-+
 community-staging-i686/PKGBUILD |   49 ++
 community-staging-i686/gpac-ffmpeg3.patch   |  438 ++
 community-staging-i686/gpac-openssl-1.1.patch   |   11 
 community-staging-x86_64/PKGBUILD   |   49 ++
 community-staging-x86_64/gpac-ffmpeg3.patch |  438 ++
 community-staging-x86_64/gpac-openssl-1.1.patch |   11 
 6 files changed, 996 insertions(+)

Copied: gpac/repos/community-staging-i686/PKGBUILD (from rev 214730, 
gpac/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 00:38:38 UTC (rev 214731)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+# Maintainer: Maxime Gauduin 
+
+pkgname=gpac
+pkgver=0.6.1
+pkgrel=2
+epoch=1
+pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
+arch=('i686' 'x86_64')
+url='https://gpac.wp.mines-telecom.fr/'
+license=('LGPL')
+depends=('ffmpeg' 'glu' 'libxv')
+makedepends=('git' 'jack' 'a52dec' 'freetype2' 'faad2' 'libmad' 'mesa' 'sdl2')
+optdepends=('jack: for jack support'
+'a52dec: for A52 support'
+'faad2: for AAC support'
+'libmad: for mp3 support'
+'sdl2: for sdl support')
+provides=('libgpac.so')
+options=('staticlibs' '!makeflags')
+source=("gpac-${pkgver}.tar.gz::https://github.com/gpac/gpac/archive/v${pkgver}.tar.gz;
 gpac-openssl-1.1.patch)
+sha256sums=('67d1ac8f8b3e74da0e4e38ea926dc15bca6e9941e8f366e3538abcf13c103c09'
+'3a8b7b51192424df5aee3bf11a0207c9374aabcfba4db90522af2e3bbc37bbbe')
+
+prepare() {
+  cd gpac-${pkgver}
+  # fix build with openssl 1.1 (rpmfusion)
+  patch -p1 -i ../gpac-openssl-1.1.patch
+}
+
+build() {
+  cd gpac-${pkgver}
+
+  ./configure \
+--prefix='/usr' \
+--mandir='/usr/share/man' \
+--X11-path='/usr' \
+--use-js='no'
+  make
+}
+
+package() {
+  cd gpac-${pkgver}
+
+  make DESTDIR="${pkgdir}" install install-lib
+}
+
+# vim: ts=2 sw=2 et:

Copied: gpac/repos/community-staging-i686/gpac-ffmpeg3.patch (from rev 214730, 
gpac/trunk/gpac-ffmpeg3.patch)
===
--- community-staging-i686/gpac-ffmpeg3.patch   (rev 0)
+++ community-staging-i686/gpac-ffmpeg3.patch   2017-03-04 00:38:38 UTC (rev 
214731)
@@ -0,0 +1,438 @@
+Index: gpac-0.5.2/modules/ffmpeg_in/ffmpeg_decode.c
+===
+--- gpac-0.5.2.orig/modules/ffmpeg_in/ffmpeg_decode.c
 gpac-0.5.2/modules/ffmpeg_in/ffmpeg_decode.c
+@@ -102,7 +102,7 @@ static void FFDEC_LoadDSI(FFDec *ffd, GF
+   }
+ 
+   switch (codec->id) {
+-  case CODEC_ID_SVQ3:
++  case AV_CODEC_ID_SVQ3:
+   {
+   u32 at_type, size;
+   size = gf_bs_read_u32(bs);
+@@ -240,10 +240,10 @@ static GF_Err FFDEC_AttachStream(GF_Base
+   (*ctx)->codec_type = AVMEDIA_TYPE_VIDEO;
+   switch (ffd->oti) {
+   case GPAC_OTI_VIDEO_MPEG4_PART2:
+-  codec_id = CODEC_ID_MPEG4;
++  codec_id = AV_CODEC_ID_MPEG4;
+   break;
+   case GPAC_OTI_VIDEO_AVC:
+-  codec_id = CODEC_ID_H264;
++  codec_id = AV_CODEC_ID_H264;
+   break;
+ #ifdef HAS_HEVC
+   case GPAC_OTI_VIDEO_HEVC:
+@@ -257,14 +257,14 @@ static GF_Err FFDEC_AttachStream(GF_Base
+   case GPAC_OTI_VIDEO_MPEG2_SPATIAL:
+   case GPAC_OTI_VIDEO_MPEG2_HIGH:
+   case GPAC_OTI_VIDEO_MPEG2_422:
+-  codec_id = CODEC_ID_MPEG2VIDEO;
++  codec_id = AV_CODEC_ID_MPEG2VIDEO;
+   break;
+   case GPAC_OTI_IMAGE_JPEG:
+-  

[arch-commits] Commit in gpac/trunk (PKGBUILD gpac-openssl-1.1.patch)

2017-03-03 Thread Antonio Rojas
Date: Saturday, March 4, 2017 @ 00:38:07
  Author: arojas
Revision: 214730

openssl 1.1 rebuild

Added:
  gpac/trunk/gpac-openssl-1.1.patch
Modified:
  gpac/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 gpac-openssl-1.1.patch |   11 +++
 2 files changed, 21 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 00:29:08 UTC (rev 214729)
+++ PKGBUILD2017-03-04 00:38:07 UTC (rev 214730)
@@ -4,7 +4,7 @@
 
 pkgname=gpac
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc='A multimedia framework based on the MPEG-4 Systems standard'
 arch=('i686' 'x86_64')
@@ -19,9 +19,16 @@
 'sdl2: for sdl support')
 provides=('libgpac.so')
 options=('staticlibs' '!makeflags')
-source=("gpac-${pkgver}.tar.gz::https://github.com/gpac/gpac/archive/v${pkgver}.tar.gz;)
-sha256sums=('67d1ac8f8b3e74da0e4e38ea926dc15bca6e9941e8f366e3538abcf13c103c09')
+source=("gpac-${pkgver}.tar.gz::https://github.com/gpac/gpac/archive/v${pkgver}.tar.gz;
 gpac-openssl-1.1.patch)
+sha256sums=('67d1ac8f8b3e74da0e4e38ea926dc15bca6e9941e8f366e3538abcf13c103c09'
+'3a8b7b51192424df5aee3bf11a0207c9374aabcfba4db90522af2e3bbc37bbbe')
 
+prepare() {
+  cd gpac-${pkgver}
+  # fix build with openssl 1.1 (rpmfusion)
+  patch -p1 -i ../gpac-openssl-1.1.patch
+}
+
 build() {
   cd gpac-${pkgver}
 

Added: gpac-openssl-1.1.patch
===
--- gpac-openssl-1.1.patch  (rev 0)
+++ gpac-openssl-1.1.patch  2017-03-04 00:38:07 UTC (rev 214730)
@@ -0,0 +1,11 @@
+--- a/src/utils/downloader.c
 b/src/utils/downloader.c
+@@ -391,7 +391,6 @@
+   }
+   SSL_library_init();
+   SSL_load_error_strings();
+-  SSLeay_add_all_algorithms();
+   SSLeay_add_ssl_algorithms();
+   _ssl_is_initialized = GF_TRUE;
+   GF_LOG(GF_LOG_DEBUG, GF_LOG_NETWORK, ("[HTTPS] Initalization of SSL 
library complete.\n"));
+


[arch-commits] Commit in gnokii/repos (12 files)

2017-03-03 Thread Antonio Rojas
Date: Saturday, March 4, 2017 @ 00:29:08
  Author: arojas
Revision: 214729

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

Added:
  gnokii/repos/community-staging-i686/
  gnokii/repos/community-staging-i686/PKGBUILD
(from rev 214728, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-staging-i686/gnokii-config.patch
(from rev 214728, gnokii/trunk/gnokii-config.patch)
  gnokii/repos/community-staging-i686/gnokii-gcc5.patch
(from rev 214728, gnokii/trunk/gnokii-gcc5.patch)
  gnokii/repos/community-staging-i686/gnokii-lock.patch
(from rev 214728, gnokii/trunk/gnokii-lock.patch)
  gnokii/repos/community-staging-i686/gnokii.install
(from rev 214728, gnokii/trunk/gnokii.install)
  gnokii/repos/community-staging-x86_64/
  gnokii/repos/community-staging-x86_64/PKGBUILD
(from rev 214728, gnokii/trunk/PKGBUILD)
  gnokii/repos/community-staging-x86_64/gnokii-config.patch
(from rev 214728, gnokii/trunk/gnokii-config.patch)
  gnokii/repos/community-staging-x86_64/gnokii-gcc5.patch
(from rev 214728, gnokii/trunk/gnokii-gcc5.patch)
  gnokii/repos/community-staging-x86_64/gnokii-lock.patch
(from rev 214728, gnokii/trunk/gnokii-lock.patch)
  gnokii/repos/community-staging-x86_64/gnokii.install
(from rev 214728, gnokii/trunk/gnokii.install)

--+
 community-staging-i686/PKGBUILD  |   72 +
 community-staging-i686/gnokii-config.patch   |   12 
 community-staging-i686/gnokii-gcc5.patch |   27 +
 community-staging-i686/gnokii-lock.patch |   15 +
 community-staging-i686/gnokii.install|3 +
 community-staging-x86_64/PKGBUILD|   72 +
 community-staging-x86_64/gnokii-config.patch |   12 
 community-staging-x86_64/gnokii-gcc5.patch   |   27 +
 community-staging-x86_64/gnokii-lock.patch   |   15 +
 community-staging-x86_64/gnokii.install  |3 +
 10 files changed, 258 insertions(+)

Copied: gnokii/repos/community-staging-i686/PKGBUILD (from rev 214728, 
gnokii/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 00:29:08 UTC (rev 214729)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Balló György 
+# Contributor: Andrea Scarpino 
+# Contributor: Roman Kyrylych 
+# Contributor: Aurelien Foret 
+
+pkgname=gnokii
+pkgver=0.6.31
+pkgrel=12
+pkgdesc="Tools and user space driver for use with mobile phones"
+arch=('i686' 'x86_64')
+url="http://www.gnokii.org/;
+license=('GPL')
+depends=('libusb-compat' 'libxpm' 'bluez-libs' 'libical' 'sqlite' 'systemd')
+makedepends=('gtk2' 'libmariadbclient' 'postgresql-libs' 'intltool')
+optdepends=('dialog: sendsms tool'
+'gtk2: xgnokii GUI'
+'libmariadbclient: smsd mysql backend'
+'postgresql-libs: smsd postgresql backend')
+backup=('etc/gnokiirc')
+install=$pkgname.install
+source=("https://www.gnokii.org/download/$pkgname/$pkgname-$pkgver.tar.bz2;
+'gnokii-config.patch'
+'gnokii-lock.patch'
+   'gnokii-gcc5.patch')
+md5sums=('d9627f4a1152d3ea7806df4532850d5f'
+ 'b2961b52ac1f770c4704ccc50b64fde2'
+ '17b629db85a6bb2b98ca59941aa95295'
+ '5bcf2dadd31a826d1f80b53bb37d9bd0')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Set bindir location
+  patch -Np1 -i "$srcdir/gnokii-config.patch"
+
+  # Set lock path
+  patch -Np1 -i "$srcdir/gnokii-lock.patch"
+
+  # Fix build with GCC 5 (Fedora patch)
+  patch -Np1 -i "$srcdir/gnokii-gcc5.patch"
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin \
+  --enable-security
+  make
+  pushd xgnokii
+  make
+  popd
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  pushd xgnokii
+  make DESTDIR="$pkgdir" install
+  popd
+
+  # Install initial config file
+  install -Dm644 Docs/sample/gnokiirc "$pkgdir/etc/gnokiirc"
+
+  # Fix file permission
+  chmod 755 "$pkgdir/usr/bin/sendsms"
+
+  # Setup lock directory
+  install -dm755 "$pkgdir"/usr/lib/{sysusers,tmpfiles}.d
+  echo 'g lock - - -' > "$pkgdir/usr/lib/sysusers.d/$pkgname.conf"
+  echo 'd /run/lock/lockdev 0775 root lock -' > 
"$pkgdir/usr/lib/tmpfiles.d/$pkgname.conf"
+}

Copied: gnokii/repos/community-staging-i686/gnokii-config.patch (from rev 
214728, gnokii/trunk/gnokii-config.patch)
===
--- community-staging-i686/gnokii-config.patch  (rev 0)
+++ community-staging-i686/gnokii-config.patch  2017-03-04 00:29:08 UTC (rev 
214729)
@@ -0,0 +1,12 @@
+diff -Nura gnokii-0.6.31.orig/Docs/sample/gnokiirc 
gnokii-0.6.31/Docs/sample/gnokiirc
+--- gnokii-0.6.31.orig/Docs/sample/gnokiirc

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

2017-03-03 Thread Antonio Rojas
Date: Saturday, March 4, 2017 @ 00:28:19
  Author: arojas
Revision: 214728

openssl 1.1 rebuild

Modified:
  gnokii/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 00:26:20 UTC (rev 214727)
+++ PKGBUILD2017-03-04 00:28:19 UTC (rev 214728)
@@ -6,7 +6,7 @@
 
 pkgname=gnokii
 pkgver=0.6.31
-pkgrel=11
+pkgrel=12
 pkgdesc="Tools and user space driver for use with mobile phones"
 arch=('i686' 'x86_64')
 url="http://www.gnokii.org/;


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

2017-03-03 Thread Antonio Rojas
Date: Saturday, March 4, 2017 @ 00:26:20
  Author: arojas
Revision: 214727

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

Added:
  gkrellm/repos/community-staging-i686/
  gkrellm/repos/community-staging-i686/PKGBUILD
(from rev 214726, gkrellm/trunk/PKGBUILD)
  gkrellm/repos/community-staging-i686/gkrellm.service
(from rev 214726, gkrellm/trunk/gkrellm.service)
  gkrellm/repos/community-staging-x86_64/
  gkrellm/repos/community-staging-x86_64/PKGBUILD
(from rev 214726, gkrellm/trunk/PKGBUILD)
  gkrellm/repos/community-staging-x86_64/gkrellm.service
(from rev 214726, gkrellm/trunk/gkrellm.service)

--+
 community-staging-i686/PKGBUILD  |   37 +
 community-staging-i686/gkrellm.service   |   11 
 community-staging-x86_64/PKGBUILD|   37 +
 community-staging-x86_64/gkrellm.service |   11 
 4 files changed, 96 insertions(+)

Copied: gkrellm/repos/community-staging-i686/PKGBUILD (from rev 214726, 
gkrellm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 00:26:20 UTC (rev 214727)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: dorphell 
+# Contributor: Matt Smith (Majik) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jozef Riha 
+# Contributor: Alexander Rødseth 
+
+pkgname=gkrellm
+pkgver=2.3.10
+pkgrel=2
+pkgdesc="System monitor package for GTK2"
+arch=('x86_64' 'i686')
+url="http://gkrellm.srcbox.net/;
+license=('GPL3')
+depends=('gtk2' 'libsm' 'lm_sensors')
+makedepends=('gettext')
+backup=('etc/gkrellmd.conf')
+source=("${url}/releases/${pkgname}-${pkgver}.tar.bz2"
+"gkrellm.service")
+sha256sums=('8b9ec8baadcd5830c6aff04ba86dc9ed317a15c1c3787440bd1e680fb2fcd766'
+'2829931127632d0391f6749024809594b78c138fe4f03c98cd65fdbd47cea376')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make LOCALEDIR=/usr/share/locale
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 "server/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf"
+  install -Dm644 "../gkrellm.service" 
"$pkgdir/usr/lib/systemd/system/gkrellm.service"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gkrellm/repos/community-staging-i686/gkrellm.service (from rev 214726, 
gkrellm/trunk/gkrellm.service)
===
--- community-staging-i686/gkrellm.service  (rev 0)
+++ community-staging-i686/gkrellm.service  2017-03-04 00:26:20 UTC (rev 
214727)
@@ -0,0 +1,11 @@
+[Unit]
+Description=GNU Krell Monitors server
+After=network.target
+# If hddtemp is added to the dependencies in the PKGBUILD, then use
+#After=network.target hddtemp.service
+
+[Service]
+ExecStart=/usr/bin/gkrellmd
+
+[Install]
+WantedBy=multi-user.target

Copied: gkrellm/repos/community-staging-x86_64/PKGBUILD (from rev 214726, 
gkrellm/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-04 00:26:20 UTC (rev 214727)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: dorphell 
+# Contributor: Matt Smith (Majik) 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Jozef Riha 
+# Contributor: Alexander Rødseth 
+
+pkgname=gkrellm
+pkgver=2.3.10
+pkgrel=2
+pkgdesc="System monitor package for GTK2"
+arch=('x86_64' 'i686')
+url="http://gkrellm.srcbox.net/;
+license=('GPL3')
+depends=('gtk2' 'libsm' 'lm_sensors')
+makedepends=('gettext')
+backup=('etc/gkrellmd.conf')
+source=("${url}/releases/${pkgname}-${pkgver}.tar.bz2"
+"gkrellm.service")
+sha256sums=('8b9ec8baadcd5830c6aff04ba86dc9ed317a15c1c3787440bd1e680fb2fcd766'
+'2829931127632d0391f6749024809594b78c138fe4f03c98cd65fdbd47cea376')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make LOCALEDIR=/usr/share/locale
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" PREFIX=/usr install
+  install -Dm644 "server/gkrellmd.conf" "$pkgdir/etc/gkrellmd.conf"
+  install -Dm644 "../gkrellm.service" 
"$pkgdir/usr/lib/systemd/system/gkrellm.service"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gkrellm/repos/community-staging-x86_64/gkrellm.service (from rev 
214726, gkrellm/trunk/gkrellm.service)
===
--- community-staging-x86_64/gkrellm.service(rev 0)
+++ community-staging-x86_64/gkrellm.service2017-03-04 00:26:20 UTC (rev 
214727)
@@ -0,0 +1,11 @@
+[Unit]

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

2017-03-03 Thread Antonio Rojas
Date: Saturday, March 4, 2017 @ 00:25:26
  Author: arojas
Revision: 214726

openssl 1.1 rebuild

Modified:
  gkrellm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 00:12:18 UTC (rev 214725)
+++ PKGBUILD2017-03-04 00:25:26 UTC (rev 214726)
@@ -7,10 +7,10 @@
 
 pkgname=gkrellm
 pkgver=2.3.10
-pkgrel=1
+pkgrel=2
 pkgdesc="System monitor package for GTK2"
 arch=('x86_64' 'i686')
-url="https://gkrellm.srcbox.net/;
+url="http://gkrellm.srcbox.net/;
 license=('GPL3')
 depends=('gtk2' 'libsm' 'lm_sensors')
 makedepends=('gettext')


[arch-commits] Commit in gearmand/repos (10 files)

2017-03-03 Thread Antonio Rojas
Date: Saturday, March 4, 2017 @ 00:12:18
  Author: arojas
Revision: 214725

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

Added:
  gearmand/repos/community-staging-i686/
  gearmand/repos/community-staging-i686/PKGBUILD
(from rev 214724, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-i686/gearmand.conf
(from rev 214724, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-i686/gearmand.service
(from rev 214724, gearmand/trunk/gearmand.service)
  gearmand/repos/community-staging-i686/user.conf
(from rev 214724, gearmand/trunk/user.conf)
  gearmand/repos/community-staging-x86_64/
  gearmand/repos/community-staging-x86_64/PKGBUILD
(from rev 214724, gearmand/trunk/PKGBUILD)
  gearmand/repos/community-staging-x86_64/gearmand.conf
(from rev 214724, gearmand/trunk/gearmand.conf)
  gearmand/repos/community-staging-x86_64/gearmand.service
(from rev 214724, gearmand/trunk/gearmand.service)
  gearmand/repos/community-staging-x86_64/user.conf
(from rev 214724, gearmand/trunk/user.conf)

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-i686/gearmand.conf  |1 
 community-staging-i686/gearmand.service   |   12 ++
 community-staging-i686/user.conf  |1 
 community-staging-x86_64/PKGBUILD |   52 
 community-staging-x86_64/gearmand.conf|1 
 community-staging-x86_64/gearmand.service |   12 ++
 community-staging-x86_64/user.conf|1 
 8 files changed, 132 insertions(+)

Copied: gearmand/repos/community-staging-i686/PKGBUILD (from rev 214724, 
gearmand/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 00:12:18 UTC (rev 214725)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+# Contributor: Lev Lybin 
+# Contributor: Vadym Abramchuk 
+# Contributor: John Gerritse 
+
+pkgname=gearmand
+pkgver=1.1.12
+pkgrel=18
+pkgdesc="Distributed job queue server."
+arch=('i686' 'x86_64')
+depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')
+makedepends=('boost' 'gperf' 'python-sphinx')
+conflicts=('gearman')
+replaces=('gearman')
+provides=("gearman=$pkgver")
+url="http://gearman.org/;
+license=('CUSTOM')
+backup=('etc/gearmand.conf')
+source=(https://launchpad.net/$pkgname/1.2/$pkgver/+download/$pkgname-$pkgver.tar.gz
+gearmand.service
+gearmand.conf
+user.conf)
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+  export LDFLAGS="$LDFLAGS -lboost_system"
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/run \
+--disable-static \
+--enable-ssl
+  make
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING
+
+  cd "$srcdir"
+  install -Dm644 gearmand.service 
"$pkgdir"/usr/lib/systemd/system/gearmand.service
+  install -Dm644 gearmand.conf "$pkgdir"/etc/gearmand.conf
+   install -Dm644 user.conf "$pkgdir"/usr/lib/sysusers.d/gearmand.conf
+}
+
+sha256sums=('973d7a3523141a84c7b757c6f243febbc89a3631e919b532c056c814d8738acb'
+'dee38ad4e614969047253b8c4996b8cdf33c981b0df215b6627356fd4cbafa33'
+'6c14fdcd94105338e13bdd59dbed4f9b77430a517b2c125ac2e6d3bc43bdf506'
+'02f11878d7c32039385586e527006f5cbb08444007f6c72a012e8acd8a855aef')

Copied: gearmand/repos/community-staging-i686/gearmand.conf (from rev 214724, 
gearmand/trunk/gearmand.conf)
===
--- community-staging-i686/gearmand.conf(rev 0)
+++ community-staging-i686/gearmand.conf2017-03-04 00:12:18 UTC (rev 
214725)
@@ -0,0 +1 @@
+--syslog --log-file stderr

Copied: gearmand/repos/community-staging-i686/gearmand.service (from rev 
214724, gearmand/trunk/gearmand.service)
===
--- community-staging-i686/gearmand.service (rev 0)
+++ community-staging-i686/gearmand.service 2017-03-04 00:12:18 UTC (rev 
214725)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Gearmand distributed job system
+After=syslog.target network.target
+
+[Service]
+User=gearmand
+Type=forking
+ExecStart=/usr/bin/gearmand -d
+Restart=on-failure
+
+[Install]
+WantedBy=multi-user.target

Copied: gearmand/repos/community-staging-i686/user.conf (from rev 214724, 
gearmand/trunk/user.conf)
===
--- community-staging-i686/user.conf(rev 0)
+++ community-staging-i686/user.conf

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

2017-03-03 Thread Antonio Rojas
Date: Saturday, March 4, 2017 @ 00:11:43
  Author: arojas
Revision: 214724

openssl 1.1 rebuild

Modified:
  gearmand/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-04 00:00:20 UTC (rev 214723)
+++ PKGBUILD2017-03-04 00:11:43 UTC (rev 214724)
@@ -6,7 +6,7 @@
 
 pkgname=gearmand
 pkgver=1.1.12
-pkgrel=17
+pkgrel=18
 pkgdesc="Distributed job queue server."
 arch=('i686' 'x86_64')
 depends=('libevent' 'boost-libs' 'libmariadbclient' 'postgresql-libs' 'sqlite' 
'hiredis')


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

2017-03-03 Thread Antonio Rojas
Date: Saturday, March 4, 2017 @ 00:00:20
  Author: arojas
Revision: 214723

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

Added:
  gambas3/repos/community-staging-i686/
  gambas3/repos/community-staging-i686/PKGBUILD
(from rev 214722, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-i686/prefer-qt5.patch
(from rev 214722, gambas3/trunk/prefer-qt5.patch)
  gambas3/repos/community-staging-x86_64/
  gambas3/repos/community-staging-x86_64/PKGBUILD
(from rev 214722, gambas3/trunk/PKGBUILD)
  gambas3/repos/community-staging-x86_64/prefer-qt5.patch
(from rev 214722, gambas3/trunk/prefer-qt5.patch)

---+
 community-staging-i686/PKGBUILD   | 1145 
 community-staging-i686/prefer-qt5.patch   |   57 +
 community-staging-x86_64/PKGBUILD | 1145 
 community-staging-x86_64/prefer-qt5.patch |   57 +
 4 files changed, 2404 insertions(+)

Copied: gambas3/repos/community-staging-i686/PKGBUILD (from rev 214722, 
gambas3/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-04 00:00:20 UTC (rev 214723)
@@ -0,0 +1,1145 @@
+# $Id$
+# Maintainer: Laurent Carlier 
+# Contributor : sebikul 
+
+pkgbase=gambas3
+pkgname=('gambas3-gb-args' 'gambas3-gb-cairo' 'gambas3-gb-chart' 
'gambas3-gb-clipper' 'gambas3-gb-complex' 'gambas3-gb-compress' 
'gambas3-gb-crypt' 'gambas3-gb-dbus'
+ 'gambas3-gb-data' 'gambas3-gb-db-form' 'gambas3-gb-db-mysql' 
'gambas3-gb-db-odbc' 'gambas3-gb-db-postgresql' 'gambas3-gb-db-sqlite2' 
'gambas3-gb-db-sqlite3' 'gambas3-gb-db' 
+ 'gambas3-gb-desktop-gnome' 'gambas3-gb-desktop-x11' 
'gambas3-gb-desktop' 'gambas3-gb-eval-highlight' 'gambas3-gb-httpd' 
'gambas3-gb-form-dialog' 'gambas3-gb-form-mdi' 'gambas3-gb-form-terminal'  
+ 'gambas3-gb-form-stock' 'gambas3-gb-form-editor' 'gambas3-gb-form' 
'gambas3-gb-gmp' 'gambas3-gb-gsl' 'gambas3-gb-gtk-opengl' 'gambas3-gb-gtk' 
'gambas3-gb-gtk3' 'gambas3-gb-image-effect'
+ 'gambas3-gb-image-imlib' 'gambas3-gb-image-io' 'gambas3-gb-image' 
'gambas3-gb-inotify' 'gambas3-gb-libxml' 'gambas3-gb-logging' 'gambas3-gb-map' 
'gambas3-gb-markdown'
+ 'gambas3-gb-media-form' 'gambas3-gb-media' 'gambas3-gb-memcached' 
'gambas3-gb-mime' 'gambas3-gb-mysql' 'gambas3-gb-ncurses' 'gambas3-gb-net-curl' 
'gambas3-gb-net-pop3'
+ 'gambas3-gb-net-smtp' 'gambas3-gb-net' 'gambas3-gb-openal' 
'gambas3-gb-opengl-glu' 'gambas3-gb-opengl-glsl' 'gambas3-gb-opengl-sge' 
'gambas3-gb-opengl'
+ 'gambas3-gb-option' 'gambas3-gb-pcre' 'gambas3-gb-pdf' 
'gambas3-gb-qt4-ext' 'gambas3-gb-qt4'
+ 'gambas3-gb-qt5-opengl' 'gambas3-gb-qt5-webkit' 'gambas3-gb-qt5' 
'gambas3-gb-openssl' 'gambas3-gb-report' 'gambas3-gb-scanner'
+ 'gambas3-gb-sdl2-audio' 'gambas3-gb-sdl2' 'gambas3-gb-sdl-sound' 
'gambas3-gb-sdl' 'gambas3-gb-settings' 'gambas3-gb-signal' 
+ 'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
+ 'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
+pkgver=3.9.2
+pkgrel=3
+pkgdesc="A free development environment based on a Basic interpreter."
+arch=('i686' 'x86_64')
+url="http://gambas.sourceforge.net/;
+license=('GPL2')
+groups=('gambas3')
+makedepends=('intltool' 'mariadb' 'postgresql' 'libffi' 'bzip2' 'glib2' 
'v4l-utils'
+ 'zlib' 'mesa' 'glew' 'xdg-utils' 'gtk2' 'imlib2' 'gdk-pixbuf2' 'gtk3'
+ 'postgresql-libs' 'libmariadbclient' 'unixodbc' 'sqlite2' 'sqlite' 
'librsvg'
+ 'curl' 'poppler-glib' 'sdl_mixer' 'sdl_ttf' 'sdl2_mixer' 'sdl2_image' 
'sdl2_ttf' 'libxtst'
+ 'pcre' 'qt4' 'qt5-webkit' 'qt5-x11extras' 'qt5-svg' 'libxcursor' 
'libsm' 'dbus' 'libxml2'
+ 'libxslt' 'libgnome-keyring' 'gsl' 'gst-plugins-base-libs' 'alure' 
'gtkglext' 'ncurses'
+'gmime')
+options=('!emptydirs' 'libtool')
+source=("http://downloads.sourceforge.net/gambas/${pkgbase}-${pkgver}.tar.bz2;
+'prefer-qt5.patch')
+md5sums=('e7775977ed25f944468904553d67b8f1'
+ '71131eb16bbdf27bf6d329f089602cf7')
+
+create_dirs() {
+  install -dm755 ${pkgdir}/usr/lib/gambas3
+  install -dm755 ${pkgdir}/usr/share/gambas3/info/control
+}
+
+prepare() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  # Prefer Qt5 over Qt4 for the IDE (Qt4 will not work due to the QtWebkit 
removal)
+  patch -Np1 -i ../prefer-qt5.patch
+  ./reconf-all
+}
+
+build() {
+  cd ${srcdir}/${pkgbase}-${pkgver}
+
+  ./configure --prefix=/usr
+
+  make bindir=${pkgdir}/usr/bin
+  
+  mkdir -p ${srcdir}/fakeinstall
+  make -j1 XDG_UTILS='' DESTDIR=${srcdir}/fakeinstall install
+}
+
+package_gambas3-gb-args() {
+  

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

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 23:59:25
  Author: arojas
Revision: 214722

openssl 1.1 rebuild

Modified:
  gambas3/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 23:41:08 UTC (rev 214721)
+++ PKGBUILD2017-03-03 23:59:25 UTC (rev 214722)
@@ -16,7 +16,7 @@
  'gambas3-gb-util-web' 'gambas3-gb-util' 'gambas3-gb-v4l' 
'gambas3-gb-vb' 'gambas3-gb-xml-html' 'gambas3-gb-xml-rpc' 
'gambas3-gb-xml-xslt' 'gambas3-gb-xml'
  'gambas3-gb-web-form' 'gambas3-gb-web'  'gambas3-runtime' 
'gambas3-devel' 'gambas3-ide' 'gambas3-script')
 pkgver=3.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A free development environment based on a Basic interpreter."
 arch=('i686' 'x86_64')
 url="http://gambas.sourceforge.net/;


[arch-commits] Commit in freeradius/repos (12 files)

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 23:41:08
  Author: arojas
Revision: 214721

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

Added:
  freeradius/repos/community-staging-i686/
  freeradius/repos/community-staging-i686/PKGBUILD
(from rev 214720, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-staging-i686/freeradius-openssl-1.1.patch
(from rev 214720, freeradius/trunk/freeradius-openssl-1.1.patch)
  freeradius/repos/community-staging-i686/freeradius.install
(from rev 214720, freeradius/trunk/freeradius.install)
  freeradius/repos/community-staging-i686/freeradius.service
(from rev 214720, freeradius/trunk/freeradius.service)
  freeradius/repos/community-staging-i686/freeradius.tmpfiles
(from rev 214720, freeradius/trunk/freeradius.tmpfiles)
  freeradius/repos/community-staging-x86_64/
  freeradius/repos/community-staging-x86_64/PKGBUILD
(from rev 214720, freeradius/trunk/PKGBUILD)
  freeradius/repos/community-staging-x86_64/freeradius-openssl-1.1.patch
(from rev 214720, freeradius/trunk/freeradius-openssl-1.1.patch)
  freeradius/repos/community-staging-x86_64/freeradius.install
(from rev 214720, freeradius/trunk/freeradius.install)
  freeradius/repos/community-staging-x86_64/freeradius.service
(from rev 214720, freeradius/trunk/freeradius.service)
  freeradius/repos/community-staging-x86_64/freeradius.tmpfiles
(from rev 214720, freeradius/trunk/freeradius.tmpfiles)

---+
 community-staging-i686/PKGBUILD   |   63 
 community-staging-i686/freeradius-openssl-1.1.patch   | 6284 
 community-staging-i686/freeradius.install |   16 
 community-staging-i686/freeradius.service |   15 
 community-staging-i686/freeradius.tmpfiles|1 
 community-staging-x86_64/PKGBUILD |   63 
 community-staging-x86_64/freeradius-openssl-1.1.patch | 6284 
 community-staging-x86_64/freeradius.install   |   16 
 community-staging-x86_64/freeradius.service   |   15 
 community-staging-x86_64/freeradius.tmpfiles  |1 
 10 files changed, 12758 insertions(+)

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


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

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 23:25:01
  Author: arojas
Revision: 214717

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

Added:
  encfs/repos/community-staging-i686/
  encfs/repos/community-staging-i686/PKGBUILD
(from rev 214716, encfs/trunk/PKGBUILD)
  encfs/repos/community-staging-i686/encfs-openssl-1.1.patch
(from rev 214716, encfs/trunk/encfs-openssl-1.1.patch)
  encfs/repos/community-staging-x86_64/
  encfs/repos/community-staging-x86_64/PKGBUILD
(from rev 214716, encfs/trunk/PKGBUILD)
  encfs/repos/community-staging-x86_64/encfs-openssl-1.1.patch
(from rev 214716, encfs/trunk/encfs-openssl-1.1.patch)

--+
 community-staging-i686/PKGBUILD  |   56 +++
 community-staging-i686/encfs-openssl-1.1.patch   |  350 +
 community-staging-x86_64/PKGBUILD|   56 +++
 community-staging-x86_64/encfs-openssl-1.1.patch |  350 +
 4 files changed, 812 insertions(+)

Copied: encfs/repos/community-staging-i686/PKGBUILD (from rev 214716, 
encfs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-03 23:25:01 UTC (rev 214717)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Andrea Scarpino 
+# Contributor: Jaroslaw Swierczynski 
+# Contributor: Sven Kauber, 
+# Contributor: Daniel J Griffiths 
+
+pkgname=encfs
+pkgver=1.9.1
+pkgrel=4
+pkgdesc='Encrypted filesystem in user-space'
+arch=('i686' 'x86_64')
+url='https://vgough.github.io/encfs/'
+license=('LGPL')
+depends=('openssl' 'fuse2' 'tinyxml2')
+makedepends=('cmake')
+source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc}
 encfs-openssl-1.1.patch)
+validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
+sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4'
+'SKIP'
+'2ffc0bbde3aed0c86b5d64865108b0538503ec0ccc9a7a3c1a0156cec4ebc937')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # fix build with openssl 1.1 (Debian)
+  patch -p1 -i ../encfs-openssl-1.1.patch
+}
+
+build() {
+  cd "${srcdir}"
+
+  mkdir build
+  cd build
+
+  cmake ../$pkgname-$pkgver \
+  -DUSE_INTERNAL_TINYXML=OFF \
+  -DINSTALL_LIBENCFS=ON \
+  -DBUILD_SHARED_LIBS=ON \
+  -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+check() {
+  cd "${srcdir}"/build
+
+  make test
+}
+
+package() {
+  cd "${srcdir}"/build
+
+  make DESTDIR="${pkgdir}" install
+ 
+# FS#51802
+  chmod +x "${pkgdir}"/usr/bin/encfssh
+}

Copied: encfs/repos/community-staging-i686/encfs-openssl-1.1.patch (from rev 
214716, encfs/trunk/encfs-openssl-1.1.patch)
===
--- community-staging-i686/encfs-openssl-1.1.patch  
(rev 0)
+++ community-staging-i686/encfs-openssl-1.1.patch  2017-03-03 23:25:01 UTC 
(rev 214717)
@@ -0,0 +1,350 @@
+diff --git a/encfs/SSL_Cipher.cpp b/encfs/SSL_Cipher.cpp
+index e9ba424..4d14755 100644
+--- a/encfs/SSL_Cipher.cpp
 b/encfs/SSL_Cipher.cpp
+@@ -36,6 +36,7 @@
+ #include "Interface.h"
+ #include "Mutex.h"
+ #include "Range.h"
++#include "SSL_Compat.h"
+ #include "SSL_Cipher.h"
+ #include "intl/gettext.h"
+ 
+@@ -74,19 +75,19 @@ int BytesToKey(int keyLen, int ivLen, const EVP_MD *md,
+   int nkey = key ? keyLen : 0;
+   int niv = iv ? ivLen : 0;
+ 
+-  EVP_MD_CTX cx;
+-  EVP_MD_CTX_init();
++  EVP_MD_CTX *cx = EVP_MD_CTX_new();
++  EVP_MD_CTX_init(cx);
+ 
+   for (;;) {
+-EVP_DigestInit_ex(, md, NULL);
+-if (addmd++) EVP_DigestUpdate(, mdBuf, mds);
+-EVP_DigestUpdate(, data, dataLen);
+-EVP_DigestFinal_ex(, mdBuf, );
++EVP_DigestInit_ex(cx, md, NULL);
++if (addmd++) EVP_DigestUpdate(cx, mdBuf, mds);
++EVP_DigestUpdate(cx, data, dataLen);
++EVP_DigestFinal_ex(cx, mdBuf, );
+ 
+ for (unsigned int i = 1; i < rounds; ++i) {
+-  EVP_DigestInit_ex(, md, NULL);
+-  EVP_DigestUpdate(, mdBuf, mds);
+-  EVP_DigestFinal_ex(, mdBuf, );
++  EVP_DigestInit_ex(cx, md, NULL);
++  EVP_DigestUpdate(cx, mdBuf, mds);
++  EVP_DigestFinal_ex(cx, mdBuf, );
+ }
+ 
+ int offset = 0;
+@@ -106,7 +107,7 @@ int BytesToKey(int keyLen, int ivLen, const EVP_MD *md,
+ }
+ if ((nkey == 0) && (niv == 0)) break;
+   }
+-  EVP_MD_CTX_cleanup();
++  EVP_MD_CTX_free(cx);
+   OPENSSL_cleanse(mdBuf, sizeof(mdBuf));
+ 
+   return keyLen;
+@@ -229,12 +230,12 @@ class SSLKey : public AbstractCipherKey {
+   // followed by iv of _ivLength bytes,
+   unsigned char *buffer;
+ 
+-  EVP_CIPHER_CTX block_enc;
+-  EVP_CIPHER_CTX block_dec;
+-  EVP_CIPHER_CTX stream_enc;
+-  EVP_CIPHER_CTX stream_dec;
++  

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

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 23:27:01
  Author: arojas
Revision: 214719

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

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

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

Copied: epic4/repos/community-staging-i686/PKGBUILD (from rev 214718, 
epic4/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-03 23:27:01 UTC (rev 214719)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Mateusz Herych 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+# Contributor: Chris Brannon 
+
+pkgname=epic4
+pkgver=2.10.5
+pkgrel=4
+pkgdesc="It's a new direction in ircII development"
+arch=('i686' 'x86_64')
+url="http://www.epicsol.org/;
+license=('custom')
+depends=('openssl' 'ncurses' 'tcl' 'perl')
+options=('!emptydirs')
+source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
+sha256sums=('411b5811728276af490d431938ed5e5984b90b0949947998143f6a70375a379c')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+#to avoid build fail
+  unset CPPFLAGS
+ 
+  ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-ssl \
+   --with-ipv6 \
+   --with-perl \
+   --with-tcl
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix="${pkgdir}"/usr \
+   libexecdir="${pkgdir}"/usr/bin \
+   mandir="${pkgdir}"/usr/share/man install
+
+#license
+  install -D -m644 COPYRIGHT "${pkgdir}"/usr/share/licenses/$pkgname/COPYRIGHT
+}

Copied: epic4/repos/community-staging-x86_64/PKGBUILD (from rev 214718, 
epic4/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-03 23:27:01 UTC (rev 214719)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Mateusz Herych 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+# Contributor: Chris Brannon 
+
+pkgname=epic4
+pkgver=2.10.5
+pkgrel=4
+pkgdesc="It's a new direction in ircII development"
+arch=('i686' 'x86_64')
+url="http://www.epicsol.org/;
+license=('custom')
+depends=('openssl' 'ncurses' 'tcl' 'perl')
+options=('!emptydirs')
+source=(ftp://ftp.epicsol.org/pub/epic/EPIC4-PRODUCTION/$pkgname-$pkgver.tar.gz)
+sha256sums=('411b5811728276af490d431938ed5e5984b90b0949947998143f6a70375a379c')
+
+build() {
+ cd "${srcdir}"/$pkgname-$pkgver
+
+#to avoid build fail
+  unset CPPFLAGS
+ 
+  ./configure --prefix=/usr \
+   --mandir=/usr/share/man \
+   --with-ssl \
+   --with-ipv6 \
+   --with-perl \
+   --with-tcl
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make prefix="${pkgdir}"/usr \
+   libexecdir="${pkgdir}"/usr/bin \
+   mandir="${pkgdir}"/usr/share/man install
+
+#license
+  install -D -m644 COPYRIGHT "${pkgdir}"/usr/share/licenses/$pkgname/COPYRIGHT
+}


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

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 23:26:32
  Author: arojas
Revision: 214718

openssl 1.1 rebuild

Modified:
  epic4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 23:25:01 UTC (rev 214717)
+++ PKGBUILD2017-03-03 23:26:32 UTC (rev 214718)
@@ -7,7 +7,7 @@
 
 pkgname=epic4
 pkgver=2.10.5
-pkgrel=3
+pkgrel=4
 pkgdesc="It's a new direction in ircII development"
 arch=('i686' 'x86_64')
 url="http://www.epicsol.org/;


[arch-commits] Commit in encfs/trunk (PKGBUILD encfs-openssl-1.1.patch)

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 23:24:34
  Author: arojas
Revision: 214716

openssl 1.1 rebuild

Added:
  encfs/trunk/encfs-openssl-1.1.patch
Modified:
  encfs/trunk/PKGBUILD

-+
 PKGBUILD|   13 +
 encfs-openssl-1.1.patch |  350 ++
 2 files changed, 360 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 21:20:15 UTC (rev 214715)
+++ PKGBUILD2017-03-03 23:24:34 UTC (rev 214716)
@@ -7,7 +7,7 @@
 
 pkgname=encfs
 pkgver=1.9.1
-pkgrel=3
+pkgrel=4
 pkgdesc='Encrypted filesystem in user-space'
 arch=('i686' 'x86_64')
 url='https://vgough.github.io/encfs/'
@@ -14,11 +14,18 @@
 license=('LGPL')
 depends=('openssl' 'fuse2' 'tinyxml2')
 makedepends=('cmake')
-source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc})
+source=(https://github.com/vgough/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz{,.asc}
 encfs-openssl-1.1.patch)
 validpgpkeys=('E583187B2E26D6EF8BF4556333C65E29813C14DF') # Valient Gough
 sha256sums=('67203aeff7a06ce7be83df4948db296be89a00cffe1108a0a41c96d7481106a4'
-'SKIP')
+'SKIP'
+'2ffc0bbde3aed0c86b5d64865108b0538503ec0ccc9a7a3c1a0156cec4ebc937')
 
+prepare() {
+  cd $pkgname-$pkgver
+  # fix build with openssl 1.1 (Debian)
+  patch -p1 -i ../encfs-openssl-1.1.patch
+}
+
 build() {
   cd "${srcdir}"
 

Added: encfs-openssl-1.1.patch
===
--- encfs-openssl-1.1.patch (rev 0)
+++ encfs-openssl-1.1.patch 2017-03-03 23:24:34 UTC (rev 214716)
@@ -0,0 +1,350 @@
+diff --git a/encfs/SSL_Cipher.cpp b/encfs/SSL_Cipher.cpp
+index e9ba424..4d14755 100644
+--- a/encfs/SSL_Cipher.cpp
 b/encfs/SSL_Cipher.cpp
+@@ -36,6 +36,7 @@
+ #include "Interface.h"
+ #include "Mutex.h"
+ #include "Range.h"
++#include "SSL_Compat.h"
+ #include "SSL_Cipher.h"
+ #include "intl/gettext.h"
+ 
+@@ -74,19 +75,19 @@ int BytesToKey(int keyLen, int ivLen, const EVP_MD *md,
+   int nkey = key ? keyLen : 0;
+   int niv = iv ? ivLen : 0;
+ 
+-  EVP_MD_CTX cx;
+-  EVP_MD_CTX_init();
++  EVP_MD_CTX *cx = EVP_MD_CTX_new();
++  EVP_MD_CTX_init(cx);
+ 
+   for (;;) {
+-EVP_DigestInit_ex(, md, NULL);
+-if (addmd++) EVP_DigestUpdate(, mdBuf, mds);
+-EVP_DigestUpdate(, data, dataLen);
+-EVP_DigestFinal_ex(, mdBuf, );
++EVP_DigestInit_ex(cx, md, NULL);
++if (addmd++) EVP_DigestUpdate(cx, mdBuf, mds);
++EVP_DigestUpdate(cx, data, dataLen);
++EVP_DigestFinal_ex(cx, mdBuf, );
+ 
+ for (unsigned int i = 1; i < rounds; ++i) {
+-  EVP_DigestInit_ex(, md, NULL);
+-  EVP_DigestUpdate(, mdBuf, mds);
+-  EVP_DigestFinal_ex(, mdBuf, );
++  EVP_DigestInit_ex(cx, md, NULL);
++  EVP_DigestUpdate(cx, mdBuf, mds);
++  EVP_DigestFinal_ex(cx, mdBuf, );
+ }
+ 
+ int offset = 0;
+@@ -106,7 +107,7 @@ int BytesToKey(int keyLen, int ivLen, const EVP_MD *md,
+ }
+ if ((nkey == 0) && (niv == 0)) break;
+   }
+-  EVP_MD_CTX_cleanup();
++  EVP_MD_CTX_free(cx);
+   OPENSSL_cleanse(mdBuf, sizeof(mdBuf));
+ 
+   return keyLen;
+@@ -229,12 +230,12 @@ class SSLKey : public AbstractCipherKey {
+   // followed by iv of _ivLength bytes,
+   unsigned char *buffer;
+ 
+-  EVP_CIPHER_CTX block_enc;
+-  EVP_CIPHER_CTX block_dec;
+-  EVP_CIPHER_CTX stream_enc;
+-  EVP_CIPHER_CTX stream_dec;
++  EVP_CIPHER_CTX *block_enc;
++  EVP_CIPHER_CTX *block_dec;
++  EVP_CIPHER_CTX *stream_enc;
++  EVP_CIPHER_CTX *stream_dec;
+ 
+-  HMAC_CTX mac_ctx;
++  HMAC_CTX *mac_ctx;
+ 
+   SSLKey(int keySize, int ivLength);
+   ~SSLKey();
+@@ -251,11 +252,16 @@ SSLKey::SSLKey(int keySize_, int ivLength_) {
+   // kernel patch is applied..
+   mlock(buffer, keySize + ivLength);
+ 
+-  EVP_CIPHER_CTX_init(_enc);
+-  EVP_CIPHER_CTX_init(_dec);
+-  EVP_CIPHER_CTX_init(_enc);
+-  EVP_CIPHER_CTX_init(_dec);
+-  HMAC_CTX_init(_ctx);
++  block_enc = EVP_CIPHER_CTX_new();
++  EVP_CIPHER_CTX_init(block_enc);
++  block_dec = EVP_CIPHER_CTX_new();
++  EVP_CIPHER_CTX_init(block_dec);
++  stream_enc = EVP_CIPHER_CTX_new();
++  EVP_CIPHER_CTX_init(stream_enc);
++  stream_dec = EVP_CIPHER_CTX_new();
++  EVP_CIPHER_CTX_init(stream_dec);
++  mac_ctx = HMAC_CTX_new();
++  HMAC_CTX_reset(mac_ctx);
+ }
+ 
+ SSLKey::~SSLKey() {
+@@ -268,12 +274,11 @@ SSLKey::~SSLKey() {
+   ivLength = 0;
+   buffer = 0;
+ 
+-  EVP_CIPHER_CTX_cleanup(_enc);
+-  EVP_CIPHER_CTX_cleanup(_dec);
+-  EVP_CIPHER_CTX_cleanup(_enc);
+-  EVP_CIPHER_CTX_cleanup(_dec);
+-
+-  HMAC_CTX_cleanup(_ctx);
++  EVP_CIPHER_CTX_free(block_enc);
++  EVP_CIPHER_CTX_free(block_dec);
++  EVP_CIPHER_CTX_free(stream_enc);
++  EVP_CIPHER_CTX_free(stream_dec);
++  HMAC_CTX_free(mac_ctx);
+ 
+   pthread_mutex_destroy();
+ }
+@@ -290,27 +295,27 @@ void initKey(const std::shared_ptr , const 
EVP_CIPHER *_blockCipher,
+   Lock 

[arch-commits] Commit in gnupg/repos (12 files)

2017-03-03 Thread Gaëtan Bisson
Date: Friday, March 3, 2017 @ 23:09:07
  Author: bisson
Revision: 289954

db-move: moved gnupg from [testing] to [core] (i686, x86_64)

Added:
  gnupg/repos/core-i686/PKGBUILD
(from rev 289953, gnupg/repos/testing-i686/PKGBUILD)
  gnupg/repos/core-i686/install
(from rev 289953, gnupg/repos/testing-i686/install)
  gnupg/repos/core-x86_64/PKGBUILD
(from rev 289953, gnupg/repos/testing-x86_64/PKGBUILD)
  gnupg/repos/core-x86_64/install
(from rev 289953, gnupg/repos/testing-x86_64/install)
Deleted:
  gnupg/repos/core-i686/PKGBUILD
  gnupg/repos/core-i686/install
  gnupg/repos/core-i686/scd.patch
  gnupg/repos/core-x86_64/PKGBUILD
  gnupg/repos/core-x86_64/install
  gnupg/repos/core-x86_64/scd.patch
  gnupg/repos/testing-i686/
  gnupg/repos/testing-x86_64/

---+
 /PKGBUILD |  134 
 /install  |   20 +++
 core-i686/PKGBUILD|   70 -
 core-i686/install |   10 ---
 core-i686/scd.patch   |   97 --
 core-x86_64/PKGBUILD  |   70 -
 core-x86_64/install   |   10 ---
 core-x86_64/scd.patch |   97 --
 8 files changed, 154 insertions(+), 354 deletions(-)

Deleted: core-i686/PKGBUILD
===
--- core-i686/PKGBUILD  2017-03-03 21:44:45 UTC (rev 289953)
+++ core-i686/PKGBUILD  2017-03-03 23:09:07 UTC (rev 289954)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Tobias Powalowski 
-# Contributor: Andreas Radke 
-# Contributor: Judd Vinet 
-
-pkgname=gnupg
-pkgver=2.1.18
-pkgrel=2
-pkgdesc='Complete and free implementation of the OpenPGP standard'
-url='http://www.gnupg.org/'
-license=('GPL')
-arch=('i686' 'x86_64')
-optdepends=('libldap: gpg2keys_ldap'
-'libusb-compat: scdaemon')
-makedepends=('libldap' 'libusb-compat')
-depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
- 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
-validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
-  '46CC730865BB5C78EBABADCF04376F3EE0856959'
-  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
-  'D238EA65D64C67ED4C3073F28A861B1C7EFD60D9')
-source=("https://gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig}
-'scd.patch')
-sha1sums=('b698012cc2d77c2652afd168a15e679d1394fa89' 'SKIP'
-  '568f48e1048f1dac721dd4055447a93485f6b2b1')
-
-install=install
-
-conflicts=('dirmngr' 'gnupg2')
-provides=('dirmngr' "gnupg2=${pkgver}")
-replaces=('dirmngr' 'gnupg2')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed '/noinst_SCRIPTS = gpg-zip/c sbin_SCRIPTS += gpg-zip' -i 
tools/Makefile.in
-   patch -p1 -i ../scd.patch
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --sbindir=/usr/bin \
-   --libexecdir=/usr/lib/gnupg \
-   --enable-maintainer-mode \
-   --enable-symcryptrun \
-
-   make
-}
-
-check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make check || [[ $CARCH = i686 ]]
-   # 
https://lists.gnupg.org/pipermail/gnupg-devel/2016-December/032364.html
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   ln -s gpg2 "${pkgdir}"/usr/bin/gpg
-   ln -s gpgv2 "${pkgdir}"/usr/bin/gpgv
-   ln -s gpg2.1.gz "${pkgdir}"/usr/share/man/man1/gpg.1.gz
-
-   cd doc/examples/systemd-user
-   for i in *.*; do
-   install -Dm644 "$i" "${pkgdir}/usr/lib/systemd/user/$i"
-   done
-}

Copied: gnupg/repos/core-i686/PKGBUILD (from rev 289953, 
gnupg/repos/testing-i686/PKGBUILD)
===
--- core-i686/PKGBUILD  (rev 0)
+++ core-i686/PKGBUILD  2017-03-03 23:09:07 UTC (rev 289954)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Tobias Powalowski 
+# Contributor: Andreas Radke 
+# Contributor: Judd Vinet 
+
+pkgname=gnupg
+pkgver=2.1.19
+pkgrel=1
+pkgdesc='Complete and free implementation of the OpenPGP standard'
+url='http://www.gnupg.org/'
+license=('GPL')
+arch=('i686' 'x86_64')
+optdepends=('libldap: gpg2keys_ldap'
+'libusb-compat: scdaemon')
+makedepends=('libldap' 'libusb-compat')
+depends=('npth' 'libgpg-error' 'libgcrypt' 'libksba' 'libassuan'
+ 'pinentry' 'bzip2' 'readline' 'gnutls' 'sqlite')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6'
+  '46CC730865BB5C78EBABADCF04376F3EE0856959'
+  '031EC2536E580D8EA286A9F22071B08A33BD3F06'
+  

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

2017-03-03 Thread Gaëtan Bisson
Date: Friday, March 3, 2017 @ 21:44:45
  Author: bisson
Revision: 289953

use upstream branch

no idea how to get debian's gnulib stuff to work

Modified:
  mlocate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 21:33:19 UTC (rev 289952)
+++ PKGBUILD2017-03-03 21:44:45 UTC (rev 289953)
@@ -5,7 +5,7 @@
 
 pkgname=mlocate
 pkgver=0.26
-pkgrel=6
+pkgrel=5
 pkgdesc='Merging locate/updatedb implementation'
 url='https://anonscm.debian.org/cgit/collab-maint/mlocate.git'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 backup=('etc/updatedb.conf')
 depends=('glibc')
 makedepends=('git')
-_commit=375f2ebb15aa53ca149b4ec33fa9f5b27775809c #tag=debian/0.26-2
+_commit=596d4ad222328e8bae7a00cc489a9f862edc82fb #tag=upstream/0.26
 
source=("git+https://anonscm.debian.org/cgit/collab-maint/mlocate.git#commit=$_commit;
'updatedb.conf'
updatedb.{timer,service})


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

2017-03-03 Thread Gaëtan Bisson
Date: Friday, March 3, 2017 @ 21:33:19
  Author: bisson
Revision: 289952

switch to debian upstream, will compile later...

Modified:
  mlocate/trunk/PKGBUILD

--+
 PKGBUILD |   25 +
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 19:21:54 UTC (rev 289951)
+++ PKGBUILD2017-03-03 21:33:19 UTC (rev 289952)
@@ -5,40 +5,41 @@
 
 pkgname=mlocate
 pkgver=0.26
-pkgrel=5
+pkgrel=6
 pkgdesc='Merging locate/updatedb implementation'
-url='https://fedorahosted.org/mlocate/'
+url='https://anonscm.debian.org/cgit/collab-maint/mlocate.git'
 arch=('i686' 'x86_64')
 license=('GPL')
 backup=('etc/updatedb.conf')
 depends=('glibc')
-# fedorahosted.org retired as of 2017-03-01, unclear what new upstream should 
be
-source=("https://fedorahosted.org/releases/m/l/mlocate/mlocate-${pkgver}.tar.xz;
+makedepends=('git')
+_commit=375f2ebb15aa53ca149b4ec33fa9f5b27775809c #tag=debian/0.26-2
+source=("git+https://anonscm.debian.org/cgit/collab-maint/mlocate.git#commit=$_commit;
'updatedb.conf'
updatedb.{timer,service})
-sha1sums=('c6e6d81b25359c51c545f4b8ba0f3b469227fcbc'
-  '0150379149bf9d714bc81332d775fc273e7e3535'
-  '2f3a94994ece62aeb286315a6fa5e9e03203706a'
-  '387185ea34fc65f8457cb40dc374319f0b2490cd')
+sha256sums=('SKIP'
+'ea65bb68bb854803965ac16c770ba2567256e2066d68c272f1a1974ffc5c5ee7'
+'2e813effb651fae101d93722827553c6b9b9d42e898e808db4991eafdd330e02'
+'83c7a508bad5dccd55a158cf8b8029d680f82cf8b1d21074279def14d9ad4dee')
 
 prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
sed -i '/^groupname /s/mlocate/locate/' Makefile.in
 }
 
 build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var/lib
make
 }
 
 check() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
make check
 }
 
 package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
+   cd "${srcdir}/${pkgname}"
 
make DESTDIR="${pkgdir}" install
 


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

2017-03-03 Thread Johannes Löthberg
Date: Friday, March 3, 2017 @ 21:20:15
  Author: demize
Revision: 214715

Remove duplicate ninja makedep

Modified:
  rust/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 21:09:22 UTC (rev 214714)
+++ PKGBUILD2017-03-03 21:20:15 UTC (rev 214715)
@@ -12,7 +12,7 @@
 url='https://www.rust-lang.org/'
 groups=('rust')
 license=('MIT' 'Apache')
-makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'ninja' 'cmake' 'ninja' 
'jemalloc')
+makedepends=('libffi' 'perl' 'python2' 'curl' 'llvm' 'cmake' 'ninja' 
'jemalloc')
 source=("https://static.rust-lang.org/dist/rustc-$pkgver-src.tar.gz"{,.asc})
 sha256sums=('2e7daad418a830b45b977cd7ecf181b65f30f73df63ff36e124ea5fe5d1af327'
 'SKIP')


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

2017-03-03 Thread Andrzej Giniewicz
Date: Friday, March 3, 2017 @ 21:09:22
  Author: aginiewicz
Revision: 214714

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

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

---+
 /PKGBUILD |   62 
 community-i686/PKGBUILD   |   29 
 community-x86_64/PKGBUILD |   29 
 3 files changed, 62 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-03-03 21:09:10 UTC (rev 214713)
+++ community-i686/PKGBUILD 2017-03-03 21:09:22 UTC (rev 214714)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Johan Förberg 
-
-pkgname=zstd
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='Zstandard - Fast real-time compression algorithm'
-arch=('i686' 'x86_64')
-url='http://www.zstd.net/'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('gtest')
-source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz;)
-sha1sums=('2b3994df8c2384537b18ad6cf66cb8311daa1d6d')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-make
-make -C contrib/pzstd
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make PREFIX="/usr" DESTDIR="$pkgdir/" install
-install -D -m755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
-install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -D -m644 PATENTS "$pkgdir/usr/share/licenses/$pkgname/PATENTS"
-}

Copied: zstd/repos/community-i686/PKGBUILD (from rev 214713, 
zstd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-03-03 21:09:22 UTC (rev 214714)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Johan Förberg 
+
+pkgname=zstd
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='Zstandard - Fast real-time compression algorithm'
+arch=('i686' 'x86_64')
+url='http://www.zstd.net/'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('gtest')
+source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz;)
+sha1sums=('6f6650eb3535bdbdbad01e8a88389e5002aaf3eb')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+make
+make zstdmt
+make -C contrib/pzstd
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver"
+make PREFIX="/usr" DESTDIR="$pkgdir/" install
+install -D -m755 zstdmt "$pkgdir/usr/bin/zstdmt"
+install -D -m755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
+install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+install -D -m644 PATENTS "$pkgdir/usr/share/licenses/$pkgname/PATENTS"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-03-03 21:09:10 UTC (rev 214713)
+++ community-x86_64/PKGBUILD   2017-03-03 21:09:22 UTC (rev 214714)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Andrzej Giniewicz 
-# Contributor: Johan Förberg 
-
-pkgname=zstd
-pkgver=1.1.2
-pkgrel=1
-pkgdesc='Zstandard - Fast real-time compression algorithm'
-arch=('i686' 'x86_64')
-url='http://www.zstd.net/'
-license=('BSD')
-depends=('gcc-libs')
-makedepends=('gtest')
-source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz;)
-sha1sums=('2b3994df8c2384537b18ad6cf66cb8311daa1d6d')
-
-build() {
-cd "$srcdir/$pkgname-$pkgver"
-make
-make -C contrib/pzstd
-}
-
-package() {
-cd "$srcdir/$pkgname-$pkgver"
-make PREFIX="/usr" DESTDIR="$pkgdir/" install
-install -D -m755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
-install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-install -D -m644 PATENTS "$pkgdir/usr/share/licenses/$pkgname/PATENTS"
-}

Copied: zstd/repos/community-x86_64/PKGBUILD (from rev 214713, 
zstd/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-03-03 21:09:22 UTC (rev 214714)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Andrzej Giniewicz 
+# Contributor: Johan Förberg 
+
+pkgname=zstd
+pkgver=1.1.3
+pkgrel=1
+pkgdesc='Zstandard - Fast real-time compression algorithm'
+arch=('i686' 'x86_64')
+url='http://www.zstd.net/'
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('gtest')
+source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz;)
+sha1sums=('6f6650eb3535bdbdbad01e8a88389e5002aaf3eb')
+
+build() {
+cd "$srcdir/$pkgname-$pkgver"
+make
+make zstdmt
+make -C contrib/pzstd
+}
+

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

2017-03-03 Thread Andrzej Giniewicz
Date: Friday, March 3, 2017 @ 21:09:10
  Author: aginiewicz
Revision: 214713

upgpkg: zstd 1.1.3-1

zstd: new upstream release

Modified:
  zstd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 21:04:35 UTC (rev 214712)
+++ PKGBUILD2017-03-03 21:09:10 UTC (rev 214713)
@@ -3,7 +3,7 @@
 # Contributor: Johan Förberg 
 
 pkgname=zstd
-pkgver=1.1.2
+pkgver=1.1.3
 pkgrel=1
 pkgdesc='Zstandard - Fast real-time compression algorithm'
 arch=('i686' 'x86_64')
@@ -12,11 +12,12 @@
 depends=('gcc-libs')
 makedepends=('gtest')
 source=("https://github.com/facebook/zstd/archive/v${pkgver}.tar.gz;)
-sha1sums=('2b3994df8c2384537b18ad6cf66cb8311daa1d6d')
+sha1sums=('6f6650eb3535bdbdbad01e8a88389e5002aaf3eb')
 
 build() {
 cd "$srcdir/$pkgname-$pkgver"
 make
+make zstdmt
 make -C contrib/pzstd
 }
 
@@ -23,6 +24,7 @@
 package() {
 cd "$srcdir/$pkgname-$pkgver"
 make PREFIX="/usr" DESTDIR="$pkgdir/" install
+install -D -m755 zstdmt "$pkgdir/usr/bin/zstdmt"
 install -D -m755 contrib/pzstd/pzstd "$pkgdir/usr/bin/pzstd"
 install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 install -D -m644 PATENTS "$pkgdir/usr/share/licenses/$pkgname/PATENTS"


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

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 21:04:35
  Author: arojas
Revision: 214712

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

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

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

Copied: echoping/repos/community-staging-i686/PKGBUILD (from rev 214711, 
echoping/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-03 21:04:35 UTC (rev 214712)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz 
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=7
+pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP 
requests"
+arch=('i686' 'x86_64')
+url="http://echoping.sourceforge.net/;
+license=('GPL')
+depends=(libidn popt libldap)
+#source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/echoping/echoping-$pkgver.tar.gz/991478532b56ab3b6f46ea9fa332626f/echoping-$pkgver.tar.gz)
+md5sums=('991478532b56ab3b6f46ea9fa332626f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --config-cache --with-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}

Copied: echoping/repos/community-staging-x86_64/PKGBUILD (from rev 214711, 
echoping/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-03-03 21:04:35 UTC (rev 214712)
@@ -0,0 +1,25 @@
+# Maintainer: Florian Pritz 
+
+pkgname=echoping
+pkgver=6.0.2
+pkgrel=7
+pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP 
requests"
+arch=('i686' 'x86_64')
+url="http://echoping.sourceforge.net/;
+license=('GPL')
+depends=(libidn popt libldap)
+#source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz)
+source=(http://pkgs.fedoraproject.org/repo/pkgs/echoping/echoping-$pkgver.tar.gz/991478532b56ab3b6f46ea9fa332626f/echoping-$pkgver.tar.gz)
+md5sums=('991478532b56ab3b6f46ea9fa332626f')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr --config-cache --with-ssl
+  make
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+}


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

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 21:04:10
  Author: arojas
Revision: 214711

openssl 1.1 rebuild

Modified:
  echoping/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-03-03 21:02:36 UTC (rev 214710)
+++ PKGBUILD2017-03-03 21:04:10 UTC (rev 214711)
@@ -2,7 +2,7 @@
 
 pkgname=echoping
 pkgver=6.0.2
-pkgrel=6
+pkgrel=7
 pkgdesc="tests performance of a remote host by sending HTTP, TCP and UDP 
requests"
 arch=('i686' 'x86_64')
 url="http://echoping.sourceforge.net/;


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

2017-03-03 Thread Antonio Rojas
Date: Friday, March 3, 2017 @ 21:02:36
  Author: arojas
Revision: 214710

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

Added:
  dsniff/repos/community-staging-i686/
  dsniff/repos/community-staging-i686/PKGBUILD
(from rev 214709, dsniff/trunk/PKGBUILD)
  dsniff/repos/community-staging-i686/dsniff-openssl-1.1.patch
(from rev 214709, dsniff/trunk/dsniff-openssl-1.1.patch)
  dsniff/repos/community-staging-x86_64/
  dsniff/repos/community-staging-x86_64/PKGBUILD
(from rev 214709, dsniff/trunk/PKGBUILD)
  dsniff/repos/community-staging-x86_64/dsniff-openssl-1.1.patch
(from rev 214709, dsniff/trunk/dsniff-openssl-1.1.patch)

---+
 community-staging-i686/PKGBUILD   |   41 +++
 community-staging-i686/dsniff-openssl-1.1.patch   |  243 
 community-staging-x86_64/PKGBUILD |   41 +++
 community-staging-x86_64/dsniff-openssl-1.1.patch |  243 
 4 files changed, 568 insertions(+)

Copied: dsniff/repos/community-staging-i686/PKGBUILD (from rev 214709, 
dsniff/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-03-03 21:02:36 UTC (rev 214710)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: ViNS 
+
+pkgname=dsniff
+pkgver=2.4b1
+pkgrel=26
+pkgdesc="Collection of tools for network auditing and penetration testing"
+url="http://www.monkey.org/~dugsong/dsniff/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libpcap' 'openssl' 'libxmu' 'glib2' 'libnet' 'libnids')
+source=("https://www.monkey.org/~dugsong/${pkgname}/beta/$pkgname-$pkgver.tar.gz;
+
"http://ftp.de.debian.org/debian/pool/main/d/${pkgname}/${pkgname}_2.4b1+debian-22.1.debian.tar.gz;
 dsniff-openssl-1.1.patch)
+md5sums=('2f761fa3475682a7512b0b43568ee7d6'
+ 'e80551b70dc3976d4c3319cca9eb'
+ 'd5ec0f6baa1d3fa713fa71c80f154cab')
+
+prepare() {
+  cd "$srcdir"/$pkgname-2.4
+  for i in $(cat ../debian/patches/series); do
+patch -N < "../debian/patches/$i"
+  done
+  sed -i 's|${CC-cc} -E|${CC-cc} -O2 -E|g' configure
+  patch -p1 -i ../dsniff-openssl-1.1.patch
+}
+
+build() {
+  cd "$srcdir"/$pkgname-2.4
+  LDFLAGS="-lresolv -lglib-2.0 -lgthread-2.0 $LDFLAGS" ./configure \
+--prefix=/usr --sbindir=/usr/bin
+  make -j1
+}
+
+package() {
+  cd "$srcdir"/$pkgname-2.4
+  make install_prefix="$pkgdir" install
+  install -D -m0644 LICENSE "$pkgdir"/usr/share/licenses/${pkgname}/LICENSE
+  install -d "$pkgdir"/usr/share
+  mv "$pkgdir"/usr/man "$pkgdir"/usr/share/
+}

Copied: dsniff/repos/community-staging-i686/dsniff-openssl-1.1.patch (from rev 
214709, dsniff/trunk/dsniff-openssl-1.1.patch)
===
--- community-staging-i686/dsniff-openssl-1.1.patch 
(rev 0)
+++ community-staging-i686/dsniff-openssl-1.1.patch 2017-03-03 21:02:36 UTC 
(rev 214710)
@@ -0,0 +1,243 @@
+Patch by Christoph Biedl  for dsniff >=
+2.4b1, which fixes building with OpenSSL 1.1.0. Adapted for compatibility
+with older OpenSSL versions by Robert Scheck .
+
+--- dsniff-2.4/ssh.c   2017-02-11 22:31:54.705269813 +0100
 dsniff-2.4/ssh.c.openssl_110   2017-02-11 22:45:31.193447230 +0100
+@@ -234,6 +234,10 @@
+   u_char *p, cipher, cookie[8], msg[1024];
+   u_int32_t num;
+   int i;
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++  const BIGNUM *servkey_e, *servkey_n;
++  const BIGNUM *hostkey_e, *hostkey_n;
++#endif
+   
+   /* Generate anti-spoofing cookie. */
+   RAND_bytes(cookie, sizeof(cookie));
+@@ -243,11 +247,23 @@
+   *p++ = SSH_SMSG_PUBLIC_KEY; /* type */
+   memcpy(p, cookie, 8); p += 8;   /* cookie */
+   num = 768; PUTLONG(num, p); /* servkey bits */
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++  RSA_get0_key(ssh->ctx->servkey, _n, _e, NULL);
++  put_bn(servkey_e, );  /* servkey exponent */
++  put_bn(servkey_n, );  /* servkey modulus */
++#else
+   put_bn(ssh->ctx->servkey->e, );   /* servkey exponent */
+   put_bn(ssh->ctx->servkey->n, );   /* servkey modulus */
++#endif
+   num = 1024; PUTLONG(num, p);/* hostkey bits */
++#if OPENSSL_VERSION_NUMBER >= 0x1010L
++  RSA_get0_key(ssh->ctx->hostkey, _n, _e, NULL);
++  put_bn(hostkey_e, );  /* hostkey exponent */
++  put_bn(hostkey_n, );  /* hostkey modulus */
++#else
+   put_bn(ssh->ctx->hostkey->e, );   /* hostkey exponent */
+   put_bn(ssh->ctx->hostkey->n, 

  1   2   3   >