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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:58:08
  Author: felixonmars
Revision: 224526

upgpkg: haskell-src-meta 0.7.0.1-12

rebuild with th-lift,0.7.7

Modified:
  haskell-src-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:55:53 UTC (rev 224525)
+++ PKGBUILD2017-04-23 05:58:08 UTC (rev 224526)
@@ -5,7 +5,7 @@
 _hkgname=haskell-src-meta
 pkgname=haskell-src-meta
 pkgver=0.7.0.1
-pkgrel=11
+pkgrel=12
 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-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:58:32
  Author: felixonmars
Revision: 224527

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 224526, haskell-src-meta/trunk/PKGBUILD)
  haskell-src-meta/repos/community-staging-x86_64/
  haskell-src-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 224526, 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 
224526, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:58:32 UTC (rev 224527)
@@ -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=12
+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 
224526, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:58:32 UTC (rev 224527)
@@ -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=12
+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-th-orphans/repos (4 files)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:55:53
  Author: felixonmars
Revision: 224525

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

Added:
  haskell-th-orphans/repos/community-staging-i686/
  haskell-th-orphans/repos/community-staging-i686/PKGBUILD
(from rev 224524, haskell-th-orphans/trunk/PKGBUILD)
  haskell-th-orphans/repos/community-staging-x86_64/
  haskell-th-orphans/repos/community-staging-x86_64/PKGBUILD
(from rev 224524, haskell-th-orphans/trunk/PKGBUILD)

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

Copied: haskell-th-orphans/repos/community-staging-i686/PKGBUILD (from rev 
224524, haskell-th-orphans/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:55:53 UTC (rev 224525)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-orphans
+pkgname=haskell-th-orphans
+pkgver=0.13.3
+pkgrel=9
+pkgdesc="Orphan instances for TH datatypes"
+url="http://github.com/ekmett/th-orphans/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-reify-many')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d56c8222885e82e47076a27224fd4ced')
+
+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-th-orphans/repos/community-staging-x86_64/PKGBUILD (from rev 
224524, haskell-th-orphans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:55:53 UTC (rev 224525)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-orphans
+pkgname=haskell-th-orphans
+pkgver=0.13.3
+pkgrel=9
+pkgdesc="Orphan instances for TH datatypes"
+url="http://github.com/ekmett/th-orphans/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-reify-many')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d56c8222885e82e47076a27224fd4ced')
+
+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"
+}


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:55:17
  Author: felixonmars
Revision: 224524

upgpkg: haskell-th-orphans 0.13.3-9

rebuild with th-lift,0.7.7

Modified:
  haskell-th-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:53:07 UTC (rev 224523)
+++ PKGBUILD2017-04-23 05:55:17 UTC (rev 224524)
@@ -4,7 +4,7 @@
 _hkgname=th-orphans
 pkgname=haskell-th-orphans
 pkgver=0.13.3
-pkgrel=8
+pkgrel=9
 pkgdesc="Orphan instances for TH datatypes"
 url="http://github.com/ekmett/th-orphans/;
 license=('custom:BSD3')


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:53:07
  Author: felixonmars
Revision: 224523

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 224522, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 224522, 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 
224522, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:53:07 UTC (rev 224523)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17
+pkgrel=34
+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=('444a9b4b913e5f7addb1b9c5aa778f32d2b9e040d9b1c4d8a232fae908392891')
+
+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 
224522, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:53:07 UTC (rev 224523)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.17
+pkgrel=34
+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 haskell-yesod-auth/trunk (PKGBUILD)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:52:41
  Author: felixonmars
Revision: 224522

upgpkg: haskell-yesod-auth 1.4.17-34

rebuild with th-lift,0.7.7

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:46:02 UTC (rev 224521)
+++ PKGBUILD2017-04-23 05:52:41 UTC (rev 224522)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.17
-pkgrel=33
+pkgrel=34
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:46:02
  Author: felixonmars
Revision: 224521

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 224520, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 224520, 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 224520, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:46:02 UTC (rev 224521)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170321
+pkgrel=28
+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 224520, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:46:02 UTC (rev 224521)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20170321
+pkgrel=28
+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-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:45:41
  Author: felixonmars
Revision: 224520

upgpkg: git-annex 6.20170321-28

rebuild with th-lift,0.7.7

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:30:00 UTC (rev 224519)
+++ PKGBUILD2017-04-23 05:45:41 UTC (rev 224520)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20170321
-pkgrel=27
+pkgrel=28
 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-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:30:00
  Author: felixonmars
Revision: 224519

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 224518, haskell-yesod/trunk/PKGBUILD)
  haskell-yesod/repos/community-staging-x86_64/
  haskell-yesod/repos/community-staging-x86_64/PKGBUILD
(from rev 224518, 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 224518, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:30:00 UTC (rev 224519)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=28
+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=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+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 224518, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:30:00 UTC (rev 224519)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.5
+pkgrel=28
+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=('267c8780b27cc0ae8199f80b3063683fb2cd62eeb9696c4b155a298fb035e6e9')
+
+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-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:29:39
  Author: felixonmars
Revision: 224518

upgpkg: haskell-yesod 1.4.5-28

rebuild with th-lift,0.7.7

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:26:39 UTC (rev 224517)
+++ PKGBUILD2017-04-23 05:29:39 UTC (rev 224518)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.5
-pkgrel=27
+pkgrel=28
 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-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:26:39
  Author: felixonmars
Revision: 224517

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 224516, haskell-yesod-form/trunk/PKGBUILD)
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 224516, 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 
224516, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:26:39 UTC (rev 224517)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.11
+pkgrel=30
+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 
224516, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:26:39 UTC (rev 224517)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.11
+pkgrel=30
+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-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:26:17
  Author: felixonmars
Revision: 224516

upgpkg: haskell-yesod-form 1.4.11-30

rebuild with th-lift,0.7.7

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:22:06 UTC (rev 224515)
+++ PKGBUILD2017-04-23 05:26:17 UTC (rev 224516)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.11
-pkgrel=29
+pkgrel=30
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:21:42
  Author: felixonmars
Revision: 224514

upgpkg: haskell-yesod-persistent 1.4.2-25

rebuild with th-lift,0.7.7

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:19:20 UTC (rev 224513)
+++ PKGBUILD2017-04-23 05:21:42 UTC (rev 224514)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.2
-pkgrel=24
+pkgrel=25
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:22:06
  Author: felixonmars
Revision: 224515

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 224514, haskell-yesod-persistent/trunk/PKGBUILD)
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 224514, 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 224514, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:22:06 UTC (rev 224515)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=25
+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=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+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 224514, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:22:06 UTC (rev 224515)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.2
+pkgrel=25
+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=('d938894209e27a7f2a6e41906a9db02cf5c66df2236a864361571ba4e63b1056')
+
+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-persistent-template/repos (4 files)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:19:20
  Author: felixonmars
Revision: 224513

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 224512, haskell-persistent-template/trunk/PKGBUILD)
  haskell-persistent-template/repos/community-staging-x86_64/
  haskell-persistent-template/repos/community-staging-x86_64/PKGBUILD
(from rev 224512, haskell-persistent-template/trunk/PKGBUILD)

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

Copied: haskell-persistent-template/repos/community-staging-i686/PKGBUILD (from 
rev 224512, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:19:20 UTC (rev 224513)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.2
+pkgrel=16
+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=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
+
+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 224512, haskell-persistent-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:19:20 UTC (rev 224513)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-template
+pkgname=haskell-persistent-template
+pkgver=2.5.2
+pkgrel=16
+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=('de695b008158f9ae66d103fc33f89c098ebcf59337367063d9f4f816a58b4011')
+
+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}"
+
+

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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:18:58
  Author: felixonmars
Revision: 224512

upgpkg: haskell-persistent-template 2.5.2-16

rebuild with th-lift,0.7.7

Modified:
  haskell-persistent-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:16:01 UTC (rev 224511)
+++ PKGBUILD2017-04-23 05:18:58 UTC (rev 224512)
@@ -5,7 +5,7 @@
 _hkgname=persistent-template
 pkgname=haskell-persistent-template
 pkgver=2.5.2
-pkgrel=15
+pkgrel=16
 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-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:16:01
  Author: felixonmars
Revision: 224511

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 224510, haskell-persistent-sqlite/trunk/PKGBUILD)
  haskell-persistent-sqlite/repos/community-staging-x86_64/
  haskell-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD
(from rev 224510, 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 224510, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:16:01 UTC (rev 224511)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.2
+pkgrel=14
+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-microlens-th" "haskell-monad-logger" "haskell-old-locale" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf')
+
+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 224510, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:16:01 UTC (rev 224511)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.6.2
+pkgrel=14
+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-microlens-th" "haskell-monad-logger" "haskell-old-locale" 
"haskell-persistent"
+ "haskell-resource-pool" "haskell-resourcet" "haskell-text" 
"haskell-unordered-containers")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('6136c471fc81869cf0fde2049defb9c82698e3c0048d1321c3eda01046b985bf')
+
+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
+}
+

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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:15:39
  Author: felixonmars
Revision: 224510

upgpkg: haskell-persistent-sqlite 2.6.2-14

rebuild with th-lift,0.7.7

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:11:15 UTC (rev 224509)
+++ PKGBUILD2017-04-23 05:15:39 UTC (rev 224510)
@@ -5,7 +5,7 @@
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
 pkgver=2.6.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:11:15
  Author: felixonmars
Revision: 224509

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 224508, haskell-esqueleto/trunk/PKGBUILD)
  haskell-esqueleto/repos/community-staging-x86_64/
  haskell-esqueleto/repos/community-staging-x86_64/PKGBUILD
(from rev 224508, 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 
224508, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:11:15 UTC (rev 224509)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=24
+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 
224508, haskell-esqueleto/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:11:15 UTC (rev 224509)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=esqueleto
+pkgname=haskell-esqueleto
+pkgver=2.5.1
+pkgrel=24
+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-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:10:54
  Author: felixonmars
Revision: 224508

upgpkg: haskell-esqueleto 2.5.1-24

rebuild with th-lift,0.7.7

Modified:
  haskell-esqueleto/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:07:41 UTC (rev 224507)
+++ PKGBUILD2017-04-23 05:10:54 UTC (rev 224508)
@@ -5,7 +5,7 @@
 _hkgname=esqueleto
 pkgname=haskell-esqueleto
 pkgver=2.5.1
-pkgrel=23
+pkgrel=24
 pkgdesc="Type-safe EDSL for SQL queries on persistent backends."
 url="https://github.com/bitemyapp/esqueleto;
 license=("custom:BSD3")


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:07:41
  Author: felixonmars
Revision: 224507

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 224506, haskell-persistent/trunk/PKGBUILD)
  haskell-persistent/repos/community-staging-x86_64/
  haskell-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 224506, haskell-persistent/trunk/PKGBUILD)

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

Copied: haskell-persistent/repos/community-staging-i686/PKGBUILD (from rev 
224506, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:07:41 UTC (rev 224507)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6.1
+pkgrel=15
+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=('c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e')
+
+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 
224506, haskell-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:07:41 UTC (rev 224507)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent
+pkgname=haskell-persistent
+pkgver=2.6.1
+pkgrel=15
+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=('c79e0f6e7b727dcae0c7c541f1d47eb8fb0b9e9c55d2478a476a4aca8e405f7e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure 

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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:07:19
  Author: felixonmars
Revision: 224506

upgpkg: haskell-persistent 2.6.1-15

rebuild with th-lift,0.7.7

Modified:
  haskell-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 05:02:07 UTC (rev 224505)
+++ PKGBUILD2017-04-23 05:07:19 UTC (rev 224506)
@@ -5,7 +5,7 @@
 _hkgname=persistent
 pkgname=haskell-persistent
 pkgver=2.6.1
-pkgrel=14
+pkgrel=15
 pkgdesc="Type-safe, multi-backend data serialization"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:01:43
  Author: felixonmars
Revision: 224504

upgpkg: haskell-http-api-data 0.3.6-2

rebuild with th-lift,0.7.7

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

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 04:58:52 UTC (rev 224503)
+++ PKGBUILD2017-04-23 05:01:43 UTC (rev 224504)
@@ -5,7 +5,7 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.3.6
-pkgrel=1
+pkgrel=2
 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-http-api-data/repos (6 files)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 05:02:07
  Author: felixonmars
Revision: 224505

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 224504, haskell-http-api-data/trunk/PKGBUILD)
  
haskell-http-api-data/repos/community-staging-i686/haskell-http-api-data.install
(from rev 224504, 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 224504, haskell-http-api-data/trunk/PKGBUILD)
  
haskell-http-api-data/repos/community-staging-x86_64/haskell-http-api-data.install
(from rev 224504, haskell-http-api-data/trunk/haskell-http-api-data.install)

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

Copied: haskell-http-api-data/repos/community-staging-i686/PKGBUILD (from rev 
224504, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 05:02:07 UTC (rev 224505)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.3.6
+pkgrel=2
+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-http-types" "haskell-text"
+ "haskell-time-locale-compat" "haskell-unordered-containers" 
"haskell-uri-bytestring"
+ "haskell-uuid-types")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha512sums=('00d5cbef91599dfaa2bed5861130168872c2f4a0145ccf895bfbe3d7dc07afd4bdad30e473677a099a229a7d77af4edbedb8a56cb042331c0f1e70998d45a393')
+
+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 224504, 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-04-23 
05:02:07 UTC (rev 224505)
@@ -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 
224504, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 05:02:07 UTC (rev 224505)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch 

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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 04:58:52
  Author: felixonmars
Revision: 224503

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 224502, haskell-uri-bytestring/trunk/PKGBUILD)
  haskell-uri-bytestring/repos/community-staging-x86_64/
  haskell-uri-bytestring/repos/community-staging-x86_64/PKGBUILD
(from rev 224502, 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 
224502, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 04:58:52 UTC (rev 224503)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.3.1
+pkgrel=6
+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 224502, haskell-uri-bytestring/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 04:58:52 UTC (rev 224503)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=uri-bytestring
+pkgname=haskell-uri-bytestring
+pkgver=0.2.3.1
+pkgrel=6
+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-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 04:58:29
  Author: felixonmars
Revision: 224502

upgpkg: haskell-uri-bytestring 0.2.3.1-6

rebuild with th-lift,0.7.7

Modified:
  haskell-uri-bytestring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 04:56:03 UTC (rev 224501)
+++ PKGBUILD2017-04-23 04:58:29 UTC (rev 224502)
@@ -4,7 +4,7 @@
 _hkgname=uri-bytestring
 pkgname=haskell-uri-bytestring
 pkgver=0.2.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc="Haskell URI parsing as ByteStrings"
 url="https://github.com/Soostone/uri-bytestring;
 license=('custom:BSD3')


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 04:55:38
  Author: felixonmars
Revision: 224500

upgpkg: haskell-th-lift-instances 0.1.11-3

rebuild with th-lift,0.7.7

Modified:
  haskell-th-lift-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 04:53:40 UTC (rev 224499)
+++ PKGBUILD2017-04-23 04:55:38 UTC (rev 224500)
@@ -4,7 +4,7 @@
 _hkgname=th-lift-instances
 pkgname=haskell-th-lift-instances
 pkgver=0.1.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Lift instances for template-haskell for common data types."
 url="http://github.com/bennofs/th-lift-instances/;
 license=('custom:BSD3')


[arch-commits] Commit in haskell-th-lift-instances/repos (4 files)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 04:56:03
  Author: felixonmars
Revision: 224501

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

Added:
  haskell-th-lift-instances/repos/community-staging-i686/
  haskell-th-lift-instances/repos/community-staging-i686/PKGBUILD
(from rev 224500, haskell-th-lift-instances/trunk/PKGBUILD)
  haskell-th-lift-instances/repos/community-staging-x86_64/
  haskell-th-lift-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 224500, haskell-th-lift-instances/trunk/PKGBUILD)

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

Copied: haskell-th-lift-instances/repos/community-staging-i686/PKGBUILD (from 
rev 224500, haskell-th-lift-instances/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 04:56:03 UTC (rev 224501)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-lift-instances
+pkgname=haskell-th-lift-instances
+pkgver=0.1.11
+pkgrel=3
+pkgdesc="Lift instances for template-haskell for common data types."
+url="http://github.com/bennofs/th-lift-instances/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-text' 'haskell-th-lift' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('52a13a10dd24d94ff72b2a7a3b604054')
+
+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-th-lift-instances/repos/community-staging-x86_64/PKGBUILD (from 
rev 224500, haskell-th-lift-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 04:56:03 UTC (rev 224501)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-lift-instances
+pkgname=haskell-th-lift-instances
+pkgver=0.1.11
+pkgrel=3
+pkgdesc="Lift instances for template-haskell for common data types."
+url="http://github.com/bennofs/th-lift-instances/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-text' 'haskell-th-lift' 'haskell-vector')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('52a13a10dd24d94ff72b2a7a3b604054')
+
+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"
+}


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 04:53:40
  Author: felixonmars
Revision: 224499

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

Added:
  haskell-th-lift/repos/community-staging-i686/
  haskell-th-lift/repos/community-staging-i686/PKGBUILD
(from rev 224498, haskell-th-lift/trunk/PKGBUILD)
  haskell-th-lift/repos/community-staging-x86_64/
  haskell-th-lift/repos/community-staging-x86_64/PKGBUILD
(from rev 224498, haskell-th-lift/trunk/PKGBUILD)

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

Copied: haskell-th-lift/repos/community-staging-i686/PKGBUILD (from rev 224498, 
haskell-th-lift/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 04:53:40 UTC (rev 224499)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-lift
+pkgname=haskell-th-lift
+pkgver=0.7.7
+pkgrel=1
+pkgdesc="Derive Template Haskell's Lift class for datatypes."
+url="http://github.com/ekmett/th-lift/;
+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)
+sha512sums=('490d349ef2985defcf58eb49686c89ab79f8f9a3e29f3edb195440fe7995ecec6b2538767855ae0a5b9f43e5b00fe0bee167513486be99c111776ab7855d37d2')
+
+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 "BSD3" "${pkgdir}/usr/share/licenses/${pkgname}/BSD3"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3"
+}

Copied: haskell-th-lift/repos/community-staging-x86_64/PKGBUILD (from rev 
224498, haskell-th-lift/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 04:53:40 UTC (rev 224499)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-lift
+pkgname=haskell-th-lift
+pkgver=0.7.7
+pkgrel=1
+pkgdesc="Derive Template Haskell's Lift class for datatypes."
+url="http://github.com/ekmett/th-lift/;
+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)
+sha512sums=('490d349ef2985defcf58eb49686c89ab79f8f9a3e29f3edb195440fe7995ecec6b2538767855ae0a5b9f43e5b00fe0bee167513486be99c111776ab7855d37d2')
+
+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 "BSD3" "${pkgdir}/usr/share/licenses/${pkgname}/BSD3"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/BSD3"
+}


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 04:53:15
  Author: felixonmars
Revision: 224498

upgpkg: haskell-th-lift 0.7.7-1

rebuild with th-lift,0.7.7

Modified:
  haskell-th-lift/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 04:27:12 UTC (rev 224497)
+++ PKGBUILD2017-04-23 04:53:15 UTC (rev 224498)
@@ -3,7 +3,7 @@
 
 _hkgname=th-lift
 pkgname=haskell-th-lift
-pkgver=0.7.6
+pkgver=0.7.7
 pkgrel=1
 pkgdesc="Derive Template Haskell's Lift class for datatypes."
 url="http://github.com/ekmett/th-lift/;
@@ -10,8 +10,8 @@
 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)
-md5sums=('79229db943de83aa5b5fdf8780b349be')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('490d349ef2985defcf58eb49686c89ab79f8f9a3e29f3edb195440fe7995ecec6b2538767855ae0a5b9f43e5b00fe0bee167513486be99c111776ab7855d37d2')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


[arch-commits] Commit in mongodb/repos/community-testing-x86_64 (18 files)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 04:27:12
  Author: felixonmars
Revision: 224497

archrelease: copy trunk to community-testing-x86_64

Added:
  mongodb/repos/community-testing-x86_64/PKGBUILD
(from rev 224489, mongodb/trunk/PKGBUILD)
  mongodb/repos/community-testing-x86_64/asio-openssl-1.1.0.patch
(from rev 224489, mongodb/trunk/asio-openssl-1.1.0.patch)
  mongodb/repos/community-testing-x86_64/boost160.patch
(from rev 224490, mongodb/trunk/boost160.patch)
  mongodb/repos/community-testing-x86_64/mongodb-3.2.10-boost-1.62.0.patch
(from rev 224490, mongodb/trunk/mongodb-3.2.10-boost-1.62.0.patch)
  
mongodb/repos/community-testing-x86_64/mongodb-3.2.10-network_interface_asio_integration_test.patch
(from rev 224491, 
mongodb/trunk/mongodb-3.2.10-network_interface_asio_integration_test.patch)
  mongodb/repos/community-testing-x86_64/mongodb.conf
(from rev 224491, mongodb/trunk/mongodb.conf)
  mongodb/repos/community-testing-x86_64/mongodb.install
(from rev 224492, mongodb/trunk/mongodb.install)
  mongodb/repos/community-testing-x86_64/mongodb.service
(from rev 224493, mongodb/trunk/mongodb.service)
  mongodb/repos/community-testing-x86_64/openssl-1.1.0.patch
(from rev 224493, mongodb/trunk/openssl-1.1.0.patch)
Deleted:
  mongodb/repos/community-testing-x86_64/PKGBUILD
  mongodb/repos/community-testing-x86_64/asio-openssl-1.1.0.patch
  mongodb/repos/community-testing-x86_64/boost160.patch
  mongodb/repos/community-testing-x86_64/mongodb-3.2.10-boost-1.62.0.patch
  
mongodb/repos/community-testing-x86_64/mongodb-3.2.10-network_interface_asio_integration_test.patch
  mongodb/repos/community-testing-x86_64/mongodb.conf
  mongodb/repos/community-testing-x86_64/mongodb.install
  mongodb/repos/community-testing-x86_64/mongodb.service
  mongodb/repos/community-testing-x86_64/openssl-1.1.0.patch

--+
 PKGBUILD |  184 -
 asio-openssl-1.1.0.patch | 1332 +-
 boost160.patch   |   22 
 mongodb-3.2.10-boost-1.62.0.patch|   30 
 mongodb-3.2.10-network_interface_asio_integration_test.patch |   46 
 mongodb.conf |   16 
 mongodb.install  |   40 
 mongodb.service  |   20 
 openssl-1.1.0.patch  |  142 -
 9 files changed, 916 insertions(+), 916 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-23 04:26:59 UTC (rev 224496)
+++ PKGBUILD2017-04-23 04:27:12 UTC (rev 224497)
@@ -1,92 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: Mathias Stearn 
-# Contributor: Alec Thomas
-
-pkgname=mongodb
-pkgver=3.4.2
-pkgrel=1
-pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
-arch=('x86_64')
-url='http://www.mongodb.org'
-license=('AGPL3')
-depends=('pcre' 'snappy' 'openssl' 'libsasl' 'boost-libs' 'yaml-cpp' 
'lsb-release' 'wiredtiger')
-makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'boost')
-checkdepends=('python2-pymongo' 'python2-yaml')
-optdepends=('libpcap: needed for mongosniff'
-'mongodb-tools: mongoimport, mongodump, mongotop, etc')
-backup=('etc/mongodb.conf')
-install=mongodb.install
-source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz;
-'mongodb.conf' 'mongodb.service' 'mongodb-3.2.10-boost-1.62.0.patch'
-'asio-openssl-1.1.0.patch'
-'openssl-1.1.0.patch')
-sha512sums=('42f1b946e4be22670a3d79ec5ea359c2c43f0cff6f6329486b2cc797fd57981982544fbce53412ab91eafa3a1fbecb30bc95316cc9405d778b20a270f77df777'
-
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
-
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
-
'd6f014d2778decde268b9e856d812bc61f7c45986aad751e44fdece39aa8a96505b77e0b917ea38880501497e01d4b051a6f3205c82af653425b5247cd813417'
-
'aea8fecb17be07e4517822798810751114f61164dc3ab3e335a7b837876acb918d287caa8b9fe32d7b1d9e7cad2e677d9818a1532ae08b8b013840d2a68b25f5'
-
'62ec95ac4eef42b6fefa1063336812e5e6a78f2d119e5f9a7206e063c5b5a859d160ce77bc57123150a55a51e8695eefea7e301259154bc009bfe027d40de314')
-
-_scons_args=(
-  --use-system-boost
-  --use-system-pcre
-  --use-system-snappy
-  --use-system-yaml
-  --use-system-zlib
-  --use-system-wiredtiger
-  --use-sasl-client
-  --ssl
-  --disable-warnings-as-errors
-  # --use-system-asio # 

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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 04:26:30
  Author: felixonmars
Revision: 224488

upgpkg: mongodb 3.4.3-1

Modified:
  mongodb/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 03:49:56 UTC (rev 224487)
+++ PKGBUILD2017-04-23 04:26:30 UTC (rev 224488)
@@ -6,7 +6,7 @@
 # Contributor: Alec Thomas
 
 pkgname=mongodb
-pkgver=3.4.2
+pkgver=3.4.3
 pkgrel=1
 pkgdesc='A high-performance, open source, schema-free document-oriented 
database'
 arch=('x86_64')
@@ -23,7 +23,7 @@
 'mongodb.conf' 'mongodb.service' 'mongodb-3.2.10-boost-1.62.0.patch'
 'asio-openssl-1.1.0.patch'
 'openssl-1.1.0.patch')
-sha512sums=('42f1b946e4be22670a3d79ec5ea359c2c43f0cff6f6329486b2cc797fd57981982544fbce53412ab91eafa3a1fbecb30bc95316cc9405d778b20a270f77df777'
+sha512sums=('e2fb5fc2f02e9dbca6c30d2e2aaf1569180ca15198226cdad46f47f44905293afe77763fe2e5c9add0b5bcbd62b7ce7905fb183068c0738cdeeae8d39f848cef'
 
'05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c'
 
'177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9'
 
'd6f014d2778decde268b9e856d812bc61f7c45986aad751e44fdece39aa8a96505b77e0b917ea38880501497e01d4b051a6f3205c82af653425b5247cd813417'


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 03:49:56
  Author: felixonmars
Revision: 224487

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 224486, stack/trunk/PKGBUILD)
  stack/repos/community-staging-i686/stack.install
(from rev 224486, stack/trunk/stack.install)
  stack/repos/community-staging-x86_64/
  stack/repos/community-staging-x86_64/PKGBUILD
(from rev 224486, stack/trunk/PKGBUILD)
  stack/repos/community-staging-x86_64/stack.install
(from rev 224486, stack/trunk/stack.install)

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

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 224486, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 03:49:56 UTC (rev 224487)
@@ -0,0 +1,87 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.4.0
+pkgrel=33
+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-base64-bytestring"
+ "haskell-binary-tagged" "haskell-blaze-builder" "haskell-clock" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptonite" 
"haskell-cryptonite-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-hackage-security"
+ "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-memory" 
"haskell-microlens"
+ "haskell-microlens-mtl" "haskell-monad-control" 
"haskell-monad-logger"
+ "haskell-monad-unlift" "haskell-mtl" "haskell-network-uri" 
"haskell-open-browser"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-path-io" "haskell-persistent" "haskell-persistent-sqlite"
+ "haskell-persistent-template" "haskell-pid1" 
"haskell-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=("$pkgbase-$pkgver.tar.gz::https://github.com/commercialhaskell/stack/archive/v$pkgver.tar.gz;
+
"store-0.4.patch::https://github.com/commercialhaskell/stack/commit/d3637126b9045b266d2e53387e183915cb4a912d.patch;)
+sha256sums=('595d311ad117e41ad908b7065743917542b40f343d1334673e98171ee74d36e6'
+'63d0f620dcbde3a7f236aadab32f5fa3e2b93741dcf462392624bb30b6b49c16')
+
+prepare() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+patch -p1 -i ../store-0.4.patch
+}
+
+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 

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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 03:49:32
  Author: felixonmars
Revision: 224486

upgpkg: stack 1.4.0-33

rebuild with th-expand-syns,0.4.3.0

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 03:01:48 UTC (rev 224485)
+++ PKGBUILD2017-04-23 03:49:32 UTC (rev 224486)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.4.0
-pkgrel=32
+pkgrel=33
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 03:01:48
  Author: felixonmars
Revision: 224485

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

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

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

Copied: haskell-store/repos/community-staging-i686/PKGBUILD (from rev 224484, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 03:01:48 UTC (rev 224485)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.2
+pkgrel=10
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1fcf2218c4683737842456b5daa8fca0ec9c8bb3ee0cc3a90c631aa213bfec29ef6d90c68190a9656cbd14b1a18a7b6caa6c0f8be5d09e86977ab4d93a48c93f')
+
+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-comparison-bench -f-small-bench
+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-store/repos/community-staging-x86_64/PKGBUILD (from rev 224484, 
haskell-store/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 03:01:48 UTC (rev 224485)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=store
+pkgname=haskell-store
+pkgver=0.4.2
+pkgrel=10
+pkgdesc="Fast binary serialization"
+url="https://github.com/fpco/store;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-async' 'haskell-base-orphans' 
'haskell-base64-bytestring'
+ 'haskell-conduit' 'haskell-contravariant' 'haskell-cryptohash' 
'haskell-free'
+ 'haskell-hashable' 'haskell-hspec' 'haskell-hspec-smallcheck' 
'haskell-lifted-base'
+ 'haskell-monad-control' 'haskell-mono-traversable' 'haskell-network' 
'haskell-primitive'
+ 'haskell-resourcet' 'haskell-safe' 'haskell-semigroups' 
'haskell-smallcheck'
+ 'haskell-streaming-commons' 'haskell-store-core' 'haskell-syb' 
'haskell-text'
+ 'haskell-th-lift' 'haskell-th-lift-instances' 'haskell-th-orphans' 
'haskell-th-reify-many'
+ 'haskell-th-utilities' 'haskell-unordered-containers' 
'haskell-vector' 'haskell-void')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)

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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 03:01:25
  Author: felixonmars
Revision: 224484

upgpkg: haskell-store 0.4.2-10

rebuild with th-expand-syns,0.4.3.0

Modified:
  haskell-store/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:46:48 UTC (rev 224483)
+++ PKGBUILD2017-04-23 03:01:25 UTC (rev 224484)
@@ -4,7 +4,7 @@
 _hkgname=store
 pkgname=haskell-store
 pkgver=0.4.2
-pkgrel=9
+pkgrel=10
 pkgdesc="Fast binary serialization"
 url="https://github.com/fpco/store;
 license=('custom:BSD3')


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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:46:48
  Author: svenstaro
Revision: 224483

upgpkg: python-pywinrm 0.2.2-5

Pushing python-pywinrm

Modified:
  python-pywinrm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:45:28 UTC (rev 224482)
+++ PKGBUILD2017-04-23 02:46:48 UTC (rev 224483)
@@ -2,7 +2,7 @@
 # Contributor: Kevin Houdebert 
 # Contributor: Guillaume Brogi 
 
-pkgbase=pywinrm
+pkgbase=python-pywinrm
 pkgname=('python2-pywinrm' 'python-pywinrm')
 pkgver=0.2.2
 pkgrel=5


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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:45:28
  Author: svenstaro
Revision: 224482

archrelease: copy trunk to community-any

Added:
  python-pywinrm/repos/community-any/
  python-pywinrm/repos/community-any/PKGBUILD
(from rev 224480, python-pywinrm/trunk/PKGBUILD)

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

Copied: python-pywinrm/repos/community-any/PKGBUILD (from rev 224480, 
python-pywinrm/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-04-23 02:45:28 UTC (rev 224482)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Kevin Houdebert 
+# Contributor: Guillaume Brogi 
+
+pkgbase=pywinrm
+pkgname=('python2-pywinrm' 'python-pywinrm')
+pkgver=0.2.2
+pkgrel=5
+pkgdesc="Python library for Windows Remote Management"
+arch=(any)
+url="https://pypi.python.org/pypi/pywinrm;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz;)
+sha512sums=('49af5bc9a640cb53f760b0b51da9adb9f3aa0b4d5b8a3f913ec95193a8af8304d18983f23728e22b8c74f1042ca8b2c520f102b8b0478c5d0474bbd60d7be40b')
+
+package_python2-pywinrm() {
+depends=('python2' 'python2-requests' 'python2-xmltodict')
+optdepends=('python2-requests-ntlm: for HTTP NTLM authentication'
+'python2-requests-kerberos: for kerberos authentication'
+'python2-requests-credssp: for CredSSP authenication')
+cd ${srcdir}/pywinrm-${pkgver}
+python2 setup.py install --root=${pkgdir}/ --optimize=1
+}
+
+package_python-pywinrm() {
+depends=('python' 'python-requests' 'python-xmltodict')
+optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
+'python-requests-kerberos: for kerberos authentication'
+'python-requests-credssp: for CredSSP authenication')
+cd ${srcdir}/pywinrm-${pkgver}
+python setup.py install --root=${pkgdir}/ --optimize=1
+}
+
+# vim:set ts=4 sw=4 et:


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:45:26
  Author: felixonmars
Revision: 224481

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

Added:
  haskell-th-utilities/repos/community-staging-i686/
  haskell-th-utilities/repos/community-staging-i686/PKGBUILD
(from rev 224480, haskell-th-utilities/trunk/PKGBUILD)
  haskell-th-utilities/repos/community-staging-x86_64/
  haskell-th-utilities/repos/community-staging-x86_64/PKGBUILD
(from rev 224480, haskell-th-utilities/trunk/PKGBUILD)

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

Copied: haskell-th-utilities/repos/community-staging-i686/PKGBUILD (from rev 
224480, haskell-th-utilities/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 02:45:26 UTC (rev 224481)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-utilities
+pkgname=haskell-th-utilities
+pkgver=0.2.0.1
+pkgrel=10
+pkgdesc="Collection of useful functions for use with Template Haskell"
+url="https://github.com/fpco/th-utilities;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-primitive' 'haskell-syb' 'haskell-text' 
'haskell-th-orphans')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('2caf2260cdff51506c564946d610e527')
+
+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-th-utilities/repos/community-staging-x86_64/PKGBUILD (from rev 
224480, haskell-th-utilities/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 02:45:26 UTC (rev 224481)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-utilities
+pkgname=haskell-th-utilities
+pkgver=0.2.0.1
+pkgrel=10
+pkgdesc="Collection of useful functions for use with Template Haskell"
+url="https://github.com/fpco/th-utilities;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-primitive' 'haskell-syb' 'haskell-text' 
'haskell-th-orphans')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('2caf2260cdff51506c564946d610e527')
+
+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"
+}


[arch-commits] Commit in (4 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:44:51
  Author: svenstaro
Revision: 224480

Add python-pywinrm from AUR

Added:
  python-pywinrm/
  python-pywinrm/repos/
  python-pywinrm/trunk/
  python-pywinrm/trunk/PKGBUILD

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

Added: python-pywinrm/trunk/PKGBUILD
===
--- python-pywinrm/trunk/PKGBUILD   (rev 0)
+++ python-pywinrm/trunk/PKGBUILD   2017-04-23 02:44:51 UTC (rev 224480)
@@ -0,0 +1,35 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Kevin Houdebert 
+# Contributor: Guillaume Brogi 
+
+pkgbase=pywinrm
+pkgname=('python2-pywinrm' 'python-pywinrm')
+pkgver=0.2.2
+pkgrel=5
+pkgdesc="Python library for Windows Remote Management"
+arch=(any)
+url="https://pypi.python.org/pypi/pywinrm;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("https://files.pythonhosted.org/packages/source/p/pywinrm/pywinrm-${pkgver}.tar.gz;)
+sha512sums=('49af5bc9a640cb53f760b0b51da9adb9f3aa0b4d5b8a3f913ec95193a8af8304d18983f23728e22b8c74f1042ca8b2c520f102b8b0478c5d0474bbd60d7be40b')
+
+package_python2-pywinrm() {
+depends=('python2' 'python2-requests' 'python2-xmltodict')
+optdepends=('python2-requests-ntlm: for HTTP NTLM authentication'
+'python2-requests-kerberos: for kerberos authentication'
+'python2-requests-credssp: for CredSSP authenication')
+cd ${srcdir}/pywinrm-${pkgver}
+python2 setup.py install --root=${pkgdir}/ --optimize=1
+}
+
+package_python-pywinrm() {
+depends=('python' 'python-requests' 'python-xmltodict')
+optdepends=('python-requests-ntlm: for HTTP NTLM authentication'
+'python-requests-kerberos: for kerberos authentication'
+'python-requests-credssp: for CredSSP authenication')
+cd ${srcdir}/pywinrm-${pkgver}
+python setup.py install --root=${pkgdir}/ --optimize=1
+}
+
+# vim:set ts=4 sw=4 et:


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:44:43
  Author: felixonmars
Revision: 224479

upgpkg: haskell-th-utilities 0.2.0.1-10

rebuild with th-expand-syns,0.4.3.0

Modified:
  haskell-th-utilities/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:41:36 UTC (rev 224478)
+++ PKGBUILD2017-04-23 02:44:43 UTC (rev 224479)
@@ -4,7 +4,7 @@
 _hkgname=th-utilities
 pkgname=haskell-th-utilities
 pkgver=0.2.0.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Collection of useful functions for use with Template Haskell"
 url="https://github.com/fpco/th-utilities;
 license=('MIT')


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:41:36
  Author: felixonmars
Revision: 224478

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 224477, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/
  haskell-interpolatedstring-perl6/repos/community-staging-x86_64/PKGBUILD
(from rev 224477, 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 224477, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 02:41:36 UTC (rev 224478)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.0
+pkgrel=14
+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 224477, haskell-interpolatedstring-perl6/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 02:41:36 UTC (rev 224478)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=interpolatedstring-perl6
+pkgname=haskell-interpolatedstring-perl6
+pkgver=1.0.0
+pkgrel=14
+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 

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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:41:13
  Author: felixonmars
Revision: 224477

upgpkg: haskell-interpolatedstring-perl6 1.0.0-14

rebuild with th-expand-syns,0.4.3.0

Modified:
  haskell-interpolatedstring-perl6/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:39:27 UTC (rev 224476)
+++ PKGBUILD2017-04-23 02:41:13 UTC (rev 224477)
@@ -4,7 +4,7 @@
 _hkgname=interpolatedstring-perl6
 pkgname=haskell-interpolatedstring-perl6
 pkgver=1.0.0
-pkgrel=13
+pkgrel=14
 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/repos (4 files)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:39:27
  Author: felixonmars
Revision: 224476

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 224475, haskell-src-meta/trunk/PKGBUILD)
  haskell-src-meta/repos/community-staging-x86_64/
  haskell-src-meta/repos/community-staging-x86_64/PKGBUILD
(from rev 224475, 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 
224475, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 02:39:27 UTC (rev 224476)
@@ -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=11
+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 
224475, haskell-src-meta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 02:39:27 UTC (rev 224476)
@@ -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=11
+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-meta/trunk (PKGBUILD)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:39:03
  Author: felixonmars
Revision: 224475

upgpkg: haskell-src-meta 0.7.0.1-11

rebuild with th-expand-syns,0.4.3.0

Modified:
  haskell-src-meta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:36:57 UTC (rev 224474)
+++ PKGBUILD2017-04-23 02:39:03 UTC (rev 224475)
@@ -5,7 +5,7 @@
 _hkgname=haskell-src-meta
 pkgname=haskell-src-meta
 pkgver=0.7.0.1
-pkgrel=10
+pkgrel=11
 pkgdesc="Parse source to template-haskell abstract syntax"
 url="https://github.com/bmillwood/haskell-src-meta;
 license=("custom:BSD3")


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:36:57
  Author: felixonmars
Revision: 224474

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

Added:
  haskell-th-orphans/repos/community-staging-i686/
  haskell-th-orphans/repos/community-staging-i686/PKGBUILD
(from rev 224473, haskell-th-orphans/trunk/PKGBUILD)
  haskell-th-orphans/repos/community-staging-x86_64/
  haskell-th-orphans/repos/community-staging-x86_64/PKGBUILD
(from rev 224473, haskell-th-orphans/trunk/PKGBUILD)

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

Copied: haskell-th-orphans/repos/community-staging-i686/PKGBUILD (from rev 
224473, haskell-th-orphans/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 02:36:57 UTC (rev 224474)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-orphans
+pkgname=haskell-th-orphans
+pkgver=0.13.3
+pkgrel=8
+pkgdesc="Orphan instances for TH datatypes"
+url="http://github.com/ekmett/th-orphans/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-reify-many')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d56c8222885e82e47076a27224fd4ced')
+
+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-th-orphans/repos/community-staging-x86_64/PKGBUILD (from rev 
224473, haskell-th-orphans/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 02:36:57 UTC (rev 224474)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-orphans
+pkgname=haskell-th-orphans
+pkgver=0.13.3
+pkgrel=8
+pkgdesc="Orphan instances for TH datatypes"
+url="http://github.com/ekmett/th-orphans/;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-th-lift' 
'haskell-th-lift-instances'
+ 'haskell-th-reify-many')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('d56c8222885e82e47076a27224fd4ced')
+
+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"
+}


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:36:34
  Author: felixonmars
Revision: 224473

upgpkg: haskell-th-orphans 0.13.3-8

rebuild with th-expand-syns,0.4.3.0

Modified:
  haskell-th-orphans/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:35:56 UTC (rev 224472)
+++ PKGBUILD2017-04-23 02:36:34 UTC (rev 224473)
@@ -4,7 +4,7 @@
 _hkgname=th-orphans
 pkgname=haskell-th-orphans
 pkgver=0.13.3
-pkgrel=7
+pkgrel=8
 pkgdesc="Orphan instances for TH datatypes"
 url="http://github.com/ekmett/th-orphans/;
 license=('custom:BSD3')


[arch-commits] Commit in python-requests-credssp/repos (3 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:35:56
  Author: svenstaro
Revision: 224472

archrelease: copy trunk to community-any

Added:
  python-requests-credssp/repos/community-any/
  python-requests-credssp/repos/community-any/PKGBUILD
(from rev 224470, python-requests-credssp/trunk/PKGBUILD)
Deleted:
  python-requests-credssp/repos/community-any/

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

Copied: python-requests-credssp/repos/community-any/PKGBUILD (from rev 224470, 
python-requests-credssp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-04-23 02:35:56 UTC (rev 224472)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-requests-credssp')
+pkgname=('python-requests-credssp' 'python2-requests-credssp')
+_module='requests-credssp'
+pkgver='0.0.2'
+pkgrel=2
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('ISC')
+arch=('any')
+source=("https://pypi.python.org/packages/76/64/c64dd2be7cc94f1fbf43c9396bac2cbe8448fe1b433b96d3c713b714839e/requests-credssp-${pkgver}.zip;)
+sha512sums=('d69b597dde4823234852fc7de3aafbdfeb2213bff0ebe69b3b7bb3927830cb6d22db4d14062805d2ff1e953a59d436a9abf35f654bdcf898ce789c140d7dbf03')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-requests-credssp() {
+depends+=('python' 'python-pyopenssl' 'python-requests' 
'python-ordereddict' 'python-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-requests-credssp() {
+depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


[arch-commits] Commit in haskell-th-reify-many/repos (4 files)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:34:41
  Author: felixonmars
Revision: 224469

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

Added:
  haskell-th-reify-many/repos/community-staging-i686/
  haskell-th-reify-many/repos/community-staging-i686/PKGBUILD
(from rev 224468, haskell-th-reify-many/trunk/PKGBUILD)
  haskell-th-reify-many/repos/community-staging-x86_64/
  haskell-th-reify-many/repos/community-staging-x86_64/PKGBUILD
(from rev 224468, haskell-th-reify-many/trunk/PKGBUILD)

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

Copied: haskell-th-reify-many/repos/community-staging-i686/PKGBUILD (from rev 
224468, haskell-th-reify-many/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 02:34:41 UTC (rev 224469)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-reify-many
+pkgname=haskell-th-reify-many
+pkgver=0.1.6
+pkgrel=9
+pkgdesc="Recurseively reify template haskell datatype info"
+url="http://github.com/mgsloan/th-reify-many;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-safe' 'haskell-th-expand-syns')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('edbb5233c4b189ba49e3fd5c66a6acfc')
+
+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-th-reify-many/repos/community-staging-x86_64/PKGBUILD (from rev 
224468, haskell-th-reify-many/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 02:34:41 UTC (rev 224469)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-reify-many
+pkgname=haskell-th-reify-many
+pkgver=0.1.6
+pkgrel=9
+pkgdesc="Recurseively reify template haskell datatype info"
+url="http://github.com/mgsloan/th-reify-many;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-mtl' 'haskell-safe' 'haskell-th-expand-syns')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('edbb5233c4b189ba49e3fd5c66a6acfc')
+
+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"
+}


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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:34:43
  Author: svenstaro
Revision: 224470

upgpkg: python-requests-credssp 0.0.2-2

Pushing python-requests-credssp

Modified:
  python-requests-credssp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:34:41 UTC (rev 224469)
+++ PKGBUILD2017-04-23 02:34:43 UTC (rev 224470)
@@ -12,7 +12,7 @@
 license=('ISC')
 arch=('any')
 
source=("https://pypi.python.org/packages/76/64/c64dd2be7cc94f1fbf43c9396bac2cbe8448fe1b433b96d3c713b714839e/requests-credssp-${pkgver}.zip;)
-sha512sums=('e6dcd38d10c0f8361b88f19a5f941818')
+sha512sums=('d69b597dde4823234852fc7de3aafbdfeb2213bff0ebe69b3b7bb3927830cb6d22db4d14062805d2ff1e953a59d436a9abf35f654bdcf898ce789c140d7dbf03')
 
 prepare() {
 cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}


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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:34:52
  Author: svenstaro
Revision: 224471

archrelease: copy trunk to community-any

Added:
  python-requests-credssp/repos/community-any/
  python-requests-credssp/repos/community-any/PKGBUILD
(from rev 224470, python-requests-credssp/trunk/PKGBUILD)

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

Copied: python-requests-credssp/repos/community-any/PKGBUILD (from rev 224470, 
python-requests-credssp/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-04-23 02:34:52 UTC (rev 224471)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-requests-credssp')
+pkgname=('python-requests-credssp' 'python2-requests-credssp')
+_module='requests-credssp'
+pkgver='0.0.2'
+pkgrel=2
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('ISC')
+arch=('any')
+source=("https://pypi.python.org/packages/76/64/c64dd2be7cc94f1fbf43c9396bac2cbe8448fe1b433b96d3c713b714839e/requests-credssp-${pkgver}.zip;)
+sha512sums=('d69b597dde4823234852fc7de3aafbdfeb2213bff0ebe69b3b7bb3927830cb6d22db4d14062805d2ff1e953a59d436a9abf35f654bdcf898ce789c140d7dbf03')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-requests-credssp() {
+depends+=('python' 'python-pyopenssl' 'python-requests' 
'python-ordereddict' 'python-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-requests-credssp() {
+depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:34:18
  Author: felixonmars
Revision: 224468

upgpkg: haskell-th-reify-many 0.1.6-9

rebuild with th-expand-syns,0.4.3.0

Modified:
  haskell-th-reify-many/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:32:45 UTC (rev 224467)
+++ PKGBUILD2017-04-23 02:34:18 UTC (rev 224468)
@@ -4,7 +4,7 @@
 _hkgname=th-reify-many
 pkgname=haskell-th-reify-many
 pkgver=0.1.6
-pkgrel=8
+pkgrel=9
 pkgdesc="Recurseively reify template haskell datatype info"
 url="http://github.com/mgsloan/th-reify-many;
 license=('custom:BSD3')


[arch-commits] Commit in haskell-th-expand-syns/repos (4 files)

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:32:45
  Author: felixonmars
Revision: 224467

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

Added:
  haskell-th-expand-syns/repos/community-staging-i686/
  haskell-th-expand-syns/repos/community-staging-i686/PKGBUILD
(from rev 224465, haskell-th-expand-syns/trunk/PKGBUILD)
  haskell-th-expand-syns/repos/community-staging-x86_64/
  haskell-th-expand-syns/repos/community-staging-x86_64/PKGBUILD
(from rev 224465, haskell-th-expand-syns/trunk/PKGBUILD)

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

Copied: haskell-th-expand-syns/repos/community-staging-i686/PKGBUILD (from rev 
224465, haskell-th-expand-syns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-04-23 02:32:45 UTC (rev 224467)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-expand-syns
+pkgname=haskell-th-expand-syns
+pkgver=0.4.3.0
+pkgrel=1
+pkgdesc="Expands type synonyms in Template Haskell ASTs"
+url="https://hackage.haskell.org/package/th-expand-syns;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-syb')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1f1125315292e0ce2d1e4b6a85788e3d66c9e7b6a2748be742927f9ddb501c2e2032f687ba81c67140411362e218ce4a2469ff9dcc35bb4cd213cb31f171ee47')
+
+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-th-expand-syns/repos/community-staging-x86_64/PKGBUILD (from 
rev 224465, haskell-th-expand-syns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-04-23 02:32:45 UTC (rev 224467)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+_hkgname=th-expand-syns
+pkgname=haskell-th-expand-syns
+pkgver=0.4.3.0
+pkgrel=1
+pkgdesc="Expands type synonyms in Template Haskell ASTs"
+url="https://hackage.haskell.org/package/th-expand-syns;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-syb')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+sha512sums=('1f1125315292e0ce2d1e4b6a85788e3d66c9e7b6a2748be742927f9ddb501c2e2032f687ba81c67140411362e218ce4a2469ff9dcc35bb4cd213cb31f171ee47')
+
+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 (4 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:32:43
  Author: svenstaro
Revision: 224466

Add python-requests-credssp from AUR

Added:
  python-requests-credssp/
  python-requests-credssp/repos/
  python-requests-credssp/trunk/
  python-requests-credssp/trunk/PKGBUILD

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

Added: python-requests-credssp/trunk/PKGBUILD
===
--- python-requests-credssp/trunk/PKGBUILD  (rev 0)
+++ python-requests-credssp/trunk/PKGBUILD  2017-04-23 02:32:43 UTC (rev 
224466)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-requests-credssp')
+pkgname=('python-requests-credssp' 'python2-requests-credssp')
+_module='requests-credssp'
+pkgver='0.0.2'
+pkgrel=2
+pkgdesc="HTTPS CredSSP authentication with the requests library"
+url="https://github.com/jborean93/requests-credssp;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('ISC')
+arch=('any')
+source=("https://pypi.python.org/packages/76/64/c64dd2be7cc94f1fbf43c9396bac2cbe8448fe1b433b96d3c713b714839e/requests-credssp-${pkgver}.zip;)
+sha512sums=('e6dcd38d10c0f8361b88f19a5f941818')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-requests-credssp() {
+depends+=('python' 'python-pyopenssl' 'python-requests' 
'python-ordereddict' 'python-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-requests-credssp() {
+depends+=('python2' 'python2-pyopenssl' 'python2-requests' 
'python2-ordereddict' 'python2-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2017-04-22 Thread Felix Yan
Date: Sunday, April 23, 2017 @ 02:32:10
  Author: felixonmars
Revision: 224465

upgpkg: haskell-th-expand-syns 0.4.3.0-1

rebuild with th-expand-syns,0.4.3.0

Modified:
  haskell-th-expand-syns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:30:11 UTC (rev 224464)
+++ PKGBUILD2017-04-23 02:32:10 UTC (rev 224465)
@@ -3,7 +3,7 @@
 
 _hkgname=th-expand-syns
 pkgname=haskell-th-expand-syns
-pkgver=0.4.2.0
+pkgver=0.4.3.0
 pkgrel=1
 pkgdesc="Expands type synonyms in Template Haskell ASTs"
 url="https://hackage.haskell.org/package/th-expand-syns;
@@ -11,7 +11,7 @@
 arch=('i686' 'x86_64')
 depends=('ghc=8.0.1' 'haskell-syb')
 
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('33b8654b97f422c6278c9175f9fb1a61')
+sha512sums=('1f1125315292e0ce2d1e4b6a85788e3d66c9e7b6a2748be742927f9ddb501c2e2032f687ba81c67140411362e218ce4a2469ff9dcc35bb4cd213cb31f171ee47')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:30:11
  Author: svenstaro
Revision: 224464

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch
(from rev 224463, 
ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch)
  ansible/repos/community-any/PKGBUILD
(from rev 224463, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch
  ansible/repos/community-any/PKGBUILD

-+
 0001-Revert-Add-jinja2-version-constraint.patch |   52 
 PKGBUILD|  128 +++---
 2 files changed, 90 insertions(+), 90 deletions(-)

Deleted: 0001-Revert-Add-jinja2-version-constraint.patch
===
--- 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-23 02:30:07 UTC 
(rev 224463)
+++ 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-23 02:30:11 UTC 
(rev 224464)
@@ -1,26 +0,0 @@
-From 3ddaf071d38cf6f1ea2bfdd80cb5de0f549d158c Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
-Date: Mon, 16 Jan 2017 19:09:30 +0100
-Subject: [PATCH] Revert "Add jinja2 version constraint."
-
-This reverts commit 06ed25e788a3324214ee3226ca35b5586ee83344.

- setup.py | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/setup.py b/setup.py
-index 0eec3da0b..ef7aa3dad 100644
 a/setup.py
-+++ b/setup.py
-@@ -22,7 +22,7 @@ setup(name='ansible',
-   license='GPLv3',
-   # Ansible will also make use of a system copy of python-six if 
installed but use a
-   # Bundled copy if it's not.
--  install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
-+  install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
-   package_dir={ '': 'lib' },
-   packages=find_packages('lib'),
-   package_data={
--- 
-2.11.0
-

Copied: 
ansible/repos/community-any/0001-Revert-Add-jinja2-version-constraint.patch 
(from rev 224463, ansible/trunk/0001-Revert-Add-jinja2-version-constraint.patch)
===
--- 0001-Revert-Add-jinja2-version-constraint.patch 
(rev 0)
+++ 0001-Revert-Add-jinja2-version-constraint.patch 2017-04-23 02:30:11 UTC 
(rev 224464)
@@ -0,0 +1,26 @@
+From 3ddaf071d38cf6f1ea2bfdd80cb5de0f549d158c Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Bart=C5=82omiej=20Piotrowski?= 
+Date: Mon, 16 Jan 2017 19:09:30 +0100
+Subject: [PATCH] Revert "Add jinja2 version constraint."
+
+This reverts commit 06ed25e788a3324214ee3226ca35b5586ee83344.
+---
+ setup.py | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/setup.py b/setup.py
+index 0eec3da0b..ef7aa3dad 100644
+--- a/setup.py
 b/setup.py
+@@ -22,7 +22,7 @@ setup(name='ansible',
+   license='GPLv3',
+   # Ansible will also make use of a system copy of python-six if 
installed but use a
+   # Bundled copy if it's not.
+-  install_requires=['paramiko', 'jinja2 < 2.9', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
++  install_requires=['paramiko', 'jinja2', "PyYAML", 'setuptools', 
'pycrypto >= 2.6'],
+   package_dir={ '': 'lib' },
+   packages=find_packages('lib'),
+   package_data={
+-- 
+2.11.0
+

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-23 02:30:07 UTC (rev 224463)
+++ PKGBUILD2017-04-23 02:30:11 UTC (rev 224464)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Bartłomiej Piotrowski 
-# Contributor: Daniel Wallace 
-# Contributor: Chris 
-# Contributor: m0ikz 
-# Contributor: atweiden 
-
-pkgname=(ansible python-ansible)
-pkgver=2.3.0.0
-pkgrel=3
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 
'python2-crypto')
-optdepends=('sshpass: for ssh connections with password'
-'python2-passlib: crypt values for vars_prompt'
-'python2-netaddr: for the ipaddr filter'
-'python2-systemd: log to journal'
-'python2-pywinrm: connect to Windows machines (in AUR)'
-'python2-ovirt-engine-sdk: ovirt support (in AUR)'
-'python2-jmespath: json_query support')
-makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
- 'python-setuptools') 
-backup=('etc/ansible/ansible.cfg')
-source=("https://releases.ansible.com/ansible/ansible-${pkgver}.tar.gz;)

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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:30:07
  Author: svenstaro
Revision: 224463

upgpkg: ansible 2.3.0.0-4

Remove AUR references as the packages are now in [community]

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:25:04 UTC (rev 224462)
+++ PKGBUILD2017-04-23 02:30:07 UTC (rev 224463)
@@ -8,7 +8,7 @@
 
 pkgname=(ansible python-ansible)
 pkgver=2.3.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -18,8 +18,8 @@
 'python2-passlib: crypt values for vars_prompt'
 'python2-netaddr: for the ipaddr filter'
 'python2-systemd: log to journal'
-'python2-pywinrm: connect to Windows machines (in AUR)'
-'python2-ovirt-engine-sdk: ovirt support (in AUR)'
+'python2-pywinrm: connect to Windows machines'
+'python2-ovirt-engine-sdk: ovirt support'
 'python2-jmespath: json_query support')
 makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
  'python-setuptools') 


[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:24:36
  Author: svenstaro
Revision: 224461

upgpkg: python-ovirt-engine-sdk 4.1.3-1

Pushing python-ovirt-engine-sdk

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:23:34 UTC (rev 224460)
+++ PKGBUILD2017-04-23 02:24:36 UTC (rev 224461)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Konstantin Shalygin 
 
-pkgbase='ovirt-engine-sdk'
+pkgbase='python-ovirt-engine-sdk'
 pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
 pkgver='4.1.3'
 pkgrel='1'
@@ -10,13 +10,13 @@
 url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
 makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
 license=('ASL 2.0')
-source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz;)
+source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
 
sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
 
 package_python-ovirt-engine-sdk() {
   depends=('python-pycurl' 'python-six')
 
-  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
   python setup.py install -O1 --root="${pkgdir}"
 }
 
@@ -23,6 +23,6 @@
 package_python2-ovirt-engine-sdk() {
   depends=('python2-pycurl' 'python2-six' 'python2-enum34')
 
-  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
   python2 setup.py install -O1 --root="${pkgdir}"
 }


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-any (2 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:25:04
  Author: svenstaro
Revision: 224462

archrelease: copy trunk to community-any

Added:
  python-ovirt-engine-sdk/repos/community-any/PKGBUILD
(from rev 224461, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-23 02:24:36 UTC (rev 224461)
+++ PKGBUILD2017-04-23 02:25:04 UTC (rev 224462)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver='4.1.3'
-pkgrel='1'
-pkgdesc='Python access to the oVirt Engine API'
-arch=('any')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('ASL 2.0')
-source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz;)
-sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/${pkgbase}-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/${pkgbase}-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-}

Copied: python-ovirt-engine-sdk/repos/community-any/PKGBUILD (from rev 224461, 
python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-23 02:25:04 UTC (rev 224462)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='python-ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver='4.1.3'
+pkgrel='1'
+pkgdesc='Python access to the oVirt Engine API'
+arch=('any')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('ASL 2.0')
+source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-ovirt-engine-sdk4/ovirt-engine-sdk-python-${pkgver}.tar.gz;)
+sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/ovirt-engine-sdk-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+}


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-any (2 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:21:42
  Author: svenstaro
Revision: 224449

archrelease: copy trunk to community-any

Added:
  python-ovirt-engine-sdk/repos/community-any/PKGBUILD
(from rev 224448, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-23 02:19:29 UTC (rev 224448)
+++ PKGBUILD2017-04-23 02:21:42 UTC (rev 224449)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver='4.1.3'
-pkgrel='1'
-pkgdesc='Python access to the oVirt Engine API'
-arch=('any')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('ASL 2.0')
-source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz;)
-sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/${pkgbase}-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/${pkgbase}-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-}

Copied: python-ovirt-engine-sdk/repos/community-any/PKGBUILD (from rev 224448, 
python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-23 02:21:42 UTC (rev 224449)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver='4.1.3'
+pkgrel='1'
+pkgdesc='Python access to the oVirt Engine API'
+arch=('any')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('ASL 2.0')
+source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz;)
+sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+}


[arch-commits] Commit in python-ovirt-engine-sdk/repos/community-any (2 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:19:29
  Author: svenstaro
Revision: 224448

archrelease: copy trunk to community-any

Added:
  python-ovirt-engine-sdk/repos/community-any/PKGBUILD
(from rev 224447, python-ovirt-engine-sdk/trunk/PKGBUILD)
Deleted:
  python-ovirt-engine-sdk/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-23 02:18:37 UTC (rev 224447)
+++ PKGBUILD2017-04-23 02:19:29 UTC (rev 224448)
@@ -1,28 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Konstantin Shalygin 
-
-pkgbase='ovirt-engine-sdk'
-pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
-pkgver='4.1.3'
-pkgrel='1'
-pkgdesc='Python access to the oVirt Engine API'
-arch=('any')
-url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
-license=('ASL 2.0')
-source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz;)
-sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
-
-package_python-ovirt-engine-sdk() {
-  depends=('python-pycurl' 'python-six')
-
-  cd "${srcdir}/${pkgbase}-python-${pkgver}"
-  python setup.py install -O1 --root="${pkgdir}"
-}
-
-package_python2-ovirt-engine-sdk() {
-  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
-
-  cd "${srcdir}/${pkgbase}-python-${pkgver}"
-  python2 setup.py install -O1 --root="${pkgdir}"
-}

Copied: python-ovirt-engine-sdk/repos/community-any/PKGBUILD (from rev 224447, 
python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-23 02:19:29 UTC (rev 224448)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver='4.1.3'
+pkgrel='1'
+pkgdesc='Python access to the oVirt Engine API'
+arch=('any')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('ASL 2.0')
+source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz;)
+sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+}


[arch-commits] Commit in python-ovirt-engine-sdk/trunk (PKGBUILD)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:18:29
  Author: svenstaro
Revision: 224446

upgpkg: ovirt-engine-sdk 4.1.3-1

Pushing python-ovirt-engine-sdk

Modified:
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:15:46 UTC (rev 224445)
+++ PKGBUILD2017-04-23 02:18:29 UTC (rev 224446)
@@ -8,11 +8,10 @@
 pkgdesc='Python access to the oVirt Engine API'
 arch=('any')
 url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
-makedepends=('python-setuptools'
-'python2-setuptools')
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
 license=('ASL 2.0')
 
source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz;)
-sha512sums=('6bfa15e793117c33c134cdcfe68b86ccb5bd094b3ef09a9982a627a66cf16b54')
+sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
 
 package_python-ovirt-engine-sdk() {
   depends=('python-pycurl' 'python-six')


[arch-commits] Commit in python-ovirt-engine-sdk (3 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:18:37
  Author: svenstaro
Revision: 224447

archrelease: copy trunk to community-any

Added:
  python-ovirt-engine-sdk/repos/
  python-ovirt-engine-sdk/repos/community-any/
  python-ovirt-engine-sdk/repos/community-any/PKGBUILD
(from rev 224446, python-ovirt-engine-sdk/trunk/PKGBUILD)

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

Copied: python-ovirt-engine-sdk/repos/community-any/PKGBUILD (from rev 224446, 
python-ovirt-engine-sdk/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-04-23 02:18:37 UTC (rev 224447)
@@ -0,0 +1,28 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver='4.1.3'
+pkgrel='1'
+pkgdesc='Python access to the oVirt Engine API'
+arch=('any')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools' 'python2-setuptools' 'libxml2')
+license=('ASL 2.0')
+source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz;)
+sha512sums=('9ec4125045a69090425d944b3f76a3c282eb181d372d2f03b41a68349901bb9c6f92b722a431ada0f2abd7666a86a4c3e524dfd969a001a7d441013b32c2818f')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+}


[arch-commits] Commit in (3 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:15:46
  Author: svenstaro
Revision: 224445

Add python-ovirt-engine-sdk from AUR

Added:
  python-ovirt-engine-sdk/
  python-ovirt-engine-sdk/trunk/
  python-ovirt-engine-sdk/trunk/PKGBUILD

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

Added: python-ovirt-engine-sdk/trunk/PKGBUILD
===
--- python-ovirt-engine-sdk/trunk/PKGBUILD  (rev 0)
+++ python-ovirt-engine-sdk/trunk/PKGBUILD  2017-04-23 02:15:46 UTC (rev 
224445)
@@ -0,0 +1,29 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Konstantin Shalygin 
+
+pkgbase='ovirt-engine-sdk'
+pkgname=('python-ovirt-engine-sdk' 'python2-ovirt-engine-sdk')
+pkgver='4.1.3'
+pkgrel='1'
+pkgdesc='Python access to the oVirt Engine API'
+arch=('any')
+url='http://ovirt.org/develop/release-management/features/infra/python-sdk'
+makedepends=('python-setuptools'
+'python2-setuptools')
+license=('ASL 2.0')
+source=("http://resources.ovirt.org/pub/ovirt-4.1/src/python-${pkgbase}4/${pkgbase}-python-${pkgver}.tar.gz;)
+sha512sums=('6bfa15e793117c33c134cdcfe68b86ccb5bd094b3ef09a9982a627a66cf16b54')
+
+package_python-ovirt-engine-sdk() {
+  depends=('python-pycurl' 'python-six')
+
+  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  python setup.py install -O1 --root="${pkgdir}"
+}
+
+package_python2-ovirt-engine-sdk() {
+  depends=('python2-pycurl' 'python2-six' 'python2-enum34')
+
+  cd "${srcdir}/${pkgbase}-python-${pkgver}"
+  python2 setup.py install -O1 --root="${pkgdir}"
+}


[arch-commits] Commit in python-requests-ntlm (3 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:12:44
  Author: svenstaro
Revision: 22

archrelease: copy trunk to community-any

Added:
  python-requests-ntlm/repos/
  python-requests-ntlm/repos/community-any/
  python-requests-ntlm/repos/community-any/PKGBUILD
(from rev 224443, python-requests-ntlm/trunk/PKGBUILD)

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

Copied: python-requests-ntlm/repos/community-any/PKGBUILD (from rev 224443, 
python-requests-ntlm/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-04-23 02:12:44 UTC (rev 22)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+# Contributor: Gary van der Merwe 
+
+pkgbase=('python-requests-ntlm')
+pkgname=('python-requests-ntlm' 'python2-requests-ntlm')
+_module='requests_ntlm'
+pkgver='1.0.0'
+pkgrel=3
+pkgdesc="This package allows for HTTP NTLM authentication using the requests 
library."
+url="https://github.com/requests/requests-ntlm;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('custom:ISC License (ISCL)')
+arch=('any')
+source=("https://files.pythonhosted.org/packages/source/r/requests_ntlm/requests_ntlm-${pkgver}.tar.gz;)
+sha512sums=('bdba9f8c241dbe8e55be28208e240dd44a62156e5ee65d69897b0d427c7905430f6ba3582d37f5e8d6fc50e3c9f63814333c6c654d4e51ab9b9a553f53fe3dc5')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-requests-ntlm() {
+depends+=('python' 'python-requests' 'python-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}"
+install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python-requests-ntlm/LICENSE"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-requests-ntlm() {
+depends+=('python2' 'python2-requests' 'python2-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python2-requests-ntlm/LICENSE"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


[arch-commits] Commit in (3 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:11:59
  Author: svenstaro
Revision: 224443

Add python-requests-ntlm from AUR

Added:
  python-requests-ntlm/
  python-requests-ntlm/trunk/
  python-requests-ntlm/trunk/PKGBUILD

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

Added: python-requests-ntlm/trunk/PKGBUILD
===
--- python-requests-ntlm/trunk/PKGBUILD (rev 0)
+++ python-requests-ntlm/trunk/PKGBUILD 2017-04-23 02:11:59 UTC (rev 224443)
@@ -0,0 +1,42 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+# Contributor: Gary van der Merwe 
+
+pkgbase=('python-requests-ntlm')
+pkgname=('python-requests-ntlm' 'python2-requests-ntlm')
+_module='requests_ntlm'
+pkgver='1.0.0'
+pkgrel=3
+pkgdesc="This package allows for HTTP NTLM authentication using the requests 
library."
+url="https://github.com/requests/requests-ntlm;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('custom:ISC License (ISCL)')
+arch=('any')
+source=("https://files.pythonhosted.org/packages/source/r/requests_ntlm/requests_ntlm-${pkgver}.tar.gz;)
+sha512sums=('bdba9f8c241dbe8e55be28208e240dd44a62156e5ee65d69897b0d427c7905430f6ba3582d37f5e8d6fc50e3c9f63814333c6c654d4e51ab9b9a553f53fe3dc5')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-requests-ntlm() {
+depends+=('python' 'python-requests' 'python-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}"
+install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python-requests-ntlm/LICENSE"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-requests-ntlm() {
+depends+=('python2' 'python2-requests' 'python2-ntlm-auth')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/python2-requests-ntlm/LICENSE"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


[arch-commits] Commit in python-ntlm-auth (3 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:10:05
  Author: svenstaro
Revision: 224442

archrelease: copy trunk to community-any

Added:
  python-ntlm-auth/repos/
  python-ntlm-auth/repos/community-any/
  python-ntlm-auth/repos/community-any/PKGBUILD
(from rev 224441, python-ntlm-auth/trunk/PKGBUILD)

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

Copied: python-ntlm-auth/repos/community-any/PKGBUILD (from rev 224441, 
python-ntlm-auth/trunk/PKGBUILD)
===
--- repos/community-any/PKGBUILD(rev 0)
+++ repos/community-any/PKGBUILD2017-04-23 02:10:05 UTC (rev 224442)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-ntlm-auth')
+pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
+_module='ntlm-auth'
+pkgver='1.0.2'
+pkgrel=2
+pkgdesc="Creates NTLM authentication structures"
+url="https://github.com/jborean93/ntlm-auth;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('LGPL-3.0')
+arch=('any')
+source=("https://pypi.python.org/packages/ac/99/5183cbb714537e0bd31dd266f2bad894f17112f862bb5c65fd6a5367dd2b/ntlm-auth-${pkgver}.zip;)
+sha512sums=('62e1f5c6a8936c3c79cf3827bdd33c2a0d3cdc0b1e617d7fb4d8e4a1d5ce36e02809200a1a1e1cc41303e99a5ea5fb1cf601f345b88d19f679afb4c4517ba8fe')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-ntlm-auth() {
+depends+=('python' 'python-six' 'python-ordereddict')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-ntlm-auth() {
+depends+=('python2' 'python2-six' 'python2-ordereddict')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


[arch-commits] Commit in (3 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:08:46
  Author: svenstaro
Revision: 224441

Add python-ntlm-auth from AUR

Added:
  python-ntlm-auth/
  python-ntlm-auth/trunk/
  python-ntlm-auth/trunk/PKGBUILD

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

Added: python-ntlm-auth/trunk/PKGBUILD
===
--- python-ntlm-auth/trunk/PKGBUILD (rev 0)
+++ python-ntlm-auth/trunk/PKGBUILD 2017-04-23 02:08:46 UTC (rev 224441)
@@ -0,0 +1,39 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Christoph W 
+
+pkgbase=('python-ntlm-auth')
+pkgname=('python-ntlm-auth' 'python2-ntlm-auth')
+_module='ntlm-auth'
+pkgver='1.0.2'
+pkgrel=2
+pkgdesc="Creates NTLM authentication structures"
+url="https://github.com/jborean93/ntlm-auth;
+makedepends=('python-setuptools' 'python2-setuptools')
+license=('LGPL-3.0')
+arch=('any')
+source=("https://pypi.python.org/packages/ac/99/5183cbb714537e0bd31dd266f2bad894f17112f862bb5c65fd6a5367dd2b/ntlm-auth-${pkgver}.zip;)
+sha512sums=('62e1f5c6a8936c3c79cf3827bdd33c2a0d3cdc0b1e617d7fb4d8e4a1d5ce36e02809200a1a1e1cc41303e99a5ea5fb1cf601f345b88d19f679afb4c4517ba8fe')
+
+prepare() {
+cp -a "${srcdir}/${_module}-${pkgver}"{,-python2}
+}
+
+build() {
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py build
+
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py build
+}
+
+package_python-ntlm-auth() {
+depends+=('python' 'python-six' 'python-ordereddict')
+cd "${srcdir}/${_module}-${pkgver}"
+python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}
+
+package_python2-ntlm-auth() {
+depends+=('python2' 'python2-six' 'python2-ordereddict')
+cd "${srcdir}/${_module}-${pkgver}-python2"
+python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+}


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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:02:52
  Author: svenstaro
Revision: 224440

archrelease: copy trunk to community-any

Added:
  python2-ordereddict/repos/community-any/
  python2-ordereddict/repos/community-any/PKGBUILD
(from rev 224439, python2-ordereddict/trunk/PKGBUILD)

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

Copied: python2-ordereddict/repos/community-any/PKGBUILD (from rev 224439, 
python2-ordereddict/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-04-23 02:02:52 UTC (rev 224440)
@@ -0,0 +1,19 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Cedric Girard 
+# Contributor: Julien Nicoulaud 
+pkgname=python2-ordereddict
+pkgver=1.1
+pkgrel=1
+pkgdesc="A drop-in substitute for Python 2.7's collections.OrderedDict that 
works in Python 2.4-2.6."
+arch=(any)
+url="http://pypi.python.org/pypi/ordereddict;
+license=(APACHE)
+depends=(python2)
+makedepends=(python2-distribute)
+source=("http://pypi.python.org/packages/source/o/ordereddict/ordereddict-${pkgver}.tar.gz;)
+md5sums=('a0ed854ee442051b249bfad0f638bbec')
+
+package() {
+  cd "${srcdir}/ordereddict-${pkgver}"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


[arch-commits] Commit in gitlab-runner/repos (24 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:02:26
  Author: svenstaro
Revision: 224439

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

Added:
  gitlab-runner/repos/community-i686/PKGBUILD
(from rev 224438, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-i686/config.toml
(from rev 224438, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-i686/gitlab-runner.install
(from rev 224438, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-i686/gitlab-runner.service
(from rev 224438, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-i686/gitlab-runner.sysusers
(from rev 224438, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-i686/gitlab-runner.tmpfiles
(from rev 224438, gitlab-runner/trunk/gitlab-runner.tmpfiles)
  gitlab-runner/repos/community-x86_64/PKGBUILD
(from rev 224438, gitlab-runner/trunk/PKGBUILD)
  gitlab-runner/repos/community-x86_64/config.toml
(from rev 224438, gitlab-runner/trunk/config.toml)
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
(from rev 224438, gitlab-runner/trunk/gitlab-runner.install)
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
(from rev 224438, gitlab-runner/trunk/gitlab-runner.service)
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
(from rev 224438, gitlab-runner/trunk/gitlab-runner.sysusers)
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles
(from rev 224438, gitlab-runner/trunk/gitlab-runner.tmpfiles)
Deleted:
  gitlab-runner/repos/community-i686/PKGBUILD
  gitlab-runner/repos/community-i686/config.toml
  gitlab-runner/repos/community-i686/gitlab-runner.install
  gitlab-runner/repos/community-i686/gitlab-runner.service
  gitlab-runner/repos/community-i686/gitlab-runner.sysusers
  gitlab-runner/repos/community-i686/gitlab-runner.tmpfiles
  gitlab-runner/repos/community-x86_64/PKGBUILD
  gitlab-runner/repos/community-x86_64/config.toml
  gitlab-runner/repos/community-x86_64/gitlab-runner.install
  gitlab-runner/repos/community-x86_64/gitlab-runner.service
  gitlab-runner/repos/community-x86_64/gitlab-runner.sysusers
  gitlab-runner/repos/community-x86_64/gitlab-runner.tmpfiles

-+
 /PKGBUILD   |  148 ++
 /config.toml|2 
 /gitlab-runner.install  |   16 +++
 /gitlab-runner.service  |   34 ++
 /gitlab-runner.sysusers |2 
 /gitlab-runner.tmpfiles |2 
 community-i686/PKGBUILD |   74 ---
 community-i686/config.toml  |1 
 community-i686/gitlab-runner.install|8 -
 community-i686/gitlab-runner.service|   17 ---
 community-i686/gitlab-runner.sysusers   |1 
 community-i686/gitlab-runner.tmpfiles   |1 
 community-x86_64/PKGBUILD   |   74 ---
 community-x86_64/config.toml|1 
 community-x86_64/gitlab-runner.install  |8 -
 community-x86_64/gitlab-runner.service  |   17 ---
 community-x86_64/gitlab-runner.sysusers |1 
 community-x86_64/gitlab-runner.tmpfiles |1 
 18 files changed, 204 insertions(+), 204 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-23 02:02:15 UTC (rev 224438)
+++ community-i686/PKGBUILD 2017-04-23 02:02:26 UTC (rev 224439)
@@ -1,74 +0,0 @@
-# Maintainer: Sven-Hendrik Haase 
-# Contributor: Lubomir 'Kuci' Kucera 
-
-pkgname=gitlab-runner
-pkgver=9.0.1
-pkgrel=1
-pkgdesc="The official GitLab CI runner written in Go"
-arch=('i686' 'x86_64')
-url='https://gitlab.com/gitlab-org/gitlab-ci-multi-runner'
-license=('GPL3')
-depends=('ca-certificates' 'curl' 'git' 'glibc' 'tar')
-makedepends=('git' 'go' 'git' 'go-bindata' 'mercurial')
-install='gitlab-runner.install'
-replaces=('gitlab-ci-multi-runner')
-backup=('etc/gitlab-runner/config.toml')
-noextract=('prebuilt-x86_64.tar.xz'
-   'prebuilt-arm.tar.xz')
-
-# Note: This should be built using git because the runner gets its version 
information from there and I
-# haven't found the place to patch that yet.
-source=("git+https://gitlab.com/gitlab-org/gitlab-ci-multi-runner.git#tag=v${pkgver};
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-x86_64.tar.xz;
-
"https://gitlab-ci-multi-runner-downloads.s3.amazonaws.com/master/docker/prebuilt-arm.tar.xz;
-"gitlab-runner.install"
-"gitlab-runner.service"
-"gitlab-runner.sysusers"
-"gitlab-runner.tmpfiles"
-"config.toml")
-sha512sums=('SKIP'
-
'a584bc59a4a029a9e7c1a32d8f67db1f94a5173b0f5457b677a435601f02842a8ea248ef48c26314c4b53b61dc34db625f4277ddd5b753fd0811af7c8bc3e459'
-

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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:02:15
  Author: svenstaro
Revision: 224438

upgpkg: gitlab-runner 9.1.0-1

Modified:
  gitlab-runner/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 02:02:02 UTC (rev 224437)
+++ PKGBUILD2017-04-23 02:02:15 UTC (rev 224438)
@@ -2,7 +2,7 @@
 # Contributor: Lubomir 'Kuci' Kucera 
 
 pkgname=gitlab-runner
-pkgver=9.0.1
+pkgver=9.1.0
 pkgrel=1
 pkgdesc="The official GitLab CI runner written in Go"
 arch=('i686' 'x86_64')
@@ -27,8 +27,8 @@
 "gitlab-runner.tmpfiles"
 "config.toml")
 sha512sums=('SKIP'
-
'a584bc59a4a029a9e7c1a32d8f67db1f94a5173b0f5457b677a435601f02842a8ea248ef48c26314c4b53b61dc34db625f4277ddd5b753fd0811af7c8bc3e459'
-
'7d63be0e8b54b978acf2a44d28540217da1927d25246879d33720241ea20c473acecd7686e944bcbe76a6c0b98606d829d909f8e8699b78b72aaa9fd3243b19f'
+
'aed7657428ae824166c9e62c846f4d78dd1d85fa8a9dd2f7df58f6b470ed197f850a15ac703caadf57f9090d4c9a9b15b6f10194b5e1c3fd14bab1e246a0fba3'
+
'54d90cc433e8a0d84790001538607e4fb158ce1dadcc450508fd93dfa509bb3af71ec6740bedccf9abfd7e3a8551a1716ba1660db5a7d1c5d8fa8cea4404c15f'
 
'd5888f378c5b12b84e4238b191ef56a97a81c9073d27dcb47065998f0a1f6caf9f13314ae908e72a06f4d29d1bd1f4f72338c97268391e2c98706216c8281f3e'
 
'ed24841242a56a3b10dd80cd23e0c980f6bbe5fd0ebd4c6b46529947e4920cc9c03e4f4b239da8a798c801a6cdd757415113f97e45c1032f2c519fdaec4d3ae0'
 
'8aa7f08702e99053c696fcc2aaba83beb9e9cd6f31973d82862db9350ac46df3a095377625d31fe909677525290d2de922d7a97930ed235774cb8f0da8944d40'


[arch-commits] Commit in (4 files)

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:02:02
  Author: svenstaro
Revision: 224437

Add python2-ordereddict from AUR

Added:
  python2-ordereddict/
  python2-ordereddict/repos/
  python2-ordereddict/trunk/
  python2-ordereddict/trunk/PKGBUILD

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

Added: python2-ordereddict/trunk/PKGBUILD
===
--- python2-ordereddict/trunk/PKGBUILD  (rev 0)
+++ python2-ordereddict/trunk/PKGBUILD  2017-04-23 02:02:02 UTC (rev 224437)
@@ -0,0 +1,19 @@
+# Maintainer: Sven-Hendrik Haase 
+# Contributor: Cedric Girard 
+# Contributor: Julien Nicoulaud 
+pkgname=python2-ordereddict
+pkgver=1.1
+pkgrel=1
+pkgdesc="A drop-in substitute for Python 2.7's collections.OrderedDict that 
works in Python 2.4-2.6."
+arch=(any)
+url="http://pypi.python.org/pypi/ordereddict;
+license=(APACHE)
+depends=(python2)
+makedepends=(python2-distribute)
+source=("http://pypi.python.org/packages/source/o/ordereddict/ordereddict-${pkgver}.tar.gz;)
+md5sums=('a0ed854ee442051b249bfad0f638bbec')
+
+package() {
+  cd "${srcdir}/ordereddict-${pkgver}"
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+}


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

2017-04-22 Thread Sven-Hendrik Haase
Date: Sunday, April 23, 2017 @ 02:01:25
  Author: svenstaro
Revision: 224435

upgpkg: gitlab 9.1.0-1

Modified:
  gitlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-23 01:46:58 UTC (rev 224434)
+++ PKGBUILD2017-04-23 02:01:25 UTC (rev 224435)
@@ -7,7 +7,7 @@
 # Contributor: Caleb Maclennan 
 
 pkgname=gitlab
-pkgver=9.0.6
+pkgver=9.1.0
 pkgrel=1
 pkgdesc="Project management and code hosting application"
 arch=('i686' 'x86_64')
@@ -42,7 +42,7 @@
 lighttpd.conf.example
 10589.patch)
 install='gitlab.install'
-sha512sums=('3f530b3a94b6744db3501bd2735ddf1b9e3d89c475c1cd7dbc91068e9c9e577f4c6a2ed82e49fb53b2c4424c1f94ec24c1c2fc9d17b9dd634f42ece1c4eab347'
+sha512sums=('d18251fcc37ab35665137ed7c13b82a39c10cbf4794bca1db466f90d96a571c76d3fb8df6f865dcaa7648093aa47bfac141a3d7e67c9eb084bbba2d5781496b8'
 
'56cce150645ef74fa42a6100c8bc7689c4012579e1f3ba237c06c367b121246b39e968044615fa21c4757bc8e9d06f37f8ac8d39aa8b808c758e716857553f66'
 
'8678b2f0632a830e42a8a62b59ffe66b629b7d96034ff167e2a93fdbb3c7617db0c7529990b73c7a12a78a900ec833e48c691ebbac6cd8257e53de060da16a37'
 
'79cfb8ee740ab30f970c3113659b8349128abeae5e32cc81bb905f89a6db9941b7778040a094b884262daf020f66a1aee49a12d34fbb94efce6ade946bb4625b'


[arch-commits] Commit in crystal/trunk (PKGBUILD remove_failing_socket_test.patch)

2017-04-22 Thread Anatol Pomozov
Date: Sunday, April 23, 2017 @ 01:46:16
  Author: anatolik
Revision: 224433

upgpkg: crystal 0.22.0-1

Modified:
  crystal/trunk/PKGBUILD
  crystal/trunk/remove_failing_socket_test.patch

--+
 PKGBUILD |   25 ++---
 remove_failing_socket_test.patch |   22 ++
 2 files changed, 20 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 23:52:29 UTC (rev 224432)
+++ PKGBUILD2017-04-23 01:46:16 UTC (rev 224433)
@@ -3,7 +3,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=0.21.1
+pkgver=0.22.0
 pkgrel=1
 _binary_rel=1
 pkgdesc='The Crystal Programming Language'
@@ -19,33 +19,20 @@
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz
 remove_failing_socket_test.patch
-
openssl11_1.patch::https://github.com/crystal-lang/crystal/commit/1658c312d8b26c559ce5410254f0c75182529abe.patch
-
openssl11_2.patch::https://github.com/crystal-lang/crystal/commit/b67a118e7a438009e5d44d0701c21d030c92aa94.patch
-
openssl11_3.patch::https://github.com/crystal-lang/crystal/commit/58b84812ed531acc528086a08ce843baa6188a7a.patch
-
openssl11_4.patch::https://github.com/crystal-lang/crystal/commit/3119e5989ee0dbdb9b1eff45bf5a0e2fdf665115.patch
 )
 
source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
 
source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('eb93de3b388641fd2a09a2d10ab9fe40a58148d888fc48e4583a86ee1ddb1085'
-'e258c64886b678cfc6bde6a7e1eb04cd79a4a0d4057b318404d3d5f495fa3a7d'
-'77e9b34c9e4ccb9c168344396cb249d8b91f9e0c5428c67918f40641654d0240'
-'7c6458aeeb663674ccf642a2223c2e4ba73b6a6f2c30d3c56810af34456e2273'
-'c7118f72e5179b3c2a95576966e17c520fab6023479a5e61e59ea250ee4f9273'
-'c0f5ee92aac8acbee85fc0d3124112262538f2dfe30019e80823b0e6ba78f52c')
-sha256sums_i686=('8ab875309aa71d4501995e834850d40538fb66dd9890024ed812777f83085f48')
-sha256sums_x86_64=('e8a7489aba888cc0deec61e9bda5dd27ab600edb102afc17fa11582b90960875')
+sha256sums=('5b9f11d9710ca9bd971a5afb94d369fd8dfaee103d7edf1c9fbebb2f21898547'
+'96672187a8a522af3c214e7cb3252dc69aed0bae47ba2e1faf87aad8a67bfe35')
+sha256sums_i686=('c084846d3f9e0c3cfcba6a79fe4e0cf6c6cb6801826a969460ecf2a47abd0fe9')
+sha256sums_x86_64=('789d7b844886133428248605113ede9174c6ea4ba47d96a13f0efd1565b5810d')
 
 prepare() {
   cd $pkgname-$pkgver
   sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
 
+  # https://github.com/crystal-lang/crystal/issues/4130
   patch -p1 < ../remove_failing_socket_test.patch
-
-  # https://github.com/crystal-lang/crystal/issues/4204
-  patch -p1 < ../openssl11_1.patch
-  patch -p1 < ../openssl11_2.patch
-  patch -p1 < ../openssl11_3.patch
-  patch -p1 < ../openssl11_4.patch
 }
 
 build() {

Modified: remove_failing_socket_test.patch
===
--- remove_failing_socket_test.patch2017-04-22 23:52:29 UTC (rev 224432)
+++ remove_failing_socket_test.patch2017-04-23 01:46:16 UTC (rev 224433)
@@ -1,23 +1,29 @@
-commit 6ca6bfeedbc4d8c304298949c61ffaeefdd4ac9d
-Author: Jonne Haß 
-Date:   Tue Mar 28 21:47:12 2017 +0200
+commit 73103a21fa8b09f4a2d0ee1886204e3bb9e17252
+Author: Anatol Pomozov 
+Date:   Sat Apr 22 06:54:02 2017 -0700
 
-Remove failing host tests
+Remove tests that fail because of #4130
 
 diff --git a/spec/std/socket_spec.cr b/spec/std/socket_spec.cr
-index 3bf7bd11a..f5554893b 100644
+index 56e565f86..f5554893b 100644
 --- a/spec/std/socket_spec.cr
 +++ b/spec/std/socket_spec.cr
-@@ -536,12 +536,6 @@ describe TCPSocket do
+@@ -536,18 +536,6 @@ describe TCPSocket do
TCPSocket.new("localhost", port)
  end
end
 -
 -  it "fails when host doesn't exist" do
--expect_raises(Socket::Error, /No address found for localhostt:12345/) 
do
--  TCPSocket.new("localhostt", 12345)
+-expect_raises(Socket::Error, /No address found for 
doesnotexist.example.org.:12345/) do
+-  TCPSocket.new("doesnotexist.example.org.", 12345)
 -end
 -  end
+-
+-  it "fails (rather than segfault on darwin) when host doesn't exist and port 
is 0" do
+-expect_raises(Socket::Error, /No address found for 
doesnotexist.example.org.:0/) do
+-  TCPSocket.new("doesnotexist.example.org.", 0)
+-end
+-  end
  end
  
  describe UDPSocket do


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

2017-04-22 Thread Anatol Pomozov
Date: Sunday, April 23, 2017 @ 01:46:58
  Author: anatolik
Revision: 224434

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

Added:
  crystal/repos/community-i686/PKGBUILD
(from rev 224433, crystal/trunk/PKGBUILD)
  crystal/repos/community-i686/remove_failing_socket_test.patch
(from rev 224433, crystal/trunk/remove_failing_socket_test.patch)
  crystal/repos/community-x86_64/PKGBUILD
(from rev 224433, crystal/trunk/PKGBUILD)
  crystal/repos/community-x86_64/remove_failing_socket_test.patch
(from rev 224433, crystal/trunk/remove_failing_socket_test.patch)
Deleted:
  crystal/repos/community-i686/PKGBUILD
  crystal/repos/community-i686/remove_failing_socket_test.patch
  crystal/repos/community-x86_64/PKGBUILD
  crystal/repos/community-x86_64/remove_failing_socket_test.patch

---+
 /PKGBUILD |  166 
 /remove_failing_socket_test.patch |   58 ++
 community-i686/PKGBUILD   |   96 ---
 community-i686/remove_failing_socket_test.patch   |   23 --
 community-x86_64/PKGBUILD |   96 ---
 community-x86_64/remove_failing_socket_test.patch |   23 --
 6 files changed, 224 insertions(+), 238 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-23 01:46:16 UTC (rev 224433)
+++ community-i686/PKGBUILD 2017-04-23 01:46:58 UTC (rev 224434)
@@ -1,96 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Jonne Haß 
-
-pkgname=crystal
-pkgver=0.21.1
-pkgrel=1
-_binary_rel=1
-pkgdesc='The Crystal Programming Language'
-arch=(i686 x86_64)
-url='http://crystal-lang.org'
-license=(Apache)
-depends=(gc libatomic_ops pcre libevent llvm-libs)
-makedepends=(libxml2 llvm)
-checkdepends=(libyaml libxml2 gmp inetutils git)
-optdepends=('shards: crystal language package manager'
-'libyaml: For YAML support'
-'gmp: For BigInt support'
-'libxml2: For XML support')
-source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz
-remove_failing_socket_test.patch
-
openssl11_1.patch::https://github.com/crystal-lang/crystal/commit/1658c312d8b26c559ce5410254f0c75182529abe.patch
-
openssl11_2.patch::https://github.com/crystal-lang/crystal/commit/b67a118e7a438009e5d44d0701c21d030c92aa94.patch
-
openssl11_3.patch::https://github.com/crystal-lang/crystal/commit/58b84812ed531acc528086a08ce843baa6188a7a.patch
-
openssl11_4.patch::https://github.com/crystal-lang/crystal/commit/3119e5989ee0dbdb9b1eff45bf5a0e2fdf665115.patch
-)
-source_i686+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-i686.tar.gz)
-source_x86_64+=(https://github.com/crystal-lang/crystal/releases/download/$pkgver/$pkgname-$pkgver-$_binary_rel-linux-x86_64.tar.gz)
-sha256sums=('eb93de3b388641fd2a09a2d10ab9fe40a58148d888fc48e4583a86ee1ddb1085'
-'e258c64886b678cfc6bde6a7e1eb04cd79a4a0d4057b318404d3d5f495fa3a7d'
-'77e9b34c9e4ccb9c168344396cb249d8b91f9e0c5428c67918f40641654d0240'
-'7c6458aeeb663674ccf642a2223c2e4ba73b6a6f2c30d3c56810af34456e2273'
-'c7118f72e5179b3c2a95576966e17c520fab6023479a5e61e59ea250ee4f9273'
-'c0f5ee92aac8acbee85fc0d3124112262538f2dfe30019e80823b0e6ba78f52c')
-sha256sums_i686=('8ab875309aa71d4501995e834850d40538fb66dd9890024ed812777f83085f48')
-sha256sums_x86_64=('e8a7489aba888cc0deec61e9bda5dd27ab600edb102afc17fa11582b90960875')
-
-prepare() {
-  cd $pkgname-$pkgver
-  sed -i 's|Please install shards: https://github.com/ysbaddaden/shards|Please 
install shards: pacman -S shards|' src/compiler/crystal/command.cr
-
-  patch -p1 < ../remove_failing_socket_test.patch
-
-  # https://github.com/crystal-lang/crystal/issues/4204
-  patch -p1 < ../openssl11_1.patch
-  patch -p1 < ../openssl11_2.patch
-  patch -p1 < ../openssl11_3.patch
-  patch -p1 < ../openssl11_4.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-
-  # We use --no-debug because it runs out of memory on i686 without it
-  # https://github.com/crystal-lang/crystal/issues/3787#issuecomment-281591985
-  make release=1 \
-   FLAGS="--release --no-debug" \
-   PATH="$srcdir/$pkgname-$pkgver-$_binary_rel/bin:$PATH" \
-   CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-   CRYSTAL_CONFIG_VERSION="$pkgver" \
-   CRYSTAL_CONFIG_PATH="lib:/usr/lib/crystal" \
-   CRYSTAL_CACHE_DIR="/tmp/crystal"
-  make doc CRYSTAL_CACHE_DIR="/tmp/crystal"
-}
-
-check() {
-  cd $pkgname-$pkgver
-
-  make spec CRYSTAL_PATH="$srcdir/$pkgname-$pkgver/src" \
-CRYSTAL_CONFIG_VERSION="$pkgver" \
-CRYSTAL_CACHE_DIR="/tmp/crystal" \
-PATH=".build:$PATH"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  # 

[arch-commits] Commit in arm-none-eabi-newlib/repos (2 files)

2017-04-22 Thread Anatol Pomozov
Date: Saturday, April 22, 2017 @ 23:52:29
  Author: anatolik
Revision: 224432

archrelease: copy trunk to community-testing-any

Added:
  arm-none-eabi-newlib/repos/community-testing-any/
  arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD
(from rev 224431, arm-none-eabi-newlib/trunk/PKGBUILD)

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

Copied: arm-none-eabi-newlib/repos/community-testing-any/PKGBUILD (from rev 
224431, arm-none-eabi-newlib/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2017-04-22 23:52:29 UTC (rev 224432)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+_target=arm-none-eabi
+pkgname=$_target-newlib
+pkgver=2.5.0.20170421
+pkgrel=1
+_upstream_ver=$pkgver
+pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
+arch=(any)
+url='http://www.sourceware.org/newlib/'
+license=(BSD)
+makedepends=($_target-gcc)
+options=(!emptydirs !strip)
+source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
+sha1sums=('d9d5627a3f795094f18a1d934584814b00c4471c')
+
+build() {
+  rm -rf build-{newlib,nano}
+  mkdir build-{newlib,nano}
+
+  export CFLAGS_FOR_TARGET='-g -O2 -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-newlib
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-io-long-long \
+--enable-newlib-register-fini
+  make
+
+  export CFLAGS_FOR_TARGET='-g -Os -ffunction-sections -fdata-sections'
+  cd "$srcdir"/build-nano
+  ../newlib-$_upstream_ver/configure \
+--target=$_target \
+--prefix=/usr \
+--disable-newlib-supplied-syscalls \
+--disable-nls \
+--enable-newlib-reent-small   \
+--disable-newlib-fvwrite-in-streamio  \
+--disable-newlib-fseek-optimization   \
+--disable-newlib-wide-orient  \
+--enable-newlib-nano-malloc   \
+--disable-newlib-unbuf-stream-opt \
+--enable-lite-exit\
+--enable-newlib-global-atexit \
+--enable-newlib-nano-formatted-io
+  make
+}
+
+package() {
+  cd "$srcdir"/build-nano
+  make DESTDIR="$pkgdir" install -j1
+  find "$pkgdir" -regex ".*/lib\(c\|g\|rdimon\)\.a" -exec rename .a _nano.a 
'{}' \;
+
+  cd "$srcdir"/build-newlib
+  make DESTDIR="$pkgdir" install -j1
+
+  find "$pkgdir"/usr/$_target/lib \( -name "*.a" -or -name "*.o" \) -exec 
$_target-objcopy -R .comment -R .note -R .debug_info -R .debug_aranges -R 
.debug_pubnames -R .debug_pubtypes -R .debug_abbrev -R .debug_line -R 
.debug_str -R .debug_ranges -R .debug_loc '{}' \;
+
+  install -d "$pkgdir"/usr/share/licenses/$pkgname/
+  install -m644 -t "$pkgdir"/usr/share/licenses/$pkgname/ 
"$srcdir"/newlib-$_upstream_ver/COPYING*
+}


[arch-commits] Commit in arm-none-eabi-newlib/trunk (PKGBUILD)

2017-04-22 Thread Anatol Pomozov
Date: Saturday, April 22, 2017 @ 23:52:05
  Author: anatolik
Revision: 224431

upgpkg: arm-none-eabi-newlib 2.5.0.20170421-1

Modified:
  arm-none-eabi-newlib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 23:19:29 UTC (rev 224430)
+++ PKGBUILD2017-04-22 23:52:05 UTC (rev 224431)
@@ -3,7 +3,7 @@
 
 _target=arm-none-eabi
 pkgname=$_target-newlib
-pkgver=2.5.0.20170228
+pkgver=2.5.0.20170421
 pkgrel=1
 _upstream_ver=$pkgver
 pkgdesc='A C standard library implementation intended for use on embedded 
systems (ARM bare metal)'
@@ -13,7 +13,7 @@
 makedepends=($_target-gcc)
 options=(!emptydirs !strip)
 source=(ftp://sourceware.org/pub/newlib/newlib-$_upstream_ver.tar.gz)
-sha1sums=('0ae4f8df84dbfb4ef44b7f22d920d6c9b4ed764b')
+sha1sums=('d9d5627a3f795094f18a1d934584814b00c4471c')
 
 build() {
   rm -rf build-{newlib,nano}


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

2017-04-22 Thread Kyle Keen
Date: Saturday, April 22, 2017 @ 23:19:05
  Author: kkeen
Revision: 224429

upgpkg: python-irc 15.1.1-1

Modified:
  python-irc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 22:53:30 UTC (rev 224428)
+++ PKGBUILD2017-04-22 23:19:05 UTC (rev 224429)
@@ -6,8 +6,8 @@
 
 pkgbase=python-irc
 pkgname=('python-irc' 'python2-irc')
-pkgver=15.0.6
-pkgrel=2
+pkgver=15.1.1
+pkgrel=1
 pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
 depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
 makedepends=('python-setuptools' 'python2-setuptools'
@@ -17,7 +17,7 @@
 url="http://pypi.python.org/pypi/irc;
 license=('LGPL')
 
source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
-md5sums=('c640d2879502ad087c16fd7497d226bf')
+md5sums=('7f601e5f2af527278e56b63b901d7527')
 
 build() {
   cd "$srcdir"


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

2017-04-22 Thread Kyle Keen
Date: Saturday, April 22, 2017 @ 23:19:29
  Author: kkeen
Revision: 224430

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-04-22 23:19:05 UTC (rev 224429)
+++ PKGBUILD2017-04-22 23:19:29 UTC (rev 224430)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Jelle van der Waa 
-# Contributor: Pierre Chapuis 
-# Contributor: Stefano Esposito 
-
-pkgbase=python-irc
-pkgname=('python-irc' 'python2-irc')
-pkgver=15.0.6
-pkgrel=2
-pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
-depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
-makedepends=('python-setuptools' 'python2-setuptools'
-'python2-jaraco' 'python2-more-itertools' 'python2-pytz')
-checkdepends=('python-pytest' 'python2-pytest')
-arch=('any')
-url="http://pypi.python.org/pypi/irc;
-license=('LGPL')
-source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
-md5sums=('c640d2879502ad087c16fd7497d226bf')
-
-build() {
-  cd "$srcdir"
-  cp -a "irc-$pkgver" "irc2-$pkgver"
-}
-
-package_python-irc() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py install --root="$pkgdir" --optimize=0
-}
-
-package_python2-irc() {
-  depends=('python2-six' 'python2-pytz' 'python2-more-itertools' 
'python2-jaraco')
-
-  cd "$srcdir/irc2-$pkgver"
-  python2 setup.py install --root="$pkgdir" --optimize=0
-}
-
-check() {
-  cd "$srcdir/irc-$pkgver"
-  export LC_ALL=en_US.UTF-8
-  python3 setup.py test 
-
-  cd "$srcdir/irc2-$pkgver"
-  python2 setup.py test 
-}

Copied: python-irc/repos/community-any/PKGBUILD (from rev 224429, 
python-irc/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-04-22 23:19:29 UTC (rev 224430)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Jelle van der Waa 
+# Contributor: Pierre Chapuis 
+# Contributor: Stefano Esposito 
+
+pkgbase=python-irc
+pkgname=('python-irc' 'python2-irc')
+pkgver=15.1.1
+pkgrel=1
+pkgdesc="IRC (Internet Relay Chat) protocol client library for Python"
+depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-jaraco')
+makedepends=('python-setuptools' 'python2-setuptools'
+'python2-jaraco' 'python2-more-itertools' 'python2-pytz')
+checkdepends=('python-pytest' 'python2-pytest')
+arch=('any')
+url="http://pypi.python.org/pypi/irc;
+license=('LGPL')
+source=("https://files.pythonhosted.org/packages/source/i/irc/irc-$pkgver.tar.gz;)
+md5sums=('7f601e5f2af527278e56b63b901d7527')
+
+build() {
+  cd "$srcdir"
+  cp -a "irc-$pkgver" "irc2-$pkgver"
+}
+
+package_python-irc() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py install --root="$pkgdir" --optimize=0
+}
+
+package_python2-irc() {
+  depends=('python2-six' 'python2-pytz' 'python2-more-itertools' 
'python2-jaraco')
+
+  cd "$srcdir/irc2-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=0
+}
+
+check() {
+  cd "$srcdir/irc-$pkgver"
+  export LC_ALL=en_US.UTF-8
+  python3 setup.py test 
+
+  cd "$srcdir/irc2-$pkgver"
+  python2 setup.py test 
+}


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

2017-04-22 Thread Evangelos Foutras
Date: Saturday, April 22, 2017 @ 23:04:37
  Author: foutrelis
Revision: 294000

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

Added:
  libtorrent-rasterbar/repos/testing-i686/
  libtorrent-rasterbar/repos/testing-i686/PKGBUILD
(from rev 293999, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/testing-x86_64/
  libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD
(from rev 293999, libtorrent-rasterbar/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   63 ++
 testing-x86_64/PKGBUILD |   63 ++
 2 files changed, 126 insertions(+)

Copied: libtorrent-rasterbar/repos/testing-i686/PKGBUILD (from rev 293999, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-22 23:04:37 UTC (rev 294000)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1.3
+pkgrel=3
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python')
+options=('!emptydirs')
+_pkgver=${pkgver//./_}
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha1sums=('e33bf69a50528af8dc6e9c5ad4bae474cc8daa57')
+
+prepare() {
+  mkdir py2 py3
+  cd libtorrent-libtorrent-${_pkgver}
+
+  # Avoid depending on newer processors
+  sed -i 's/-msse4.2//' configure.ac
+
+  ./autotool.sh
+}
+
+_build() (
+  cd py$1
+
+  # FS#50745
+  _boost="boost_python"
+  if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
+
+  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+  CXXFLAGS="$CXXFLAGS -std=c++11" \
+  PYTHON=/usr/bin/python$1 \
+  ../libtorrent-libtorrent-${_pkgver}/configure \
+--prefix=/usr \
+--enable-python-binding \
+--enable-examples \
+--disable-static \
+--with-libiconv \
+--with-boost-python=$_boost
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package() {
+  make -C py2 DESTDIR="$pkgdir" install
+  make -C py3 DESTDIR="$pkgdir" install
+  install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove most example binaries
+  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
+}

Copied: libtorrent-rasterbar/repos/testing-x86_64/PKGBUILD (from rev 293999, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-22 23:04:37 UTC (rev 294000)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1.3
+pkgrel=3
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python')
+options=('!emptydirs')
+_pkgver=${pkgver//./_}
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha1sums=('e33bf69a50528af8dc6e9c5ad4bae474cc8daa57')
+
+prepare() {
+  mkdir py2 py3
+  cd libtorrent-libtorrent-${_pkgver}
+
+  # Avoid depending on newer processors
+  sed -i 's/-msse4.2//' configure.ac
+
+  ./autotool.sh
+}
+
+_build() (
+  cd py$1
+
+  # FS#50745
+  _boost="boost_python"
+  if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
+
+  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+  CXXFLAGS="$CXXFLAGS -std=c++11" \
+  PYTHON=/usr/bin/python$1 \
+  ../libtorrent-libtorrent-${_pkgver}/configure \
+--prefix=/usr \
+--enable-python-binding \
+--enable-examples \
+--disable-static \
+--with-libiconv \
+--with-boost-python=$_boost
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package() {
+  make -C py2 DESTDIR="$pkgdir" install
+  make -C py3 DESTDIR="$pkgdir" install
+  install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove most example binaries
+  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
+}


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

2017-04-22 Thread Evangelos Foutras
Date: Saturday, April 22, 2017 @ 23:04:24
  Author: foutrelis
Revision: 293999

upgpkg: libtorrent-rasterbar 1:1.1.3-3

OpenSSL 1.1.0 rebuild.

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 22:55:54 UTC (rev 293998)
+++ PKGBUILD2017-04-22 23:04:24 UTC (rev 293999)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.3
-pkgrel=2
+pkgrel=3
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


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

2017-04-22 Thread Evangelos Foutras
Date: Saturday, April 22, 2017 @ 22:55:44
  Author: foutrelis
Revision: 293997

upgpkg: libtorrent-rasterbar 1:1.1.3-2

Rebuild against core/openssl (FS#53758).

Modified:
  libtorrent-rasterbar/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 21:20:44 UTC (rev 293996)
+++ PKGBUILD2017-04-22 22:55:44 UTC (rev 293997)
@@ -5,7 +5,7 @@
 
 pkgname=libtorrent-rasterbar
 pkgver=1.1.3
-pkgrel=1
+pkgrel=2
 epoch=1
 pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
 url="http://www.rasterbar.com/products/libtorrent/;


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

2017-04-22 Thread Evangelos Foutras
Date: Saturday, April 22, 2017 @ 22:55:54
  Author: foutrelis
Revision: 293998

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

Added:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
(from rev 293997, libtorrent-rasterbar/trunk/PKGBUILD)
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD
(from rev 293997, libtorrent-rasterbar/trunk/PKGBUILD)
Deleted:
  libtorrent-rasterbar/repos/extra-i686/PKGBUILD
  libtorrent-rasterbar/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  126 
 extra-i686/PKGBUILD   |   63 
 extra-x86_64/PKGBUILD |   63 
 3 files changed, 126 insertions(+), 126 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-22 22:55:44 UTC (rev 293997)
+++ extra-i686/PKGBUILD 2017-04-22 22:55:54 UTC (rev 293998)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Ionut Biru 
-# Contributor: Hugo Doria 
-
-pkgname=libtorrent-rasterbar
-pkgver=1.1.3
-pkgrel=1
-epoch=1
-pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
-url="http://www.rasterbar.com/products/libtorrent/;
-arch=('i686' 'x86_64')
-license=('BSD')
-depends=('boost-libs')
-makedepends=('boost' 'python2' 'python')
-options=('!emptydirs')
-_pkgver=${pkgver//./_}
-source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
-sha1sums=('e33bf69a50528af8dc6e9c5ad4bae474cc8daa57')
-
-prepare() {
-  mkdir py2 py3
-  cd libtorrent-libtorrent-${_pkgver}
-
-  # Avoid depending on newer processors
-  sed -i 's/-msse4.2//' configure.ac
-
-  ./autotool.sh
-}
-
-_build() (
-  cd py$1
-
-  # FS#50745
-  _boost="boost_python"
-  if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
-
-  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
-  CXXFLAGS="$CXXFLAGS -std=c++11" \
-  PYTHON=/usr/bin/python$1 \
-  ../libtorrent-libtorrent-${_pkgver}/configure \
---prefix=/usr \
---enable-python-binding \
---enable-examples \
---disable-static \
---with-libiconv \
---with-boost-python=$_boost
-)
-
-build() {
-  _build 2
-  _build 3
-}
-
-package() {
-  make -C py2 DESTDIR="$pkgdir" install
-  make -C py3 DESTDIR="$pkgdir" install
-  install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  # Remove most example binaries
-  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
-}

Copied: libtorrent-rasterbar/repos/extra-i686/PKGBUILD (from rev 293997, 
libtorrent-rasterbar/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-22 22:55:54 UTC (rev 293998)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Ionut Biru 
+# Contributor: Hugo Doria 
+
+pkgname=libtorrent-rasterbar
+pkgver=1.1.3
+pkgrel=2
+epoch=1
+pkgdesc="A C++ BitTorrent library that aims to be a good alternative to all 
the other implementations around"
+url="http://www.rasterbar.com/products/libtorrent/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('boost-libs')
+makedepends=('boost' 'python2' 'python')
+options=('!emptydirs')
+_pkgver=${pkgver//./_}
+source=(https://github.com/arvidn/libtorrent/archive/libtorrent-${_pkgver}/$pkgname-$pkgver.tar.gz)
+sha1sums=('e33bf69a50528af8dc6e9c5ad4bae474cc8daa57')
+
+prepare() {
+  mkdir py2 py3
+  cd libtorrent-libtorrent-${_pkgver}
+
+  # Avoid depending on newer processors
+  sed -i 's/-msse4.2//' configure.ac
+
+  ./autotool.sh
+}
+
+_build() (
+  cd py$1
+
+  # FS#50745
+  _boost="boost_python"
+  if [ $1 -eq 3 ]; then _boost="boost_python3"; fi
+
+  # 
https://github.com/qbittorrent/qBittorrent/issues/5265#issuecomment-220007436
+  CXXFLAGS="$CXXFLAGS -std=c++11" \
+  PYTHON=/usr/bin/python$1 \
+  ../libtorrent-libtorrent-${_pkgver}/configure \
+--prefix=/usr \
+--enable-python-binding \
+--enable-examples \
+--disable-static \
+--with-libiconv \
+--with-boost-python=$_boost
+)
+
+build() {
+  _build 2
+  _build 3
+}
+
+package() {
+  make -C py2 DESTDIR="$pkgdir" install
+  make -C py3 DESTDIR="$pkgdir" install
+  install -Dm644 libtorrent-libtorrent-${_pkgver}/COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  # Remove most example binaries
+  rm "$pkgdir"/usr/bin/{*_test,*_tester,simple_client,stats_counters}
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2017-04-22 22:55:44 UTC (rev 293997)
+++ extra-x86_64/PKGBUILD   2017-04-22 22:55:54 UTC (rev 293998)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: 

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

2017-04-22 Thread Kyle Keen
Date: Saturday, April 22, 2017 @ 22:53:30
  Author: kkeen
Revision: 224428

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

Added:
  ratpoison/repos/community-i686/PKGBUILD
(from rev 224427, ratpoison/trunk/PKGBUILD)
  ratpoison/repos/community-i686/ratpoison.desktop
(from rev 224427, ratpoison/trunk/ratpoison.desktop)
  ratpoison/repos/community-x86_64/PKGBUILD
(from rev 224427, ratpoison/trunk/PKGBUILD)
  ratpoison/repos/community-x86_64/ratpoison.desktop
(from rev 224427, ratpoison/trunk/ratpoison.desktop)
Deleted:
  ratpoison/repos/community-i686/PKGBUILD
  ratpoison/repos/community-i686/ratpoison.desktop
  ratpoison/repos/community-x86_64/PKGBUILD
  ratpoison/repos/community-x86_64/ratpoison.desktop

+
 /PKGBUILD  |   96 +++
 /ratpoison.desktop |   16 +
 community-i686/PKGBUILD|   48 -
 community-i686/ratpoison.desktop   |8 --
 community-x86_64/PKGBUILD  |   48 -
 community-x86_64/ratpoison.desktop |8 --
 6 files changed, 112 insertions(+), 112 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-22 22:53:09 UTC (rev 224427)
+++ community-i686/PKGBUILD 2017-04-22 22:53:30 UTC (rev 224428)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen 
-# Contributor: Aaron Griffin 
-# Contributor: juergen 
-# Contributor: John Proctor 
-
-pkgname=ratpoison
-pkgver=1.4.8
-pkgrel=3
-pkgdesc="A simple keystroke-driven window manager"
-arch=('i686' 'x86_64')
-license=('GPL')
-depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo')
-url="http://www.nongnu.org/ratpoison/;
-source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-"${pkgname}.desktop")
-md5sums=('964f07f7ec91e95767a8d60fa6bdec3d'
- '29c3cb9be59758e39d8471391231a74a')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  # FS#38726, v1.4.6-2 
-  sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
-
-  ./configure --prefix=/usr
-  make CFLAGS="$CFLAGS -DHAVE_GETLINE"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-
-  # fix permissions
-  chmod a+x 
"${pkgdir}/usr/share/ratpoison/"{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
-
-  # Not useful outside the source tree.
-  rm "${pkgdir}/usr/share/ratpoison/genrpbindings"
-
-  cd contrib
-  ./genrpbindings
-  install -dm755 "${pkgdir}/usr/share/ratpoison/bindings"
-  install -m644 
{Ratpoison.pm,ratpoison-cmd.el,ratpoison.rb,ratpoison.lisp,ratpoison.py} \
-"${pkgdir}/usr/share/ratpoison/bindings/"
-
-  install -Dm644 "${srcdir}/${pkgname}.desktop" \
-"${pkgdir}/etc/X11/sessions/${pkgname}.desktop"
-}

Copied: ratpoison/repos/community-i686/PKGBUILD (from rev 224427, 
ratpoison/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-22 22:53:30 UTC (rev 224428)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Kyle Keen 
+# Contributor: Aaron Griffin 
+# Contributor: juergen 
+# Contributor: John Proctor 
+
+pkgname=ratpoison
+pkgver=1.4.9
+pkgrel=1
+pkgdesc="A simple keystroke-driven window manager"
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo' 
'libxrandr')
+url="http://www.nongnu.org/ratpoison/;
+source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+"${pkgname}.desktop")
+md5sums=('912b01564d24734e1a68d36e2d85faa4'
+ '29c3cb9be59758e39d8471391231a74a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # FS#38726, v1.4.6-2 
+  sed -i 's|PRINT_ERROR (("XGetWMName|PRINT_DEBUG (("XGetWMName|' src/manage.c
+
+  ./configure --prefix=/usr
+  make CFLAGS="$CFLAGS -DHAVE_GETLINE"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+
+  # fix permissions
+  chmod a+x 
"${pkgdir}/usr/share/ratpoison/"{allwindows.sh,clickframe.pl,rpshowall.sh,rpws,split.sh}
+
+  # Not useful outside the source tree.
+  rm "${pkgdir}/usr/share/ratpoison/genrpbindings"
+
+  cd contrib
+  ./genrpbindings
+  install -dm755 "${pkgdir}/usr/share/ratpoison/bindings"
+  install -m644 
{Ratpoison.pm,ratpoison-cmd.el,ratpoison.rb,ratpoison.lisp,ratpoison.py} \
+"${pkgdir}/usr/share/ratpoison/bindings/"
+
+  install -Dm644 "${srcdir}/${pkgname}.desktop" \
+"${pkgdir}/etc/X11/sessions/${pkgname}.desktop"
+}

Deleted: community-i686/ratpoison.desktop
===
--- 

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

2017-04-22 Thread Kyle Keen
Date: Saturday, April 22, 2017 @ 22:53:09
  Author: kkeen
Revision: 224427

upgpkg: ratpoison 1.4.9-1

Modified:
  ratpoison/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 19:03:01 UTC (rev 224426)
+++ PKGBUILD2017-04-22 22:53:09 UTC (rev 224427)
@@ -5,16 +5,16 @@
 # Contributor: John Proctor 
 
 pkgname=ratpoison
-pkgver=1.4.8
-pkgrel=3
+pkgver=1.4.9
+pkgrel=1
 pkgdesc="A simple keystroke-driven window manager"
 arch=('i686' 'x86_64')
 license=('GPL')
-depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo')
+depends=('libxinerama' 'readline' 'bash' 'perl' 'libxtst' 'libxft' 'texinfo' 
'libxrandr')
 url="http://www.nongnu.org/ratpoison/;
 
source=("http://savannah.nongnu.org/download/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 "${pkgname}.desktop")
-md5sums=('964f07f7ec91e95767a8d60fa6bdec3d'
+md5sums=('912b01564d24734e1a68d36e2d85faa4'
  '29c3cb9be59758e39d8471391231a74a')
 
 build() {


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

2017-04-22 Thread Jan de Groot
Date: Saturday, April 22, 2017 @ 21:20:44
  Author: jgc
Revision: 293996

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

Added:
  gnome-todo/repos/testing-i686/
  gnome-todo/repos/testing-i686/PKGBUILD
(from rev 293995, gnome-todo/trunk/PKGBUILD)
  gnome-todo/repos/testing-x86_64/
  gnome-todo/repos/testing-x86_64/PKGBUILD
(from rev 293995, gnome-todo/trunk/PKGBUILD)

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

Copied: gnome-todo/repos/testing-i686/PKGBUILD (from rev 293995, 
gnome-todo/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2017-04-22 21:20:44 UTC (rev 293996)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-todo
+pkgver=3.22.1+15+g9f9cd9e
+pkgrel=1
+pkgdesc="Task manager for GNOME"
+url="https://wiki.gnome.org/Apps/Todo;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server libpeas)
+makedepends=(intltool gobject-introspection gnome-common appstream-glib git)
+optdepends=('python3: Some plugins')
+groups=(gnome-extra)
+_commit=9f9cd9ea58ebc47e3ed2fb59f0e4de629cf2dd0b  # gnome-3-22
+source=("git+https://git.gnome.org/browse/gnome-todo#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  CPPFLAGS+=" -O"
+  ./configure --prefix=/usr --disable-maintainer-mode --disable-debug
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make V=1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: gnome-todo/repos/testing-x86_64/PKGBUILD (from rev 293995, 
gnome-todo/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2017-04-22 21:20:44 UTC (rev 293996)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) 
+
+pkgname=gnome-todo
+pkgver=3.22.1+15+g9f9cd9e
+pkgrel=1
+pkgdesc="Task manager for GNOME"
+url="https://wiki.gnome.org/Apps/Todo;
+arch=(i686 x86_64)
+license=(GPL)
+depends=(evolution-data-server libpeas)
+makedepends=(intltool gobject-introspection gnome-common appstream-glib git)
+optdepends=('python3: Some plugins')
+groups=(gnome-extra)
+_commit=9f9cd9ea58ebc47e3ed2fb59f0e4de629cf2dd0b  # gnome-3-22
+source=("git+https://git.gnome.org/browse/gnome-todo#commit=$_commit;)
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^GNOME_TODO_//;s/_/./g;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+build() {
+  cd $pkgname
+  CPPFLAGS+=" -O"
+  ./configure --prefix=/usr --disable-maintainer-mode --disable-debug
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make V=1
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in gnome-todo/trunk (PKGBUILD buildfix.patch)

2017-04-22 Thread Jan de Groot
Date: Saturday, April 22, 2017 @ 21:20:39
  Author: jgc
Revision: 293995

upgpkg: gnome-todo 3.22.1+15+g9f9cd9e-1

Fix build

Modified:
  gnome-todo/trunk/PKGBUILD
Deleted:
  gnome-todo/trunk/buildfix.patch

+
 PKGBUILD   |   16 +++-
 buildfix.patch |   18 --
 2 files changed, 7 insertions(+), 27 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 20:57:49 UTC (rev 293994)
+++ PKGBUILD2017-04-22 21:20:39 UTC (rev 293995)
@@ -2,7 +2,7 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
 
 pkgname=gnome-todo
-pkgver=3.22.1
+pkgver=3.22.1+15+g9f9cd9e
 pkgrel=1
 pkgdesc="Task manager for GNOME"
 url="https://wiki.gnome.org/Apps/Todo;
@@ -12,11 +12,9 @@
 makedepends=(intltool gobject-introspection gnome-common appstream-glib git)
 optdepends=('python3: Some plugins')
 groups=(gnome-extra)
-_commit=ffe016ce5874cf8d70ce29cd96bf948d977c6025  # tags/GNOME_TODO_3_22_1^0
-source=("git+https://git.gnome.org/browse/gnome-todo#commit=$_commit;
-buildfix.patch)
-sha256sums=('SKIP'
-'5018a974f63ef29801740638638b08a5766ddebfd004fe162acfed8022b6a415')
+_commit=9f9cd9ea58ebc47e3ed2fb59f0e4de629cf2dd0b  # gnome-3-22
+source=("git+https://git.gnome.org/browse/gnome-todo#commit=$_commit;)
+sha256sums=('SKIP')
 
 pkgver() {
   cd $pkgname
@@ -25,15 +23,15 @@
 
 prepare() {
   cd $pkgname
-  patch -Np1 -i ../buildfix.patch
   NOCONFIGURE=1 ./autogen.sh
 }
 
 build() {
   cd $pkgname
-  ./configure --prefix=/usr
+  CPPFLAGS+=" -O"
+  ./configure --prefix=/usr --disable-maintainer-mode --disable-debug
   sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
+  make V=1
 }
 
 package() {

Deleted: buildfix.patch
===
--- buildfix.patch  2017-04-22 20:57:49 UTC (rev 293994)
+++ buildfix.patch  2017-04-22 21:20:39 UTC (rev 293995)
@@ -1,18 +0,0 @@
-diff --git i/src/Makefile.am w/src/Makefile.am
-index 094d4637d1dba597..f6d1194e362a61fb 100644
 i/src/Makefile.am
-+++ w/src/Makefile.am
-@@ -104,11 +104,11 @@ gnome_todo_LDFLAGS = \
-   $(GNOME_TODO_WARN_LDFLAGS)
- 
- gnome_todo_LDADD = \
--  $(GNOME_TODO_LIBS) \
-   $(top_builddir)/plugins/eds/libeds.la \
-   $(top_builddir)/plugins/dark-theme/libdarktheme.la \
-   $(top_builddir)/plugins/scheduled-panel/libscheduledpanel.la \
--  $(top_builddir)/plugins/today-panel/libtodaypanel.la
-+  $(top_builddir)/plugins/today-panel/libtodaypanel.la \
-+  $(GNOME_TODO_LIBS)
- 
- gnome_todo_DEPENDENCIES = \
-   $(top_builddir)/plugins/eds/libeds.la \


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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 20:55:00
  Author: arojas
Revision: 293993

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

Added:
  qtcreator/repos/extra-i686/PKGBUILD
(from rev 293992, qtcreator/trunk/PKGBUILD)
  qtcreator/repos/extra-x86_64/PKGBUILD
(from rev 293992, qtcreator/trunk/PKGBUILD)
Deleted:
  qtcreator/repos/extra-i686/PKGBUILD
  qtcreator/repos/extra-x86_64/PKGBUILD

---+
 /PKGBUILD |  100 
 extra-i686/PKGBUILD   |   50 
 extra-x86_64/PKGBUILD |   50 
 3 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-04-22 20:54:20 UTC (rev 293992)
+++ extra-i686/PKGBUILD 2017-04-22 20:55:00 UTC (rev 293993)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Antonio Rojas 
-# Contributor: Imanol Celaya 
-# Contributor: Lukas Jirkovsky 
-# Contributor: Dan Vratil 
-# Contributor: thotypous 
-# Contributor: delor 
-
-pkgname=qtcreator
-pkgver=4.2.2
-pkgrel=1
-pkgdesc='Lightweight, cross-platform integrated development environment'
-arch=('i686' 'x86_64')
-url='http://qt-project.org'
-license=('LGPL')
-depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-webengine' 'clang' 'qbs')
-makedepends=('git' 'mesa' 'llvm')
-options=('docs')
-optdepends=('qt5-doc: integrated Qt documentation'
-'qt5-examples: welcome page examples'
-'qt5-translations: for other languages'
-'gdb: debugger'
-'cmake: cmake project support'
-'x11-ssh-askpass: ssh support'
-'git: git support'
-'mercurial: mercurial support'
-'bzr: bazaar support'
-'valgrind: analyze support')
-source=("http://download.qt.io/official_releases/qtcreator/4.2/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.xz;)
-sha512sums=('cab23a75b3b8ef68cadf4fe57b81e96ef647bb48ab4c57618bf6dd25aed50abb412ac7fa76848b97da01f2df589ec763c95321956506aa4f159383f188efbf2d')
-
-build() {
-  [[ -d build ]] && rm -r build
-  mkdir build && cd build
-
-  LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr qmake QMAKE_CFLAGS_ISYSTEM=-I \
-CONFIG+=journald -r ../qt-creator-opensource-src-${pkgver}/qtcreator.pro
-  make
-  make docs
-}
-
-package() {
-  cd build
-
-  make INSTALL_ROOT="${pkgdir}/usr/" install
-  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
-
-  install -Dm644 
${srcdir}/qt-creator-opensource-src-${pkgver}/LICENSE.GPL3-EXCEPT 
${pkgdir}/usr/share/licenses/qtcreator/LICENSE.GPL3-EXCEPT
-}

Copied: qtcreator/repos/extra-i686/PKGBUILD (from rev 293992, 
qtcreator/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-04-22 20:55:00 UTC (rev 293993)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Antonio Rojas 
+# Contributor: Imanol Celaya 
+# Contributor: Lukas Jirkovsky 
+# Contributor: Dan Vratil 
+# Contributor: thotypous 
+# Contributor: delor 
+
+pkgname=qtcreator
+pkgver=4.2.2
+pkgrel=2
+pkgdesc='Lightweight, cross-platform integrated development environment'
+arch=('i686' 'x86_64')
+url='http://qt-project.org'
+license=('LGPL')
+depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-webengine' 
'clang' 'qbs')
+makedepends=('git' 'mesa' 'llvm')
+options=('docs')
+optdepends=('qt5-doc: integrated Qt documentation'
+'qt5-examples: welcome page examples'
+'qt5-translations: for other languages'
+'gdb: debugger'
+'cmake: cmake project support'
+'x11-ssh-askpass: ssh support'
+'git: git support'
+'mercurial: mercurial support'
+'bzr: bazaar support'
+'valgrind: analyze support')
+source=("http://download.qt.io/official_releases/qtcreator/4.2/${pkgver}/qt-creator-opensource-src-${pkgver}.tar.xz;)
+sha512sums=('cab23a75b3b8ef68cadf4fe57b81e96ef647bb48ab4c57618bf6dd25aed50abb412ac7fa76848b97da01f2df589ec763c95321956506aa4f159383f188efbf2d')
+
+build() {
+  [[ -d build ]] && rm -r build
+  mkdir build && cd build
+
+  LLVM_INSTALL_DIR=/usr QBS_INSTALL_DIR=/usr qmake QMAKE_CFLAGS_ISYSTEM=-I \
+CONFIG+=journald -r ../qt-creator-opensource-src-${pkgver}/qtcreator.pro
+  make
+  make docs
+}
+
+package() {
+  cd build
+
+  make INSTALL_ROOT="${pkgdir}/usr/" install
+  make INSTALL_ROOT="${pkgdir}/usr/" install_docs
+
+  install -Dm644 

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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 20:54:20
  Author: arojas
Revision: 293992

qt5-webengine 5.8.0-6 rebuild

Modified:
  qtcreator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 20:51:39 UTC (rev 293991)
+++ PKGBUILD2017-04-22 20:54:20 UTC (rev 293992)
@@ -9,12 +9,12 @@
 
 pkgname=qtcreator
 pkgver=4.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Lightweight, cross-platform integrated development environment'
 arch=('i686' 'x86_64')
 url='http://qt-project.org'
 license=('LGPL')
-depends=('qt5-tools' 'qt5-declarative' 'qt5-script' 'qt5-quickcontrols' 
'qt5-quickcontrols2' 'qt5-webengine' 'clang' 'qbs')
+depends=('qt5-tools' 'qt5-quickcontrols' 'qt5-quickcontrols2' 'qt5-webengine' 
'clang' 'qbs')
 makedepends=('git' 'mesa' 'llvm')
 options=('docs')
 optdepends=('qt5-doc: integrated Qt documentation'


[arch-commits] Commit in (3 files)

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 20:51:08
  Author: arojas
Revision: 293990

New Qt module

Added:
  qt5-remoteobjects/
  qt5-remoteobjects/kde-unstable/
  qt5-remoteobjects/kde-unstable/PKGBUILD

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

Added: qt5-remoteobjects/kde-unstable/PKGBUILD
===
--- qt5-remoteobjects/kde-unstable/PKGBUILD (rev 0)
+++ qt5-remoteobjects/kde-unstable/PKGBUILD 2017-04-22 20:51:08 UTC (rev 
293990)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 293803 2017-04-21 11:54:59Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-remoteobjects
+_qtver=5.9.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(i686 x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Inter-process communication (IPC) module developed for Qt'
+depends=(qt5-base)
+makedepends=()
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('0ffed23ad0a66d48641624ff7a8c78fce20fcea29f7f6e5a73d8fcc783a5c9aa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


[arch-commits] Commit in qt5-remoteobjects (3 files)

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 20:51:39
  Author: arojas
Revision: 293991

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  qt5-remoteobjects/repos/
  qt5-remoteobjects/repos/kde-unstable-x86_64/
  qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293990, qt5-remoteobjects/kde-unstable/PKGBUILD)

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

Copied: qt5-remoteobjects/repos/kde-unstable-x86_64/PKGBUILD (from rev 293990, 
qt5-remoteobjects/kde-unstable/PKGBUILD)
===
--- repos/kde-unstable-x86_64/PKGBUILD  (rev 0)
+++ repos/kde-unstable-x86_64/PKGBUILD  2017-04-22 20:51:39 UTC (rev 293991)
@@ -0,0 +1,41 @@
+# $Id: PKGBUILD 293803 2017-04-21 11:54:59Z arojas $
+# Maintainer: Felix Yan 
+# Maintainer: Antonio Rojas 
+
+pkgname=qt5-remoteobjects
+_qtver=5.9.0-beta2
+pkgver=${_qtver/-/}
+pkgrel=1
+arch=(i686 x86_64)
+url='http://qt-project.org/'
+license=(GPL3 LGPL3 FDL custom)
+pkgdesc='Inter-process communication (IPC) module developed for Qt'
+depends=(qt5-base)
+makedepends=()
+groups=(qt qt5)
+_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+source=("http://download.qt.io/development_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz;)
+sha256sums=('0ffed23ad0a66d48641624ff7a8c78fce20fcea29f7f6e5a73d8fcc783a5c9aa')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+
+  qmake ../${_pkgfqn}
+  make
+}
+
+package() {
+  cd build
+  make INSTALL_ROOT="$pkgdir" install
+
+  # Drop QMAKE_PRL_BUILD_DIR because reference the build dir
+  find "$pkgdir/usr/lib" -type f -name '*.prl' \
+-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
+
+  install -d "$pkgdir"/usr/share/licenses
+  ln -s /usr/share/licenses/qt5-base "$pkgdir"/usr/share/licenses/${pkgname}
+}


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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 20:12:03
  Author: arojas
Revision: 293989

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

Added:
  pyqt5/repos/testing-i686/PKGBUILD
(from rev 293988, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
(from rev 293988, pyqt5/trunk/pyqt-support-new-qt.patch)
  pyqt5/repos/testing-x86_64/PKGBUILD
(from rev 293988, pyqt5/trunk/PKGBUILD)
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch
(from rev 293988, pyqt5/trunk/pyqt-support-new-qt.patch)
Deleted:
  pyqt5/repos/testing-i686/PKGBUILD
  pyqt5/repos/testing-i686/pyqt-support-new-qt.patch
  pyqt5/repos/testing-x86_64/PKGBUILD
  pyqt5/repos/testing-x86_64/pyqt-support-new-qt.patch

--+
 /PKGBUILD|  246 +
 /pyqt-support-new-qt.patch   |   24 ++
 testing-i686/PKGBUILD|  123 --
 testing-i686/pyqt-support-new-qt.patch   |   12 -
 testing-x86_64/PKGBUILD  |  123 --
 testing-x86_64/pyqt-support-new-qt.patch |   12 -
 6 files changed, 270 insertions(+), 270 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2017-04-22 20:11:25 UTC (rev 293988)
+++ testing-i686/PKGBUILD   2017-04-22 20:12:03 UTC (rev 293989)
@@ -1,123 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Yichao Yu 
-# Contributor: Douglas Soares de Andrade 
-# Contributor: riai  Ben 
-
-pkgbase=pyqt5
-pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
-pkgver=5.8.2
-pkgrel=1
-arch=('i686' 'x86_64')
-url="http://riverbankcomputing.co.uk/software/pyqt/intro;
-license=('GPL')
-makedepends=('python-sip' 'python2-sip' 'python-opengl' 'python2-opengl'
- 'python2-dbus' 'python-dbus' 'qt5-connectivity'
- 'qt5-multimedia' 'qt5-tools' 'qt5-serialport' 'qt5-svg'
- 'qt5-webengine' 'qt5-webkit' 'qt5-websockets' 'qt5-x11extras')
-source=("http://sourceforge.net/projects/pyqt/files/PyQt5/PyQt-$pkgver/PyQt5_gpl-$pkgver.tar.gz;)
-sha512sums=('8b765b9ae6210b7312a2dc6ed94d2664ae569625fe8a27443bae4230d9d9c00e0cf3b4be6904c66ebceff5cd5bbd19a5a9794a0b3222c8098a55f0b94fc8d89b')
-
-prepare() {
-  # Support new versions of Qt - don't remove, needs to be reapplied after 
every new Qt release
-  # patch -p1 -i ../pyqt-support-new-qt.patch
-
-  # The additional include path was removed due to this line, I don't really 
know why they are doing this...
-  sed -i '/target_config.dbus_inc_dirs = \[\]/d' PyQt5_gpl-$pkgver/configure.py
-
-  cp -a PyQt5_gpl-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/PyQt5_gpl-$pkgver
-  python configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-
-  cd "$srcdir"/PyQt5_gpl-$pkgver-py2
-  python2 configure.py \
---confirm-license \
---no-sip-files \
---qsci-api \
--q /usr/bin/qmake-qt5
-
-  # Thanks Gerardo for the rpath fix
-  find -name 'Makefile' | xargs sed -i 
's|-Wl,-rpath,/usr/lib||g;s|-Wl,-rpath,.* ||g'
-
-  make
-}
-
-package_pyqt5-common(){
-  pkgdesc="Common PyQt files shared between python-pyqt5 and python2-pyqt5"
-  depends=('qt5-base')
-
-  cd PyQt5_gpl-$pkgver
-  install -Dm644 PyQt5.api "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-
-  install -d "$pkgdir"/usr/share/sip/PyQt5
-  cp -a sip/* "$pkgdir"/usr/share/sip/PyQt5
-}
-
-package_python-pyqt5(){
-  pkgdesc="A set of Python 3.x bindings for the Qt5 toolkit"
-  depends=('python-sip' 'pyqt5-common')
-  optdepends=('python-opengl: enable OpenGL 3D graphics in PyQt applications'
-  'python-dbus: for python-dbus mainloop support'
-  'qt5-multimedia: QtMultimedia, QtMultimediaWidgets'
-  'qt5-tools: QtHelp, QtDesigner'
-  'qt5-svg: QtSvg'
-  'qt5-webkit: QtWebKit, QtWebKitWidgets'
-  'qt5-xmlpatterns: QtXmlPatterns'
-  'qt5-declarative: QtQml, qmlplugin'
-  'qt5-serialport: QtSerialPort'
-  'qt5-websockets: QtWebSockets'
-  'qt5-connectivity: QtNfc, QtBluetooth'
-  'qt5-webengine: QtWebEngine, QtWebEngineCore, QtWebEngineWidgets'
-  'qt5-x11extras: QtX11Extras')
-
-  cd PyQt5_gpl-$pkgver
-  # INSTALL_ROOT is needed for the QtDesigner module, the other Makefiles use 
DESTDIR
-  make DESTDIR="$pkgdir" INSTALL_ROOT="$pkgdir" install
-
-  # Provided by pyqt-common
-  rm "$pkgdir"/usr/share/qt/qsci/api/python/PyQt5.api
-}
-
-package_python2-pyqt5(){
-  pkgdesc="A set of Python 2.x bindings for the Qt5 toolkit"
-  

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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 20:11:25
  Author: arojas
Revision: 293988

qt5-webengine 5.8.0-6 rebuild

Modified:
  pyqt5/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 19:30:40 UTC (rev 293987)
+++ PKGBUILD2017-04-22 20:11:25 UTC (rev 293988)
@@ -8,7 +8,7 @@
 pkgbase=pyqt5
 pkgname=('pyqt5-common' 'python-pyqt5' 'python2-pyqt5')
 pkgver=5.8.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url="http://riverbankcomputing.co.uk/software/pyqt/intro;
 license=('GPL')


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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 19:30:40
  Author: arojas
Revision: 293987

archrelease: copy trunk to kde-unstable-x86_64

Added:
  plasma-integration/repos/kde-unstable-x86_64/
  plasma-integration/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293986, plasma-integration/trunk/PKGBUILD)

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

Copied: plasma-integration/repos/kde-unstable-x86_64/PKGBUILD (from rev 293986, 
plasma-integration/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-04-22 19:30:40 UTC (rev 293987)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Antonio Rojas 
+# Maintainer: Felix Yan 
+
+pkgname=plasma-integration
+pkgver=5.9.4
+pkgrel=2
+pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
+arch=(i686 x86_64)
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=(LGPL)
+depends=(kio kwayland libxcursor noto-fonts ttf-hack)
+makedepends=(extra-cmake-modules python breeze)
+groups=(plasma)
+source=("https://download.kde.org/stable/plasma/$pkgver/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1569754b78cb57451360680316f3ce33f6eee64a8eb0a8040512c44d65d6'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 19:30:16
  Author: arojas
Revision: 293986

Qt 5.9 rebuild

Modified:
  plasma-integration/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 19:24:30 UTC (rev 293985)
+++ PKGBUILD2017-04-22 19:30:16 UTC (rev 293986)
@@ -4,7 +4,7 @@
 
 pkgname=plasma-integration
 pkgver=5.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt Platform Theme integration plugins for the Plasma workspaces"
 arch=(i686 x86_64)
 url='https://www.kde.org/workspaces/plasmadesktop/'


[arch-commits] Commit in kwin/repos (kde-unstable-x86_64 kde-unstable-x86_64/PKGBUILD)

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 19:24:30
  Author: arojas
Revision: 293985

archrelease: copy trunk to kde-unstable-x86_64

Added:
  kwin/repos/kde-unstable-x86_64/
  kwin/repos/kde-unstable-x86_64/PKGBUILD
(from rev 293984, kwin/trunk/PKGBUILD)

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

Copied: kwin/repos/kde-unstable-x86_64/PKGBUILD (from rev 293984, 
kwin/trunk/PKGBUILD)
===
--- kde-unstable-x86_64/PKGBUILD(rev 0)
+++ kde-unstable-x86_64/PKGBUILD2017-04-22 19:24:30 UTC (rev 293985)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kwin
+pkgver=5.9.4
+pkgrel=2
+pkgdesc='KDE Window manager'
+arch=('i686' 'x86_64')
+url='https://www.kde.org/workspaces/plasmadesktop/'
+license=('LGPL')
+depends=('kscreenlocker' 'xcb-util-cursor' 'hicolor-icon-theme' 
'plasma-framework' 'kcmutils' 'breeze')
+makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools' 'python')
+optdepends=('qt5-virtualkeyboard: virtual keyboard support for kwin-wayland')
+groups=('plasma')
+conflicts=('kdebase-workspace')
+source=("https://download.kde.org/stable/plasma/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('a136b0c46c2c8376611355598236d829f54da8192682c515e4358cb6cd849361'
+'SKIP')
+validpgpkeys=('2D1D5B0588357787DE9EE225EC94D18F7F05997E'  # Jonathan Riddell
+  '348C8651206633FD983A8FC4DEACEA00075E1D76'  # KDE Neon
+  'D07BD8662C56CB291B316EB2F5675605C74E02CF') # David Edmundson
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DKDE_INSTALL_LIBDIR=lib \
+-DKDE_INSTALL_LIBEXECDIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}


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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 19:22:14
  Author: arojas
Revision: 293984

Qt 5.9 rebuild

Modified:
  kwin/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 18:35:04 UTC (rev 293983)
+++ PKGBUILD2017-04-22 19:22:14 UTC (rev 293984)
@@ -4,7 +4,7 @@
 
 pkgname=kwin
 pkgver=5.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='KDE Window manager'
 arch=('i686' 'x86_64')
 url='https://www.kde.org/workspaces/plasmadesktop/'


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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 19:03:01
  Author: arojas
Revision: 224426

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-22 19:02:31 UTC (rev 224425)
+++ community-i686/PKGBUILD 2017-04-22 19:03:01 UTC (rev 224426)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.5.0.20161213
-_commit=9e7fc0b88b7f2224690333d2e049ef04b3b57bd1
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine') # 'crypto++')
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-source=("git+https://github.com/WizTeam/WizQTClient.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  #sed -e 's/add_subdirectory(cryptopp)//' \
-  #-i WizQTClient/lib/CMakeLists.txt
-  #sed -e 's/cryptlib/cryptopp/' \
-  #-i WizQTClient/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../WizQTClient
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-i686/PKGBUILD (from rev 224425, 
wiznote/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-22 19:03:01 UTC (rev 224426)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Albert.Zhou 
+
+pkgname=wiznote
+pkgver=2.5.0.20161213
+_commit=9e7fc0b88b7f2224690333d2e049ef04b3b57bd1
+pkgrel=2
+pkgdesc="Opensource cross-platform cloud based note-taking client"
+arch=('i686' 'x86_64')
+url="http://www.wiznote.com;
+license=('GPL3' 'custom')
+depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine') # 'crypto++')
+# shared clucene/quazip triggers segfault
+makedepends=('cmake' 'qt5-tools' 'git' 'boost')
+source=("git+https://github.com/WizTeam/WizQTClient.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  #sed -e 's/add_subdirectory(cryptopp)//' \
+  #-i WizQTClient/lib/CMakeLists.txt
+  #sed -e 's/cryptlib/cryptopp/' \
+  #-i WizQTClient/src/CMakeLists.txt
+
+  rm -rf build; mkdir build
+}
+
+build() {
+  cd build
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DCMAKE_BUILD_TYPE=Release \
+../WizQTClient
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-22 19:02:31 UTC (rev 224425)
+++ community-x86_64/PKGBUILD   2017-04-22 19:03:01 UTC (rev 224426)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Albert.Zhou 
-
-pkgname=wiznote
-pkgver=2.5.0.20161213
-_commit=9e7fc0b88b7f2224690333d2e049ef04b3b57bd1
-pkgrel=1
-pkgdesc="Opensource cross-platform cloud based note-taking client"
-arch=('i686' 'x86_64')
-url="http://www.wiznote.com;
-license=('GPL3' 'custom')
-depends=('desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 
'qt5-websockets' 'qt5-webengine') # 'crypto++')
-# shared clucene/quazip triggers segfault
-makedepends=('cmake' 'qt5-tools' 'git' 'boost')
-source=("git+https://github.com/WizTeam/WizQTClient.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  #sed -e 's/add_subdirectory(cryptopp)//' \
-  #-i WizQTClient/lib/CMakeLists.txt
-  #sed -e 's/cryptlib/cryptopp/' \
-  #-i WizQTClient/src/CMakeLists.txt
-
-  rm -rf build; mkdir build
-}
-
-build() {
-  cd build
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
-../WizQTClient
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="$pkgdir/" install
-}

Copied: wiznote/repos/community-x86_64/PKGBUILD (from rev 224425, 
wiznote/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-22 

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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 19:02:31
  Author: arojas
Revision: 224425

qt5-webengine 5.8.0-6 rebuild

Modified:
  wiznote/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-04-22 18:56:46 UTC (rev 224424)
+++ PKGBUILD2017-04-22 19:02:31 UTC (rev 224425)
@@ -5,7 +5,7 @@
 pkgname=wiznote
 pkgver=2.5.0.20161213
 _commit=9e7fc0b88b7f2224690333d2e049ef04b3b57bd1
-pkgrel=1
+pkgrel=2
 pkgdesc="Opensource cross-platform cloud based note-taking client"
 arch=('i686' 'x86_64')
 url="http://www.wiznote.com;


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

2017-04-22 Thread Antonio Rojas
Date: Saturday, April 22, 2017 @ 18:56:46
  Author: arojas
Revision: 224424

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

Added:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
(from rev 224423, fcitx-libpinyin/trunk/PKGBUILD)
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD
(from rev 224423, fcitx-libpinyin/trunk/PKGBUILD)
Deleted:
  fcitx-libpinyin/repos/community-i686/PKGBUILD
  fcitx-libpinyin/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-04-22 18:56:08 UTC (rev 224423)
+++ community-i686/PKGBUILD 2017-04-22 18:56:46 UTC (rev 224424)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=fcitx-libpinyin
-pkgver=0.5.1
-_model=model.text.20161206.tar.gz
-pkgrel=1
-pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
-makedepends=('cmake' 'git')
-source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver;
-"http://download.fcitx-im.org/data/$_model;)
-sha512sums=('SKIP'
-
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
-
-prepare() {
-  mkdir build
-  ln -s "$srcdir"/$_model fcitx-libpinyin/data/
-}
-
-build() {
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx-libpinyin/repos/community-i686/PKGBUILD (from rev 224423, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-22 18:56:46 UTC (rev 224424)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+
+pkgname=fcitx-libpinyin
+pkgver=0.5.1
+_model=model.text.20161206.tar.gz
+pkgrel=2
+pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
+arch=('i686' 'x86_64')
+url="https://github.com/fcitx/fcitx-libpinyin;
+license=('GPL')
+depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
+makedepends=('cmake' 'git')
+source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver;
+"http://download.fcitx-im.org/data/$_model;)
+sha512sums=('SKIP'
+
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
+
+prepare() {
+  mkdir build
+  ln -s "$srcdir"/$_model fcitx-libpinyin/data/
+}
+
+build() {
+  cd build
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-04-22 18:56:08 UTC (rev 224423)
+++ community-x86_64/PKGBUILD   2017-04-22 18:56:46 UTC (rev 224424)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: poplarch 
-
-pkgname=fcitx-libpinyin
-pkgver=0.5.1
-_model=model.text.20161206.tar.gz
-pkgrel=1
-pkgdesc="Fcitx Wrapper for libpinyin, Library to deal with pinyin"
-arch=('i686' 'x86_64')
-url="https://github.com/fcitx/fcitx-libpinyin;
-license=('GPL')
-depends=('fcitx' 'libpinyin' 'fcitx-qt5' 'qt5-webengine')
-makedepends=('cmake' 'git')
-source=("git+https://github.com/fcitx/fcitx-libpinyin.git#tag=$pkgver;
-"http://download.fcitx-im.org/data/$_model;)
-sha512sums=('SKIP'
-
'26450e347b7a211e5abd94acbb9befc8cee7d8fc20e5161ef11b8b9b1ad47cde4f1add5c41484d9af04e4dde2aa748090e297e799ee7f6d2f9fcec3873eee429')
-
-prepare() {
-  mkdir build
-  ln -s "$srcdir"/$_model fcitx-libpinyin/data/
-}
-
-build() {
-  cd build
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release ../$pkgname
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: fcitx-libpinyin/repos/community-x86_64/PKGBUILD (from rev 224423, 
fcitx-libpinyin/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-04-22 18:56:46 UTC (rev 224424)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: poplarch 
+

  1   2   3   >