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

2016-02-07 Thread Jaroslav Lichtblau
Date: Monday, February 8, 2016 @ 08:55:58
  Author: jlichtblau
Revision: 160871

archrelease: copy trunk to community-any

Added:
  autojump/repos/community-any/PKGBUILD
(from rev 160870, autojump/trunk/PKGBUILD)
Deleted:
  autojump/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-08 07:55:48 UTC (rev 160870)
+++ PKGBUILD2016-02-08 07:55:58 UTC (rev 160871)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: graysky 
-# Contributor: Geoffroy Carrier 
-# Contributor: Joël Schaerer 
-# Contributor: Daniel J Griffiths 
-
-pkgname=autojump
-pkgver=22.2.4
-pkgrel=3
-pkgdesc="A faster way to navigate your filesystem from the command line"
-arch=('any')
-url="http://wiki.github.com/joelthelion/autojump";
-license=('GPL3')
-depends=('python')
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
-
-prepare() {
-  sed -i "s:/env python:/python3:g" 
${pkgname}-release-v${pkgver}/bin/${pkgname}
-}
-
-package() {
-  cd ${pkgname}-release-v${pkgver}
-
-  ./install.py --destdir "${pkgdir}" --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
-
-  cd "${pkgdir}"/usr/share/$pkgname
-  for i in $pkgname.*
-do ln -s /usr/share/$pkgname/$i \
-  "${pkgdir}"/etc/profile.d/$i
-  done
-
-#https://github.com/joelthelion/autojump/pull/339
-  sed -i "s:/usr/local/:/usr/:g" "${pkgdir}"/etc/profile.d/$pkgname.sh
-  sed -i "s:/build/autojump/pkg/autojump/:/:g" 
"${pkgdir}"/etc/profile.d/$pkgname.sh
-#FS#43762
-  sed -i '27,31d' "${pkgdir}"/etc/profile.d/$pkgname.sh
-}

Copied: autojump/repos/community-any/PKGBUILD (from rev 160870, 
autojump/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-08 07:55:58 UTC (rev 160871)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: graysky 
+# Contributor: Geoffroy Carrier 
+# Contributor: Joël Schaerer 
+# Contributor: Daniel J Griffiths 
+
+pkgname=autojump
+pkgver=22.3.0
+pkgrel=1
+pkgdesc="A faster way to navigate your filesystem from the command line"
+arch=('any')
+url="https://github.com/wting/autojump";
+license=('GPL3')
+depends=('python')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wting/$pkgname/archive/release-v$pkgver.tar.gz)
+sha256sums=('800f444b820b3a985e1da2d183fb5e2e23753a2ade53d6e1195678c650379a03')
+
+prepare() {
+  cd $pkgname-release-v$pkgver
+  sed -i "s:/env python:/python3:g" bin/$pkgname
+}
+
+package() {
+  cd $pkgname-release-v$pkgver
+
+  SHELL=/bin/bash ./install.py --destdir "${pkgdir}" \
+   --prefix 'usr/' \
+   --zshshare 'usr/share/zsh/site-functions'
+
+  cd "${pkgdir}"/usr/share/$pkgname
+  for i in $pkgname.*
+do ln -s /usr/share/$pkgname/$i "${pkgdir}"/etc/profile.d/$i
+  done
+
+#https://github.com/joelthelion/autojump/pull/339
+  sed -i "s:/usr/local/:/usr/:g" "${pkgdir}"/etc/profile.d/$pkgname.sh
+  sed -i "s:/build/autojump/pkg/autojump/:/:g" 
"${pkgdir}"/etc/profile.d/$pkgname.sh
+#FS#43762
+  sed -i '27,31d' "${pkgdir}"/etc/profile.d/$pkgname.sh
+}


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

2016-02-07 Thread Jaroslav Lichtblau
Date: Monday, February 8, 2016 @ 08:55:48
  Author: jlichtblau
Revision: 160870

upgpkg: autojump 22.3.0-1 - new upstream release

Modified:
  autojump/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 07:51:18 UTC (rev 160869)
+++ PKGBUILD2016-02-08 07:55:48 UTC (rev 160870)
@@ -6,29 +6,31 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=autojump
-pkgver=22.2.4
-pkgrel=3
+pkgver=22.3.0
+pkgrel=1
 pkgdesc="A faster way to navigate your filesystem from the command line"
 arch=('any')
-url="http://wiki.github.com/joelthelion/autojump";
+url="https://github.com/wting/autojump";
 license=('GPL3')
 depends=('python')
-source=(https://github.com/joelthelion/${pkgname}/archive/release-v${pkgver}.tar.gz)
-sha256sums=('816badb0721f735e2b86bdfa8b333112f3867343c7c2263c569f75b4ec91f475')
+source=($pkgname-$pkgver.tar.gz::https://github.com/wting/$pkgname/archive/release-v$pkgver.tar.gz)
+sha256sums=('800f444b820b3a985e1da2d183fb5e2e23753a2ade53d6e1195678c650379a03')
 
 prepare() {
-  sed -i "s:/env python:/python3:g" 
${pkgname}-release-v${pkgver}/bin/${pkgname}
+  cd $pkgname-release-v$pkgver
+  sed -i "s:/env python:/python3:g" bin/$pkgname
 }
 
 package() {
-  cd ${pkgname}-release-v${pkgver}
+  cd $pkgname-release-v$pkgver
 
-  ./install.py --destdir "${pkgdir}" --prefix 'usr/' --zshshare 
'usr/share/zsh/site-functions'
+  SHELL=/bin/bash ./install.py --destdir "${pkgdir}" \
+   --prefix 'usr/' \
+   --zshshare 'usr/share/zsh/site-functions'
 
   cd "${pkgdir}"/usr/share/$pkgname
   for i in $pkgname.*
-do ln -s /usr/share/$pkgname/$i \
-  "${pkgdir}"/etc/profile.d/$i
+do ln -s /usr/share/$pkgname/$i "${pkgdir}"/etc/profile.d/$i
   done
 
 #https://github.com/joelthelion/autojump/pull/339


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 08:51:18
  Author: fyan
Revision: 160869

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

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

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

Copied: hoogle/repos/community-staging-i686/PKGBUILD (from rev 160868, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 07:51:18 UTC (rev 160869)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=5
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: hoogle/repos/community-staging-x86_64/PKGBUILD (from rev 160868, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 07:51:18 UTC (rev 160869)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=5
+pkgdesc="Haskell API Search"
+url="http://www.haskell.org/hoogle/";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-quickcheck" "haskell-aeson" 
"haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-cmdargs" "haskell-conduit"
+ "haskell-src-exts" "haskell-http-types" "haskell-old-locale" 
"haskell-parsec"
+ "haskell-random" "haskell-resourcet" "haskell-safe" 
"haskell-shake"
+ "haskell-tagsoup" "haskell-text" "haskell-uniplate" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-wai" "haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('eb30df565d363cd5d98821c51b0daf93493dec3bfe95c016922c95a20efa7c17')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "docs/LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 08:50:43
  Author: fyan
Revision: 160868

upgpkg: hoogle 4.2.43-5

rebuild with psqueues-0.2.2.0, vector-binary-instances-0.2.1.1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 07:49:33 UTC (rev 160867)
+++ PKGBUILD2016-02-08 07:50:43 UTC (rev 160868)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=4
+pkgrel=5
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/";
 license=("custom:BSD3")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 08:49:09
  Author: fyan
Revision: 160866

upgpkg: git-annex 6.20160126-6

rebuild with psqueues-0.2.2.0, vector-binary-instances-0.2.1.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 07:13:52 UTC (rev 160865)
+++ PKGBUILD2016-02-08 07:49:09 UTC (rev 160866)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160126
-pkgrel=5
+pkgrel=6
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/";
 license=("AGPL3")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 08:49:33
  Author: fyan
Revision: 160867

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 160866, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 160866, git-annex/trunk/PKGBUILD)

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

Copied: git-annex/repos/community-staging-i686/PKGBUILD (from rev 160866, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 07:49:33 UTC (rev 160867)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160126
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-crypto-api" "haskell-cryptonite"
+ "haskell-data-default" "haskell-dav" "haskell-dbus" 
"haskell-dlist" "haskell-dns"
+ "haskell-edit-distance" "haskell-esqueleto" "haskell-exceptions"
+ "haskell-fdo-notify" "haskell-feed" "haskell-gnutls" 
"haskell-hinotify"
+ "haskell-hslogger" "haskell-http-client" "haskell-http-conduit"
+ "haskell-http-types" "haskell-ifelse" "haskell-json" 
"haskell-missingh"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-mtl" 
"haskell-network"
+ "haskell-network-info" "haskell-network-multicast" 
"haskell-network-protocol-xmpp"
+ "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-stm" 
"haskell-tasty"
+ "haskell-tasty-hunit" "haskell-tasty-quickcheck" 
"haskell-tasty-rerun"
+ "haskell-text" "haskell-torrent" "haskell-unix-compat" 
"haskell-utf8-string"
+ "haskell-uuid" "haskell-wai" "haskell-wai-extra" "haskell-warp" 
"haskell-warp-tls"
+ "haskell-xml-types" "haskell-yesod" "haskell-yesod-core" 
"haskell-yesod-default"
+ "haskell-yesod-form" "haskell-yesod-static")
+depends=('git' 'rsync' 'libxml2' 'gsasl')
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
+sha256sums=('dc59f670a3d0bdb90db8fc6cadba8003708219bb0dc3d56867a9246d825c0d11')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcryptonite -fnetwork-uri -f-ekg -fconcurrentoutput -ftorrentparser \
+-ftestsuite -f-androidsplice -f-android -fproduction -fpairing 
-fwebapp \
+-fassistant -fwebdav -fs3 -f-benchmark
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+
+install -Dm644 bash-completion.bash 
"${pkgdir}/usr/share/bash-completion/completions/git-annex"
+
+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 160866, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 07:49:33 UTC (rev 160867)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160126
+pkgrel=6
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/";
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" "haskell-aws" 
"haskell-blaze-builder"
+ "haskell-bloomfilter" "haskell-byteable" 
"haskell-case-insensitive"
+ "haskell-clientsession" "haskell-concurrent-output" 
"haskell-conduit"
+

[arch-commits] Commit in nodejs-babel-cli/repos/community-any (4 files)

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 08:13:52
  Author: fyan
Revision: 160865

archrelease: copy trunk to community-any

Added:
  nodejs-babel-cli/repos/community-any/LICENSE
(from rev 160864, nodejs-babel-cli/trunk/LICENSE)
  nodejs-babel-cli/repos/community-any/PKGBUILD
(from rev 160864, nodejs-babel-cli/trunk/PKGBUILD)
Deleted:
  nodejs-babel-cli/repos/community-any/LICENSE
  nodejs-babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 +--
 PKGBUILD |   62 ++---
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-02-08 07:13:34 UTC (rev 160864)
+++ LICENSE 2016-02-08 07:13:52 UTC (rev 160865)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: nodejs-babel-cli/repos/community-any/LICENSE (from rev 160864, 
nodejs-babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-02-08 07:13:52 UTC (rev 160865)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-08 07:13:34 UTC (rev 160864)
+++ PKGBUILD2016-02-08 07:13:52 UTC (rev 160865)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-_npmname=babel-cli
-pkgname=nodejs-$_npmname
-pkgver=6.5.0
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";
-LICENSE)
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('c726e339ff174454aced2cfd65209229a9fd0a2cb32d52c212563f5191110cb7'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  find "$pkgdir/usr" -type f -exec chmod 644 '{}' +
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-  chmod 755 "$pkgdir/usr/bin"/*
-}

Copied: nodejs-babel-cli/repos/community-any/PKGBUILD (from rev 160864, 
nodejs-babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-08 07:13:52 UTC (rev 160865)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+_npmname=babel-cli
+pkgname=nodejs

[arch-commits] Commit in nodejs-babel-cli/trunk (PKGBUILD)

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 08:13:34
  Author: fyan
Revision: 160864

upgpkg: nodejs-babel-cli 6.5.1-1

Modified:
  nodejs-babel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 07:02:35 UTC (rev 160863)
+++ PKGBUILD2016-02-08 07:13:34 UTC (rev 160864)
@@ -6,7 +6,7 @@
 
 _npmname=babel-cli
 pkgname=nodejs-$_npmname
-pkgver=6.5.0
+pkgver=6.5.1
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -17,7 +17,7 @@
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";
 LICENSE)
 noextract=($_npmname-$pkgver.tgz)
-sha256sums=('c726e339ff174454aced2cfd65209229a9fd0a2cb32d52c212563f5191110cb7'
+sha256sums=('af66cd37450609881969bfa0068ff949e7b5fc963f756b19a5ae18a59d853e42'
 '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
 
 package() {


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

2016-02-07 Thread Jaroslav Lichtblau
Date: Monday, February 8, 2016 @ 08:02:22
  Author: jlichtblau
Revision: 160862

upgpkg: gammu 1.37.0-1 - new upstream release

Modified:
  gammu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 07:00:02 UTC (rev 160861)
+++ PKGBUILD2016-02-08 07:02:22 UTC (rev 160862)
@@ -5,7 +5,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=gammu
-pkgver=1.36.8
+pkgver=1.37.0
 pkgrel=1
 pkgdesc="GNU All Mobile Management Utilities"
 arch=('i686' 'x86_64')
@@ -15,16 +15,18 @@
 makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
 optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('86a296c9c942e74d041f0ce5eef3b13a205d4da05019f06225d7cfd07d263710')
+sha256sums=('f0a597be5c5138691606b78a82a17c76769c6ed445b4b541fcc06520f3bea61f')
 
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
 build() {
   cd "$pkgname-$pkgver"
 
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
   cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
   make
 }
 


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

2016-02-07 Thread Jaroslav Lichtblau
Date: Monday, February 8, 2016 @ 08:02:35
  Author: jlichtblau
Revision: 160863

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

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

---+
 /PKGBUILD |   78 
 community-i686/PKGBUILD   |   37 
 community-x86_64/PKGBUILD |   37 
 3 files changed, 78 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-08 07:02:22 UTC (rev 160862)
+++ community-i686/PKGBUILD 2016-02-08 07:02:35 UTC (rev 160863)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.8
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/";
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('86a296c9c942e74d041f0ce5eef3b13a205d4da05019f06225d7cfd07d263710')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-i686/PKGBUILD (from rev 160862, 
gammu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-08 07:02:35 UTC (rev 160863)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Ray Rashif 
+# Contributor: Corrado Primier 
+# Contributor: Aurelien Foret 
+
+pkgname=gammu
+pkgver=1.37.0
+pkgrel=1
+pkgdesc="GNU All Mobile Management Utilities"
+arch=('i686' 'x86_64')
+url="http://wammu.eu/gammu/";
+license=('GPL')
+depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
+makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
+optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
+sha256sums=('f0a597be5c5138691606b78a82a17c76769c6ed445b4b541fcc06520f3bea61f')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+# bash completion dir change
+  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-02-08 07:02:22 UTC (rev 160862)
+++ community-x86_64/PKGBUILD   2016-02-08 07:02:35 UTC (rev 160863)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Ray Rashif 
-# Contributor: Corrado Primier 
-# Contributor: Aurelien Foret 
-
-pkgname=gammu
-pkgver=1.36.8
-pkgrel=1
-pkgdesc="GNU All Mobile Management Utilities"
-arch=('i686' 'x86_64')
-url="http://wammu.eu/gammu/";
-license=('GPL')
-depends=('glib2' 'bluez-libs' 'curl' 'libmariadbclient' 'postgresql-libs' 
'libusb' 'libgudev')
-makedepends=('cmake' 'doxygen' 'mariadb' 'python2')
-optdepends=('dialog: support for the gammu-config script' 'python2: for python 
bindings')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz)
-sha256sums=('86a296c9c942e74d041f0ce5eef3b13a205d4da05019f06225d7cfd07d263710')
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  # bash completion dir change
-  sed -i 's,COMPLETIONSDIR "/etc/bash_completion.d",COMPLETIONSDIR 
"/usr/share/bash-completion/completions",' contrib/CMakeLists.txt
-
-  cmake . -DCMAKE_INSTALL_PREFIX="/usr" -DLIB_SUFFIX=""
-
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gammu/repos/community-x86_64/PKGBUILD (from rev 160862, 
gammu/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
++

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

2016-02-07 Thread Jaroslav Lichtblau
Date: Monday, February 8, 2016 @ 08:00:02
  Author: jlichtblau
Revision: 160861

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

Added:
  gdal/repos/community-i686/PKGBUILD
(from rev 160860, gdal/trunk/PKGBUILD)
  gdal/repos/community-i686/gdal-python-install.patch
(from rev 160860, gdal/trunk/gdal-python-install.patch)
  gdal/repos/community-i686/gdal.changelog
(from rev 160860, gdal/trunk/gdal.changelog)
  gdal/repos/community-x86_64/PKGBUILD
(from rev 160860, gdal/trunk/PKGBUILD)
  gdal/repos/community-x86_64/gdal-python-install.patch
(from rev 160860, gdal/trunk/gdal-python-install.patch)
  gdal/repos/community-x86_64/gdal.changelog
(from rev 160860, gdal/trunk/gdal.changelog)
Deleted:
  gdal/repos/community-i686/PKGBUILD
  gdal/repos/community-i686/gdal-python-install.patch
  gdal/repos/community-i686/gdal.changelog
  gdal/repos/community-x86_64/PKGBUILD
  gdal/repos/community-x86_64/gdal-python-install.patch
  gdal/repos/community-x86_64/gdal.changelog

+
 /PKGBUILD  |  158 +++
 /gdal-python-install.patch |   20 +++
 /gdal.changelog|  128 +
 community-i686/PKGBUILD|   79 -
 community-i686/gdal-python-install.patch   |   10 -
 community-i686/gdal.changelog  |   56 -
 community-x86_64/PKGBUILD  |   79 -
 community-x86_64/gdal-python-install.patch |   10 -
 community-x86_64/gdal.changelog|   56 -
 9 files changed, 306 insertions(+), 290 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-08 06:59:45 UTC (rev 160860)
+++ community-i686/PKGBUILD 2016-02-08 07:00:02 UTC (rev 160861)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Contributor: William Rea 
-
-pkgname=gdal
-pkgver=2.0.1
-pkgrel=6
-pkgdesc="A translator library for raster geospatial data formats"
-arch=('i686' 'x86_64')
-url="http://www.gdal.org/";
-license=('custom')
-depends=('curl' 'geos' 'giflib' 'hdf5' 'libgeotiff' 'libjpeg-turbo' 'libpng' 
'libspatialite' 'libtiff' 'netcdf'
- 'poppler' 'python2' 'python2-numpy' 'cfitsio' 'sqlite' 
'libmariadbclient' 'postgresql-libs')
-makedepends=('perl' 'swig' 'chrpath' 'doxygen')
-optdepends=('postgresql: postgresql database support'
-'mariadb: mariadb database support'
-'perl:  perl binding support')
-options=('!emptydirs')
-changelog=$pkgname.changelog
-source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
-gdal-python-install.patch)
-sha256sums=('b55f794768e104a2fd0304eaa61bb8bda3dc7c4e14f2c9d0913baca3e55b83ab'
-'823199fdedf5953d9b6bffb0e58a810490e958054f5a9da9d5cd1818f89cd51a')
-
-prepare() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  patch -Np0 -i "${srcdir}"/gdal-python-install.patch
-
-# python2 fixes
-  sed -i 's_python python1.5_python2 python python1.5_' configure
-  for file in swig/python/{,osgeo/,samples/,scripts/}*.py; do
-  sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
-  done
-
-# Fix mandir
-  sed -i "s|^mandir=.*|mandir='\${prefix}/share/man'|" configure
-}
-
-build() {
-  cd "${srcdir}"/$pkgname-$pkgver
-  export CFLAGS="$CFLAGS -fno-strict-aliasing"
-
-# bug #23654
-  export LDFLAGS="$LDFLAGS -Wl,--as-needed" 
-
-  ./configure --prefix=/usr --with-netcdf --with-libtiff --with-sqlite3 \
-  --with-geotiff --with-mysql --with-python --with-curl 
--with-hdf5 \
-  --with-perl --with-geos --with-png --with-poppler 
--with-spatialite
-
-# workaround for bug #13646
-  sed -i 's/PY_HAVE_SETUPTOOLS=1/PY_HAVE_SETUPTOOLS=/g' ./GDALmake.opt
-  sed -i 's/EXE_DEP_LIBS/KILL_EXE_DEP_LIBS/' apps/GNUmakefile
-
-  make
-  make man
-}
-
-package () {
-  cd "${srcdir}"/$pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-  make DESTDIR="${pkgdir}" install-man
-
-# install license
-  install -Dm644 LICENSE.TXT "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-
-#FS15477 clean up junks
-  rm -f "${pkgdir}"/usr/bin/*.dox
-  rm -f "${pkgdir}"/usr/share/man/man1/_build_gdal_src_gdal-${pkgver}_apps_.1
-#FS#46581 no better way found yet
-  mv "${pkgdir}"/usr/man/man3 "${pkgdir}"/usr/share/man
-  rm -rf "${pkgdir}"/usr/man
-
-# Remove RPATH
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OSR/OSR.so
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/OGR/OGR.so
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/GDAL.so
-  chrpath --delete 
"${pkgdir}"/usr/lib/perl5/${CARCH}-linux-thread-multi/auto/Geo/GDAL/Const/Const.so
-}

Copied: gdal/repos/community-i686/PKGBUILD (from rev 160860, 
gdal/trunk/PKGBUILD

[arch-commits] Commit in gdal/trunk (PKGBUILD gdal.changelog)

2016-02-07 Thread Jaroslav Lichtblau
Date: Monday, February 8, 2016 @ 07:59:45
  Author: jlichtblau
Revision: 160860

upgpkg: gdal 2.0.2-1 - new upstream release

Modified:
  gdal/trunk/PKGBUILD
  gdal/trunk/gdal.changelog

+
 PKGBUILD   |6 +++---
 gdal.changelog |3 +++
 2 files changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 04:57:21 UTC (rev 160859)
+++ PKGBUILD2016-02-08 06:59:45 UTC (rev 160860)
@@ -4,8 +4,8 @@
 # Contributor: William Rea 
 
 pkgname=gdal
-pkgver=2.0.1
-pkgrel=7
+pkgver=2.0.2
+pkgrel=1
 pkgdesc="A translator library for raster geospatial data formats"
 arch=('i686' 'x86_64')
 url="http://www.gdal.org/";
@@ -20,7 +20,7 @@
 changelog=$pkgname.changelog
 
source=(http://download.osgeo.org/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz
 gdal-python-install.patch)
-sha256sums=('b55f794768e104a2fd0304eaa61bb8bda3dc7c4e14f2c9d0913baca3e55b83ab'
+sha256sums=('db7722caf8d9dd798ec18012b9cacf40a518918466126a88b9fd277bd7d40cc4'
 '823199fdedf5953d9b6bffb0e58a810490e958054f5a9da9d5cd1818f89cd51a')
 
 prepare() {

Modified: gdal.changelog
===
--- gdal.changelog  2016-02-08 04:57:21 UTC (rev 160859)
+++ gdal.changelog  2016-02-08 06:59:45 UTC (rev 160860)
@@ -1,3 +1,6 @@
+2016-02-08 Jaroslav Lichtblau 
+   * gdal 2.0.2-1
+
 2016-01-23 Jaroslav Lichtblau 
* gdal 2.0.0-7
* postgresql-libs 9.5 rebuild


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:57:21
  Author: fyan
Revision: 160859

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

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

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

Copied: haskell-statistics/repos/community-staging-i686/PKGBUILD (from rev 
160858, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 04:57:21 UTC (rev 160859)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=2
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-erf" "haskell-math-functions"
+ "haskell-monad-par" "haskell-mwc-random" "haskell-primitive" 
"haskell-vector"
+ "haskell-vector-algorithms" "haskell-vector-binary-instances")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=("d624b1494959d3c64cfd068c9566778a799d3e3f5d6b22ec3e353ba6d6876fbd")
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-statistics/repos/community-staging-i686/haskell-statistics.install 
(from rev 160858, haskell-statistics/trunk/haskell-statistics.install)
===
--- community-staging-i686/haskell-statistics.install   
(rev 0)
+++ community-staging-i686/haskell-statistics.install   2016-02-08 04:57:21 UTC 
(rev 160859)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-statistics
+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-statistics/repos/community-staging-x86_64/PKGBUILD (from rev 
160858, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 04:57:21 UTC (rev 160859)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=2
+pkgdesc="A library of statistical types, data, and functions"
+url="https://github.com/bos/statistics";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskel

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:56:13
  Author: fyan
Revision: 160858

upgpkg: haskell-statistics 0.13.2.3-2

rebuild with psqueues-0.2.2.0, vector-binary-instances-0.2.1.1

Modified:
  haskell-statistics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 04:55:48 UTC (rev 160857)
+++ PKGBUILD2016-02-08 04:56:13 UTC (rev 160858)
@@ -5,7 +5,7 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.13.2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics";
 license=("custom:BSD3")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:55:48
  Author: fyan
Revision: 160857

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

+
 community-staging-i686/PKGBUILD|   84 +++
 community-staging-i686/haskell-stack.install   |   18 
 community-staging-i686/stack.install   |4 +
 community-staging-x86_64/PKGBUILD  |   84 +++
 community-staging-x86_64/haskell-stack.install |   18 
 community-staging-x86_64/stack.install |4 +
 6 files changed, 212 insertions(+)

Copied: stack/repos/community-staging-i686/PKGBUILD (from rev 160856, 
stack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 04:55:48 UTC (rev 160857)
@@ -0,0 +1,84 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=stack
+pkgname=(stack haskell-stack)
+pkgver=1.0.2
+pkgrel=12
+pkgdesc="The Haskell Tool Stack"
+url="https://github.com/commercialhaskell/stack";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-ansi-terminal" 
"haskell-async"
+ "haskell-attoparsec" "haskell-base16-bytestring" 
"haskell-base64-bytestring"
+ "haskell-bifunctors" "haskell-binary-tagged" 
"haskell-blaze-builder"
+ "haskell-byteable" "haskell-conduit" "haskell-conduit-combinators"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-edit-distance" "haskell-either"
+ "haskell-enclosed-exceptions" "haskell-errors" 
"haskell-exceptions"
+ "haskell-extra" "haskell-fast-logger" "haskell-file-embed" 
"haskell-filelock"
+ "haskell-fsnotify" "haskell-gitrev" "haskell-hashable" 
"haskell-hastache"
+ "haskell-http-client" "haskell-http-client-tls" 
"haskell-http-conduit"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-monad-loops" "haskell-mtl" 
"haskell-old-locale"
+ "haskell-optparse-applicative" "haskell-optparse-simple" 
"haskell-path"
+ "haskell-persistent" "haskell-persistent-sqlite" 
"haskell-persistent-template"
+ "haskell-project-template" "haskell-resourcet" "haskell-retry" 
"haskell-safe"
+ "haskell-semigroups" "haskell-split" "haskell-stm" 
"haskell-streaming-commons"
+ "haskell-tar" "haskell-temporary" "haskell-text" 
"haskell-text-binary"
+ "haskell-transformers-base" "haskell-unix-compat" 
"haskell-unordered-containers"
+ "haskell-uuid" "haskell-vector" "haskell-vector-binary-instances" 
"haskell-void"
+ "haskell-word8" "haskell-yaml" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz";)
+sha256sums=('4227f4c4016e5008755a974cbf04a9772319d87d1764da32228e74f13153c5c4')
+
+prepare() {
+sed -i 's/Cabal >=1.22.6.0 && <1.23,/Cabal >=1.18.1.5 \&\& <1.23,/' \
+${pkgbase}-${pkgver}/${pkgbase}.cabal
+}
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-disable-git-info -f-integration-tests -f-static
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package_stack() {
+depends=('gmp' 'libffi' 'zlib')
+optdepends=('ghc')
+install="stack.install"
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+"${pkgdir}"/usr/bin/stack --bash-completion-script /usr/bin/stack > 
stack_completion_script

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:55:18
  Author: fyan
Revision: 160856

upgpkg: stack 1.0.2-12

rebuild with psqueues-0.2.2.0, vector-binary-instances-0.2.1.1

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 04:20:41 UTC (rev 160855)
+++ PKGBUILD2016-02-08 04:55:18 UTC (rev 160856)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.2
-pkgrel=11
+pkgrel=12
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack";
 license=("custom:BSD3")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:20:41
  Author: fyan
Revision: 160855

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

Added:
  haskell-yesod-static/repos/community-staging-i686/
  haskell-yesod-static/repos/community-staging-i686/PKGBUILD
(from rev 160854, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install
(from rev 160854, haskell-yesod-static/trunk/haskell-yesod-static.install)
  haskell-yesod-static/repos/community-staging-x86_64/
  haskell-yesod-static/repos/community-staging-x86_64/PKGBUILD
(from rev 160854, haskell-yesod-static/trunk/PKGBUILD)
  
haskell-yesod-static/repos/community-staging-x86_64/haskell-yesod-static.install
(from rev 160854, haskell-yesod-static/trunk/haskell-yesod-static.install)

---+
 community-staging-i686/PKGBUILD   |   49 
 community-staging-i686/haskell-yesod-static.install   |   18 +
 community-staging-x86_64/PKGBUILD |   49 
 community-staging-x86_64/haskell-yesod-static.install |   18 +
 4 files changed, 134 insertions(+)

Copied: haskell-yesod-static/repos/community-staging-i686/PKGBUILD (from rev 
160854, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 04:20:41 UTC (rev 160855)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-static
+pkgname=haskell-yesod-static
+pkgver=1.5.0.3
+pkgrel=12
+pkgdesc="Static file serving subsite for Yesod Web Framework."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-async" "haskell-attoparsec" 
"haskell-base64-bytestring"
+ "haskell-blaze-builder" "haskell-byteable" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-cryptohash" 
"haskell-cryptohash-conduit"
+ "haskell-css-text" "haskell-data-default" "haskell-file-embed"
+ "haskell-hashable" "haskell-hjsmin" "haskell-http-types" 
"haskell-mime-types"
+ "haskell-old-time" "haskell-resourcet" "haskell-text" 
"haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-wai" "haskell-wai-app-static"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('a46f952593fc36323aba1352b4b7a2703bb609ec19b709447268e7be24f8ce74')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install 
(from rev 160854, haskell-yesod-static/trunk/haskell-yesod-static.install)
===
--- community-staging-i686/haskell-yesod-static.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-static.install 2016-02-08 04:20:41 UTC 
(rev 160855)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-static
+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-yesod-static/repos/community-staging-x86_64/PKGBUILD (from rev 
160854, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD 

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:19:51
  Author: fyan
Revision: 160854

upgpkg: haskell-yesod-static 1.5.0.3-12

rebuild with psqueues-0.2.2.0

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 04:13:11 UTC (rev 160853)
+++ PKGBUILD2016-02-08 04:19:51 UTC (rev 160854)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=11
+pkgrel=12
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:13:11
  Author: fyan
Revision: 160853

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

Added:
  haskell-warp-tls/repos/community-staging-i686/
  haskell-warp-tls/repos/community-staging-i686/PKGBUILD
(from rev 160852, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install
(from rev 160852, haskell-warp-tls/trunk/haskell-warp-tls.install)
  haskell-warp-tls/repos/community-staging-x86_64/
  haskell-warp-tls/repos/community-staging-x86_64/PKGBUILD
(from rev 160852, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/haskell-warp-tls.install
(from rev 160852, haskell-warp-tls/trunk/haskell-warp-tls.install)

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

Copied: haskell-warp-tls/repos/community-staging-i686/PKGBUILD (from rev 
160852, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 04:13:11 UTC (rev 160853)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.0
+pkgrel=6
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cprng-aes" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('1751b8fc4e24c909ed94db39a2aa20048e694ddf6e68c4acbdfe8924773f3dd8')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install 
(from rev 160852, haskell-warp-tls/trunk/haskell-warp-tls.install)
===
--- community-staging-i686/haskell-warp-tls.install 
(rev 0)
+++ community-staging-i686/haskell-warp-tls.install 2016-02-08 04:13:11 UTC 
(rev 160853)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp-tls
+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-warp-tls/repos/community-staging-x86_64/PKGBUILD (from rev 
160852, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 04:13:11 UTC (rev 160853)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.0
+pkgrel=6
+pkgdesc="HTTP over TLS support for Warp via the TLS package"
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-cprng-aes" "haskell-data-default-class" 
"haskell-network"
+ "haskell-streaming-commons" "haskell-tls" "haskell-wai" 
"haskell-warp")
+options=('staticlibs')
+so

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:12:22
  Author: fyan
Revision: 160852

upgpkg: haskell-warp-tls 3.2.0-6

rebuild with psqueues-0.2.2.0

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 04:10:36 UTC (rev 160851)
+++ PKGBUILD2016-02-08 04:12:22 UTC (rev 160852)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai";
 license=("MIT")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:10:36
  Author: fyan
Revision: 160851

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

Added:
  haskell-yesod-default/repos/community-staging-i686/
  haskell-yesod-default/repos/community-staging-i686/PKGBUILD
(from rev 160850, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
(from rev 160850, haskell-yesod-default/trunk/haskell-yesod-default.install)
  haskell-yesod-default/repos/community-staging-x86_64/
  haskell-yesod-default/repos/community-staging-x86_64/PKGBUILD
(from rev 160850, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-x86_64/haskell-yesod-default.install
(from rev 160850, haskell-yesod-default/trunk/haskell-yesod-default.install)

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/haskell-yesod-default.install   |   18 ++
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/haskell-yesod-default.install |   18 ++
 4 files changed, 120 insertions(+)

Copied: haskell-yesod-default/repos/community-staging-i686/PKGBUILD (from rev 
160850, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 04:10:36 UTC (rev 160851)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=12
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('f39ae1953a95c1919a9dd214d93bf81078b1dcbbac737dc9bb7339dbad9dda96')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
 (from rev 160850, haskell-yesod-default/trunk/haskell-yesod-default.install)
===
--- community-staging-i686/haskell-yesod-default.install
(rev 0)
+++ community-staging-i686/haskell-yesod-default.install2016-02-08 
04:10:36 UTC (rev 160851)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-default
+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-yesod-default/repos/community-staging-x86_64/PKGBUILD (from rev 
160850, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 04:10:36 UTC (rev 160851)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=12
+pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_h

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:09:40
  Author: fyan
Revision: 160850

upgpkg: haskell-yesod-default 1.2.0-12

rebuild with psqueues-0.2.2.0

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 04:06:29 UTC (rev 160849)
+++ PKGBUILD2016-02-08 04:09:40 UTC (rev 160850)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:06:29
  Author: fyan
Revision: 160849

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

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/haskell-yesod.install   |   18 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/haskell-yesod.install |   18 
 4 files changed, 134 insertions(+)

Copied: haskell-yesod/repos/community-staging-i686/PKGBUILD (from rev 160848, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 04:06:29 UTC (rev 160849)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.2
+pkgrel=14
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-conduit-extra" "haskell-data-default" "haskell-fast-logger"
+ "haskell-monad-control" "haskell-monad-logger" "haskell-safe"
+ "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-auth" "haskell-yesod-core" "haskell-yesod-form"
+ "haskell-yesod-persistent")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('d6d13e608af954de23721261b39ee79569907beb173477db8820acc5e9f45757')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-yesod/repos/community-staging-i686/haskell-yesod.install (from 
rev 160848, haskell-yesod/trunk/haskell-yesod.install)
===
--- community-staging-i686/haskell-yesod.install
(rev 0)
+++ community-staging-i686/haskell-yesod.install2016-02-08 04:06:29 UTC 
(rev 160849)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod
+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-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 160848, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 04:06:29 UTC (rev 160849)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod
+pkgname=haskell-yesod
+pkgver=1.4.2
+pkgrel=14
+pkgdesc="Creation of type-safe, RE

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:05:37
  Author: fyan
Revision: 160848

upgpkg: haskell-yesod 1.4.2-14

rebuild with psqueues-0.2.2.0

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 04:01:13 UTC (rev 160847)
+++ PKGBUILD2016-02-08 04:05:37 UTC (rev 160848)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.2
-pkgrel=13
+pkgrel=14
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


[arch-commits] Commit in haskell-vector-binary-instances/repos (6 files)

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:01:13
  Author: fyan
Revision: 160847

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

Added:
  haskell-vector-binary-instances/repos/community-staging-i686/
  haskell-vector-binary-instances/repos/community-staging-i686/PKGBUILD
(from rev 160846, haskell-vector-binary-instances/trunk/PKGBUILD)
  
haskell-vector-binary-instances/repos/community-staging-i686/haskell-vector-binary-instances.install
(from rev 160846, 
haskell-vector-binary-instances/trunk/haskell-vector-binary-instances.install)
  haskell-vector-binary-instances/repos/community-staging-x86_64/
  haskell-vector-binary-instances/repos/community-staging-x86_64/PKGBUILD
(from rev 160846, haskell-vector-binary-instances/trunk/PKGBUILD)
  
haskell-vector-binary-instances/repos/community-staging-x86_64/haskell-vector-binary-instances.install
(from rev 160846, 
haskell-vector-binary-instances/trunk/haskell-vector-binary-instances.install)

--+
 community-staging-i686/PKGBUILD  |   42 
++
 community-staging-i686/haskell-vector-binary-instances.install   |   18 
 community-staging-x86_64/PKGBUILD|   42 
++
 community-staging-x86_64/haskell-vector-binary-instances.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-vector-binary-instances/repos/community-staging-i686/PKGBUILD 
(from rev 160846, haskell-vector-binary-instances/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 04:01:13 UTC (rev 160847)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-binary-instances
+pkgname=haskell-vector-binary-instances
+pkgver=0.2.1.1
+pkgrel=1
+pkgdesc="Instances of Data.Binary and Data.Serialize for vector"
+url="https://github.com/bos/vector-binary-instances";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-binary" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('9647a467cc248ea967b16982be0a39562d711b5b6613405064bcae6a4eb7')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-vector-binary-instances/repos/community-staging-i686/haskell-vector-binary-instances.install
 (from rev 160846, 
haskell-vector-binary-instances/trunk/haskell-vector-binary-instances.install)
===
--- community-staging-i686/haskell-vector-binary-instances.install  
(rev 0)
+++ community-staging-i686/haskell-vector-binary-instances.install  
2016-02-08 04:01:13 UTC (rev 160847)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-vector-binary-instances
+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-vector-binary-instances/repos/community-staging-x86_64/PKGBUILD 
(from rev 160846, haskell-vector-binary-instances/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 04:01:13 UTC (rev 160847)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vector-binary-instances
+p

[arch-commits] Commit in haskell-vector-binary-instances/trunk (PKGBUILD)

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 05:00:18
  Author: fyan
Revision: 160846

upgpkg: haskell-vector-binary-instances 0.2.1.1-1

rebuild with psqueues-0.2.2.0

Modified:
  haskell-vector-binary-instances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 03:39:48 UTC (rev 160845)
+++ PKGBUILD2016-02-08 04:00:18 UTC (rev 160846)
@@ -4,17 +4,17 @@
 
 _hkgname=vector-binary-instances
 pkgname=haskell-vector-binary-instances
-pkgver=0.2.1.0
-pkgrel=2
+pkgver=0.2.1.1
+pkgrel=1
 pkgdesc="Instances of Data.Binary and Data.Serialize for vector"
 url="https://github.com/bos/vector-binary-instances";
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-cereal" "haskell-vector")
+depends=("ghc=7.10.3" "haskell-binary" "haskell-vector")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('9450018a61ee5a62b802c1b2cfe8d289b7c8f3debeb0f8828679a4c085d31909')
+sha256sums=('9647a467cc248ea967b16982be0a39562d711b5b6613405064bcae6a4eb7')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-02-07 Thread Evgeniy Alekseev
Date: Monday, February 8, 2016 @ 04:39:48
  Author: arcanis
Revision: 160845

archrelease: copy trunk to community-any

Added:
  eric-i18n/repos/community-any/ChangeLog
(from rev 160844, eric-i18n/trunk/ChangeLog)
  eric-i18n/repos/community-any/PKGBUILD
(from rev 160844, eric-i18n/trunk/PKGBUILD)
Deleted:
  eric-i18n/repos/community-any/ChangeLog
  eric-i18n/repos/community-any/PKGBUILD

---+
 ChangeLog |  115 ---
 PKGBUILD  |  125 +---
 2 files changed, 121 insertions(+), 119 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-02-08 03:39:28 UTC (rev 160844)
+++ ChangeLog   2016-02-08 03:39:48 UTC (rev 160845)
@@ -1,56 +0,0 @@
-6.1.1-2:
-fix FS#47677
-
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upsream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.0-1:
-upstream update
-
-6.0.0-2:
-rename qt4 packages to more pretty name
-
-6.0.0-1:
-upstream update
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-upstream update. Create package

Copied: eric-i18n/repos/community-any/ChangeLog (from rev 160844, 
eric-i18n/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-02-08 03:39:48 UTC (rev 160845)
@@ -0,0 +1,59 @@
+6.1.2-1:
+upstream update
+
+6.1.1-2:
+fix FS#47677
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upsream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.0-1:
+upstream update
+
+6.0.0-2:
+rename qt4 packages to more pretty name
+
+6.0.0-1:
+upstream update
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+upstream update. Create package

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-08 03:39:28 UTC (rev 160844)
+++ PKGBUILD2016-02-08 03:39:48 UTC (rev 160845)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: M0Rf30
-
-pkgbase=eric-i18n
-pkgver=6.1.1
-pkgrel=2
-pkgdesc="Language pack for the Eric IDE"
-arch=('any')
-depends=()
-url="http://eric-ide.python-projects.org/index.html";
-license=('GPL3')
-depends=()
-changelog=ChangeLog
-
-_languages=('cs "Czech"'
-'de "German"'
-'en "English"'
-'es "Spanish"'
-'fr "French"'
-'it "Italian"'
-'pt "Portuguese"'
-'ru "Russian"'
-'tr "Turkish"'
-'zh_CN.GB2312   "Chinese (Simplified)"')
-
-pkgname=()
-source=()
-_url=http://downloads.sourceforge.net/eric-ide/
-
-for _lang in "${_languages[@]}"; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
-
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
-
-  for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_lang} ${_qtver}
-}"
-  done
-done
-
-_package() {
-  pkgdesc="${2} language pack for Eric IDE"
-  depends=("eric-common${3}>=${pkgver}")
-
-  [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
-  install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1%%.*}.qm"
-}
-
-md5sums=('f4d04eba4364869186670843f013a853'
- 'ffda145cb945cac285d1956fe0c01347'
- '8a01878a1b06e43d453cbe091e176db8'
- '10d4ac449086f3411dce1d7999e429fd'
- '0295612ea4562c5123890600135a2a2e'
- '26ff06a42e0424b6f0d8c3b61fb1b1f7'
- '18de572a79951e4e056ee0e21594e109'
- '22a217086a734a29d94467083b9b83fa'
- '8d29c5b703ea1b2fa64490b761c9f6a8'
- '7a3790199d84e95f308b5af61c947bf0')

Copied: eric-i18n/repos/community-any/PKGBUILD (from rev 160844, 
eric-i18n/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-08 03:39:48 UTC (rev 160845)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Evgeniy Alekseev 
+# Contributor: M0Rf30
+
+pkgbase=eric-i18n
+pkgver=6.1.2
+pkgrel=1
+pkgdesc="Language pack for the Eric IDE"
+arch=('any')
+depends=()
+url="http://eric-ide.python-projects.org/index.html";
+license=('GPL3')
+depends=()
+changelog=ChangeLog
+
+_languages=('cs

[arch-commits] Commit in eric-i18n/trunk (ChangeLog PKGBUILD)

2016-02-07 Thread Evgeniy Alekseev
Date: Monday, February 8, 2016 @ 04:39:28
  Author: arcanis
Revision: 160844

upgpkg: eric-i18n 6.1.2-1

Modified:
  eric-i18n/trunk/ChangeLog
  eric-i18n/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |   39 +++
 2 files changed, 22 insertions(+), 20 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-02-08 03:33:23 UTC (rev 160843)
+++ ChangeLog   2016-02-08 03:39:28 UTC (rev 160844)
@@ -1,3 +1,6 @@
+6.1.2-1:
+upstream update
+
 6.1.1-2:
 fix FS#47677
 

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 03:33:23 UTC (rev 160843)
+++ PKGBUILD2016-02-08 03:39:28 UTC (rev 160844)
@@ -3,8 +3,8 @@
 # Contributor: M0Rf30
 
 pkgbase=eric-i18n
-pkgver=6.1.1
-pkgrel=2
+pkgver=6.1.2
+pkgrel=1
 pkgdesc="Language pack for the Eric IDE"
 arch=('any')
 depends=()
@@ -22,7 +22,7 @@
 'pt "Portuguese"'
 'ru "Russian"'
 'tr "Turkish"'
-'zh_CN.GB2312   "Chinese (Simplified)"')
+'zh_CN  "Chinese (Simplified)"')
 
 pkgname=()
 source=()
@@ -29,15 +29,14 @@
 _url=http://downloads.sourceforge.net/eric-ide/
 
 for _lang in "${_languages[@]}"; do
-  _path=${_lang%% *}
-  _locale=${_path%%.*}
+  _locale=${_lang%% *}
 
-  pkgname+=(eric-i18n-${_locale,,} eric-qt4-i18n-${_locale,,})
-  source+=("${_url}/eric6-i18n-${_path}-${pkgver}.tar.gz")
+  pkgname+=(eric-i18n-${_locale} eric-qt4-i18n-${_locale})
+  source+=("${_url}/eric6-i18n-${_locale}-${pkgver}.tar.gz")
 
   for _qtver in '-qt4' ''; do
-eval "package_eric${_qtver}-i18n-${_locale,,}() {
-  _package ${_lang} ${_qtver}
+eval "package_eric${_qtver}-i18n-${_locale}() {
+  _package ${_locale} ${_qtver}
 }"
   done
 done
@@ -48,16 +47,16 @@
 
   [ -z ${3} ] && _qtver="qt" || _qtver="qt4"
   install -Dm644 "eric6-${pkgver}/eric/i18n/eric6_${1}.qm" \
- "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1%%.*}.qm"
+ "${pkgdir}/usr/share/${_qtver}/translations/eric6_${1}.qm"
 }
 
-md5sums=('f4d04eba4364869186670843f013a853'
- 'ffda145cb945cac285d1956fe0c01347'
- '8a01878a1b06e43d453cbe091e176db8'
- '10d4ac449086f3411dce1d7999e429fd'
- '0295612ea4562c5123890600135a2a2e'
- '26ff06a42e0424b6f0d8c3b61fb1b1f7'
- '18de572a79951e4e056ee0e21594e109'
- '22a217086a734a29d94467083b9b83fa'
- '8d29c5b703ea1b2fa64490b761c9f6a8'
- '7a3790199d84e95f308b5af61c947bf0')
+md5sums=('bf362f39bc94231849f3c18bd5398a73'
+ 'dffb2de2c5afcb952ae5937bdac7d3fa'
+ '9daf265f237412df09e3c4f8ff7a56a6'
+ '61add709c3772b8cf55b7fb1b1a70efb'
+ 'f89a21a68c0247dc8430bad59e7c6d04'
+ 'eb0916c9333883873db8490953bdacfc'
+ 'd7a4792a1ae7bc49152634d6e09ab7f0'
+ 'e7f48edea4089827c87e3e6a6126c83f'
+ '1d4b5ff1b5720156e78ba3e7f2a95341'
+ '4e1bc3da7a950230e53038f4f40412d3')


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 04:33:23
  Author: fyan
Revision: 160843

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

Added:
  haskell-wai-app-static/repos/community-staging-i686/
  haskell-wai-app-static/repos/community-staging-i686/PKGBUILD
(from rev 160842, haskell-wai-app-static/trunk/PKGBUILD)
  
haskell-wai-app-static/repos/community-staging-i686/haskell-wai-app-static.install
(from rev 160842, 
haskell-wai-app-static/trunk/haskell-wai-app-static.install)
  haskell-wai-app-static/repos/community-staging-x86_64/
  haskell-wai-app-static/repos/community-staging-x86_64/PKGBUILD
(from rev 160842, haskell-wai-app-static/trunk/PKGBUILD)
  
haskell-wai-app-static/repos/community-staging-x86_64/haskell-wai-app-static.install
(from rev 160842, 
haskell-wai-app-static/trunk/haskell-wai-app-static.install)

-+
 community-staging-i686/PKGBUILD |   49 ++
 community-staging-i686/haskell-wai-app-static.install   |   18 +
 community-staging-x86_64/PKGBUILD   |   49 ++
 community-staging-x86_64/haskell-wai-app-static.install |   18 +
 4 files changed, 134 insertions(+)

Copied: haskell-wai-app-static/repos/community-staging-i686/PKGBUILD (from rev 
160842, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 03:33:23 UTC (rev 160843)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai-app-static
+pkgname=haskell-wai-app-static
+pkgver=3.1.4.1
+pkgrel=10
+pkgdesc="WAI application for static serving"
+url="http://www.yesodweb.com/book/web-application-interface";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-cryptohash" "haskell-cryptohash-conduit" "haskell-file-embed"
+ "haskell-http-date" "haskell-http-types" "haskell-mime-types"
+ "haskell-old-locale" "haskell-optparse-applicative" "haskell-text"
+ "haskell-unix-compat" "haskell-unordered-containers" "haskell-wai"
+ "haskell-wai-extra" "haskell-warp" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('7280e15192be2d80b2505da152ea828c448e1466401fc4a02e87052ce3515bd4')
+
+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-print
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-wai-app-static/repos/community-staging-i686/haskell-wai-app-static.install
 (from rev 160842, haskell-wai-app-static/trunk/haskell-wai-app-static.install)
===
--- community-staging-i686/haskell-wai-app-static.install   
(rev 0)
+++ community-staging-i686/haskell-wai-app-static.install   2016-02-08 
03:33:23 UTC (rev 160843)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-wai-app-static
+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-wai-app-static/repos/community-staging-x86_64/PKGBUILD (from 
rev 160842, haskell-wai-app-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-sta

[arch-commits] Commit in haskell-wai-app-static/trunk (PKGBUILD)

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 04:32:38
  Author: fyan
Revision: 160842

upgpkg: haskell-wai-app-static 3.1.4.1-10

rebuild with psqueues-0.2.2.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 03:32:02 UTC (rev 160841)
+++ PKGBUILD2016-02-08 03:32:38 UTC (rev 160842)
@@ -5,7 +5,7 @@
 _hkgname=wai-app-static
 pkgname=haskell-wai-app-static
 pkgver=3.1.4.1
-pkgrel=9
+pkgrel=10
 pkgdesc="WAI application for static serving"
 url="http://www.yesodweb.com/book/web-application-interface";
 license=("MIT")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 04:31:14
  Author: fyan
Revision: 160840

upgpkg: haskell-yesod-auth 1.4.12-7

rebuild with psqueues-0.2.2.0

Modified:
  haskell-yesod-auth/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 03:29:09 UTC (rev 160839)
+++ PKGBUILD2016-02-08 03:31:14 UTC (rev 160840)
@@ -5,7 +5,7 @@
 _hkgname=yesod-auth
 pkgname=haskell-yesod-auth
 pkgver=1.4.12
-pkgrel=6
+pkgrel=7
 pkgdesc="Authentication for Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 04:32:02
  Author: fyan
Revision: 160841

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 160840, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-i686/haskell-yesod-auth.install
(from rev 160840, haskell-yesod-auth/trunk/haskell-yesod-auth.install)
  haskell-yesod-auth/repos/community-staging-x86_64/
  haskell-yesod-auth/repos/community-staging-x86_64/PKGBUILD
(from rev 160840, haskell-yesod-auth/trunk/PKGBUILD)
  haskell-yesod-auth/repos/community-staging-x86_64/haskell-yesod-auth.install
(from rev 160840, haskell-yesod-auth/trunk/haskell-yesod-auth.install)

-+
 community-staging-i686/PKGBUILD |   52 ++
 community-staging-i686/haskell-yesod-auth.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   52 ++
 community-staging-x86_64/haskell-yesod-auth.install |   18 ++
 4 files changed, 140 insertions(+)

Copied: haskell-yesod-auth/repos/community-staging-i686/PKGBUILD (from rev 
160840, haskell-yesod-auth/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 03:32:02 UTC (rev 160841)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-auth
+pkgname=haskell-yesod-auth
+pkgver=1.4.12
+pkgrel=7
+pkgdesc="Authentication for Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('d1baf7dc08ee591fd8ba50a8e64a377a3a8d42575963b44e50ab0c145c2d9fa7')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-auth/repos/community-staging-i686/haskell-yesod-auth.install 
(from rev 160840, haskell-yesod-auth/trunk/haskell-yesod-auth.install)
===
--- community-staging-i686/haskell-yesod-auth.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-auth.install   2016-02-08 03:32:02 UTC 
(rev 160841)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-auth
+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-yesod-auth/repos/community-staging-x86_64/PKGBUILD (from rev 
160840, haskell-yesod-auth

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

2016-02-07 Thread Evgeniy Alekseev
Date: Monday, February 8, 2016 @ 04:28:53
  Author: arcanis
Revision: 160838

upgpkg: eric 6.1.2-1

Modified:
  eric/trunk/ChangeLog
  eric/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-02-08 03:12:14 UTC (rev 160837)
+++ ChangeLog   2016-02-08 03:28:53 UTC (rev 160838)
@@ -1,3 +1,6 @@
+6.1.2-1:
+upstream update
+
 6.1.1-1:
 upstream update
 

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 03:12:14 UTC (rev 160837)
+++ PKGBUILD2016-02-08 03:28:53 UTC (rev 160838)
@@ -7,7 +7,7 @@
 pkgbase=eric
 pkgname=('eric-common' 'eric' 'python2-eric'
  'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.1
+pkgver=6.1.2
 pkgrel=1
 pkgdesc="A full-featured Python and Ruby IDE in PyQt"
 arch=('any')
@@ -18,7 +18,7 @@
  'qt5-svg' 'qt5-webkit')
 install=${pkgbase}.install
 source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz";)
-md5sums=('10aa6604f7a915def7e6b966b949e25d')
+md5sums=('cd2e18f3c43fb1818560af5849ea6a7f')
 changelog=ChangeLog
 
 prepare() {


[arch-commits] Commit in eric/repos/community-any (8 files)

2016-02-07 Thread Evgeniy Alekseev
Date: Monday, February 8, 2016 @ 04:29:09
  Author: arcanis
Revision: 160839

archrelease: copy trunk to community-any

Added:
  eric/repos/community-any/.contrib
(from rev 160838, eric/trunk/.contrib)
  eric/repos/community-any/ChangeLog
(from rev 160838, eric/trunk/ChangeLog)
  eric/repos/community-any/PKGBUILD
(from rev 160838, eric/trunk/PKGBUILD)
  eric/repos/community-any/eric.install
(from rev 160838, eric/trunk/eric.install)
Deleted:
  eric/repos/community-any/.contrib
  eric/repos/community-any/ChangeLog
  eric/repos/community-any/PKGBUILD
  eric/repos/community-any/eric.install

--+
 .contrib |   14 +-
 ChangeLog|  127 +-
 PKGBUILD |  278 -
 eric.install |   18 +--
 4 files changed, 220 insertions(+), 217 deletions(-)

Deleted: .contrib
===
--- .contrib2016-02-08 03:28:53 UTC (rev 160838)
+++ .contrib2016-02-08 03:29:09 UTC (rev 160839)
@@ -1,7 +0,0 @@
-This is a list of (past) contributors not already credited in the PKGBUILD:
-
-Eric Belanger 
-riai 
-Ben 
-Daniel J Griffiths 
-Felix Rohrbach 

Copied: eric/repos/community-any/.contrib (from rev 160838, eric/trunk/.contrib)
===
--- .contrib(rev 0)
+++ .contrib2016-02-08 03:29:09 UTC (rev 160839)
@@ -0,0 +1,7 @@
+This is a list of (past) contributors not already credited in the PKGBUILD:
+
+Eric Belanger 
+riai 
+Ben 
+Daniel J Griffiths 
+Felix Rohrbach 

Deleted: ChangeLog
===
--- ChangeLog   2016-02-08 03:28:53 UTC (rev 160838)
+++ ChangeLog   2016-02-08 03:29:09 UTC (rev 160839)
@@ -1,62 +0,0 @@
-6.1.1-1:
-upstream update
-
-6.1.0-1:
-upstream update
-
-6.0.11-1:
-upstream update
-
-6.0.10-1:
-upstream update
-
-6.0.9-2:
-python3.5 rebuild
-
-6.0.9-1:
-upstream update
-
-6.0.8-1:
-upstream update
-
-6.0.7-1:
-upstream update
-
-6.0.6-1:
-upstream update
-
-6.0.5-1:
-upstream update
-
-6.0.4-1:
-upstream update
-
-6.0.3-1:
-upstream update
-
-6.0.2-1:
-upstream update
-
-6.0.1-2:
-* fix FS#43573
-* fix API path
-
-6.0.1-1:
-upstream update
-
-6.0.0-1:
-* upstream update
-* split to qt5 and qt4 packages
-
-5.5.2-1:
-upstream update
-
-5.5.1-1:
-upstream update
-
-5.5.0-1:
-* upstream update
-* create python2-eric package
-
-5.4.7-1:
-upstream update. Create eric-common package

Copied: eric/repos/community-any/ChangeLog (from rev 160838, 
eric/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-02-08 03:29:09 UTC (rev 160839)
@@ -0,0 +1,65 @@
+6.1.2-1:
+upstream update
+
+6.1.1-1:
+upstream update
+
+6.1.0-1:
+upstream update
+
+6.0.11-1:
+upstream update
+
+6.0.10-1:
+upstream update
+
+6.0.9-2:
+python3.5 rebuild
+
+6.0.9-1:
+upstream update
+
+6.0.8-1:
+upstream update
+
+6.0.7-1:
+upstream update
+
+6.0.6-1:
+upstream update
+
+6.0.5-1:
+upstream update
+
+6.0.4-1:
+upstream update
+
+6.0.3-1:
+upstream update
+
+6.0.2-1:
+upstream update
+
+6.0.1-2:
+* fix FS#43573
+* fix API path
+
+6.0.1-1:
+upstream update
+
+6.0.0-1:
+* upstream update
+* split to qt5 and qt4 packages
+
+5.5.2-1:
+upstream update
+
+5.5.1-1:
+upstream update
+
+5.5.0-1:
+* upstream update
+* create python2-eric package
+
+5.4.7-1:
+upstream update. Create eric-common package

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-08 03:28:53 UTC (rev 160838)
+++ PKGBUILD2016-02-08 03:29:09 UTC (rev 160839)
@@ -1,139 +0,0 @@
-# $Id$
-# Maintainer: Evgeniy Alekseev 
-# Contributor: Ray Rashif 
-# Contributor: Brad Fanella 
-# See .contrib for older/other contributors
-
-pkgbase=eric
-pkgname=('eric-common' 'eric' 'python2-eric'
- 'eric-common-qt4' 'eric-qt4' 'python2-eric-qt4')
-pkgver=6.1.1
-pkgrel=1
-pkgdesc="A full-featured Python and Ruby IDE in PyQt"
-arch=('any')
-url="http://eric-ide.python-projects.org/";
-license=('GPL3')
-depends=('python-qscintilla' 'python2-qscintilla'
- 'python-qscintilla-qt5' 'python2-qscintilla-qt5'
- 'qt5-svg' 'qt5-webkit')
-install=${pkgbase}.install
-source=("http://downloads.sourceforge.net/eric-ide/eric6-${pkgver}.tar.gz";)
-md5sums=('10aa6604f7a915def7e6b966b949e25d')
-changelog=ChangeLog
-
-prepare() {
-  cp -r "${srcdir}/eric6-${pkgver}"{,_py2}
-
-  cd "${srcdir}/eric6-${pkgver}_py2/eric"
-  find . -name '*.py' -exec \
-sed -i -r "s:^#!/usr/bin/(env |)python(3|)$:#!/usr/bin/env python2:" {} \;
-
-  cp -r "${srcdir}/eric6-${pkgver}"{,-qt4}
-  cp -r "${srcdir}/eric6-${pkgver}_py2"{,-qt4}
-}
-
-package_eric-common-qt4() {
-  depends=()
-
-  cd "${srcdir}/eric6-${pkgver}/eric"
-  # eric APIs
-  install -Dm644 "APIs/Python3/eric6.api" \
- "${pkgdir}/usr/share/qt4/qsci/api/python/eric6.

[arch-commits] Commit in zsh-completions/repos/community-any (8 files)

2016-02-07 Thread Evgeniy Alekseev
Date: Monday, February 8, 2016 @ 04:12:14
  Author: arcanis
Revision: 160837

archrelease: copy trunk to community-any

Added:
  zsh-completions/repos/community-any/ChangeLog
(from rev 160836, zsh-completions/trunk/ChangeLog)
  zsh-completions/repos/community-any/LICENSE-BSD
(from rev 160836, zsh-completions/trunk/LICENSE-BSD)
  zsh-completions/repos/community-any/LICENSE-MIT
(from rev 160836, zsh-completions/trunk/LICENSE-MIT)
  zsh-completions/repos/community-any/PKGBUILD
(from rev 160836, zsh-completions/trunk/PKGBUILD)
Deleted:
  zsh-completions/repos/community-any/ChangeLog
  zsh-completions/repos/community-any/LICENSE-BSD
  zsh-completions/repos/community-any/LICENSE-MIT
  zsh-completions/repos/community-any/PKGBUILD

-+
 ChangeLog   |   13 ++-
 LICENSE-BSD |   48 
 LICENSE-MIT |   38 
 PKGBUILD|   68 --
 4 files changed, 84 insertions(+), 83 deletions(-)

Deleted: ChangeLog
===
--- ChangeLog   2016-02-08 03:11:56 UTC (rev 160836)
+++ ChangeLog   2016-02-08 03:12:14 UTC (rev 160837)
@@ -1,5 +0,0 @@
-0.12.0-2:
-drop _salt completions since it is provided by upstream
-
-0.12.0-1:
-ustream update

Copied: zsh-completions/repos/community-any/ChangeLog (from rev 160836, 
zsh-completions/trunk/ChangeLog)
===
--- ChangeLog   (rev 0)
+++ ChangeLog   2016-02-08 03:12:14 UTC (rev 160837)
@@ -0,0 +1,8 @@
+0.14.0-1:
+upstream update
+
+0.12.0-2:
+drop _salt completions since it is provided by upstream
+
+0.12.0-1:
+ustream update

Deleted: LICENSE-BSD
===
--- LICENSE-BSD 2016-02-08 03:11:56 UTC (rev 160836)
+++ LICENSE-BSD 2016-02-08 03:12:14 UTC (rev 160837)
@@ -1,24 +0,0 @@
-Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-* Redistributions of source code must retain the above copyright
-  notice, this list of conditions and the following disclaimer.
-* Redistributions in binary form must reproduce the above copyright
-  notice, this list of conditions and the following disclaimer in the
-  documentation and/or other materials provided with the distribution.
-* Neither the name of the zsh-users nor the
-  names of its contributors may be used to endorse or promote products
-  derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
-ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
-DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
-DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
-(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
-LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
-ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
-SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Copied: zsh-completions/repos/community-any/LICENSE-BSD (from rev 160836, 
zsh-completions/trunk/LICENSE-BSD)
===
--- LICENSE-BSD (rev 0)
+++ LICENSE-BSD 2016-02-08 03:12:14 UTC (rev 160837)
@@ -0,0 +1,24 @@
+Copyright (c) 2011 Github zsh-users - http://github.com/zsh-users
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions are met:
+* Redistributions of source code must retain the above copyright
+  notice, this list of conditions and the following disclaimer.
+* Redistributions in binary form must reproduce the above copyright
+  notice, this list of conditions and the following disclaimer in the
+  documentation and/or other materials provided with the distribution.
+* Neither the name of the zsh-users nor the
+  names of its contributors may be used to endorse or promote products
+  derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
+ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+DISCLAIMED. IN NO EVENT SHALL ZSH-USERS BE LIABLE FOR ANY
+DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
+(INC

[arch-commits] Commit in zsh-completions/trunk (ChangeLog PKGBUILD)

2016-02-07 Thread Evgeniy Alekseev
Date: Monday, February 8, 2016 @ 04:11:56
  Author: arcanis
Revision: 160836

upgpkg: zsh-completions 0.14.0-1

Modified:
  zsh-completions/trunk/ChangeLog
  zsh-completions/trunk/PKGBUILD

---+
 ChangeLog |3 +++
 PKGBUILD  |8 +++-
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: ChangeLog
===
--- ChangeLog   2016-02-08 02:54:26 UTC (rev 160835)
+++ ChangeLog   2016-02-08 03:11:56 UTC (rev 160836)
@@ -1,3 +1,6 @@
+0.14.0-1:
+upstream update
+
 0.12.0-2:
 drop _salt completions since it is provided by upstream
 

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 02:54:26 UTC (rev 160835)
+++ PKGBUILD2016-02-08 03:11:56 UTC (rev 160836)
@@ -3,8 +3,8 @@
 # Contributor: Julien Nicoulaud 
 
 pkgname=zsh-completions
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc="Additional completion definitions for Zsh"
 arch=(any)
 url="https://github.com/zsh-users/zsh-completions";
@@ -13,7 +13,7 @@
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zsh-users/${pkgname}/tarball/${pkgver}";
 "LICENSE-BSD"
 "LICENSE-MIT")
-md5sums=('1493e5573083e979a11f439001335df1'
+md5sums=('9dfa8ff0dd3784ceed4dc183c2853121'
  '4f686c32a301905655f945fbbdd56880'
  '159dd6fa77daca30268c2438111becae')
 changelog=ChangeLog
@@ -23,9 +23,7 @@
   install -Dm644 "${srcdir}"/zsh-users-${pkgname}-*/src/* 
"${pkgdir}/usr/share/zsh/site-functions"
 
   # remove completions which are provided by upstream
-  rm "${pkgdir}/usr/share/zsh/site-functions/_docker"
   rm "${pkgdir}/usr/share/zsh/site-functions/_envoy"
-  rm "${pkgdir}/usr/share/zsh/site-functions/_salt"
 
   # license
   install -Dm644 "${srcdir}/LICENSE-BSD" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE-BSD"


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 03:54:26
  Author: fyan
Revision: 160835

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 160834, haskell-yesod-form/trunk/PKGBUILD)
  haskell-yesod-form/repos/community-staging-i686/haskell-yesod-form.install
(from rev 160834, haskell-yesod-form/trunk/haskell-yesod-form.install)
  haskell-yesod-form/repos/community-staging-x86_64/
  haskell-yesod-form/repos/community-staging-x86_64/PKGBUILD
(from rev 160834, haskell-yesod-form/trunk/PKGBUILD)
  haskell-yesod-form/repos/community-staging-x86_64/haskell-yesod-form.install
(from rev 160834, haskell-yesod-form/trunk/haskell-yesod-form.install)

-+
 community-staging-i686/PKGBUILD |   48 ++
 community-staging-i686/haskell-yesod-form.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   48 ++
 community-staging-x86_64/haskell-yesod-form.install |   18 ++
 4 files changed, 132 insertions(+)

Copied: haskell-yesod-form/repos/community-staging-i686/PKGBUILD (from rev 
160834, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 02:54:26 UTC (rev 160835)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-yesod-form
+pkgver=1.4.6
+pkgrel=12
+pkgdesc="Form handling support for Yesod Web Framework"
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('1a20f58e0f06b92afc5bd31b5ab6b1d5c6645e2f7fd134c4b2e325d818b50e66')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-form/repos/community-staging-i686/haskell-yesod-form.install 
(from rev 160834, haskell-yesod-form/trunk/haskell-yesod-form.install)
===
--- community-staging-i686/haskell-yesod-form.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-form.install   2016-02-08 02:54:26 UTC 
(rev 160835)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-form
+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-yesod-form/repos/community-staging-x86_64/PKGBUILD (from rev 
160834, haskell-yesod-form/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 02:54:26 UTC (rev 160835)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-form
+pkgname=haskell-y

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 03:53:37
  Author: fyan
Revision: 160834

upgpkg: haskell-yesod-form 1.4.6-12

rebuild with psqueues-0.2.2.0

Modified:
  haskell-yesod-form/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 02:43:24 UTC (rev 160833)
+++ PKGBUILD2016-02-08 02:53:37 UTC (rev 160834)
@@ -5,7 +5,7 @@
 _hkgname=yesod-form
 pkgname=haskell-yesod-form
 pkgver=1.4.6
-pkgrel=11
+pkgrel=12
 pkgdesc="Form handling support for Yesod Web Framework"
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 03:42:45
  Author: fyan
Revision: 160832

upgpkg: haskell-yesod-persistent 1.4.0.3-12

rebuild with psqueues-0.2.2.0

Modified:
  haskell-yesod-persistent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 02:24:43 UTC (rev 160831)
+++ PKGBUILD2016-02-08 02:42:45 UTC (rev 160832)
@@ -5,7 +5,7 @@
 _hkgname=yesod-persistent
 pkgname=haskell-yesod-persistent
 pkgver=1.4.0.3
-pkgrel=11
+pkgrel=12
 pkgdesc="Some helpers for using Persistent from Yesod."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 03:43:24
  Author: fyan
Revision: 160833

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 160832, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
(from rev 160832, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
  haskell-yesod-persistent/repos/community-staging-x86_64/
  haskell-yesod-persistent/repos/community-staging-x86_64/PKGBUILD
(from rev 160832, haskell-yesod-persistent/trunk/PKGBUILD)
  
haskell-yesod-persistent/repos/community-staging-x86_64/haskell-yesod-persistent.install
(from rev 160832, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)

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

Copied: haskell-yesod-persistent/repos/community-staging-i686/PKGBUILD (from 
rev 160832, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 02:43:24 UTC (rev 160833)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.3
+pkgrel=12
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-conduit" 
"haskell-persistent"
+ "haskell-persistent-template" "haskell-resource-pool" 
"haskell-resourcet"
+ "haskell-yesod-core")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('6455b79eda028e12caefc9d89808fbc611ece36ef64bab3426f90a26cacf3b5f')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-persistent/repos/community-staging-i686/haskell-yesod-persistent.install
 (from rev 160832, 
haskell-yesod-persistent/trunk/haskell-yesod-persistent.install)
===
--- community-staging-i686/haskell-yesod-persistent.install 
(rev 0)
+++ community-staging-i686/haskell-yesod-persistent.install 2016-02-08 
02:43:24 UTC (rev 160833)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-persistent
+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-yesod-persistent/repos/community-staging-x86_64/PKGBUILD (from 
rev 160832, haskell-yesod-persistent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 02:43:24 UTC (rev 160833)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-persistent
+pkgname=haskell-yesod-persistent
+pkgver=1.4.0.3
+pkgrel=12
+pkgdesc="Some helpers for using Persistent from Yesod."
+url="h

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 03:24:21
  Author: fyan
Revision: 160830

upgpkg: haskell-yesod-core 1.4.19-5

rebuild with psqueues-0.2.2.0

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 02:09:40 UTC (rev 160829)
+++ PKGBUILD2016-02-08 02:24:21 UTC (rev 160830)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.19
-pkgrel=4
+pkgrel=5
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/";
 license=("MIT")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 03:24:43
  Author: fyan
Revision: 160831

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

Added:
  haskell-yesod-core/repos/community-staging-i686/
  haskell-yesod-core/repos/community-staging-i686/PKGBUILD
(from rev 160830, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-i686/haskell-yesod-core.install
(from rev 160830, haskell-yesod-core/trunk/haskell-yesod-core.install)
  haskell-yesod-core/repos/community-staging-x86_64/
  haskell-yesod-core/repos/community-staging-x86_64/PKGBUILD
(from rev 160830, haskell-yesod-core/trunk/PKGBUILD)
  haskell-yesod-core/repos/community-staging-x86_64/haskell-yesod-core.install
(from rev 160830, haskell-yesod-core/trunk/haskell-yesod-core.install)

-+
 community-staging-i686/PKGBUILD |   54 ++
 community-staging-i686/haskell-yesod-core.install   |   18 ++
 community-staging-x86_64/PKGBUILD   |   54 ++
 community-staging-x86_64/haskell-yesod-core.install |   18 ++
 4 files changed, 144 insertions(+)

Copied: haskell-yesod-core/repos/community-staging-i686/PKGBUILD (from rev 
160830, haskell-yesod-core/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 02:24:43 UTC (rev 160831)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.19
+pkgrel=5
+pkgdesc="Creation of type-safe, RESTful web applications."
+url="http://www.yesodweb.com/";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
+ "haskell-case-insensitive" "haskell-cereal" "haskell-clientsession"
+ "haskell-conduit" "haskell-conduit-extra" "haskell-cookie"
+ "haskell-data-default" "haskell-exceptions" "haskell-fast-logger"
+ "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random"
+ "haskell-old-locale" "haskell-parsec" "haskell-path-pieces"
+ "haskell-primitive" "haskell-random" "haskell-resourcet" 
"haskell-safe"
+ "haskell-semigroups" "haskell-shakespeare" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat"
+ "haskell-unordered-containers" "haskell-vector" "haskell-wai"
+ "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" 
"haskell-word8")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('8425c1df703521b020b476035f572e953ac356ce6f5e35c424b29f0d5ff76ded')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-yesod-core/repos/community-staging-i686/haskell-yesod-core.install 
(from rev 160830, haskell-yesod-core/trunk/haskell-yesod-core.install)
===
--- community-staging-i686/haskell-yesod-core.install   
(rev 0)
+++ community-staging-i686/haskell-yesod-core.install   2016-02-08 02:24:43 UTC 
(rev 160831)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod-core
+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)
+}

Co

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 03:09:40
  Author: fyan
Revision: 160829

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

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

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-i686/haskell-warp.install   |   18 
 community-staging-x86_64/PKGBUILD |   52 
 community-staging-x86_64/haskell-warp.install |   18 
 4 files changed, 140 insertions(+)

Copied: haskell-warp/repos/community-staging-i686/PKGBUILD (from rev 160828, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 02:09:40 UTC (rev 160829)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.1
+pkgrel=6
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://github.com/yesodweb/wai";
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-auto-update" "haskell-blaze-builder"
+ "haskell-case-insensitive" "haskell-hashable" "haskell-http-date"
+ "haskell-http-types" "haskell-http2" "haskell-iproute" 
"haskell-network"
+ "haskell-simple-sendfile" "haskell-stm" "haskell-streaming-commons"
+ "haskell-text" "haskell-unix-compat" "haskell-vault" "haskell-wai"
+ "haskell-word8")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('c04acc6a4933ddba8bfa7a0752848f9b546162944b917fa39c65f82bca11b3a3')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-warp-debug -fallow-sendfilefd -f-network-bytestring
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-warp/repos/community-staging-i686/haskell-warp.install (from 
rev 160828, haskell-warp/trunk/haskell-warp.install)
===
--- community-staging-i686/haskell-warp.install (rev 0)
+++ community-staging-i686/haskell-warp.install 2016-02-08 02:09:40 UTC (rev 
160829)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp
+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-warp/repos/community-staging-x86_64/PKGBUILD (from rev 160828, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 02:09:40 UTC (rev 160829)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp
+pkgver=3.2.1
+pkgrel=6
+pkgdesc="A fast, light-weight web server for WAI applications."
+url="http://gith

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 03:09:19
  Author: fyan
Revision: 160828

upgpkg: haskell-warp 3.2.1-6

rebuild with psqueues-0.2.2.0

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 02:04:36 UTC (rev 160827)
+++ PKGBUILD2016-02-08 02:09:19 UTC (rev 160828)
@@ -5,7 +5,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai";
 license=("MIT")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 03:04:36
  Author: fyan
Revision: 160827

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

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

+
 community-staging-i686/PKGBUILD|   49 +++
 community-staging-i686/haskell-http2.install   |   18 
 community-staging-x86_64/PKGBUILD  |   49 +++
 community-staging-x86_64/haskell-http2.install |   18 
 4 files changed, 134 insertions(+)

Copied: haskell-http2/repos/community-staging-i686/PKGBUILD (from rev 160826, 
haskell-http2/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 02:04:36 UTC (rev 160827)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http2
+pkgname=haskell-http2
+pkgver=1.4.4
+pkgrel=3
+pkgdesc="HTTP/2.0 library including frames and HPACK"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" "haskell-hex"
+ "haskell-psqueues" "haskell-stm" "haskell-text" 
"haskell-unordered-containers"
+ "haskell-vector" "haskell-word8")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('d6ff4d5578749082d3a319bf97a9e830e320be0b2f8701c2ef39ad896cf977c4')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-devel
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-http2/repos/community-staging-i686/haskell-http2.install (from 
rev 160826, haskell-http2/trunk/haskell-http2.install)
===
--- community-staging-i686/haskell-http2.install
(rev 0)
+++ community-staging-i686/haskell-http2.install2016-02-08 02:04:36 UTC 
(rev 160827)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http2
+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-http2/repos/community-staging-x86_64/PKGBUILD (from rev 160826, 
haskell-http2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 02:04:36 UTC (rev 160827)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http2
+pkgname=haskell-http2
+pkgver=1.4.4
+pkgrel=3
+pkgdesc="HTTP/2.0 library including frames and HPACK"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" "haskell-hex"
+ "haskell-psqueues" "has

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 03:04:12
  Author: fyan
Revision: 160826

upgpkg: haskell-http2 1.4.4-3

rebuild with psqueues-0.2.2.0

Modified:
  haskell-http2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 01:56:54 UTC (rev 160825)
+++ PKGBUILD2016-02-08 02:04:12 UTC (rev 160826)
@@ -5,7 +5,7 @@
 _hkgname=http2
 pkgname=haskell-http2
 pkgver=1.4.4
-pkgrel=2
+pkgrel=3
 pkgdesc="HTTP/2.0 library including frames and HPACK"
 url="http://hackage.haskell.org/package/${_hkgname}";
 license=("custom:BSD3")


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 02:56:54
  Author: fyan
Revision: 160825

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

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

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/haskell-psqueues.install   |   18 
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/haskell-psqueues.install |   18 
 4 files changed, 120 insertions(+)

Copied: haskell-psqueues/repos/community-staging-i686/PKGBUILD (from rev 
160824, haskell-psqueues/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 01:56:54 UTC (rev 160825)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=psqueues
+pkgname=haskell-psqueues
+pkgver=0.2.2.0
+pkgrel=1
+pkgdesc="Pure priority search queues"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('14b12f505eea093f25190a9d74109f0178e611701849b83a3878811affe0b52a')
+
+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.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-psqueues/repos/community-staging-i686/haskell-psqueues.install 
(from rev 160824, haskell-psqueues/trunk/haskell-psqueues.install)
===
--- community-staging-i686/haskell-psqueues.install 
(rev 0)
+++ community-staging-i686/haskell-psqueues.install 2016-02-08 01:56:54 UTC 
(rev 160825)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-psqueues
+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-psqueues/repos/community-staging-x86_64/PKGBUILD (from rev 
160824, haskell-psqueues/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 01:56:54 UTC (rev 160825)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=psqueues
+pkgname=haskell-psqueues
+pkgver=0.2.2.0
+pkgrel=1
+pkgdesc="Pure priority search queues"
+url="http://hackage.haskell.org/package/${_hkgname}";
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
+install="${pkgname}.install"
+sha256sums=('14b12f505eea093f25190a9d74109f0178e611701849b83a3878811affe0b52a')
+
+build() {
+cd "${srcdir}/${_hkgna

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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 02:56:34
  Author: fyan
Revision: 160824

upgpkg: haskell-psqueues 0.2.2.0-1

Modified:
  haskell-psqueues/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 01:41:42 UTC (rev 160823)
+++ PKGBUILD2016-02-08 01:56:34 UTC (rev 160824)
@@ -4,7 +4,7 @@
 
 _hkgname=psqueues
 pkgname=haskell-psqueues
-pkgver=0.2.1.0
+pkgver=0.2.2.0
 pkgrel=1
 pkgdesc="Pure priority search queues"
 url="http://hackage.haskell.org/package/${_hkgname}";
@@ -14,7 +14,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz";)
 install="${pkgname}.install"
-sha256sums=('54999bb6f718533771a35e3e333b41ac1ab355eb034281c8607217b53fb6891d')
+sha256sums=('14b12f505eea093f25190a9d74109f0178e611701849b83a3878811affe0b52a')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 02:43:11
  Author: fyan
Revision: 258981

upgpkg: python-setuptools 1:20.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 01:40:01 UTC (rev 258980)
+++ PKGBUILD2016-02-08 01:43:11 UTC (rev 258981)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=19.7
+pkgver=20.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
@@ -11,10 +11,10 @@
 arch=('any')
 license=('PSF')
 url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python-packaging' 'python2-packaging' 'python-six' 'python2-six')
+makedepends=('python-packaging' 'python2-packaging')
 checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
 
source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('fe74b10eb1afef5d78cc5cd4d6dbd53ed16f975c693c138181dfb1661276255d214037eb036186d0cdc9dd31d636f9f1067d67bf591542e8ef933afca267ee4c')
+sha512sums=('c77b8f963c1c2735014f344cb3fba6ab88fc034ea32e52501a19430538db4bc6217706532ac3427f928d55b9a2321a0948f57aca5c7a01020868efc9231dd174')
 
 prepare() {
   # We ship separated python{,2}-{packaging,six} packages.
@@ -52,7 +52,7 @@
 }
  
 package_python-setuptools() {
-  depends=('python-packaging' 'python-six')
+  depends=('python-packaging')
   provides=('python-distribute')
   replaces=('python-distribute')
 
@@ -61,7 +61,7 @@
 }
  
 package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-six')
+  depends=('python2-packaging')
   provides=('python2-distribute' 'setuptools')
   replaces=('python2-distribute' 'setuptools')
 


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 02:43:25
  Author: fyan
Revision: 258982

archrelease: copy trunk to extra-any

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

--+
 PKGBUILD |  142 ++---
 1 file changed, 71 insertions(+), 71 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-08 01:43:11 UTC (rev 258981)
+++ PKGBUILD2016-02-08 01:43:25 UTC (rev 258982)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Angel Velasquez 
-# Maintainer: Felix Yan 
-
-pkgbase=python-setuptools
-pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=19.7
-pkgrel=1
-epoch=1
-pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
-arch=('any')
-license=('PSF')
-url="http://pypi.python.org/pypi/setuptools";
-makedepends=('python-packaging' 'python2-packaging' 'python-six' 'python2-six')
-checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
-source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
-sha512sums=('fe74b10eb1afef5d78cc5cd4d6dbd53ed16f975c693c138181dfb1661276255d214037eb036186d0cdc9dd31d636f9f1067d67bf591542e8ef933afca267ee4c')
-
-prepare() {
-  # We ship separated python{,2}-{packaging,six} packages.
-  rm -rv setuptools-${pkgver}/pkg_resources/_vendor
-
-  cp -a setuptools-${pkgver}{,-python2}
-
-  cd "${srcdir}"/setuptools-${pkgver}
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
-
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
-}
-
-build() {
-  # Build python 3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  python3 setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  python2 setup.py build
-}
-
-check() {
-  # Workaround UTF-8 tests by setting LC_CTYPE
-
-  # Check python3 module
-  cd "${srcdir}"/setuptools-${pkgver}
-  LC_CTYPE=en_US.utf8 python3 setup.py ptr
-
-  # Check python2 module
-  cd "${srcdir}"/setuptools-${pkgver}-python2
-  LC_CTYPE=en_US.utf8 python2 setup.py ptr
-}
- 
-package_python-setuptools() {
-  depends=('python-packaging' 'python-six')
-  provides=('python-distribute')
-  replaces=('python-distribute')
-
-  cd "${srcdir}/setuptools-${pkgver}"
-  python3 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-}
- 
-package_python2-setuptools() {
-  depends=('python2-packaging' 'python2-six')
-  provides=('python2-distribute' 'setuptools')
-  replaces=('python2-distribute' 'setuptools')
-
-  cd "${srcdir}/setuptools-${pkgver}-python2"
-  python2 setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 
--skip-build
-  rm "${pkgdir}/usr/bin/easy_install"
-}

Copied: python-setuptools/repos/extra-any/PKGBUILD (from rev 258981, 
python-setuptools/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-08 01:43:25 UTC (rev 258982)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Angel Velasquez 
+# Maintainer: Felix Yan 
+
+pkgbase=python-setuptools
+pkgname=('python-setuptools' 'python2-setuptools')
+pkgver=20.0
+pkgrel=1
+epoch=1
+pkgdesc="Easily download, build, install, upgrade, and uninstall Python 
packages"
+arch=('any')
+license=('PSF')
+url="http://pypi.python.org/pypi/setuptools";
+makedepends=('python-packaging' 'python2-packaging')
+checkdepends=('python-mock' 'python2-mock' 'python-pytest-runner' 
'python2-pytest-runner' 'git')
+source=("https://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz";)
+sha512sums=('c77b8f963c1c2735014f344cb3fba6ab88fc034ea32e52501a19430538db4bc6217706532ac3427f928d55b9a2321a0948f57aca5c7a01020868efc9231dd174')
+
+prepare() {
+  # We ship separated python{,2}-{packaging,six} packages.
+  rm -rv setuptools-${pkgver}/pkg_resources/_vendor
+
+  cp -a setuptools-${pkgver}{,-python2}
+
+  cd "${srcdir}"/setuptools-${pkgver}
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3|" 
setuptools/command/easy_install.py
+
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  sed -i -e "s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2|" 
setuptools/command/easy_install.py
+}
+
+build() {
+  # Build python 3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  python3 setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  python2 setup.py build
+}
+
+check() {
+  # Workaround UTF-8 tests by setting LC_CTYPE
+
+  # Check python3 module
+  cd "${srcdir}"/setuptools-${pkgver}
+  LC_CTYPE=en_US.utf8 python3 setup.py ptr
+
+  # Check python2 module
+  cd "${srcdir}"/setuptools-${pkgver}-python2
+  LC_CTYPE=en_US.utf8 python2 setup.py ptr
+}

[arch-commits] Commit in nodejs-babel-cli/repos/community-any (4 files)

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 02:41:42
  Author: fyan
Revision: 160823

archrelease: copy trunk to community-any

Added:
  nodejs-babel-cli/repos/community-any/LICENSE
(from rev 160822, nodejs-babel-cli/trunk/LICENSE)
  nodejs-babel-cli/repos/community-any/PKGBUILD
(from rev 160822, nodejs-babel-cli/trunk/PKGBUILD)
Deleted:
  nodejs-babel-cli/repos/community-any/LICENSE
  nodejs-babel-cli/repos/community-any/PKGBUILD

--+
 LICENSE  |   44 +--
 PKGBUILD |   62 ++---
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-02-08 01:41:25 UTC (rev 160822)
+++ LICENSE 2016-02-08 01:41:42 UTC (rev 160823)
@@ -1,22 +0,0 @@
-Copyright (c) 2014-2015 Sebastian McKenzie 
-
-MIT License
-
-Permission is hereby granted, free of charge, to any person obtaining
-a copy of this software and associated documentation files (the
-"Software"), to deal in the Software without restriction, including
-without limitation the rights to use, copy, modify, merge, publish,
-distribute, sublicense, and/or sell copies of the Software, and to
-permit persons to whom the Software is furnished to do so, subject to
-the following conditions:
-
-The above copyright notice and this permission notice shall be
-included in all copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
-EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
-MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
-NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
-LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
-OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
-WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copied: nodejs-babel-cli/repos/community-any/LICENSE (from rev 160822, 
nodejs-babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-02-08 01:41:42 UTC (rev 160823)
@@ -0,0 +1,22 @@
+Copyright (c) 2014-2015 Sebastian McKenzie 
+
+MIT License
+
+Permission is hereby granted, free of charge, to any person obtaining
+a copy of this software and associated documentation files (the
+"Software"), to deal in the Software without restriction, including
+without limitation the rights to use, copy, modify, merge, publish,
+distribute, sublicense, and/or sell copies of the Software, and to
+permit persons to whom the Software is furnished to do so, subject to
+the following conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-08 01:41:25 UTC (rev 160822)
+++ PKGBUILD2016-02-08 01:41:42 UTC (rev 160823)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-_npmname=babel-cli
-pkgname=nodejs-$_npmname
-pkgver=6.4.5
-pkgrel=2
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/";
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";
-LICENSE)
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('4b39a28cf9cced87fafd1efbd59f877e812d2c62a25d9ff22f15ac04a58eb16b'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-  find "$pkgdir/usr" -type f -exec chmod 644 '{}' +
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-  chmod 755 "$pkgdir/usr/bin"/*
-}

Copied: nodejs-babel-cli/repos/community-any/PKGBUILD (from rev 160822, 
nodejs-babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-08 01:41:42 UTC (rev 160823)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+_npmname=babel-cli
+pkgname=nodejs

[arch-commits] Commit in nodejs-babel-cli/trunk (PKGBUILD)

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 02:41:25
  Author: fyan
Revision: 160822

upgpkg: nodejs-babel-cli 6.5.0-1

Modified:
  nodejs-babel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 01:39:06 UTC (rev 160821)
+++ PKGBUILD2016-02-08 01:41:25 UTC (rev 160822)
@@ -6,8 +6,8 @@
 
 _npmname=babel-cli
 pkgname=nodejs-$_npmname
-pkgver=6.4.5
-pkgrel=2
+pkgver=6.5.0
+pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
 url="https://babeljs.io/";
@@ -17,7 +17,7 @@
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz";
 LICENSE)
 noextract=($_npmname-$pkgver.tgz)
-sha256sums=('4b39a28cf9cced87fafd1efbd59f877e812d2c62a25d9ff22f15ac04a58eb16b'
+sha256sums=('c726e339ff174454aced2cfd65209229a9fd0a2cb32d52c212563f5191110cb7'
 '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
 
 package() {


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 02:40:01
  Author: fyan
Revision: 258980

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-08 01:39:45 UTC (rev 258979)
+++ PKGBUILD2016-02-08 01:40:01 UTC (rev 258980)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-packaging
-pkgname=(python-packaging python2-packaging)
-_pkgname=packaging
-pkgver=16.0
-_commit=fd6c1d301a5162d4c78620444c55bd56aa2670a0
-pkgrel=1
-pkgdesc="Core utilities for Python packages"
-arch=('any')
-url="https://github.com/pypa/packaging";
-license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend' 'python-coverage' 'python2-coverage')
-source=("git+https://github.com/pypa/packaging.git#commit=$_commit";)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a $_pkgname{,-py2}
-}
-
-build() {
-  cd "${srcdir}/${_pkgname}"
-  python setup.py build
-
-  cd "${srcdir}/${_pkgname}-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "${srcdir}/${_pkgname}"
-  python setup.py ptr
-
-  cd "${srcdir}/${_pkgname}-py2"
-  python2 setup.py ptr
-}
-
-package_python-packaging() {
-  depends=('python-pyparsing')
-
-  cd "${srcdir}/${_pkgname}"
-  python setup.py install --root "$pkgdir"
-}
-
-package_python2-packaging() {
-  depends=('python2-pyparsing')
-
-  cd "${srcdir}/${_pkgname}-py2"
-  python2 setup.py install --root "$pkgdir"
-}

Copied: python-packaging/repos/extra-any/PKGBUILD (from rev 258979, 
python-packaging/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-08 01:40:01 UTC (rev 258980)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-packaging
+pkgname=(python-packaging python2-packaging)
+_pkgname=packaging
+pkgver=16.1
+pkgrel=1
+pkgdesc="Core utilities for Python packages"
+arch=('any')
+url="https://github.com/pypa/packaging";
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend' 'python-coverage' 'python2-coverage')
+source=("git+https://github.com/pypa/packaging.git#tag=$pkgver";)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a $_pkgname{,-py2}
+}
+
+build() {
+  cd "${srcdir}/${_pkgname}"
+  python setup.py build
+
+  cd "${srcdir}/${_pkgname}-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "${srcdir}/${_pkgname}"
+  python setup.py ptr
+
+  cd "${srcdir}/${_pkgname}-py2"
+  python2 setup.py ptr
+}
+
+package_python-packaging() {
+  depends=('python-pyparsing' 'python-six')
+
+  cd "${srcdir}/${_pkgname}"
+  python setup.py install --root "$pkgdir"
+}
+
+package_python2-packaging() {
+  depends=('python2-pyparsing' 'python2-six')
+
+  cd "${srcdir}/${_pkgname}-py2"
+  python2 setup.py install --root "$pkgdir"
+}


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 02:39:45
  Author: fyan
Revision: 258979

upgpkg: python-packaging 16.1-1

Modified:
  python-packaging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 01:09:09 UTC (rev 258978)
+++ PKGBUILD2016-02-08 01:39:45 UTC (rev 258979)
@@ -4,8 +4,7 @@
 pkgbase=python-packaging
 pkgname=(python-packaging python2-packaging)
 _pkgname=packaging
-pkgver=16.0
-_commit=fd6c1d301a5162d4c78620444c55bd56aa2670a0
+pkgver=16.1
 pkgrel=1
 pkgdesc="Core utilities for Python packages"
 arch=('any')
@@ -13,7 +12,7 @@
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend' 'python-coverage' 'python2-coverage')
-source=("git+https://github.com/pypa/packaging.git#commit=$_commit";)
+source=("git+https://github.com/pypa/packaging.git#tag=$pkgver";)
 md5sums=('SKIP')
 
 prepare() {
@@ -37,7 +36,7 @@
 }
 
 package_python-packaging() {
-  depends=('python-pyparsing')
+  depends=('python-pyparsing' 'python-six')
 
   cd "${srcdir}/${_pkgname}"
   python setup.py install --root "$pkgdir"
@@ -44,7 +43,7 @@
 }
 
 package_python2-packaging() {
-  depends=('python2-pyparsing')
+  depends=('python2-pyparsing' 'python2-six')
 
   cd "${srcdir}/${_pkgname}-py2"
   python2 setup.py install --root "$pkgdir"


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 02:39:06
  Author: fyan
Revision: 160821

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-02-08 01:38:48 UTC (rev 160820)
+++ PKGBUILD2016-02-08 01:39:06 UTC (rev 160821)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Johannes Dewender  arch at JonnyJD dot net
-# Contributor: Ivan Sichmann Freitas 
-# Contributor: Brice Maron 
-# Contributor: Nuno Araujo 
-# Contributor: Steven Allen 
-
-pkgbase=python-keyring
-pkgname=('python-keyring' 'python2-keyring')
-pkgver=8.3
-pkgrel=1
-pkgdesc="Store and access your passwords safely."
-arch=('any')
-url="http://pypi.python.org/pypi/keyring";
-license=('PSF' 'MIT')
-source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz";)
-makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
-checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-md5sums=('1d18d846c5fa96191617fcb0964d5b9e')
-
-prepare() {
-  cp -a keyring-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py ptr
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py ptr
-}
-
-package_python-keyring() {
-  depends=('python-setuptools')
-  optdepends=('kdebindings-python: KDE integration'
-  'python-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python-keyrings-alt: Alternative backends')
-
-  cd "$srcdir/keyring-$pkgver"
-  python setup.py install --root=$pkgdir --optimize=1
-}
-
-package_python2-keyring() {
-  depends=('python2-setuptools')
-  optdepends=('kdebindings-python2: Kde integration'
-  'python2-secretstorage: SecretService DBus API (GNOME/KDE)'
-  'python2-keyrings-alt: Alternative backends')
-
-  cd "$srcdir/keyring-$pkgver-py2"
-  python2 setup.py install --root=$pkgdir --optimize=1
-
-  mv "$pkgdir"/usr/bin/keyring{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-keyring/repos/community-any/PKGBUILD (from rev 160820, 
python-keyring/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-02-08 01:39:06 UTC (rev 160821)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Johannes Dewender  arch at JonnyJD dot net
+# Contributor: Ivan Sichmann Freitas 
+# Contributor: Brice Maron 
+# Contributor: Nuno Araujo 
+# Contributor: Steven Allen 
+
+pkgbase=python-keyring
+pkgname=('python-keyring' 'python2-keyring')
+pkgver=8.4
+pkgrel=1
+pkgdesc="Store and access your passwords safely."
+arch=('any')
+url="http://pypi.python.org/pypi/keyring";
+license=('PSF' 'MIT')
+source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz";)
+makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
+checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
+md5sums=('c4c29fcd1d63bf9e299c524ba4fdc04a')
+
+prepare() {
+  cp -a keyring-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py ptr
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py ptr
+}
+
+package_python-keyring() {
+  depends=('python-setuptools')
+  optdepends=('python-secretstorage: SecretService DBus API (GNOME/KDE)'
+  'python-keyrings-alt: Alternative backends')
+
+  cd "$srcdir/keyring-$pkgver"
+  python setup.py install --root=$pkgdir --optimize=1
+}
+
+package_python2-keyring() {
+  depends=('python2-setuptools')
+  optdepends=('python2-secretstorage: SecretService DBus API (GNOME/KDE)'
+  'python2-keyrings-alt: Alternative backends')
+
+  cd "$srcdir/keyring-$pkgver-py2"
+  python2 setup.py install --root=$pkgdir --optimize=1
+
+  mv "$pkgdir"/usr/bin/keyring{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-02-07 Thread Felix Yan
Date: Monday, February 8, 2016 @ 02:38:48
  Author: fyan
Revision: 160820

upgpkg: python-keyring 8.4-1

Modified:
  python-keyring/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 01:08:05 UTC (rev 160819)
+++ PKGBUILD2016-02-08 01:38:48 UTC (rev 160820)
@@ -8,7 +8,7 @@
 
 pkgbase=python-keyring
 pkgname=('python-keyring' 'python2-keyring')
-pkgver=8.3
+pkgver=8.4
 pkgrel=1
 pkgdesc="Store and access your passwords safely."
 arch=('any')
@@ -17,7 +17,7 @@
 
source=("http://pypi.python.org/packages/source/k/keyring/keyring-$pkgver.tar.gz";)
 makedepends=('python-setuptools_scm' 'python2-setuptools_scm')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-mock' 
'python2-mock')
-md5sums=('1d18d846c5fa96191617fcb0964d5b9e')
+md5sums=('c4c29fcd1d63bf9e299c524ba4fdc04a')
 
 prepare() {
   cp -a keyring-$pkgver{,-py2}
@@ -41,8 +41,7 @@
 
 package_python-keyring() {
   depends=('python-setuptools')
-  optdepends=('kdebindings-python: KDE integration'
-  'python-secretstorage: SecretService DBus API (GNOME/KDE)'
+  optdepends=('python-secretstorage: SecretService DBus API (GNOME/KDE)'
   'python-keyrings-alt: Alternative backends')
 
   cd "$srcdir/keyring-$pkgver"
@@ -51,8 +50,7 @@
 
 package_python2-keyring() {
   depends=('python2-setuptools')
-  optdepends=('kdebindings-python2: Kde integration'
-  'python2-secretstorage: SecretService DBus API (GNOME/KDE)'
+  optdepends=('python2-secretstorage: SecretService DBus API (GNOME/KDE)'
   'python2-keyrings-alt: Alternative backends')
 
   cd "$srcdir/keyring-$pkgver-py2"


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 02:02:58
  Author: foutrelis
Revision: 160681

archrelease: copy trunk to community-staging-any

Added:
  fop/repos/community-staging-any/
  fop/repos/community-staging-any/PKGBUILD
(from rev 160680, fop/trunk/PKGBUILD)
  fop/repos/community-staging-any/fop.conf
(from rev 160680, fop/trunk/fop.conf)

--+
 PKGBUILD |   32 
 fop.conf |8 
 2 files changed, 40 insertions(+)

Copied: fop/repos/community-staging-any/PKGBUILD (from rev 160680, 
fop/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-08 01:02:58 UTC (rev 160681)
@@ -0,0 +1,32 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=fop
+pkgver=2.0
+pkgrel=2
+pkgdesc='XSL-FO implementation in Java.'
+arch=('any')
+url='http://xmlgraphics.apache.org/fop/'
+license=('APACHE')
+depends=('java-xmlgraphics-commons' 'java-commons-logging' 'java-commons-io' 
'java-batik'
+ 'java-avalon-framework')
+makedepends=('apache-ant' 'java-environment')
+source=("http://ftp-stud.hs-esslingen.de/pub/Mirrors/ftp.apache.org/dist/xmlgraphics/$pkgname/source/$pkgname-$pkgver-src.tar.gz";
+'fop.conf')
+md5sums=('754e5307a73433afb5c4c9b11d45e302'
+ '3dc3325bf77afc787024f33e7d6ab99e')
+backup=('etc/fop.conf')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ant package 
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  install -Dm0644 "build/fop.jar" "$pkgdir/usr/share/java/fop/fop.jar"
+  install -Dm0644 "../fop.conf" "$pkgdir/etc/fop.conf"
+  install -Dm0755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
+}

Copied: fop/repos/community-staging-any/fop.conf (from rev 160680, 
fop/trunk/fop.conf)
===
--- community-staging-any/fop.conf  (rev 0)
+++ community-staging-any/fop.conf  2016-02-08 01:02:58 UTC (rev 160681)
@@ -0,0 +1,8 @@
+FOP_HOME="/usr/share/java/fop/"
+CLASSPATH="$CLASSPATH:$FOP_HOME/fop.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/xmlgraphics-commons/xmlgraphics-commons.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/commons-io/commons-io.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/commons-logging/commons-logging.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/batik/batik-all.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/avalon-framework/avalon-framework.jar"
+CLASSPATH="$CLASSPATH:/usr/share/java/batik/xml-apis-ext.jar"


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 02:02:53
  Author: foutrelis
Revision: 160680

Rebuild due to temporarily untrusted key

Modified:
  fop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 01:02:29 UTC (rev 160679)
+++ PKGBUILD2016-02-08 01:02:53 UTC (rev 160680)
@@ -4,7 +4,7 @@
 
 pkgname=fop
 pkgver=2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='XSL-FO implementation in Java.'
 arch=('any')
 url='http://xmlgraphics.apache.org/fop/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 02:02:29
  Author: foutrelis
Revision: 160679

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

Added:
  opensmtpd/repos/community-staging-i686/
  opensmtpd/repos/community-staging-i686/PKGBUILD
(from rev 160678, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-staging-i686/opensmtpd.install
(from rev 160678, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-staging-i686/smtpd.service
(from rev 160678, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-staging-i686/smtpd.socket
(from rev 160678, opensmtpd/trunk/smtpd.socket)
  opensmtpd/repos/community-staging-x86_64/
  opensmtpd/repos/community-staging-x86_64/PKGBUILD
(from rev 160678, opensmtpd/trunk/PKGBUILD)
  opensmtpd/repos/community-staging-x86_64/opensmtpd.install
(from rev 160678, opensmtpd/trunk/opensmtpd.install)
  opensmtpd/repos/community-staging-x86_64/smtpd.service
(from rev 160678, opensmtpd/trunk/smtpd.service)
  opensmtpd/repos/community-staging-x86_64/smtpd.socket
(from rev 160678, opensmtpd/trunk/smtpd.socket)

+
 community-staging-i686/PKGBUILD|   58 +++
 community-staging-i686/opensmtpd.install   |   25 +++
 community-staging-i686/smtpd.service   |   10 
 community-staging-i686/smtpd.socket|8 +++
 community-staging-x86_64/PKGBUILD  |   58 +++
 community-staging-x86_64/opensmtpd.install |   25 +++
 community-staging-x86_64/smtpd.service |   10 
 community-staging-x86_64/smtpd.socket  |8 +++
 8 files changed, 202 insertions(+)

Copied: opensmtpd/repos/community-staging-i686/PKGBUILD (from rev 160678, 
opensmtpd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 01:02:29 UTC (rev 160679)
@@ -0,0 +1,58 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Sébastien Luttringer
+
+pkgname=opensmtpd
+pkgver=5.7.3p2
+pkgrel=2
+pkgdesc='Free implementation of the server-side SMTP protocol'
+arch=('i686' 'x86_64')
+url='http://www.opensmtpd.org/'
+license=('custom')
+depends=('libasr' 'libevent' 'openssl' 'pam')
+provides=('smtp-server' 'smtp-forwarder')
+conflicts=('smtp-server' 'smtp-forwarder')
+backup=('etc/smtpd/smtpd.conf' 'etc/smtpd/aliases')
+options=('emptydirs')
+install=opensmtpd.install
+source=("http://www.opensmtpd.org/archives/$pkgname-$pkgver.tar.gz";
+'smtpd.service'
+'smtpd.socket')
+sha256sums=('0d2973008d0f66bebb84bed516be6c32617735241cc54dd26643529281a8e52b'
+'3760f7268e776b696548e57f5f9e4d18ed19e8854dc0631c176a69d558a8b362'
+'32d46de5562d01de445d04c93bcc9f94bf103539b676e449c32e3603a3866cf8')
+
+prepare() {
+  sed -ri 's,/etc/mail,/etc/smtpd,g' "$pkgname-$pkgver/smtpd/smtpd.conf"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+--prefix=/usr \
+--sysconfdir=/etc/smtpd \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib/smtpd \
+--with-maildir=/var/spool/mail \
+--with-privsep-path=/var/empty \
+--with-sock-dir=/run \
+--with-ca-file=/etc/ssl/certs/ca-certificates.crt \
+--with-privsep-user=smtpd \
+--with-queue-user=smtpq \
+--with-pam
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir/" install
+
+  # install license and systemd unit files
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir/smtpd.service" 
"$pkgdir/usr/lib/systemd/system/smtpd.service"
+  install -Dm644 "$srcdir/smtpd.socket" 
"$pkgdir/usr/lib/systemd/system/smtpd.socket"
+
+  # install an empty aliases file (used by the default config)
+  install -Dm644 /dev/null "$pkgdir/etc/smtpd/aliases"
+}

Copied: opensmtpd/repos/community-staging-i686/opensmtpd.install (from rev 
160678, opensmtpd/trunk/opensmtpd.install)
===
--- community-staging-i686/opensmtpd.install(rev 0)
+++ community-staging-i686/opensmtpd.install2016-02-08 01:02:29 UTC (rev 
160679)
@@ -0,0 +1,25 @@
+# arg 1:  the new package version
+post_install() {
+  # create users
+  getent passwd smtpd >/dev/null || useradd -d / -u 91 -g 1 smtpd
+  getent passwd smtpq >/dev/null || useradd -d /var/spool/smtpd -u 92 -g 1 
smtpq
+  :
+}
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  post_install "$1"
+  if (( $(vercmp $2 5.3.3p1-1) < 0 )); then
+echo 'Configuration files have been moved to /etc/smtpd.'
+echo 'New users have been added.'
+echo 'Check your configuration!'
+  elif (( $(vercmp $2 5.4) < 0 )); then
+echo 'User smtpf is no more required. It will be removed!'
+echo 'Check your configuration!'
+userdel -f smtpf
+  fi
+  :
+}
+
+# vim:set t

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 02:02:05
  Author: foutrelis
Revision: 160676

Rebuild due to temporarily untrusted key

Modified:
  cellwriter/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 01:00:56 UTC (rev 160675)
+++ PKGBUILD2016-02-08 01:02:05 UTC (rev 160676)
@@ -5,7 +5,7 @@
 
 pkgname=cellwriter
 pkgver=1.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='A grid-entry natural handwriting input panel.'
 arch=('i686' 'x86_64')
 license=('GPL')


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 02:00:56
  Author: foutrelis
Revision: 160675

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

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

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

Copied: mixxx/repos/community-staging-i686/PKGBUILD (from rev 160674, 
mixxx/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 01:00:56 UTC (rev 160675)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=('i686' 'x86_64')
+url='http://www.mixxx.org'
+license=('GPL')
+depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 
'portaudio' 'portmidi'
+ 'taglib' 'qtwebkit' 'vamp-plugin-sdk' 'libusbx' 'protobuf' 'faad2' 
'libmp4v2'
+ 'rubberband' 'chromaprint' 'sqlite' 'opus' 'opusfile')
+makedepends=('mesa' 'scons' 'libshout' 'glu')
+source=("http://downloads.mixxx.org/${pkgname}-${pkgver}/${pkgname}-${pkgver}-src.tar.gz";)
+md5sums=('5520a2f110f1078197d2ff914ccca37a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export SCONSFLAGS="-j $(nproc)"
+  scons build=release optimize=portable virtualize=0 localecompare=1 
qt_sqlite_plugin=0 opus=1 \
+qtdir=/usr/lib/qt4 prefix=/usr faad=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  scons qtdir=/usr/lib/qt4 prefix=/usr install_root="${pkgdir}/usr" install
+}

Copied: mixxx/repos/community-staging-x86_64/PKGBUILD (from rev 160674, 
mixxx/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 01:00:56 UTC (rev 160675)
@@ -0,0 +1,30 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Ali H. Caliskan 
+# Contributor: Ryan Coyner 
+# Contributor: Stefan Husmann 
+
+pkgname=mixxx
+pkgver=2.0.0
+pkgrel=2
+pkgdesc="Free, open source software for digital DJ'ing."
+arch=('i686' 'x86_64')
+url='http://www.mixxx.org'
+license=('GPL')
+depends=('fftw' 'libid3tag' 'libmad' 'libogg' 'libshout' 'libsndfile' 
'portaudio' 'portmidi'
+ 'taglib' 'qtwebkit' 'vamp-plugin-sdk' 'libusbx' 'protobuf' 'faad2' 
'libmp4v2'
+ 'rubberband' 'chromaprint' 'sqlite' 'opus' 'opusfile')
+makedepends=('mesa' 'scons' 'libshout' 'glu')
+source=("http://downloads.mixxx.org/${pkgname}-${pkgver}/${pkgname}-${pkgver}-src.tar.gz";)
+md5sums=('5520a2f110f1078197d2ff914ccca37a')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  export SCONSFLAGS="-j $(nproc)"
+  scons build=release optimize=portable virtualize=0 localecompare=1 
qt_sqlite_plugin=0 opus=1 \
+qtdir=/usr/lib/qt4 prefix=/usr faad=1
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  scons qtdir=/usr/lib/qt4 prefix=/usr install_root="${pkgdir}/usr" install
+}


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 02:02:18
  Author: foutrelis
Revision: 160678

Rebuild due to temporarily untrusted key

Modified:
  opensmtpd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 01:02:12 UTC (rev 160677)
+++ PKGBUILD2016-02-08 01:02:18 UTC (rev 160678)
@@ -3,7 +3,7 @@
 
 pkgname=opensmtpd
 pkgver=5.7.3p2
-pkgrel=1
+pkgrel=2
 pkgdesc='Free implementation of the server-side SMTP protocol'
 arch=('i686' 'x86_64')
 url='http://www.opensmtpd.org/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 02:02:12
  Author: foutrelis
Revision: 160677

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

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

-+
 community-staging-i686/PKGBUILD |   34 ++
 community-staging-i686/cellwriter.install   |   14 ++
 community-staging-x86_64/PKGBUILD   |   34 ++
 community-staging-x86_64/cellwriter.install |   14 ++
 4 files changed, 96 insertions(+)

Copied: cellwriter/repos/community-staging-i686/PKGBUILD (from rev 160676, 
cellwriter/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 01:02:12 UTC (rev 160677)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Cilyan Olowen 
+# Contributor: Alexander Markov 
+# Contributor: Winston Weinert
+
+pkgname=cellwriter
+pkgver=1.3.5
+pkgrel=2
+pkgdesc='A grid-entry natural handwriting input panel.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://v1.risujin.org/cellwriter/'
+depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
+source=("http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz";
+
"http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff";)
+md5sums=('16db87415c3c669e0489f9c4d795ec7d'
+ '5e8c61309c5ec8f67f0af7bb5ceb1aea')
+install="${pkgname}.install"
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+
+  patch -p0 < "${srcdir}/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff"
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  env LDFLAGS='-lX11' ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: cellwriter/repos/community-staging-i686/cellwriter.install (from rev 
160676, cellwriter/trunk/cellwriter.install)
===
--- community-staging-i686/cellwriter.install   (rev 0)
+++ community-staging-i686/cellwriter.install   2016-02-08 01:02:12 UTC (rev 
160677)
@@ -0,0 +1,14 @@
+post_install() {
+  echo "Updating GTK icon cache ..."
+  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+  echo "Updating GTK icon cache ..."
+  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+}
+
+post_remove() {
+  echo "Updating GTK icon cache ..."
+  /usr/bin/gtk-update-icon-cache -f -t /usr/share/icons/hicolor
+}

Copied: cellwriter/repos/community-staging-x86_64/PKGBUILD (from rev 160676, 
cellwriter/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 01:02:12 UTC (rev 160677)
@@ -0,0 +1,34 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Cilyan Olowen 
+# Contributor: Alexander Markov 
+# Contributor: Winston Weinert
+
+pkgname=cellwriter
+pkgver=1.3.5
+pkgrel=2
+pkgdesc='A grid-entry natural handwriting input panel.'
+arch=('i686' 'x86_64')
+license=('GPL')
+url='http://v1.risujin.org/cellwriter/'
+depends=('gtk2' 'libxtst' 'libgnome' 'hicolor-icon-theme')
+source=("http://v1.risujin.org/pub/cellwriter/${pkgname}-${pkgver}.tar.gz";
+
"http://launchpadlibrarian.net/18959127/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff";)
+md5sums=('16db87415c3c669e0489f9c4d795ec7d'
+ '5e8c61309c5ec8f67f0af7bb5ceb1aea')
+install="${pkgname}.install"
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}/src"
+
+  patch -p0 < "${srcdir}/${pkgname}-1.3.4-cellwidget-dont-disable-xinput.diff"
+
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  env LDFLAGS='-lX11' ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: cellwriter/repos/community-staging-x86_64/cellwriter.install (from rev 
160676, cellwriter/trunk/cellwriter.install)
===
--- community-staging-x86_64/cellwriter.install (rev 0)
+++ community-staging-x86_64/cellwriter.install 2016-02-08 01:02:12 UTC (rev 
160677)
@@ -0,0 +1,14 @@
+post_install() {
+  echo "Updating GTK icon cache ..."
+  /usr/bin/gtk-update-icon-cache -f -t /usr/sh

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 02:00:49
  Author: foutrelis
Revision: 160674

Rebuild due to temporarily untrusted key

Modified:
  mixxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:46:03 UTC (rev 160673)
+++ PKGBUILD2016-02-08 01:00:49 UTC (rev 160674)
@@ -5,7 +5,7 @@
 
 pkgname=mixxx
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Free, open source software for digital DJ'ing."
 arch=('i686' 'x86_64')
 url='http://www.mixxx.org'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:46:03
  Author: foutrelis
Revision: 160673

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

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

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

Copied: maim/repos/community-staging-i686/PKGBUILD (from rev 160672, 
maim/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:46:03 UTC (rev 160673)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=3.4.47
+pkgrel=2
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('5eab9c6fe147c7c3ff246fa764e7c2d1')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}

Copied: maim/repos/community-staging-x86_64/PKGBUILD (from rev 160672, 
maim/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:46:03 UTC (rev 160673)
@@ -0,0 +1,26 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Bartłomiej Piotrowski 
+# Contributor: naelstrof 
+
+pkgname=maim
+pkgver=3.4.47
+pkgrel=2
+pkgdesc='Utility to take a screenshot using imlib2'
+arch=('i686' 'x86_64')
+url='https://github.com/naelstrof/maim'
+license=('GPL3')
+depends=('freetype2' 'imlib2' 'libx11' 'libxext' 'libxfixes' 'libxrandr')
+makedepends=('cmake')
+optdepends=('slop: region selection support')
+source=("${pkgname}-${pkgver}.tar.gz"::"$url/archive/v${pkgver}.tar.gz")
+md5sums=('5eab9c6fe147c7c3ff246fa764e7c2d1')
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install
+}


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:45:54
  Author: foutrelis
Revision: 160672

Rebuild due to temporarily untrusted key

Modified:
  maim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:45:12 UTC (rev 160671)
+++ PKGBUILD2016-02-08 00:45:54 UTC (rev 160672)
@@ -4,7 +4,7 @@
 
 pkgname=maim
 pkgver=3.4.47
-pkgrel=1
+pkgrel=2
 pkgdesc='Utility to take a screenshot using imlib2'
 arch=('i686' 'x86_64')
 url='https://github.com/naelstrof/maim'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:45:01
  Author: foutrelis
Revision: 160670

Rebuild due to temporarily untrusted key

Modified:
  ngrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:44:17 UTC (rev 160669)
+++ PKGBUILD2016-02-08 00:45:01 UTC (rev 160670)
@@ -5,7 +5,7 @@
 
 pkgname=ngrep
 pkgver=1.45
-pkgrel=10
+pkgrel=11
 pkgdesc='A grep-like utility that allows you to search for network packets on 
an interface.'
 arch=('i686' 'x86_64')
 url='http://ngrep.sourceforge.net/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:45:12
  Author: foutrelis
Revision: 160671

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

Added:
  ngrep/repos/community-staging-i686/
  ngrep/repos/community-staging-i686/PKGBUILD
(from rev 160670, ngrep/trunk/PKGBUILD)
  ngrep/repos/community-staging-i686/ngrep-1.45-fix-ipv6.patch
(from rev 160670, ngrep/trunk/ngrep-1.45-fix-ipv6.patch)
  ngrep/repos/community-staging-i686/ngrep-1.45-use-system-pcre.patch
(from rev 160670, ngrep/trunk/ngrep-1.45-use-system-pcre.patch)
  ngrep/repos/community-staging-x86_64/
  ngrep/repos/community-staging-x86_64/PKGBUILD
(from rev 160670, ngrep/trunk/PKGBUILD)
  ngrep/repos/community-staging-x86_64/ngrep-1.45-fix-ipv6.patch
(from rev 160670, ngrep/trunk/ngrep-1.45-fix-ipv6.patch)
  ngrep/repos/community-staging-x86_64/ngrep-1.45-use-system-pcre.patch
(from rev 160670, ngrep/trunk/ngrep-1.45-use-system-pcre.patch)

---+
 community-staging-i686/PKGBUILD   |   44 
 community-staging-i686/ngrep-1.45-fix-ipv6.patch  |   41 
 community-staging-i686/ngrep-1.45-use-system-pcre.patch   |   60 
 community-staging-x86_64/PKGBUILD |   44 
 community-staging-x86_64/ngrep-1.45-fix-ipv6.patch|   41 
 community-staging-x86_64/ngrep-1.45-use-system-pcre.patch |   60 
 6 files changed, 290 insertions(+)

Copied: ngrep/repos/community-staging-i686/PKGBUILD (from rev 160670, 
ngrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:45:12 UTC (rev 160671)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Eric Belanger 
+# Contributor: dorphell 
+
+pkgname=ngrep
+pkgver=1.45
+pkgrel=11
+pkgdesc='A grep-like utility that allows you to search for network packets on 
an interface.'
+arch=('i686' 'x86_64')
+url='http://ngrep.sourceforge.net/'
+license=('custom')
+depends=('libpcap>=1.0.0' 'pcre')
+# Fix build failure when using "-j" (FS#27091).
+options=(!makeflags)
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.bz2";
+'ngrep-1.45-fix-ipv6.patch'
+'ngrep-1.45-use-system-pcre.patch')
+md5sums=('bc8150331601f3b869549c94866b4f1c'
+ '524ee2e0d9ff3c6a262eca836ddf63ed'
+ 'c546da1e47d3e8bddc7678c81a22a6b7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # add patch for broken ipv6 support (FS#27225)
+  patch -Np1 -i "$srcdir/ngrep-1.45-fix-ipv6.patch"
+
+  # use system PCRE (FS#27225)
+  patch -Np1 -i "$srcdir/ngrep-1.45-use-system-pcre.patch"
+  autoreconf
+
+  export EXTRA_INCLUDES=$(pcre-config --cflags)
+  export EXTRA_LIBS=$(pcre-config --libs)
+  ./configure --prefix=/usr --with-pcap-includes=/usr/include/pcap 
--enable-ipv6 --enable-pcre
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.txt"
+}

Copied: ngrep/repos/community-staging-i686/ngrep-1.45-fix-ipv6.patch (from rev 
160670, ngrep/trunk/ngrep-1.45-fix-ipv6.patch)
===
--- community-staging-i686/ngrep-1.45-fix-ipv6.patch
(rev 0)
+++ community-staging-i686/ngrep-1.45-fix-ipv6.patch2016-02-08 00:45:12 UTC 
(rev 160671)
@@ -0,0 +1,41 @@
+--- ngrep-1.45.ds2/ngrep.c 2010-04-21 12:16:52.0 +0200
 ngrep-1.45.ds2-ipv6-patch/ngrep.c  2010-04-21 12:11:49.581088102 +0200
+@@ -711,10 +711,12 @@ void process(u_char *d, struct pcap_pkth
+ data = (unsigned char *)(tcp_pkt) + tcphdr_offset;
+ len -= link_offset + ip_hl + tcphdr_offset;
+ 
++/* 
+ #if USE_IPv6
+ if (ip_ver == 6)
+ len -= ntohs(ip6_pkt->ip6_plen);
+-#endif
++#endif 
++*/
+ 
+ if ((int32_t)len < 0)
+ len = 0;
+@@ -731,11 +733,12 @@ void process(u_char *d, struct pcap_pkth
+ data = (unsigned char *)(udp_pkt) + udphdr_offset;
+ len -= link_offset + ip_hl + udphdr_offset;
+ 
++/*
+ #if USE_IPv6
+ if (ip_ver == 6)
+ len -= ntohs(ip6_pkt->ip6_plen);
+ #endif
+-
++*/
+ if ((int32_t)len < 0)
+ len = 0;
+ 
+@@ -769,7 +772,7 @@ void process(u_char *d, struct pcap_pkth
+ uint16_t icmp6hdr_offset= (frag_offset) ? 0 : 4;
+ 
+ data = (unsigned char *)(icmp6_pkt) + icmp6hdr_offset;
+-len -= link_offset + ip_hl + ntohs(ip6_pkt->ip6_plen) + 
icmp6hdr_offset;
++len -= link_offset + ip_hl + icmp6hdr_offset;
+ 
+ if ((int32_t)len < 0)
+ len = 0;
+
+

Copied: ngrep/repos/community-staging-i686/ngrep-1.45-use-

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:44:07
  Author: foutrelis
Revision: 160668

Rebuild due to temporarily untrusted key

Modified:
  libfaketime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:43:39 UTC (rev 160667)
+++ PKGBUILD2016-02-08 00:44:07 UTC (rev 160668)
@@ -5,7 +5,7 @@
 
 pkgname=libfaketime
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
 pkgdesc='Report fake dates and times to programs without having to change the 
system-wide time.'
 arch=('i686' 'x86_64')
 url='http://www.code-wizards.com/projects/libfaketime/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:44:17
  Author: foutrelis
Revision: 160669

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

Added:
  libfaketime/repos/community-staging-i686/
  libfaketime/repos/community-staging-i686/PKGBUILD
(from rev 160668, libfaketime/trunk/PKGBUILD)
  
libfaketime/repos/community-staging-i686/libfaketime-0.9.1-fix-README-NEWS.patch
(from rev 160668, libfaketime/trunk/libfaketime-0.9.1-fix-README-NEWS.patch)
  libfaketime/repos/community-staging-i686/libfaketime-0.9.1-fix-as-needed.patch
(from rev 160668, libfaketime/trunk/libfaketime-0.9.1-fix-as-needed.patch)
  libfaketime/repos/community-staging-x86_64/
  libfaketime/repos/community-staging-x86_64/PKGBUILD
(from rev 160668, libfaketime/trunk/PKGBUILD)
  
libfaketime/repos/community-staging-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch
(from rev 160668, libfaketime/trunk/libfaketime-0.9.1-fix-README-NEWS.patch)
  
libfaketime/repos/community-staging-x86_64/libfaketime-0.9.1-fix-as-needed.patch
(from rev 160668, libfaketime/trunk/libfaketime-0.9.1-fix-as-needed.patch)

--+
 community-staging-i686/PKGBUILD  |   24 ++
 community-staging-i686/libfaketime-0.9.1-fix-README-NEWS.patch   |   29 +++
 community-staging-i686/libfaketime-0.9.1-fix-as-needed.patch |   39 
++
 community-staging-x86_64/PKGBUILD|   24 ++
 community-staging-x86_64/libfaketime-0.9.1-fix-README-NEWS.patch |   29 +++
 community-staging-x86_64/libfaketime-0.9.1-fix-as-needed.patch   |   39 
++
 6 files changed, 184 insertions(+)

Copied: libfaketime/repos/community-staging-i686/PKGBUILD (from rev 160668, 
libfaketime/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:44:17 UTC (rev 160669)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Dan Serban
+# Contributor: Ross Melin 
+
+pkgname=libfaketime
+pkgver=0.9.6
+pkgrel=2
+pkgdesc='Report fake dates and times to programs without having to change the 
system-wide time.'
+arch=('i686' 'x86_64')
+url='http://www.code-wizards.com/projects/libfaketime/'
+license=('GPL2')
+source=("http://www.code-wizards.com/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('f522f899d65a057ad69cff9896c75f78')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make PREFIX=/usr DESTDIR="${pkgdir}" install
+}

Copied: 
libfaketime/repos/community-staging-i686/libfaketime-0.9.1-fix-README-NEWS.patch
 (from rev 160668, libfaketime/trunk/libfaketime-0.9.1-fix-README-NEWS.patch)
===
--- community-staging-i686/libfaketime-0.9.1-fix-README-NEWS.patch  
(rev 0)
+++ community-staging-i686/libfaketime-0.9.1-fix-README-NEWS.patch  
2016-02-08 00:44:17 UTC (rev 160669)
@@ -0,0 +1,29 @@
+From c0c19a71c5481f3082afee2ac7962bd7abfcf134 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Sun, 22 Jan 2012 22:19:50 +0100
+Subject: [PATCH] Makefile: Fix installation of "README" and "NEWS"
+
+Initialize "INSTALL" in the top-level Makefile in order to avoid broken
+install(1) invocations such as:
+
+dm0755 "/build/pkg/usr/share/doc/faketime/"
+/bin/sh: dm0755: command not found
+
+Signed-off-by: Lukas Fleischer 
+---
+ Makefile |2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index f90e18e..d0225ba 100644
+--- a/Makefile
 b/Makefile
+@@ -1,3 +1,5 @@
++INSTALL = install
++
+ all:
+   $(MAKE) -C src all
+   $(MAKE) -C test all
+-- 
+1.7.8.4
+

Copied: 
libfaketime/repos/community-staging-i686/libfaketime-0.9.1-fix-as-needed.patch 
(from rev 160668, libfaketime/trunk/libfaketime-0.9.1-fix-as-needed.patch)
===
--- community-staging-i686/libfaketime-0.9.1-fix-as-needed.patch
(rev 0)
+++ community-staging-i686/libfaketime-0.9.1-fix-as-needed.patch
2016-02-08 00:44:17 UTC (rev 160669)
@@ -0,0 +1,39 @@
+From f0ee2ee1e0a2fa5f11614a55ab8543380faa9695 Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer 
+Date: Sun, 22 Jan 2012 21:47:52 +0100
+Subject: [PATCH] Fix linking with "-Wl,--as-needed"
+
+Reorder linker flags in order to ensure proper linking when using
+"--Wl,--as-needed". Read http://www.gentoo.org/proj/en/qa/asneeded.xml,
+especially "Importance of linking order" for details:
+
+Basically, what the linker does is look for the symbols missing in a
+given file (either an object file, a static archive or a library)
+only in the files coming after it. When using the normal linking,
+without --as-needed, this is not a 

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:43:31
  Author: foutrelis
Revision: 160666

Rebuild due to temporarily untrusted key

Modified:
  transset-df/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:43:02 UTC (rev 160665)
+++ PKGBUILD2016-02-08 00:43:31 UTC (rev 160666)
@@ -4,7 +4,7 @@
 
 pkgname=transset-df
 pkgver=6
-pkgrel=4
+pkgrel=5
 pkgdesc="A patched version of X.Org's transset with added functionality."
 arch=('i686' 'x86_64')
 url='http://forchheimer.se/transset-df/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:43:02
  Author: foutrelis
Revision: 160665

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

Added:
  httptunnel/repos/community-staging-i686/
  httptunnel/repos/community-staging-i686/PKGBUILD
(from rev 160664, httptunnel/trunk/PKGBUILD)
  httptunnel/repos/community-staging-i686/httptunnel-3.3-build-fix.patch
(from rev 160664, httptunnel/trunk/httptunnel-3.3-build-fix.patch)
  httptunnel/repos/community-staging-x86_64/
  httptunnel/repos/community-staging-x86_64/PKGBUILD
(from rev 160664, httptunnel/trunk/PKGBUILD)
  httptunnel/repos/community-staging-x86_64/httptunnel-3.3-build-fix.patch
(from rev 160664, httptunnel/trunk/httptunnel-3.3-build-fix.patch)

-+
 community-staging-i686/PKGBUILD |   33 
 community-staging-i686/httptunnel-3.3-build-fix.patch   |   93 ++
 community-staging-x86_64/PKGBUILD   |   33 
 community-staging-x86_64/httptunnel-3.3-build-fix.patch |   93 ++
 4 files changed, 252 insertions(+)

Copied: httptunnel/repos/community-staging-i686/PKGBUILD (from rev 160664, 
httptunnel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:43:02 UTC (rev 160665)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: dorphell 
+# Contributor: Tom Newsom 
+
+pkgname=httptunnel
+pkgver=3.3
+pkgrel=5
+pkgdesc="Creates a bidirectional virtual data connection tunnelled in HTTP 
requests"
+arch=('i686' 'x86_64')
+url="http://www.nocrew.org/software/httptunnel";
+license=('GPL2')
+depends=('glibc')
+source=("http://www.nocrew.org/software/${pkgname}/$pkgname-$pkgver.tar.gz";
+'httptunnel-3.3-build-fix.patch')
+md5sums=('493cc0f5f21e9955db27ee9cd9a976d5'
+ '65c1f8a2a847fb4af106c9358f9e0be8')
+
+prepare() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  patch -p0 -i ../httptunnel-3.3-build-fix.patch
+}
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}

Copied: httptunnel/repos/community-staging-i686/httptunnel-3.3-build-fix.patch 
(from rev 160664, httptunnel/trunk/httptunnel-3.3-build-fix.patch)
===
--- community-staging-i686/httptunnel-3.3-build-fix.patch   
(rev 0)
+++ community-staging-i686/httptunnel-3.3-build-fix.patch   2016-02-08 
00:43:02 UTC (rev 160665)
@@ -0,0 +1,93 @@
+--- configure.old  2001-02-25 13:07:03.0 +0100
 configure  2014-07-22 10:49:32.449242277 +0200
+@@ -1573,45 +1573,12 @@ EOF
+ 
+ fi
+ 
+-for ac_hdr in fcntl.h syslog.h unistd.h sys/poll.h
+-do
+-ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
+-echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
+-echo "configure:1581: checking for $ac_hdr" >&5
+-if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then
+-  echo $ac_n "(cached) $ac_c" 1>&6
+-else
+-  cat > conftest.$ac_ext <
++cat >> confdefs.h <&5; (eval $ac_try) 2>&5; }
+-ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"`
+-if test -z "$ac_err"; then
+-  rm -rf conftest*
+-  eval "ac_cv_header_$ac_safe=yes"
+-else
+-  echo "$ac_err" >&5
+-  echo "configure: failed program was:" >&5
+-  cat conftest.$ac_ext >&5
+-  rm -rf conftest*
+-  eval "ac_cv_header_$ac_safe=no"
+-fi
+-rm -f conftest*
+-fi
+-if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then
+-  echo "$ac_t""yes" 1>&6
+-ac_tr_hdr=HAVE_`echo $ac_hdr | sed 
'y%abcdefghijklmnopqrstuvwxyz./-%ABCDEFGHIJKLMNOPQRSTUVWXYZ___%'`
+-  cat >> confdefs.h <&6
+-fi
+-done
+ 
+ 
+ echo $ac_n "checking for working const""... $ac_c" 1>&6
+@@ -1729,39 +1696,6 @@ EOF
+  ;;
+ esac
+ 
+-echo $ac_n "checking for size_t""... $ac_c" 1>&6
+-echo "configure:1734: checking for size_t" >&5
+-if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then
+-  echo $ac_n "(cached) $ac_c" 1>&6
+-else
+-  cat > conftest.$ac_ext <
+-#if STDC_HEADERS
+-#include 
+-#include 
+-#endif
+-EOF
+-if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
+-  egrep "(^|[^a-zA-Z_0-9])size_t[^a-zA-Z_0-9]" >/dev/null 2>&1; then
+-  rm -rf conftest*
+-  ac_cv_type_size_t=yes
+-else
+-  rm -rf conftest*
+-  ac_cv_type_size_t=no
+-fi
+-rm -f conftest*
+-
+-fi
+-echo "$ac_t""$ac_cv_type_size_t" 1>&6
+-if test $ac_cv_type_size_t = no; then
+-  cat >> confdefs.h <<\EOF
+-#define size_t unsigned
+-EOF
+-
+-fi
+-
+ ##AC_CHECK_TYPE(socklen_t, unsigned) # doesn't search 
+ echo $ac_n "checking for socklen_t""... $ac_c" 1>&6
+ echo "configure:1768: checking for socklen_t" >&5

Copied: httptunnel/repos/community-staging-x86_64/PKGBUILD (from rev 160664, 
httptunnel/trunk/PKGBUILD)
==

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:43:39
  Author: foutrelis
Revision: 160667

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

Added:
  transset-df/repos/community-staging-i686/
  transset-df/repos/community-staging-i686/PKGBUILD
(from rev 160666, transset-df/trunk/PKGBUILD)
  transset-df/repos/community-staging-x86_64/
  transset-df/repos/community-staging-x86_64/PKGBUILD
(from rev 160666, transset-df/trunk/PKGBUILD)

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

Copied: transset-df/repos/community-staging-i686/PKGBUILD (from rev 160666, 
transset-df/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:43:39 UTC (rev 160667)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Schaefer 
+
+pkgname=transset-df
+pkgver=6
+pkgrel=5
+pkgdesc="A patched version of X.Org's transset with added functionality."
+arch=('i686' 'x86_64')
+url='http://forchheimer.se/transset-df/'
+license=('GPL')
+depends=('libxcomposite' 'libxdamage' 'libxrender')
+source=("http://forchheimer.se/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('3375d570adc9d875d7fc476d1a50d5a5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm0755 transset-df "${pkgdir}/usr/bin/transset-df"
+}

Copied: transset-df/repos/community-staging-x86_64/PKGBUILD (from rev 160666, 
transset-df/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:43:39 UTC (rev 160667)
@@ -0,0 +1,24 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Schaefer 
+
+pkgname=transset-df
+pkgver=6
+pkgrel=5
+pkgdesc="A patched version of X.Org's transset with added functionality."
+arch=('i686' 'x86_64')
+url='http://forchheimer.se/transset-df/'
+license=('GPL')
+depends=('libxcomposite' 'libxdamage' 'libxrender')
+source=("http://forchheimer.se/${pkgname}/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('3375d570adc9d875d7fc476d1a50d5a5')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  install -Dm0755 transset-df "${pkgdir}/usr/bin/transset-df"
+}


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:42:54
  Author: foutrelis
Revision: 160664

Rebuild due to temporarily untrusted key

Modified:
  httptunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:42:19 UTC (rev 160663)
+++ PKGBUILD2016-02-08 00:42:54 UTC (rev 160664)
@@ -5,7 +5,7 @@
 
 pkgname=httptunnel
 pkgver=3.3
-pkgrel=4
+pkgrel=5
 pkgdesc="Creates a bidirectional virtual data connection tunnelled in HTTP 
requests"
 arch=('i686' 'x86_64')
 url="http://www.nocrew.org/software/httptunnel";


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:42:19
  Author: foutrelis
Revision: 160663

archrelease: copy trunk to community-staging-any

Added:
  ttf-hack/repos/community-staging-any/
  ttf-hack/repos/community-staging-any/PKGBUILD
(from rev 160662, ttf-hack/trunk/PKGBUILD)
  ttf-hack/repos/community-staging-any/ttf-hack.install
(from rev 160662, ttf-hack/trunk/ttf-hack.install)

--+
 PKGBUILD |   21 +
 ttf-hack.install |   16 
 2 files changed, 37 insertions(+)

Copied: ttf-hack/repos/community-staging-any/PKGBUILD (from rev 160662, 
ttf-hack/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-08 00:42:19 UTC (rev 160663)
@@ -0,0 +1,21 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Markus Tacker 
+# Contributor: Peter Hoeg 
+
+_pkgver_major=2
+_pkgver_minor=019
+pkgname=ttf-hack
+pkgver=${_pkgver_major}.${_pkgver_minor}
+pkgrel=2
+pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono'
+arch=('any')
+license=('SIL Open Font License 1.1 and Bitstream Vera License')
+url="http://sourcefoundry.org/hack/";
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+install=$pkgname.install
+source=("https://github.com/chrissimpkins/Hack/releases/download/v${pkgver}/Hack-v${_pkgver_major}_${_pkgver_minor}-ttf.zip";)
+sha256sums=('64e6faed79190636a169b7c389feb5ee5be48230512fe6e374a58d5ffca1193a')
+
+package() {
+  install -Dm644 -t "$pkgdir/usr/share/fonts/TTF" "$srcdir"/Hack-*.ttf
+}

Copied: ttf-hack/repos/community-staging-any/ttf-hack.install (from rev 160662, 
ttf-hack/trunk/ttf-hack.install)
===
--- community-staging-any/ttf-hack.install  (rev 0)
+++ community-staging-any/ttf-hack.install  2016-02-08 00:42:19 UTC (rev 
160663)
@@ -0,0 +1,16 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:42:14
  Author: foutrelis
Revision: 160662

Rebuild due to temporarily untrusted key

Modified:
  ttf-hack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:41:27 UTC (rev 160661)
+++ PKGBUILD2016-02-08 00:42:14 UTC (rev 160662)
@@ -6,7 +6,7 @@
 _pkgver_minor=019
 pkgname=ttf-hack
 pkgver=${_pkgver_major}.${_pkgver_minor}
-pkgrel=1
+pkgrel=2
 pkgdesc='A hand groomed and optically balanced typeface based on Bitstream 
Vera Mono'
 arch=('any')
 license=('SIL Open Font License 1.1 and Bitstream Vera License')


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:41:27
  Author: foutrelis
Revision: 160661

Build using all CPU cores; it's painfully slow otherwise

Modified:
  mixxx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:41:20 UTC (rev 160660)
+++ PKGBUILD2016-02-08 00:41:27 UTC (rev 160661)
@@ -19,6 +19,7 @@
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  export SCONSFLAGS="-j $(nproc)"
   scons build=release optimize=portable virtualize=0 localecompare=1 
qt_sqlite_plugin=0 opus=1 \
 qtdir=/usr/lib/qt4 prefix=/usr faad=1
 }


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:41:20
  Author: foutrelis
Revision: 160660

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

Added:
  tinyproxy/repos/community-staging-i686/
  tinyproxy/repos/community-staging-i686/PKGBUILD
(from rev 160659, tinyproxy/trunk/PKGBUILD)
  tinyproxy/repos/community-staging-i686/config.patch
(from rev 160659, tinyproxy/trunk/config.patch)
  tinyproxy/repos/community-staging-i686/tinyproxy.install
(from rev 160659, tinyproxy/trunk/tinyproxy.install)
  tinyproxy/repos/community-staging-i686/tinyproxy.service
(from rev 160659, tinyproxy/trunk/tinyproxy.service)
  tinyproxy/repos/community-staging-i686/tinyproxy.tmpfiles.conf
(from rev 160659, tinyproxy/trunk/tinyproxy.tmpfiles.conf)
  tinyproxy/repos/community-staging-x86_64/
  tinyproxy/repos/community-staging-x86_64/PKGBUILD
(from rev 160659, tinyproxy/trunk/PKGBUILD)
  tinyproxy/repos/community-staging-x86_64/config.patch
(from rev 160659, tinyproxy/trunk/config.patch)
  tinyproxy/repos/community-staging-x86_64/tinyproxy.install
(from rev 160659, tinyproxy/trunk/tinyproxy.install)
  tinyproxy/repos/community-staging-x86_64/tinyproxy.service
(from rev 160659, tinyproxy/trunk/tinyproxy.service)
  tinyproxy/repos/community-staging-x86_64/tinyproxy.tmpfiles.conf
(from rev 160659, tinyproxy/trunk/tinyproxy.tmpfiles.conf)

--+
 community-staging-i686/PKGBUILD  |   48 +
 community-staging-i686/config.patch  |   31 +
 community-staging-i686/tinyproxy.install |   19 
 community-staging-i686/tinyproxy.service |   12 +
 community-staging-i686/tinyproxy.tmpfiles.conf   |1 
 community-staging-x86_64/PKGBUILD|   48 +
 community-staging-x86_64/config.patch|   31 +
 community-staging-x86_64/tinyproxy.install   |   19 
 community-staging-x86_64/tinyproxy.service   |   12 +
 community-staging-x86_64/tinyproxy.tmpfiles.conf |1 
 10 files changed, 222 insertions(+)

Copied: tinyproxy/repos/community-staging-i686/PKGBUILD (from rev 160659, 
tinyproxy/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:41:20 UTC (rev 160660)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: Andrea Zucchelli 
+
+pkgname=tinyproxy
+pkgver=1.8.4
+pkgrel=3
+pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
+arch=('i686' 'x86_64')
+url='https://banu.com/tinyproxy/'
+license=('GPL')
+depends=(glibc)
+makedepends=('asciidoc')
+install="${pkgname}.install"
+backup=('etc/tinyproxy/tinyproxy.conf')
+validpgpkeys=('38871449E065D635620A621EC94F4938184F9034') # Michael Adam
+source=("https://www.samba.org/~obnox/${pkgname}/release/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc}
+'tinyproxy.tmpfiles.conf'
+'tinyproxy.service'
+config.patch)
+md5sums=('7d3378ad9681be3423c491775f7d9e35'
+ 'SKIP'
+ 'b747d0f253ba7bb3f604e69a35a278bf'
+ 'e1e9212461cec588df219c35aba78d04'
+ '9739e020c40abefd6e921e9cff854f35')
+
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p0 -i ../config.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc/tinyproxy --sbindir=/usr/bin \
+ --localstatedir=/var --enable-transparent
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 "${srcdir}/tinyproxy.tmpfiles.conf" 
"${pkgdir}/usr/lib/tmpfiles.d/tinyproxy.conf"
+
+  install -Dm0644 "${srcdir}/tinyproxy.service" \
+"${pkgdir}/usr/lib/systemd/system/tinyproxy.service"
+}

Copied: tinyproxy/repos/community-staging-i686/config.patch (from rev 160659, 
tinyproxy/trunk/config.patch)
===
--- community-staging-i686/config.patch (rev 0)
+++ community-staging-i686/config.patch 2016-02-08 00:41:20 UTC (rev 160660)
@@ -0,0 +1,31 @@
+--- etc/tinyproxy.conf.in  2010-03-03 04:37:24.0 -0500
 etc/tinyproxy.conf.in.arch 2014-04-11 15:43:53.340725405 -0400
+@@ -12,8 +12,8 @@
+ # as the root user. Either the user or group name or the UID or GID
+ # number may be used.
+ #
+-User nobody
+-Group nobody
++User tinyproxy
++Group tinyproxy
+ 
+ #
+ # Port: Specify the port which tinyproxy will listen on.  Please note
+@@ -27,7 +27,7 @@
+ # only one. If this is commented out, tinyproxy will bind to all
+ # interfaces present.
+ #
+-#Listen 192.168.0.1
++Listen 127.0.0.1
+ 
+ #
+ # Bind: This allows you to specify which interface will be used for
+@@ -99,7 +99,7 @@
+ # option must not be enabled if the Logfile directive is being used.
+ # Th

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:41:07
  Author: foutrelis
Revision: 160659

Rebuild due to temporarily untrusted key

Modified:
  tinyproxy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:40:31 UTC (rev 160658)
+++ PKGBUILD2016-02-08 00:41:07 UTC (rev 160659)
@@ -4,7 +4,7 @@
 
 pkgname=tinyproxy
 pkgver=1.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc='A light-weight HTTP proxy daemon for POSIX operating systems.'
 arch=('i686' 'x86_64')
 url='https://banu.com/tinyproxy/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:40:31
  Author: foutrelis
Revision: 160658

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

Added:
  borg/repos/community-staging-i686/
  borg/repos/community-staging-i686/PKGBUILD
(from rev 160657, borg/trunk/PKGBUILD)
  borg/repos/community-staging-i686/borg.coveragerc
(from rev 160657, borg/trunk/borg.coveragerc)
  borg/repos/community-staging-x86_64/
  borg/repos/community-staging-x86_64/PKGBUILD
(from rev 160657, borg/trunk/PKGBUILD)
  borg/repos/community-staging-x86_64/borg.coveragerc
(from rev 160657, borg/trunk/borg.coveragerc)

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

Copied: borg/repos/community-staging-i686/PKGBUILD (from rev 160657, 
borg/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:40:31 UTC (rev 160658)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=0.30.0
+pkgrel=2
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz";
+borg.coveragerc)
+sha256sums=('a467310d2846cd90ddfc371f2d981994ccd8dedf8c2b99a25fd8b5295062e858'
+'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.linux-$CARCH-3.5/"
+  LANG=en_US.UTF-8 PYTHONPATH="$PWD:$PYTHONPATH" py.test --cov=borg \
+--cov-config="$srcdir/borg.coveragerc" --benchmark-skip --pyargs 
borg.testsuite -v \
+-k 'not test_non_ascii_acl'
+}
+
+package() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  install -Dm644 "docs/_build/man/borg.1" "$pkgdir/usr/share/man/man1/borg.1"
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  python setup.py -q install --root="$pkgdir" --optimize=1
+}

Copied: borg/repos/community-staging-i686/borg.coveragerc (from rev 160657, 
borg/trunk/borg.coveragerc)
===
--- community-staging-i686/borg.coveragerc  (rev 0)
+++ community-staging-i686/borg.coveragerc  2016-02-08 00:40:31 UTC (rev 
160658)
@@ -0,0 +1,18 @@
+[run]
+branch = True
+source = borg
+omit =
+borg/__init__.py
+borg/__main__.py
+borg/_version.py
+borg/support/*.py
+
+[report]
+exclude_lines =
+pragma: no cover
+def __repr__
+raise AssertionError
+raise NotImplementedError
+if 0:
+if __name__ == .__main__.:
+ignore_errors = True

Copied: borg/repos/community-staging-x86_64/PKGBUILD (from rev 160657, 
borg/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:40:31 UTC (rev 160658)
@@ -0,0 +1,44 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Vlad M. 
+
+pkgname=borg
+_pkgname=borgbackup
+pkgver=0.30.0
+pkgrel=2
+pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
+url='https://borgbackup.github.io/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('acl' 'lz4' 'openssl' 'python-msgpack' 'python-setuptools' 'xz')
+optdepends=('openssh: repositories on remote hosts'
+'python-llfuse: mounting backups as a FUSE file system')
+makedepends=('cython' 'python-sphinx')
+checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytest-benchmark' 
'python-mock')
+provides=('borgbackup')
+replaces=('borgbackup')
+source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz";
+borg.coveragerc)
+sha256sums=('a467310d2846cd90ddfc371f2d981994ccd8dedf8c2b99a25fd8b5295062e858'
+'024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
+
+build() {
+  cd "$srcdir/$_pkgname-$pkgver"
+  python setup.py build
+
+  cd docs
+  make man
+}
+
+check() {
+  cd "$srcdir/$_pkgname-$pkgver/build/lib.

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:40:24
  Author: foutrelis
Revision: 160657

Rebuild due to temporarily untrusted key

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:37:52 UTC (rev 160656)
+++ PKGBUILD2016-02-08 00:40:24 UTC (rev 160657)
@@ -4,7 +4,7 @@
 pkgname=borg
 _pkgname=borgbackup
 pkgver=0.30.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/'
 license=('BSD')


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:37:45
  Author: foutrelis
Revision: 160655

Rebuild due to temporarily untrusted key

Modified:
  metapixel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:37:15 UTC (rev 160654)
+++ PKGBUILD2016-02-08 00:37:45 UTC (rev 160655)
@@ -4,7 +4,7 @@
 
 pkgname=metapixel
 pkgver=1.0.2
-pkgrel=7
+pkgrel=8
 pkgdesc='A program for generating photomosaics.'
 arch=('i686' 'x86_64')
 url='http://www.complang.tuwien.ac.at/schani/metapixel/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:37:52
  Author: foutrelis
Revision: 160656

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

Added:
  metapixel/repos/community-staging-i686/
  metapixel/repos/community-staging-i686/PKGBUILD
(from rev 160655, metapixel/trunk/PKGBUILD)
  metapixel/repos/community-staging-i686/metapixel-giflib-5.1.0-compat.patch
(from rev 160655, metapixel/trunk/metapixel-giflib-5.1.0-compat.patch)
  metapixel/repos/community-staging-x86_64/
  metapixel/repos/community-staging-x86_64/PKGBUILD
(from rev 160655, metapixel/trunk/PKGBUILD)
  metapixel/repos/community-staging-x86_64/metapixel-giflib-5.1.0-compat.patch
(from rev 160655, metapixel/trunk/metapixel-giflib-5.1.0-compat.patch)

--+
 community-staging-i686/PKGBUILD  |   43 ++
 community-staging-i686/metapixel-giflib-5.1.0-compat.patch   |   23 +
 community-staging-x86_64/PKGBUILD|   43 ++
 community-staging-x86_64/metapixel-giflib-5.1.0-compat.patch |   23 +
 4 files changed, 132 insertions(+)

Copied: metapixel/repos/community-staging-i686/PKGBUILD (from rev 160655, 
metapixel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:37:52 UTC (rev 160656)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Isenmann 
+
+pkgname=metapixel
+pkgver=1.0.2
+pkgrel=8
+pkgdesc='A program for generating photomosaics.'
+arch=('i686' 'x86_64')
+url='http://www.complang.tuwien.ac.at/schani/metapixel/'
+license=('GPL')
+depends=('giflib' 'libjpeg' 'libpng' 'perl' 'glib2')
+makedepends=('git' 'docbook-xsl')
+source=("git://github.com/schani/metapixel.git#commit=4ad7be9e82"
+"metapixel-giflib-5.1.0-compat.patch")
+md5sums=('SKIP'
+ 'b959c6d1b14064aee3a73ae568a82555')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+
+  git submodule init
+  git submodule update
+
+  cd rwimg
+  patch -p1 -i ../../metapixel-giflib-5.1.0-compat.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  # Build librwimg first, make dependencies seem to be bugged.
+  make librwimg
+  make 
MANPAGE_XSL="/usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  
+  install -dm0755 "${pkgdir}/usr/share/man/man1"
+
+  make PREFIX="${pkgdir}/usr" MANDIR="${pkgdir}/usr/share/man/man1" install
+}

Copied: 
metapixel/repos/community-staging-i686/metapixel-giflib-5.1.0-compat.patch 
(from rev 160655, metapixel/trunk/metapixel-giflib-5.1.0-compat.patch)
===
--- community-staging-i686/metapixel-giflib-5.1.0-compat.patch  
(rev 0)
+++ community-staging-i686/metapixel-giflib-5.1.0-compat.patch  2016-02-08 
00:37:52 UTC (rev 160656)
@@ -0,0 +1,23 @@
+diff --git a/rwgif.c b/rwgif.c
+index e67ac3c..6b19a28 100644
+--- a/rwgif.c
 b/rwgif.c
+@@ -54,8 +54,7 @@ open_gif_file (const char *filename, int *width, int *height)
+ 
+ assert(data != 0);
+ 
+-int error;
+-data->file = DGifOpenFileName(filename, &error);
++data->file = DGifOpenFileName(filename, NULL);
+ 
+ assert(data->file !=0);
+ 
+@@ -138,7 +137,7 @@ open_gif_file (const char *filename, int *width, int 
*height)
+ }
+ free(buffer);
+ 
+-assert(DGifCloseFile(data->file) == GIF_OK);
++assert(DGifCloseFile(data->file, NULL) == GIF_OK);
+ 
+ return data;
+ }

Copied: metapixel/repos/community-staging-x86_64/PKGBUILD (from rev 160655, 
metapixel/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:37:52 UTC (rev 160656)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Isenmann 
+
+pkgname=metapixel
+pkgver=1.0.2
+pkgrel=8
+pkgdesc='A program for generating photomosaics.'
+arch=('i686' 'x86_64')
+url='http://www.complang.tuwien.ac.at/schani/metapixel/'
+license=('GPL')
+depends=('giflib' 'libjpeg' 'libpng' 'perl' 'glib2')
+makedepends=('git' 'docbook-xsl')
+source=("git://github.com/schani/metapixel.git#commit=4ad7be9e82"
+"metapixel-giflib-5.1.0-compat.patch")
+md5sums=('SKIP'
+ 'b959c6d1b14064aee3a73ae568a82555')
+
+prepare() {
+  cd "${srcdir}/${pkgname}"
+
+  git submodule init
+  git submodule update
+
+  cd rwimg
+  patch -p1 -i ../../metapixel-giflib-5.1.0-compat.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}"
+
+  # Build librwimg first, make dependencies seem to be bugged.
+  make librwimg
+  make 
MANPAGE_XSL="/usr/share/xml/docbook/xsl-stylesheets-1.79.1/manpages/docbook.xsl"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}"
+  
+  ins

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:36:40
  Author: foutrelis
Revision: 160652

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

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

---+
 community-staging-i686/PKGBUILD   |   48 
 community-staging-i686/deadbeef.install   |   14 
 community-staging-x86_64/PKGBUILD |   48 
 community-staging-x86_64/deadbeef.install |   14 
 4 files changed, 124 insertions(+)

Copied: deadbeef/repos/community-staging-i686/PKGBUILD (from rev 160651, 
deadbeef/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:36:40 UTC (rev 160652)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Alexey Yakovenko 
+
+pkgname=deadbeef
+pkgver=0.7.0
+pkgrel=2
+pkgdesc='A GTK+ audio player for GNU/Linux.'
+arch=('i686' 'x86_64')
+url='http://deadbeef.sourceforge.net'
+license=('GPL2')
+depends=('alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'jansson')
+makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 
'libsndfile' 'libcdio' 'libcddb'
+ 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 
'libzip' 'libsamplerate'
+ 'yasm' 'ffmpeg' 'gtk2' 'gtk3')
+optdepends=('gtk2: for the GTK2 interface'
+'gtk3: for the GTK3 interface'
+'libsamplerate: for Resampler plugin'
+'libvorbis: for Ogg Vorbis playback'
+'libmad: for MP1/MP2/MP3 playback'
+'flac: for FLAC playback'
+'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support'
+'imlib2: for artwork plugin'
+'wavpack: for WavPack playback'
+'libsndfile: for Wave playback'
+'libcdio: audio cd plugin'
+'libcddb: audio cd plugin'
+'faad2: for AAC/MP4 support'
+'dbus: for OSD notifications support'
+'pulseaudio: for PulseAudio output plugin'
+'libx11: for global hotkeys plugin'
+'zlib: for Audio Overload plugin'
+'libzip: for vfs_zip plugin'
+'ffmpeg: for ffmpeg plugin')
+install='deadbeef.install'
+source=("http://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('d5450785139757a016dcd4dfc66479c7')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package () {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make prefix="${pkgdir}/usr" install
+}

Copied: deadbeef/repos/community-staging-i686/deadbeef.install (from rev 
160651, deadbeef/trunk/deadbeef.install)
===
--- community-staging-i686/deadbeef.install (rev 0)
+++ community-staging-i686/deadbeef.install 2016-02-08 00:36:40 UTC (rev 
160652)
@@ -0,0 +1,14 @@
+pkgname=deadbeef
+
+post_install() {
+  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: deadbeef/repos/community-staging-x86_64/PKGBUILD (from rev 160651, 
deadbeef/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:36:40 UTC (rev 160652)
@@ -0,0 +1,48 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Alexey Yakovenko 
+
+pkgname=deadbeef
+pkgver=0.7.0
+pkgrel=2
+pkgdesc='A GTK+ audio player for GNU/Linux.'
+arch=('i686' 'x86_64')
+url='http://deadbeef.sourceforge.net'
+license=('GPL2')
+depends=('alsa-lib' 'hicolor-icon-theme' 'desktop-file-utils' 'jansson')
+makedepends=('libvorbis' 'libmad' 'flac' 'curl' 'imlib2' 'wavpack' 
'libsndfile' 'libcdio' 'libcddb'
+ 'libx11' 'faad2' 'zlib' 'intltool' 'pkgconfig' 'libpulse' 
'libzip' 'libsamplerate'
+ 'yasm' 'ffmpeg' 'gtk2' 'gtk3')
+optdepends=('gtk2: for the GTK2 interface'
+'gtk3: for the GTK3 interface'
+'libsamplerate: for Resampler plugin'
+'libvorbis: for Ogg Vorbis playback'
+'libmad: for MP1/MP2/MP3 playback'
+'flac: for FLAC playback'
+'curl: for Last.fm scrobbler, SHOUTcast, Icecast, Podcast support'
+ 

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:37:15
  Author: foutrelis
Revision: 160654

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

Added:
  dvtm/repos/community-staging-i686/
  dvtm/repos/community-staging-i686/PKGBUILD
(from rev 160653, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-staging-i686/config.h
(from rev 160653, dvtm/trunk/config.h)
  dvtm/repos/community-staging-x86_64/
  dvtm/repos/community-staging-x86_64/PKGBUILD
(from rev 160653, dvtm/trunk/PKGBUILD)
  dvtm/repos/community-staging-x86_64/config.h
(from rev 160653, dvtm/trunk/config.h)

---+
 community-staging-i686/PKGBUILD   |   37 ++
 community-staging-i686/config.h   |  217 
 community-staging-x86_64/PKGBUILD |   37 ++
 community-staging-x86_64/config.h |  217 
 4 files changed, 508 insertions(+)

Copied: dvtm/repos/community-staging-i686/PKGBUILD (from rev 160653, 
dvtm/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:37:15 UTC (rev 160654)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Giorgio Lando 
+# Contributor: bender02 at gmx dot com
+
+pkgname=dvtm
+pkgver=0.15
+pkgrel=2
+pkgdesc='Dynamic virtual terminal manager.'
+arch=('i686' 'x86_64')
+url='http://www.brain-dump.org/projects/dvtm/'
+license=('MIT')
+depends=('ncurses')
+source=("http://www.brain-dump.org/projects/${pkgname}/${pkgname}-${pkgver}.tar.gz";
+'config.h')
+md5sums=('887e162a3abe2ad8e86caefab20cdd63'
+ '243bc2d4085c08d9b748f892f5950a00')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   cp "${srcdir}/config.h" .
+   sed -i 's/CFLAGS =/CFLAGS +=/' config.mk
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make clean
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   make PREFIX=/usr DESTDIR="${pkgdir}" install
+   install -Dm0644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: dvtm/repos/community-staging-i686/config.h (from rev 160653, 
dvtm/trunk/config.h)
===
--- community-staging-i686/config.h (rev 0)
+++ community-staging-i686/config.h 2016-02-08 00:37:15 UTC (rev 160654)
@@ -0,0 +1,217 @@
+/* valid curses attributes are listed below they can be ORed
+ *
+ * A_NORMALNormal display (no highlight)
+ * A_STANDOUT  Best highlighting mode of the terminal.
+ * A_UNDERLINE Underlining
+ * A_REVERSE   Reverse video
+ * A_BLINK Blinking
+ * A_DIM   Half bright
+ * A_BOLD  Extra bright or bold
+ * A_PROTECT   Protected mode
+ * A_INVIS Invisible or blank mode
+ */
+
+enum {
+   DEFAULT,
+   BLUE,
+};
+
+static Color colors[] = {
+   [DEFAULT] = { .fg = -1, .bg = -1, .fg256 = -1, .bg256 = -1, },
+   [BLUE]= { .fg = COLOR_BLUE, .bg = -1, .fg256 = 68, .bg256 = -1, },
+};
+
+#define COLOR(c)COLOR_PAIR(colors[c].pair)
+/* curses attributes for the currently focused window */
+#define SELECTED_ATTR   (COLOR(BLUE) | A_NORMAL)
+/* curses attributes for normal (not selected) windows */
+#define NORMAL_ATTR (COLOR(DEFAULT) | A_NORMAL)
+/* curses attributes for a window with pending urgent flag */
+#define URGENT_ATTR NORMAL_ATTR
+/* curses attributes for the status bar */
+#define BAR_ATTR(COLOR(BLUE) | A_NORMAL)
+/* characters for beginning and end of status bar message */
+#define BAR_BEGIN   '['
+#define BAR_END ']'
+/* status bar (command line option -s) position */
+#define BAR_POS BAR_TOP /* BAR_BOTTOM, BAR_OFF */
+/* whether status bar should be hidden if only one client exists */
+#define BAR_AUTOHIDEtrue
+/* master width factor [0.1 .. 0.9] */
+#define MFACT 0.5
+/* number of clients in master area */
+#define NMASTER 1
+/* scroll back buffer size in lines */
+#define SCROLL_HISTORY 500
+/* printf format string for the tag in the status bar */
+#define TAG_SYMBOL   "[%s]"
+/* curses attributes for the currently selected tags */
+#define TAG_SEL  (COLOR(BLUE) | A_BOLD)
+/* curses attributes for not selected tags which contain no windows */
+#define TAG_NORMAL   (COLOR(DEFAULT) | A_NORMAL)
+/* curses attributes for not selected tags which contain windows */
+#define TAG_OCCUPIED (COLOR(BLUE) | A_NORMAL)
+/* curses attributes for not selected tags which with urgent windows */
+#define TAG_URGENT (COLOR(BLUE) | A_NORMAL | A_BLINK)
+
+const char tags[][8] = { "1", "2", "3", "4", "5" };
+
+#include "tile.c"
+#include "grid.c"
+#include "bstack.c"
+#include "fullscreen.c"
+
+/* by default the first layout entry is used */
+static Layout layouts[] = {
+   { "[]=", tile },
+   { "+++", grid },
+ 

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:37:04
  Author: foutrelis
Revision: 160653

Rebuild due to temporarily untrusted key

Modified:
  dvtm/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:36:40 UTC (rev 160652)
+++ PKGBUILD2016-02-08 00:37:04 UTC (rev 160653)
@@ -4,7 +4,7 @@
 
 pkgname=dvtm
 pkgver=0.15
-pkgrel=1
+pkgrel=2
 pkgdesc='Dynamic virtual terminal manager.'
 arch=('i686' 'x86_64')
 url='http://www.brain-dump.org/projects/dvtm/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:36:33
  Author: foutrelis
Revision: 160651

Rebuild due to temporarily untrusted key

Modified:
  deadbeef/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:33:20 UTC (rev 160650)
+++ PKGBUILD2016-02-08 00:36:33 UTC (rev 160651)
@@ -3,7 +3,7 @@
 
 pkgname=deadbeef
 pkgver=0.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc='A GTK+ audio player for GNU/Linux.'
 arch=('i686' 'x86_64')
 url='http://deadbeef.sourceforge.net'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:33:20
  Author: foutrelis
Revision: 160650

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

Added:
  spawn-fcgi/repos/community-staging-i686/
  spawn-fcgi/repos/community-staging-i686/PKGBUILD
(from rev 160649, spawn-fcgi/trunk/PKGBUILD)
  spawn-fcgi/repos/community-staging-x86_64/
  spawn-fcgi/repos/community-staging-x86_64/PKGBUILD
(from rev 160649, spawn-fcgi/trunk/PKGBUILD)

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

Copied: spawn-fcgi/repos/community-staging-i686/PKGBUILD (from rev 160649, 
spawn-fcgi/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:33:20 UTC (rev 160650)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Bull Schaefer 
+# Contributor: Felix Hanley 
+
+pkgname=spawn-fcgi
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='A FastCGI process manager for web applications'
+arch=('i686' 'x86_64')
+url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
+license=('BSD')
+depends=('glibc')
+source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf269849995ab8b3a8989779fa5818aa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}

Copied: spawn-fcgi/repos/community-staging-x86_64/PKGBUILD (from rev 160649, 
spawn-fcgi/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:33:20 UTC (rev 160650)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Aaron Bull Schaefer 
+# Contributor: Felix Hanley 
+
+pkgname=spawn-fcgi
+pkgver=1.6.4
+pkgrel=2
+pkgdesc='A FastCGI process manager for web applications'
+arch=('i686' 'x86_64')
+url='http://redmine.lighttpd.net/projects/spawn-fcgi/'
+license=('BSD')
+depends=('glibc')
+source=("http://www.lighttpd.net/download/${pkgname}-${pkgver}.tar.bz2";)
+md5sums=('bf269849995ab8b3a8989779fa5818aa')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+  install -Dm0644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:33:13
  Author: foutrelis
Revision: 160649

Rebuild due to temporarily untrusted key

Modified:
  spawn-fcgi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:32:50 UTC (rev 160648)
+++ PKGBUILD2016-02-08 00:33:13 UTC (rev 160649)
@@ -5,7 +5,7 @@
 
 pkgname=spawn-fcgi
 pkgver=1.6.4
-pkgrel=1
+pkgrel=2
 pkgdesc='A FastCGI process manager for web applications'
 arch=('i686' 'x86_64')
 url='http://redmine.lighttpd.net/projects/spawn-fcgi/'


[arch-commits] Commit in java-commons-io/repos (2 files)

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:32:50
  Author: foutrelis
Revision: 160648

archrelease: copy trunk to community-staging-any

Added:
  java-commons-io/repos/community-staging-any/
  java-commons-io/repos/community-staging-any/PKGBUILD
(from rev 160647, java-commons-io/trunk/PKGBUILD)

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

Copied: java-commons-io/repos/community-staging-any/PKGBUILD (from rev 160647, 
java-commons-io/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-08 00:32:50 UTC (rev 160648)
@@ -0,0 +1,19 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Simon Lipp 
+
+pkgname=java-commons-io
+pkgver=2.4
+pkgrel=2
+pkgdesc='IO related classes for Java.'
+arch=('any')
+url='http://commons.apache.org/io/'
+license=(APACHE)
+depends=('java-runtime')
+source=("http://apache.crihan.fr/dist/commons/io/binaries/commons-io-${pkgver}-bin.tar.gz";)
+md5sums=('50ce698bd6e33dc6f71570189df89c99')
+
+package() {
+   install -Dm644 "$srcdir/commons-io-${pkgver}/commons-io-${pkgver}.jar" \
+ "$pkgdir/usr/share/java/commons-io/commons-io.jar"
+}


[arch-commits] Commit in java-commons-io/trunk (PKGBUILD)

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:32:45
  Author: foutrelis
Revision: 160647

Rebuild due to temporarily untrusted key

Modified:
  java-commons-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:32:16 UTC (rev 160646)
+++ PKGBUILD2016-02-08 00:32:45 UTC (rev 160647)
@@ -4,7 +4,7 @@
 
 pkgname=java-commons-io
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc='IO related classes for Java.'
 arch=('any')
 url='http://commons.apache.org/io/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:32:16
  Author: foutrelis
Revision: 160646

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

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

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

Copied: optipng/repos/community-staging-i686/PKGBUILD (from rev 160645, 
optipng/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:32:16 UTC (rev 160646)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Aaron Schaefer 
+
+pkgname=optipng
+pkgver=0.7.5
+pkgrel=2
+pkgdesc='Compresses PNG files to a smaller size, without losing any 
information.'
+arch=('i686' 'x86_64')
+url='http://optipng.sourceforge.net/'
+license=('ZLIB')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('90ac1ec7945d48c0e9859b977b5df411')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+
+  # install license
+  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 
+}

Copied: optipng/repos/community-staging-x86_64/PKGBUILD (from rev 160645, 
optipng/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:32:16 UTC (rev 160646)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Stefan Husmann 
+# Contributor: Aaron Schaefer 
+
+pkgname=optipng
+pkgver=0.7.5
+pkgrel=2
+pkgdesc='Compresses PNG files to a smaller size, without losing any 
information.'
+arch=('i686' 'x86_64')
+url='http://optipng.sourceforge.net/'
+license=('ZLIB')
+depends=('glibc')
+source=("http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('90ac1ec7945d48c0e9859b977b5df411')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make prefix="$pkgdir/usr" mandir="$pkgdir/usr/share/man" install
+
+  # install license
+  install -Dm0644 LICENSE.txt "$pkgdir/usr/share/licenses/$pkgname/LICENSE" 
+}


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:31:34
  Author: foutrelis
Revision: 160643

Rebuild due to temporarily untrusted key

Modified:
  gmtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:30:45 UTC (rev 160642)
+++ PKGBUILD2016-02-08 00:31:34 UTC (rev 160643)
@@ -3,7 +3,7 @@
 
 pkgname=gmtk
 pkgver=1.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
 arch=('i686' 'x86_64')
 url='http://gmtk.googlecode.com/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:32:09
  Author: foutrelis
Revision: 160645

Rebuild due to temporarily untrusted key

Modified:
  optipng/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:31:42 UTC (rev 160644)
+++ PKGBUILD2016-02-08 00:32:09 UTC (rev 160645)
@@ -5,7 +5,7 @@
 
 pkgname=optipng
 pkgver=0.7.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Compresses PNG files to a smaller size, without losing any 
information.'
 arch=('i686' 'x86_64')
 url='http://optipng.sourceforge.net/'


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:31:42
  Author: foutrelis
Revision: 160644

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

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

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

Copied: gmtk/repos/community-staging-i686/PKGBUILD (from rev 160643, 
gmtk/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:31:42 UTC (rev 160644)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=gmtk
+pkgver=1.0.9
+pkgrel=2
+pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
+arch=('i686' 'x86_64')
+url='http://gmtk.googlecode.com/'
+license=('GPL')
+depends=('glib2' 'gtk3' 'dconf')
+makedepends=('intltool' 'pkg-config')
+source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('9184658014ca7b325b569ac7417e4860')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags gtk+-3.0)"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk3
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}

Copied: gmtk/repos/community-staging-x86_64/PKGBUILD (from rev 160643, 
gmtk/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-02-08 00:31:42 UTC (rev 160644)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+
+pkgname=gmtk
+pkgver=1.0.9
+pkgrel=2
+pkgdesc='Common functions for gnome-mplayer and gecko-mediaplayer.'
+arch=('i686' 'x86_64')
+url='http://gmtk.googlecode.com/'
+license=('GPL')
+depends=('glib2' 'gtk3' 'dconf')
+makedepends=('intltool' 'pkg-config')
+source=("https://${pkgname}.googlecode.com/svn/packages/${pkgname}-${pkgver}.tar.gz";)
+md5sums=('9184658014ca7b325b569ac7417e4860')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  export CPPFLAGS="$CPPFLAGS $(pkg-config --cflags gtk+-3.0)"
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-gtk3
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:30:34
  Author: foutrelis
Revision: 160641

Rebuild due to temporarily untrusted key

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-02-08 00:29:59 UTC (rev 160640)
+++ PKGBUILD2016-02-08 00:30:34 UTC (rev 160641)
@@ -5,7 +5,7 @@
 
 pkgname=stunnel
 pkgver=5.30
-pkgrel=1
+pkgrel=2
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('i686' 'x86_64')
 url="https://www.stunnel.org/";


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:30:45
  Author: foutrelis
Revision: 160642

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

Added:
  stunnel/repos/community-staging-i686/
  stunnel/repos/community-staging-i686/Makefile.patch
(from rev 160641, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-staging-i686/PKGBUILD
(from rev 160641, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-staging-i686/stunnel.install
(from rev 160641, stunnel/trunk/stunnel.install)
  stunnel/repos/community-staging-i686/stunnel.tmpfiles.conf
(from rev 160641, stunnel/trunk/stunnel.tmpfiles.conf)
  stunnel/repos/community-staging-x86_64/
  stunnel/repos/community-staging-x86_64/Makefile.patch
(from rev 160641, stunnel/trunk/Makefile.patch)
  stunnel/repos/community-staging-x86_64/PKGBUILD
(from rev 160641, stunnel/trunk/PKGBUILD)
  stunnel/repos/community-staging-x86_64/stunnel.install
(from rev 160641, stunnel/trunk/stunnel.install)
  stunnel/repos/community-staging-x86_64/stunnel.tmpfiles.conf
(from rev 160641, stunnel/trunk/stunnel.tmpfiles.conf)

+
 community-staging-i686/Makefile.patch  |   12 +
 community-staging-i686/PKGBUILD|   52 +++
 community-staging-i686/stunnel.install |   20 
 community-staging-i686/stunnel.tmpfiles.conf   |1 
 community-staging-x86_64/Makefile.patch|   12 +
 community-staging-x86_64/PKGBUILD  |   52 +++
 community-staging-x86_64/stunnel.install   |   20 
 community-staging-x86_64/stunnel.tmpfiles.conf |1 
 8 files changed, 170 insertions(+)

Copied: stunnel/repos/community-staging-i686/Makefile.patch (from rev 160641, 
stunnel/trunk/Makefile.patch)
===
--- community-staging-i686/Makefile.patch   (rev 0)
+++ community-staging-i686/Makefile.patch   2016-02-08 00:30:45 UTC (rev 
160642)
@@ -0,0 +1,12 @@
+--- tools/Makefile.in  2010-03-31 04:45:09.0 -0500
 tools/Makefile.in  2010-04-11 17:17:41.0 -0500
+@@ -334,8 +334,7 @@
+ 
+ info-am:
+ 
+-install-data-am: install-confDATA install-data-local \
+-  install-examplesDATA
++install-data-am: install-confDATA install-examplesDATA
+ 
+ install-dvi: install-dvi-am
+ 

Copied: stunnel/repos/community-staging-i686/PKGBUILD (from rev 160641, 
stunnel/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-02-08 00:30:45 UTC (rev 160642)
@@ -0,0 +1,52 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Kaiting Chen 
+# Contributor: Daniel J Griffiths 
+# Contributor: Kevin Piche 
+
+pkgname=stunnel
+pkgver=5.30
+pkgrel=2
+pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
+arch=('i686' 'x86_64')
+url="https://www.stunnel.org/";
+license=('GPL')
+depends=('openssl')
+install=$pkgname.install
+source=("https://www.stunnel.org/downloads/$pkgname-$pkgver.tar.gz"{,.asc}
+'Makefile.patch'
+'stunnel.tmpfiles.conf')
+md5sums=('7bbf27296a83c0b752f6bb6d1b750b19'
+ 'SKIP'
+ '579f198ecb90a42fcbfd8a4e48006264'
+ '2e065a39998e57727ee79887bbd1751e')
+validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # don't create a certificate...
+  patch -p0 <"$srcdir/Makefile.patch"
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--enable-ipv6 \
+--disable-libwrap
+
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
+  install -Dm644 tools/stunnel.service 
"$pkgdir/usr/lib/systemd/system/stunnel.service"
+  install -Dm644 "$srcdir/stunnel.tmpfiles.conf" 
"$pkgdir/usr/lib/tmpfiles.d/stunnel.conf"
+
+  sed -e "s:/usr/var/lib/stunnel/:/var/run/stunnel:g" \
+  -e "s:/usr/etc/stunnel/:/etc/stunnel/:g" \
+  -e "s:no\(body\|group\):stunnel:g" \
+  -i "$pkgdir/etc/stunnel/stunnel.conf-sample"
+}

Copied: stunnel/repos/community-staging-i686/stunnel.install (from rev 160641, 
stunnel/trunk/stunnel.install)
===
--- community-staging-i686/stunnel.install  (rev 0)
+++ community-staging-i686/stunnel.install  2016-02-08 00:30:45 UTC (rev 
160642)
@@ -0,0 +1,20 @@
+post_install() {
+  # add stunnel group
+  if ! getent group stunnel >/dev/null 2>&1; then
+groupadd -g 16 stunnel
+  fi
+
+  # add stunnel user
+  if ! getent passwd stunnel >/dev/null 2>&1; then
+useradd -u 16 -g stunnel -d /var/run/stunnel -s /bin/false stunnel
+  fi
+
+  # create chroot dir if neces

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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:29:59
  Author: foutrelis
Revision: 160640

archrelease: copy trunk to community-staging-any

Added:
  bar/repos/community-staging-any/
  bar/repos/community-staging-any/PKGBUILD
(from rev 160639, bar/trunk/PKGBUILD)

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

Copied: bar/repos/community-staging-any/PKGBUILD (from rev 160639, 
bar/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-08 00:29:59 UTC (rev 160640)
@@ -0,0 +1,20 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Jeff Mickey 
+# Contributor: Daniel J Griffiths 
+
+pkgname=bar
+pkgver=1.4
+pkgrel=5
+pkgdesc='A script for showing progress bars.'
+arch=('any')
+url='http://www.theiling.de/projects/bar.html'
+license=('custom')
+source=("http://www.theiling.de/downloads/bar-${pkgver}-src.tar.bz2";)
+md5sums=('4b99147e2efbe678cbcdc985ad2412f4')
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+
+   install -Dm0755 bar "${pkgdir}/usr/bin/bar"
+   install -Dm0644 COPYING 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:29:41
  Author: foutrelis
Revision: 160638

archrelease: copy trunk to community-staging-any

Added:
  rkhunter/repos/community-staging-any/
  rkhunter/repos/community-staging-any/PKGBUILD
(from rev 160637, rkhunter/trunk/PKGBUILD)

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

Copied: rkhunter/repos/community-staging-any/PKGBUILD (from rev 160637, 
rkhunter/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-08 00:29:41 UTC (rev 160638)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Jaroslav Lichtblau 
+# Contributor: Pierre Schmitz 
+
+pkgname=rkhunter
+pkgver=1.4.2
+pkgrel=2
+pkgdesc='Checks machines for the presence of rootkits and other unwanted 
tools.'
+arch=('any')
+url='http://rkhunter.sourceforge.net/'
+license=('GPL')
+depends=('bash' 'perl' 'wget')
+optdepends=('unhide')
+backup=('etc/rkhunter.conf')
+source=("http://downloads.sourceforge.net/sourceforge/${pkgname}/${pkgname}-${pkgver}.tar.gz"{,.asc})
+md5sums=('85ad366b7f3999eb2a9371e39a1a4df7'
+ 'SKIP')
+validpgpkeys=('E15BCD4D6F14E91D1DD531A9EA5F4CD3A65F5E17')
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix installer for x86_64
+  sed -i -e "s/lib64/lib/g" installer.sh
+
+  # install to "/usr"
+  install -dm0755 "${pkgdir}/usr"
+  ./installer.sh --layout custom "${pkgdir}/usr" --striproot "${pkgdir}" 
--install
+
+  # fix paths
+  mv "${pkgdir}/usr/etc" "${pkgdir}"
+  mv "${pkgdir}/usr/var" "${pkgdir}"
+
+  sed -i -e "s#/usr/etc/rkhunter.conf#/etc/rkhunter.conf#g" 
"${pkgdir}/usr/bin/${pkgname}"
+  sed -i -e "s#/usr/etc/rkhunter.conf#/etc/rkhunter.conf#g" 
"${pkgdir}/etc/${pkgname}.conf"
+  sed -i -e "s#/usr/var/lib/rkhunter/db#/var/lib/rkhunter/db#g" 
"${pkgdir}/etc/${pkgname}.conf"
+  sed -i -e "s#/usr/var/lib/rkhunter/tmp#/var/lib/rkhunter/tmp#g" 
"${pkgdir}/etc/${pkgname}.conf"
+
+  # cleanup
+  rm -f "${pkgdir}/var/lib/${pkgname}/tmp/"{group,passwd}
+
+  # we trust in udev
+  sed -i 's|^#ALLOWHIDDENDIR=/dev/.udev$|ALLOWHIDDENDIR=/dev/.udev|' \
+"${pkgdir}/etc/${pkgname}.conf"
+}


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

2016-02-07 Thread Evangelos Foutras
Date: Monday, February 8, 2016 @ 01:29:18
  Author: foutrelis
Revision: 160636

archrelease: copy trunk to community-staging-any

Added:
  ttf-liberation/repos/community-staging-any/
  ttf-liberation/repos/community-staging-any/30-0-liberation-mono.conf
(from rev 160635, ttf-liberation/trunk/30-0-liberation-mono.conf)
  ttf-liberation/repos/community-staging-any/30-0-liberation-sans.conf
(from rev 160635, ttf-liberation/trunk/30-0-liberation-sans.conf)
  ttf-liberation/repos/community-staging-any/30-0-liberation-serif.conf
(from rev 160635, ttf-liberation/trunk/30-0-liberation-serif.conf)
  ttf-liberation/repos/community-staging-any/PKGBUILD
(from rev 160635, ttf-liberation/trunk/PKGBUILD)
  ttf-liberation/repos/community-staging-any/ttf.install
(from rev 160635, ttf-liberation/trunk/ttf.install)

-+
 PKGBUILD|   43 +++
 ttf.install |   16 
 2 files changed, 59 insertions(+)

Copied: ttf-liberation/repos/community-staging-any/30-0-liberation-mono.conf 
(from rev 160635, ttf-liberation/trunk/30-0-liberation-mono.conf)
===
(Binary files differ)

Copied: ttf-liberation/repos/community-staging-any/30-0-liberation-sans.conf 
(from rev 160635, ttf-liberation/trunk/30-0-liberation-sans.conf)
===
(Binary files differ)

Copied: ttf-liberation/repos/community-staging-any/30-0-liberation-serif.conf 
(from rev 160635, ttf-liberation/trunk/30-0-liberation-serif.conf)
===
(Binary files differ)

Copied: ttf-liberation/repos/community-staging-any/PKGBUILD (from rev 160635, 
ttf-liberation/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-02-08 00:29:18 UTC (rev 160636)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Lukas Fleischer 
+# Contributor: Ronald van Haren 
+# Contributor: Roman Kyrylych 
+# Contributor: Andreas Zwinkau
+# Contributor: rabyte 
+# Contributor: Stefan Husmann < stefan-husm...@t-online.de>
+
+pkgname=ttf-liberation
+pkgver=2.00.1
+pkgrel=6
+pkgdesc='Red Hats Liberation fonts.'
+arch=('any')
+license=('custom:OFL')
+url='https://www.redhat.com/promo/fonts/'
+depends=('fontconfig' 'xorg-fonts-encodings' 'xorg-font-utils')
+provides=('ttf-font')
+install=ttf.install
+source=("https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-$pkgver.tar.gz";
+30-0-liberation-mono.conf
+30-0-liberation-sans.conf
+30-0-liberation-serif.conf)
+md5sums=('5c781723a0d9ed6188960defba8e91cf'
+ '23ce227d5d72c6df2c69caf367d96341'
+ '88e91e718053d46cb1215067ffb0024a'
+ '5bc229f0f7ad387f1ba311148fcbff00')
+
+package() {
+  cd "$srcdir/liberation-fonts-ttf-$pkgver"
+
+  install -d "$pkgdir/usr/share/fonts/TTF/"
+  install -m644 *.ttf "$pkgdir/usr/share/fonts/TTF/"
+
+  # install fontconfig files
+  install -Dm0644 ../30-0-liberation-mono.conf 
"$pkgdir/etc/fonts/conf.avail/30-$pkgname-mono.conf"
+  install -Dm0644 ../30-0-liberation-sans.conf 
"$pkgdir/etc/fonts/conf.avail/30-$pkgname-sans.conf"
+  install -Dm0644 ../30-0-liberation-serif.conf \
+"$pkgdir/etc/fonts/conf.avail/30-$pkgname-serif.conf"
+
+  # install license
+  install -Dm644 "${srcdir}/liberation-fonts-ttf-${pkgver}/LICENSE" \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: ttf-liberation/repos/community-staging-any/ttf.install (from rev 
160635, ttf-liberation/trunk/ttf.install)
===
--- community-staging-any/ttf.install   (rev 0)
+++ community-staging-any/ttf.install   2016-02-08 00:29:18 UTC (rev 160636)
@@ -0,0 +1,16 @@
+post_install() {
+  echo -n "Updating font cache... "
+  fc-cache -s > /dev/null
+  mkfontscale /usr/share/fonts/TTF
+  mkfontdir /usr/share/fonts/TTF
+  echo "done."
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+post_remove() {
+  post_install $1
+}
+


  1   2   3   >