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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:51:16
  Author: fyan
Revision: 164318

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 164317, haskell-statistics/trunk/PKGBUILD)
  haskell-statistics/repos/community-staging-i686/haskell-statistics.install
(from rev 164317, haskell-statistics/trunk/haskell-statistics.install)
  haskell-statistics/repos/community-staging-x86_64/
  haskell-statistics/repos/community-staging-x86_64/PKGBUILD
(from rev 164317, haskell-statistics/trunk/PKGBUILD)
  haskell-statistics/repos/community-staging-x86_64/haskell-statistics.install
(from rev 164317, 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 
164317, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 07:51:16 UTC (rev 164318)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=5
+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 164317, haskell-statistics/trunk/haskell-statistics.install)
===
--- community-staging-i686/haskell-statistics.install   
(rev 0)
+++ community-staging-i686/haskell-statistics.install   2016-03-03 07:51:16 UTC 
(rev 164318)
@@ -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 
164317, haskell-statistics/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 07:51:16 UTC (rev 164318)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=statistics
+pkgname=haskell-statistics
+pkgver=0.13.2.3
+pkgrel=5
+pkgdesc="A library of statistical types, data, and functions"

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:50:28
  Author: fyan
Revision: 164317

upgpkg: haskell-statistics 0.13.2.3-5

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-statistics/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 07:48:05 UTC (rev 164316)
+++ PKGBUILD2016-03-03 07:50:28 UTC (rev 164317)
@@ -5,7 +5,7 @@
 _hkgname=statistics
 pkgname=haskell-statistics
 pkgver=0.13.2.3
-pkgrel=4
+pkgrel=5
 pkgdesc="A library of statistical types, data, and functions"
 url="https://github.com/bos/statistics;
 license=("custom:BSD3")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:48:05
  Author: fyan
Revision: 164316

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 164315, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 164315, 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 164315, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 07:48:05 UTC (rev 164316)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160229
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=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-magic"
+ "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")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('1eac609eeedbf01cf088461577b478a3aa99f7ecefa668214308e3b5509c1506')
+
+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 -fdbus -fxmpp -fmagicmime
+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 164315, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 07:48:05 UTC (rev 164316)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160229
+pkgrel=1
+pkgdesc="Manage files with git, without checking their contents into git"
+url="http://git-annex.branchable.com/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+depends=('git' 'rsync' 'libxml2' 'gsasl' 'file')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-async" 

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:45:31
  Author: fyan
Revision: 164315

upgpkg: git-annex 6.20160229-1

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 07:44:51 UTC (rev 164314)
+++ PKGBUILD2016-03-03 07:45:31 UTC (rev 164315)
@@ -3,8 +3,8 @@
 # Contributor: Arch Haskell Team 
 
 pkgname=git-annex
-pkgver=6.20160211
-pkgrel=8
+pkgver=6.20160229
+pkgrel=1
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")
@@ -33,7 +33,7 @@
  "haskell-yesod-default" "haskell-yesod-form" 
"haskell-yesod-static")
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('0a7d2dab17df27c06a935c469ced47a68d3c018cbb9254c9a735b584d413fb42')
+sha256sums=('1eac609eeedbf01cf088461577b478a3aa99f7ecefa668214308e3b5509c1506')
 
 build() {
 cd "${srcdir}/${pkgname}-${pkgver}"


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:41:45
  Author: fyan
Revision: 164313

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   44 +-
 PKGBUILD |   78 ++---
 2 files changed, 61 insertions(+), 61 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-03-03 07:40:23 UTC (rev 164312)
+++ LICENSE 2016-03-03 07:41:45 UTC (rev 164313)
@@ -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 164312, 
nodejs-babel-cli/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-03-03 07:41:45 UTC (rev 164313)
@@ -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-03-03 07:40:23 UTC (rev 164312)
+++ PKGBUILD2016-03-03 07:41:45 UTC (rev 164313)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-_npmname=babel-cli
-pkgname=nodejs-$_npmname
-pkgver=6.6.0
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/;
-license=('MIT')
-depends=('nodejs' 'semver')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;
-LICENSE)
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('26c4ff2d2f2b6c2956b0d93b89a300fc845bfca00ce9a00dfb7213e2e733d28b'
-'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"
-
-  # Fix permissions
-  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
-
-  # Experimental dedup
-  for dir in $_npmname/node_modules 
$_npmname/node_modules/semver-truncate/node_modules; do
-cd "$pkgdir"/usr/lib/node_modules/$dir
-for dep in semver; do
-  rm -r $dep;
-  npm link $dep;
-done
-  done
-}

Copied: nodejs-babel-cli/repos/community-any/PKGBUILD (from rev 164312, 
nodejs-babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD  

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:40:23
  Author: fyan
Revision: 164312

upgpkg: nodejs-babel-cli 6.6.4-1

Modified:
  nodejs-babel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 07:33:10 UTC (rev 164311)
+++ PKGBUILD2016-03-03 07:40:23 UTC (rev 164312)
@@ -6,7 +6,7 @@
 
 _npmname=babel-cli
 pkgname=nodejs-$_npmname
-pkgver=6.6.0
+pkgver=6.6.4
 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=('26c4ff2d2f2b6c2956b0d93b89a300fc845bfca00ce9a00dfb7213e2e733d28b'
+sha256sums=('290f1da9b82fcd1dc9c4a182a26bb215e41cff0a2381a6f4cd1ef00cf87fd425'
 '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
 
 package() {


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

2016-03-02 Thread Evangelos Foutras
Date: Thursday, March 3, 2016 @ 08:38:11
  Author: foutrelis
Revision: 260569

upgpkg: chromium 49.0.2623.75-1

New upstream release.

Modified:
  chromium/trunk/PKGBUILD
Deleted:
  chromium/trunk/chromium-fix-print-preview-on-en_GB-locale.patch
  chromium/trunk/chromium-use-non-versioned-icu-namespace.patch

--+
 PKGBUILD |   15 +++
 chromium-fix-print-preview-on-en_GB-locale.patch |   17 -
 chromium-use-non-versioned-icu-namespace.patch   |   14 --
 3 files changed, 3 insertions(+), 43 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 07:18:38 UTC (rev 260568)
+++ PKGBUILD2016-03-03 07:38:11 UTC (rev 260569)
@@ -5,7 +5,7 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=chromium
-pkgver=48.0.2564.116
+pkgver=49.0.2623.75
 pkgrel=1
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating 
a safer, faster, and more stable browser"
@@ -27,14 +27,10 @@
 
source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgname-$pkgver.tar.xz
 
chromium-launcher-$_launcher_ver.tar.gz::https://github.com/foutrelis/chromium-launcher/archive/v$_launcher_ver.tar.gz
 chromium.desktop
-chromium-use-non-versioned-icu-namespace.patch
-chromium-fix-print-preview-on-en_GB-locale.patch
 chromium-widevine.patch)
-sha256sums=('6a1eb9b4c853f15eeec0a55af7ac3b41835f0fc592ba6c0a500873cb12a84d0f'
+sha256sums=('a4fd4c85b12b021789d8afc33b27555396e47d9f67c8a062ee3609c4d6b582f5'
 '8b01fb4efe58146279858a754d90b49e5a38c9a0b36a1f84cbb7d12f92b84c28'
 '028a748a5c275de9b8f776f97909f999a8583a4b77fd1cd600b4fc5c0c3e91e9'
-'e4192446cc0ab6a5c540599c8a149f4f2208f0014da2786ada6c9544913d7426'
-'6fff45aafa31fb35a032b4e2175a341e08f9d2a9b37c5cf080c318180f558378'
 '4660344789c45c9b9e52cb6d86f7cb6edb297b39320d04f6947e5216d6e5f64c')
 
 # Google API keys (see http://www.chromium.org/developers/how-tos/api-keys)
@@ -63,12 +59,6 @@
   # https://code.google.com/p/chromium/issues/detail?id=541273
   sed -i "/'target_name': 'libvpx'/s/libvpx/&_new/" 
build/linux/unbundle/libvpx.gyp
 
-  # https://codereview.chromium.org/1505763002
-  patch -Np1 -i ../chromium-use-non-versioned-icu-namespace.patch
-
-  # https://code.google.com/p/chromium/issues/detail?id=480415
-  patch -Np1 -i ../chromium-fix-print-preview-on-en_GB-locale.patch
-
   # Enable support for the Widevine CDM plugin
   # libwidevinecdm.so is not included, but can be copied over from Chrome
   # (Version string doesn't seem to matter so let's go with "Pinkie Pie")
@@ -147,6 +137,7 @@
 -Dusb_ids_path=/usr/share/hwdata/usb.ids
 -Duse_mojo=0
 -Duse_gconf=0
+-Duse_sysroot=0
 -Denable_hangout_services_extension=1
 -Denable_widevine=1
 -Ddisable_fatal_linker_warnings=1

Deleted: chromium-fix-print-preview-on-en_GB-locale.patch
===
--- chromium-fix-print-preview-on-en_GB-locale.patch2016-03-03 07:18:38 UTC 
(rev 260568)
+++ chromium-fix-print-preview-on-en_GB-locale.patch2016-03-03 07:38:11 UTC 
(rev 260569)
@@ -1,17 +0,0 @@
-Index: chrome/browser/ui/webui/print_preview/print_preview_handler.cc
-diff --git a/chrome/browser/ui/webui/print_preview/print_preview_handler.cc 
b/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
-index 
6cfd861387c9f8b145fb33472b10025537986213..c936a9c1dadb13c00418e8ae79a8a1987c1d36cd
 100644
 a/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
-+++ b/chrome/browser/ui/webui/print_preview/print_preview_handler.cc
-@@ -1222,7 +1222,10 @@ void 
PrintPreviewHandler::GetNumberFormatAndMeasurementSystem(
-   UErrorCode errorCode = U_ZERO_ERROR;
-   const char* locale = g_browser_process->GetApplicationLocale().c_str();
-   UMeasurementSystem system = ulocdata_getMeasurementSystem(locale, 
);
--  if (errorCode > U_ZERO_ERROR || system == UMS_LIMIT)
-+  // On error, assume the units are SI.
-+  // Since the only measurement units print preview's WebUI cares about are
-+  // those for measuring distance, assume anything non-US is SI.
-+  if (errorCode > U_ZERO_ERROR || system != UMS_US)
- system = UMS_SI;
- 
-   // Getting the number formatting based on the locale and writing to

Deleted: chromium-use-non-versioned-icu-namespace.patch
===
--- chromium-use-non-versioned-icu-namespace.patch  2016-03-03 07:18:38 UTC 
(rev 260568)
+++ chromium-use-non-versioned-icu-namespace.patch  2016-03-03 07:38:11 UTC 
(rev 260569)
@@ -1,14 +0,0 @@
-Index: components/autofill/core/common/autofill_l10n_util.cc
-diff --git a/components/autofill/core/common/autofill_l10n_util.cc 

[arch-commits] Commit in chromium/repos (20 files)

2016-03-02 Thread Evangelos Foutras
Date: Thursday, March 3, 2016 @ 08:38:26
  Author: foutrelis
Revision: 260570

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

Added:
  chromium/repos/extra-i686/PKGBUILD
(from rev 260569, chromium/trunk/PKGBUILD)
  chromium/repos/extra-i686/chromium-widevine.patch
(from rev 260569, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-i686/chromium.desktop
(from rev 260569, chromium/trunk/chromium.desktop)
  chromium/repos/extra-i686/chromium.install
(from rev 260569, chromium/trunk/chromium.install)
  chromium/repos/extra-x86_64/PKGBUILD
(from rev 260569, chromium/trunk/PKGBUILD)
  chromium/repos/extra-x86_64/chromium-widevine.patch
(from rev 260569, chromium/trunk/chromium-widevine.patch)
  chromium/repos/extra-x86_64/chromium.desktop
(from rev 260569, chromium/trunk/chromium.desktop)
  chromium/repos/extra-x86_64/chromium.install
(from rev 260569, chromium/trunk/chromium.install)
Deleted:
  chromium/repos/extra-i686/PKGBUILD
  chromium/repos/extra-i686/chromium-fix-print-preview-on-en_GB-locale.patch
  chromium/repos/extra-i686/chromium-use-non-versioned-icu-namespace.patch
  chromium/repos/extra-i686/chromium-widevine.patch
  chromium/repos/extra-i686/chromium.desktop
  chromium/repos/extra-i686/chromium.install
  chromium/repos/extra-x86_64/PKGBUILD
  chromium/repos/extra-x86_64/chromium-fix-print-preview-on-en_GB-locale.patch
  chromium/repos/extra-x86_64/chromium-use-non-versioned-icu-namespace.patch
  chromium/repos/extra-x86_64/chromium-widevine.patch
  chromium/repos/extra-x86_64/chromium.desktop
  chromium/repos/extra-x86_64/chromium.install

---+
 /PKGBUILD |  422 ++
 /chromium-widevine.patch  |  106 ++
 /chromium.desktop |  224 +
 /chromium.install |   54 +
 extra-i686/PKGBUILD   |  220 -
 extra-i686/chromium-fix-print-preview-on-en_GB-locale.patch   |   17 
 extra-i686/chromium-use-non-versioned-icu-namespace.patch |   14 
 extra-i686/chromium-widevine.patch|   53 -
 extra-i686/chromium.desktop   |  112 --
 extra-i686/chromium.install   |   27 
 extra-x86_64/PKGBUILD |  220 -
 extra-x86_64/chromium-fix-print-preview-on-en_GB-locale.patch |   17 
 extra-x86_64/chromium-use-non-versioned-icu-namespace.patch   |   14 
 extra-x86_64/chromium-widevine.patch  |   53 -
 extra-x86_64/chromium.desktop |  112 --
 extra-x86_64/chromium.install |   27 
 16 files changed, 806 insertions(+), 886 deletions(-)

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


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:33:10
  Author: fyan
Revision: 164311

upgpkg: sshuttle 0.77-1

Modified:
  sshuttle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 07:24:10 UTC (rev 164310)
+++ PKGBUILD2016-03-03 07:33:10 UTC (rev 164311)
@@ -3,7 +3,7 @@
 # Contributor: alphazo 
 
 pkgname=sshuttle
-pkgver=0.76
+pkgver=0.77
 pkgrel=1
 pkgdesc='Transparent proxy server that forwards all TCP packets over ssh'
 arch=('any')


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:24:10
  Author: fyan
Revision: 164310

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-03 07:23:22 UTC (rev 164309)
+++ community-i686/PKGBUILD 2016-03-03 07:24:10 UTC (rev 164310)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor  Bartłomiej Piotrowski 
-# Contributor: Thomas Dziedzic < gostrc at gmail >
-# Contributor: James Campos 
-# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
-# Contributor: Dongsheng Cai 
-# Contributor: Masutu Subric 
-# Contributor: TIanyi Cui 
-
-pkgname=nodejs
-pkgver=5.7.0
-pkgrel=1
-pkgdesc='Evented I/O for V8 javascript'
-arch=('i686' 'x86_64')
-url='http://nodejs.org/'
-license=('MIT')
-depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
-makedepends=('python2' 'procps-ng')
-optdepends=('npm: nodejs package manager')
-source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
-sha256sums=('2338b46a2f45fbb747089c66931f62555f25a5928511d3a43bbb3a39dcded2d8')
-
-prepare() {
-  cd node-v$pkgver
-
-  msg 'Fixing for python2 name'
-  find -type f -exec sed \
--e 's_^#!/usr/bin/env python$_&2_' \
--e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
--e 's_^#!/usr/bin/python$_&2_' \
--e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
--e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
--e "s_'python'_'python2'_" -i {} \;
-  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
-}
-
-build() {
-  cd node-v$pkgver
-
-  export PYTHON=python2
-  ./configure \
---prefix=/usr \
---with-intl=system-icu \
---without-npm \
---shared-openssl \
---shared-zlib \
---shared-libuv \
---shared-http-parser
-# --shared-v8
-
-  make
-}
-
-check() {
-  cd node-v$pkgver
-  # One failure in 5.7.0
-  make test || warning "Tests failed"
-}
-
-package() {
-  cd node-v$pkgver
-
-  make DESTDIR="$pkgdir" install
-
-  # install docs as per user request
-  install -d "$pkgdir"/usr/share/doc/nodejs
-  cp -r doc/api/{*.html,assets} \
-"$pkgdir"/usr/share/doc/nodejs
-
-  install -D -m644 LICENSE \
-"$pkgdir"/usr/share/licenses/nodejs/LICENSE
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nodejs/repos/community-i686/PKGBUILD (from rev 164309, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-03 07:24:10 UTC (rev 164310)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor  Bartłomiej Piotrowski 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: James Campos 
+# Contributor: BlackEagle < ike DOT devolder AT gmail DOT com >
+# Contributor: Dongsheng Cai 
+# Contributor: Masutu Subric 
+# Contributor: TIanyi Cui 
+
+pkgname=nodejs
+pkgver=5.7.1
+pkgrel=1
+pkgdesc='Evented I/O for V8 javascript'
+arch=('i686' 'x86_64')
+url='http://nodejs.org/'
+license=('MIT')
+depends=('openssl' 'zlib' 'icu' 'libuv' 'http-parser') # 'v8')
+makedepends=('python2' 'procps-ng')
+optdepends=('npm: nodejs package manager')
+source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
+sha256sums=('ecd4956335c6b86f1b72fd203abd9a833717e6800edb12208d0e3ce625330198')
+
+prepare() {
+  cd node-v$pkgver
+
+  msg 'Fixing for python2 name'
+  find -type f -exec sed \
+-e 's_^#!/usr/bin/env python$_&2_' \
+-e 's_^\(#!/usr/bin/python2\).[45]$_\1_' \
+-e 's_^#!/usr/bin/python$_&2_' \
+-e 's_^\( *exec \+\)python\( \+.*\)$_\1python2\2_'\
+-e 's_^\(.*\)python\( \+-c \+.*\)$_\1python2\2_'\
+-e "s_'python'_'python2'_" -i {} \;
+  find test/ -type f -exec sed 's_python _python2 _' -i {} \;
+}
+
+build() {
+  cd node-v$pkgver
+
+  export PYTHON=python2
+  ./configure \
+--prefix=/usr \
+--with-intl=system-icu \
+--without-npm \
+--shared-openssl \
+--shared-zlib \
+--shared-libuv \
+--shared-http-parser
+# --shared-v8
+
+  make
+}
+
+check() {
+  cd node-v$pkgver
+  # One failure in 5.7.0
+  make test || warning "Tests failed"
+}
+
+package() {
+  cd node-v$pkgver
+
+  make DESTDIR="$pkgdir" install

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:23:22
  Author: fyan
Revision: 164309

upgpkg: nodejs 5.7.1-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 07:05:15 UTC (rev 164308)
+++ PKGBUILD2016-03-03 07:23:22 UTC (rev 164309)
@@ -9,7 +9,7 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=5.7.0
+pkgver=5.7.1
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
@@ -19,7 +19,7 @@
 makedepends=('python2' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 source=("http://nodejs.org/dist/v$pkgver/node-v$pkgver.tar.gz;)
-sha256sums=('2338b46a2f45fbb747089c66931f62555f25a5928511d3a43bbb3a39dcded2d8')
+sha256sums=('ecd4956335c6b86f1b72fd203abd9a833717e6800edb12208d0e3ce625330198')
 
 prepare() {
   cd node-v$pkgver


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:18:38
  Author: fyan
Revision: 260568

archrelease: copy trunk to testing-any

Added:
  perl-date-manip/repos/testing-any/
  perl-date-manip/repos/testing-any/PKGBUILD
(from rev 260567, perl-date-manip/trunk/PKGBUILD)

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

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


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:18:11
  Author: fyan
Revision: 260567

upgpkg: perl-date-manip 6.53-1

Modified:
  perl-date-manip/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 05:29:45 UTC (rev 260566)
+++ PKGBUILD2016-03-03 07:18:11 UTC (rev 260567)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=perl-date-manip
-pkgver=6.52
+pkgver=6.53
 pkgrel=1
 pkgdesc="Date::Manip - date manipulation routines"
 arch=('any')
@@ -12,7 +12,7 @@
 checkdepends=('perl-test-inter')
 options=('!emptydirs')
 
source=("http://search.cpan.org/CPAN/authors/id/S/SB/SBECK/Date-Manip-${pkgver}.tar.gz;)
-md5sums=('cd901896b1fae6e389dce7facfe715f6')
+md5sums=('d78f6e1857e74aa4883482348fca4668')
 
 build() {
   cd Date-Manip-${pkgver}


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:05:15
  Author: fyan
Revision: 164308

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

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

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

Copied: hindent/repos/community-staging-i686/PKGBUILD (from rev 164307, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 07:05:15 UTC (rev 164308)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=7
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: hindent/repos/community-staging-x86_64/PKGBUILD (from rev 164307, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 07:05:15 UTC (rev 164308)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=7
+pkgdesc="Extensible Haskell pretty printer"
+url="http://www.github.com/chrisdone/hindent;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-descriptive" 
"haskell-src-exts"
+ "haskell-monad-loops" "haskell-mtl" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('04e8ffb44b46a45cd6425233efe595d6e412a20c71b69749f72c036bca4870f5')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 08:04:46
  Author: fyan
Revision: 164307

upgpkg: hindent 4.6.1-7

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 06:58:44 UTC (rev 164306)
+++ PKGBUILD2016-03-03 07:04:46 UTC (rev 164307)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=4.6.1
-pkgrel=6
+pkgrel=7
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent;
 license=("custom:BSD3")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:58:44
  Author: fyan
Revision: 164306

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

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

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

Copied: haskell-hakyll/repos/community-staging-i686/PKGBUILD (from rev 164305, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 06:58:44 UTC (rev 164306)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=32
+pkgdesc="A static website compiler library"
+url="http://jaspervdj.be/hakyll;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-html" "haskell-blaze-markup" 
"haskell-cmdargs"
+ "haskell-cryptohash" "haskell-data-default" "haskell-http-conduit"
+ "haskell-http-types" "haskell-lrucache" "haskell-mtl" 
"haskell-network"
+ "haskell-network-uri" "haskell-pandoc" "haskell-pandoc-citeproc"
+ "haskell-parsec" "haskell-random" "haskell-regex-base" 
"haskell-regex-tdfa"
+ "haskell-tagsoup" "haskell-text" "haskell-time-locale-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('39efc15d8d9bce1f151587f1556be8daac58c1d3fe6596458f0e9122a659b310')
+
+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 \
+-fcheckexternal -f-watchserver -f-previewserver
+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-hakyll/repos/community-staging-i686/haskell-hakyll.install 
(from rev 164305, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-03-03 06:58:44 UTC 
(rev 164306)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hakyll
+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-hakyll/repos/community-staging-x86_64/PKGBUILD (from rev 
164305, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 06:58:44 UTC (rev 164306)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:57:21
  Author: fyan
Revision: 164305

upgpkg: haskell-hakyll 4.7.5.1-32

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 06:55:09 UTC (rev 164304)
+++ PKGBUILD2016-03-03 06:57:21 UTC (rev 164305)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=31
+pkgrel=32
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:55:09
  Author: fyan
Revision: 164304

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  110 ++---
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-03 06:54:50 UTC (rev 164303)
+++ PKGBUILD2016-03-03 06:55:09 UTC (rev 164304)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Hugo Osvaldo Barrera 
-# Contributor: Daniel M. Capella 
-# Contributor: Hugo Osvaldo Barrera 
-# Contributor: Limao Luo 
-# Contributor: Jeremy Sands 
-
-pkgbase=python-parsedatetime
-pkgname=('python-parsedatetime' 'python2-parsedatetime')
-pkgver=2.0
-pkgrel=1
-pkgdesc="Parse human-readable date/time strings."
-arch=('any')
-license=('Apache')
-url='http://github.com/bear/parsedatetime'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-nose' 'python2-nose' 'python-pyicu' 'python2-pyicu'
-  'python-coverage' 'python2-coverage')
-source=("git+https://github.com/bear/parsedatetime.git#tag=v$pkgver;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a parsedatetime{,-py2}
-}
-
-build() {
-  cd "$srcdir"/parsedatetime
-  python setup.py build
-
-  cd "$srcdir"/parsedatetime-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/parsedatetime
-  nosetests3
-
-  cd "$srcdir"/parsedatetime-py2
-  nosetests2
-}
-
-package_python-parsedatetime() {
-  depends=('python')
-
-  cd parsedatetime
-  python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-parsedatetime() {
-  depends=('python2')
-
-  cd parsedatetime-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-parsedatetime/repos/community-any/PKGBUILD (from rev 164303, 
python-parsedatetime/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-03 06:55:09 UTC (rev 164304)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Daniel M. Capella 
+# Contributor: Hugo Osvaldo Barrera 
+# Contributor: Limao Luo 
+# Contributor: Jeremy Sands 
+
+pkgbase=python-parsedatetime
+pkgname=('python-parsedatetime' 'python2-parsedatetime')
+pkgver=2.1
+pkgrel=1
+pkgdesc="Parse human-readable date/time strings."
+arch=('any')
+license=('Apache')
+url='http://github.com/bear/parsedatetime'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-nose' 'python2-nose' 'python-pyicu' 'python2-pyicu'
+  'python-coverage' 'python2-coverage')
+source=("git+https://github.com/bear/parsedatetime.git#tag=v$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a parsedatetime{,-py2}
+}
+
+build() {
+  cd "$srcdir"/parsedatetime
+  python setup.py build
+
+  cd "$srcdir"/parsedatetime-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/parsedatetime
+  nosetests3
+
+  cd "$srcdir"/parsedatetime-py2
+  nosetests2
+}
+
+package_python-parsedatetime() {
+  depends=('python')
+
+  cd parsedatetime
+  python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-parsedatetime() {
+  depends=('python2')
+
+  cd parsedatetime-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+}


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:54:50
  Author: fyan
Revision: 164303

upgpkg: python-parsedatetime 2.1-1

Modified:
  python-parsedatetime/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 06:48:44 UTC (rev 164302)
+++ PKGBUILD2016-03-03 06:54:50 UTC (rev 164303)
@@ -8,7 +8,7 @@
 
 pkgbase=python-parsedatetime
 pkgname=('python-parsedatetime' 'python2-parsedatetime')
-pkgver=2.0
+pkgver=2.1
 pkgrel=1
 pkgdesc="Parse human-readable date/time strings."
 arch=('any')


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:48:44
  Author: fyan
Revision: 164302

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

Added:
  ghc-mod/repos/community-staging-i686/
  ghc-mod/repos/community-staging-i686/PKGBUILD
(from rev 164301, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install
(from rev 164301, ghc-mod/trunk/haskell-ghc-mod.install)
  ghc-mod/repos/community-staging-x86_64/
  ghc-mod/repos/community-staging-x86_64/PKGBUILD
(from rev 164301, ghc-mod/trunk/PKGBUILD)
  ghc-mod/repos/community-staging-x86_64/haskell-ghc-mod.install
(from rev 164301, ghc-mod/trunk/haskell-ghc-mod.install)

--+
 community-staging-i686/PKGBUILD  |   61 +
 community-staging-i686/haskell-ghc-mod.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   61 +
 community-staging-x86_64/haskell-ghc-mod.install |   18 ++
 4 files changed, 158 insertions(+)

Copied: ghc-mod/repos/community-staging-i686/PKGBUILD (from rev 164301, 
ghc-mod/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 06:48:44 UTC (rev 164302)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=ghc-mod
+pkgname=(ghc-mod haskell-ghc-mod)
+pkgver=5.5.0.0
+pkgrel=13
+pkgdesc="Happy Haskell Programming"
+url="http://www.mew.org/~kazu/proj/ghc-mod/;
+license=("AGPL3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-cabal-helper" "haskell-djinn-ghc" 
"haskell-extra"
+ "haskell-fclabels" "haskell-ghc-paths" "haskell-ghc-syb-utils" 
"haskell-src-exts"
+ "haskell-hlint" "haskell-monad-control" "haskell-monad-journal" 
"haskell-mtl"
+ "haskell-old-time" "haskell-optparse-applicative" "haskell-pipes" 
"haskell-safe"
+ "haskell-split" "haskell-syb" "haskell-temporary" "haskell-text"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('d05be8f3541e875cd4ebefb28968cfc095fc323e49328f2e40581f6f5de70d31')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid
+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_ghc-mod() {
+depends=('cabal-helper' 'ghc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "COPYING.BSD3" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/COPYING.BSD3"
+}
+
+package_haskell-ghc-mod() {
+pkgdesc="Happy Haskell Programming (docs and libraries)"
+depends=("${makedepends[@]}" 'ghc-mod')
+install="haskell-ghc-mod.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -f "${pkgdir}/usr/share/doc/${pkgbase}/COPYING.BSD3"
+rm -r "$pkgdir"/usr/{bin,share/$pkgbase}
+}

Copied: ghc-mod/repos/community-staging-i686/haskell-ghc-mod.install (from rev 
164301, ghc-mod/trunk/haskell-ghc-mod.install)
===
--- community-staging-i686/haskell-ghc-mod.install  
(rev 0)
+++ community-staging-i686/haskell-ghc-mod.install  2016-03-03 06:48:44 UTC 
(rev 164302)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-ghc-mod
+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: ghc-mod/repos/community-staging-x86_64/PKGBUILD (from rev 164301, 
ghc-mod/trunk/PKGBUILD)

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:48:00
  Author: fyan
Revision: 164301

upgpkg: ghc-mod 5.5.0.0-13

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  ghc-mod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 06:29:01 UTC (rev 164300)
+++ PKGBUILD2016-03-03 06:48:00 UTC (rev 164301)
@@ -5,7 +5,7 @@
 pkgbase=ghc-mod
 pkgname=(ghc-mod haskell-ghc-mod)
 pkgver=5.5.0.0
-pkgrel=12
+pkgrel=13
 pkgdesc="Happy Haskell Programming"
 url="http://www.mew.org/~kazu/proj/ghc-mod/;
 license=("AGPL3")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:29:01
  Author: fyan
Revision: 164300

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

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

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

Copied: cgrep/repos/community-staging-i686/PKGBUILD (from rev 164299, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 06:29:01 UTC (rev 164300)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.3
+pkgrel=2
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cb603a7127c922a63a0c91f64f4d35782860a96cb1da66d5d9ae5fa8f91a634f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}

Copied: cgrep/repos/community-staging-x86_64/PKGBUILD (from rev 164299, 
cgrep/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 06:29:01 UTC (rev 164300)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=cgrep
+pkgver=6.6.3
+pkgrel=2
+pkgdesc="A context-aware grep for source codes"
+url="http://awgn.github.io/cgrep/;
+license=("GPL2")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'pcre')
+makedepends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-async" 
"haskell-cmdargs"
+ "haskell-dlist" "haskell-either" "haskell-mtl" 
"haskell-regex-base"
+ "haskell-regex-pcre" "haskell-regex-posix" "haskell-safe" 
"haskell-split"
+ "haskell-stm" "haskell-stringsearch" "haskell-unix-compat"
+ "haskell-unordered-containers")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cb603a7127c922a63a0c91f64f4d35782860a96cb1da66d5d9ae5fa8f91a634f')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+}


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:27:25
  Author: fyan
Revision: 164299

upgpkg: cgrep 6.6.3-2

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  cgrep/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 06:19:40 UTC (rev 164298)
+++ PKGBUILD2016-03-03 06:27:25 UTC (rev 164299)
@@ -4,7 +4,7 @@
 
 pkgname=cgrep
 pkgver=6.6.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A context-aware grep for source codes"
 url="http://awgn.github.io/cgrep/;
 license=("GPL2")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:19:40
  Author: fyan
Revision: 164298

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 164297, hoogle/trunk/PKGBUILD)
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 164297, 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 164297, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 06:19:40 UTC (rev 164298)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=13
+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 164297, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 06:19:40 UTC (rev 164298)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=13
+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-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:18:52
  Author: fyan
Revision: 164297

upgpkg: hoogle 4.2.43-13

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 06:13:27 UTC (rev 164296)
+++ PKGBUILD2016-03-03 06:18:52 UTC (rev 164297)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=12
+pkgrel=13
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:13:27
  Author: fyan
Revision: 164296

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

Added:
  haskell-conduit-combinators/repos/community-staging-i686/
  haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD
(from rev 164295, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
(from rev 164295, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
  haskell-conduit-combinators/repos/community-staging-x86_64/
  haskell-conduit-combinators/repos/community-staging-x86_64/PKGBUILD
(from rev 164295, haskell-conduit-combinators/trunk/PKGBUILD)
  
haskell-conduit-combinators/repos/community-staging-x86_64/haskell-conduit-combinators.install
(from rev 164295, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)

--+
 community-staging-i686/PKGBUILD  |   47 ++
 community-staging-i686/haskell-conduit-combinators.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   47 ++
 community-staging-x86_64/haskell-conduit-combinators.install |   18 +++
 4 files changed, 130 insertions(+)

Copied: haskell-conduit-combinators/repos/community-staging-i686/PKGBUILD (from 
rev 164295, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 06:13:27 UTC (rev 164296)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-combinators
+pkgname=haskell-conduit-combinators
+pkgver=1.0.3.1
+pkgrel=8
+pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
+url="https://github.com/fpco/conduit-combinators;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base16-bytestring" "haskell-base64-bytestring"
+ "haskell-chunked-data" "haskell-conduit" "haskell-conduit-extra"
+ "haskell-monad-control" "haskell-mono-traversable" 
"haskell-mwc-random"
+ "haskell-primitive" "haskell-resourcet" "haskell-text"
+ "haskell-transformers-base" "haskell-unix-compat" "haskell-vector"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('66a40be2cc964c36b06cf9b096c1a99b107dba06b62baa4b13b9c485dc4f8b48')
+
+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-conduit-combinators/repos/community-staging-i686/haskell-conduit-combinators.install
 (from rev 164295, 
haskell-conduit-combinators/trunk/haskell-conduit-combinators.install)
===
--- community-staging-i686/haskell-conduit-combinators.install  
(rev 0)
+++ community-staging-i686/haskell-conduit-combinators.install  2016-03-03 
06:13:27 UTC (rev 164296)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-combinators
+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-conduit-combinators/repos/community-staging-x86_64/PKGBUILD 
(from rev 164295, haskell-conduit-combinators/trunk/PKGBUILD)
===
--- 

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:12:53
  Author: fyan
Revision: 164295

upgpkg: haskell-conduit-combinators 1.0.3.1-8

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-conduit-combinators/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 06:10:44 UTC (rev 164294)
+++ PKGBUILD2016-03-03 06:12:53 UTC (rev 164295)
@@ -5,7 +5,7 @@
 _hkgname=conduit-combinators
 pkgname=haskell-conduit-combinators
 pkgver=1.0.3.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Commonly used conduit functions, for both chunked and unchunked data"
 url="https://github.com/fpco/conduit-combinators;
 license=("MIT")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:10:44
  Author: fyan
Revision: 164294

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

Added:
  pandoc-crossref/repos/community-staging-i686/
  pandoc-crossref/repos/community-staging-i686/PKGBUILD
(from rev 164293, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 164293, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 164293, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 164293, pandoc-crossref/trunk/haskell-pandoc-crossref.install)

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

Copied: pandoc-crossref/repos/community-staging-i686/PKGBUILD (from rev 164293, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 06:10:44 UTC (rev 164294)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.1.6.5
+pkgrel=12
+pkgdesc="Pandoc filter for cross-references"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("GPL2")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-data-default" "haskell-data-accessor"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc"
+ "haskell-pandoc-types" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('6b92a2730ed28c0242b81e47c0e21902321f98eb2b580d2114d906ca89a451e2')
+
+build() {
+cd "${srcdir}/${pkgbase}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$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_pandoc-crossref() {
+depends=('pandoc')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share}
+}
+
+package_haskell-pandoc-crossref() {
+pkgdesc="Pandoc filter for cross-references (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-crossref')
+install="haskell-pandoc-crossref.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
+}

Copied: 
pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install 
(from rev 164293, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
===
--- community-staging-i686/haskell-pandoc-crossref.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-crossref.install  2016-03-03 
06:10:44 UTC (rev 164294)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-crossref
+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: pandoc-crossref/repos/community-staging-x86_64/PKGBUILD (from rev 
164293, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 06:10:44 UTC (rev 164294)

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 07:10:05
  Author: fyan
Revision: 164293

upgpkg: pandoc-crossref 0.1.6.5-12

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 05:57:21 UTC (rev 164292)
+++ PKGBUILD2016-03-03 06:10:05 UTC (rev 164293)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.1.6.5
-pkgrel=11
+pkgrel=12
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:57:21
  Author: fyan
Revision: 164292

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

Added:
  pandoc-citeproc/repos/community-staging-i686/
  pandoc-citeproc/repos/community-staging-i686/PKGBUILD
(from rev 164291, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 164291, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 164291, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 164291, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)

--+
 community-staging-i686/PKGBUILD  |   64 +
 community-staging-i686/haskell-pandoc-citeproc.install   |   18 +++
 community-staging-x86_64/PKGBUILD|   64 +
 community-staging-x86_64/haskell-pandoc-citeproc.install |   18 +++
 4 files changed, 164 insertions(+)

Copied: pandoc-citeproc/repos/community-staging-i686/PKGBUILD (from rev 164291, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 05:57:21 UTC (rev 164292)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-citeproc
+pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
+pkgver=0.9
+pkgrel=32
+pkgdesc="Supports using pandoc with citeproc"
+url="http://hackage.haskell.org/package/${pkgbase};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-aeson-pretty" 
"haskell-attoparsec"
+ "haskell-data-default" "haskell-hs-bibutils" "haskell-mtl"
+ "haskell-old-locale" "haskell-pandoc" "haskell-pandoc-types" 
"haskell-parsec"
+ "haskell-rfc5051" "haskell-setenv" "haskell-split" "haskell-syb"
+ "haskell-tagsoup" "haskell-temporary" "haskell-text" 
"haskell-text-icu"
+ "haskell-unordered-containers" "haskell-vector" 
"haskell-xml-conduit" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('ae880aa27b5fcaf93886844bd9473c764329dc96211482bf014f350335887fbd')
+
+prepare() {
+sed -e 's/aeson >= 0.7 && < 0.11/aeson >= 0.7 \&\& < 0.12/' \
+-i ${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}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-debug -f-test_citeproc -funicode_collation -f-embed_data_files 
-fbibutils
+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_pandoc-citeproc() {
+depends=('pandoc' 'icu')
+
+cd "${srcdir}/${pkgbase}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+package_haskell-pandoc-citeproc() {
+pkgdesc="Supports using pandoc with citeproc (docs and libraries)"
+depends=("${makedepends[@]}" 'pandoc-citeproc')
+install="haskell-pandoc-citeproc.install"
+
+cd "${srcdir}/${pkgbase}-${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/${pkgbase}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/share/{pandoc-citeproc,man} "$pkgdir"/usr/bin
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install 
(from rev 164291, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
===
--- community-staging-i686/haskell-pandoc-citeproc.install  
(rev 0)
+++ community-staging-i686/haskell-pandoc-citeproc.install  2016-03-03 
05:57:21 UTC (rev 164292)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-pandoc-citeproc
+post_install() {
+  ${HS_DIR}/register.sh
+  

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:56:40
  Author: fyan
Revision: 164291

upgpkg: pandoc-citeproc 0.9-32

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 05:34:59 UTC (rev 164290)
+++ PKGBUILD2016-03-03 05:56:40 UTC (rev 164291)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9
-pkgrel=31
+pkgrel=32
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:34:59
  Author: fyan
Revision: 164290

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

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

-+
 community-staging-i686/PKGBUILD |   45 ++
 community-staging-i686/haskell-cheapskate.install   |   18 +++
 community-staging-x86_64/PKGBUILD   |   45 ++
 community-staging-x86_64/haskell-cheapskate.install |   18 +++
 4 files changed, 126 insertions(+)

Copied: haskell-cheapskate/repos/community-staging-i686/PKGBUILD (from rev 
164289, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 05:34:59 UTC (rev 164290)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=10
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-blaze-html" 
"haskell-data-default"
+ "haskell-http-types" "haskell-mtl" "haskell-syb" "haskell-text"
+ "haskell-uniplate" "haskell-wai" "haskell-wai-extra" 
"haskell-xss-sanitize")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('023243726dd26a381ae43c6cace5381533b7605f069f04888c99b58d290c3d37')
+
+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-dingus
+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-cheapskate/repos/community-staging-i686/haskell-cheapskate.install 
(from rev 164289, haskell-cheapskate/trunk/haskell-cheapskate.install)
===
--- community-staging-i686/haskell-cheapskate.install   
(rev 0)
+++ community-staging-i686/haskell-cheapskate.install   2016-03-03 05:34:59 UTC 
(rev 164290)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-cheapskate
+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-cheapskate/repos/community-staging-x86_64/PKGBUILD (from rev 
164289, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 05:34:59 UTC (rev 164290)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=10
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:34:26
  Author: fyan
Revision: 164289

upgpkg: haskell-cheapskate 0.1.0.4-10

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 05:32:43 UTC (rev 164288)
+++ PKGBUILD2016-03-03 05:34:26 UTC (rev 164289)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.0.4
-pkgrel=9
+pkgrel=10
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:32:43
  Author: fyan
Revision: 164288

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 164287, haskell-yesod-static/trunk/PKGBUILD)
  haskell-yesod-static/repos/community-staging-i686/haskell-yesod-static.install
(from rev 164287, 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 164287, haskell-yesod-static/trunk/PKGBUILD)
  
haskell-yesod-static/repos/community-staging-x86_64/haskell-yesod-static.install
(from rev 164287, 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 
164287, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 05:32:43 UTC (rev 164288)
@@ -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=21
+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 164287, 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-03-03 05:32:43 UTC 
(rev 164288)
@@ -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 
164287, haskell-yesod-static/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:32:16
  Author: fyan
Revision: 164287

upgpkg: haskell-yesod-static 1.5.0.3-21

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-yesod-static/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 05:24:48 UTC (rev 164286)
+++ PKGBUILD2016-03-03 05:32:16 UTC (rev 164287)
@@ -5,7 +5,7 @@
 _hkgname=yesod-static
 pkgname=haskell-yesod-static
 pkgver=1.5.0.3
-pkgrel=20
+pkgrel=21
 pkgdesc="Static file serving subsite for Yesod Web Framework."
 url="http://www.yesodweb.com/;
 license=("MIT")


[arch-commits] Commit in perl-crypt-ssleay/repos (4 files)

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:29:45
  Author: fyan
Revision: 260566

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

Added:
  perl-crypt-ssleay/repos/staging-i686/
  perl-crypt-ssleay/repos/staging-i686/PKGBUILD
(from rev 260565, perl-crypt-ssleay/trunk/PKGBUILD)
  perl-crypt-ssleay/repos/staging-x86_64/
  perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD
(from rev 260565, perl-crypt-ssleay/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   45 +
 staging-x86_64/PKGBUILD |   45 +
 2 files changed, 90 insertions(+)

Copied: perl-crypt-ssleay/repos/staging-i686/PKGBUILD (from rev 260565, 
perl-crypt-ssleay/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-03 05:29:45 UTC (rev 260566)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: François Charette 
+
+pkgname=perl-crypt-ssleay
+pkgver=0.73_04
+pkgrel=2
+pkgdesc="OpenSSL glue that provides LWP https support"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Crypt-SSLeay;
+license=('GPL' 'PerlArtistic')
+depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class')
+options=('!emptydirs')
+source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
+md5sums=('7508b2a34da2202cc0c78deb59e36526')
+
+build() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+#  make test
+}
+
+package() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Copied: perl-crypt-ssleay/repos/staging-x86_64/PKGBUILD (from rev 260565, 
perl-crypt-ssleay/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2016-03-03 05:29:45 UTC (rev 260566)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Giovanni Scafora 
+# Contributor: François Charette 
+
+pkgname=perl-crypt-ssleay
+pkgver=0.73_04
+pkgrel=2
+pkgdesc="OpenSSL glue that provides LWP https support"
+arch=('i686' 'x86_64')
+url="http://search.cpan.org/dist/Crypt-SSLeay;
+license=('GPL' 'PerlArtistic')
+depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class')
+options=('!emptydirs')
+source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
+md5sums=('7508b2a34da2202cc0c78deb59e36526')
+
+build() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+#  make test
+}
+
+package() {
+  cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
+
+  make install DESTDIR="${pkgdir}"
+
+  find ${pkgdir} -name '.packlist' -delete
+  find ${pkgdir} -name '*.pod' -delete
+
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}


[arch-commits] Commit in perl-crypt-ssleay/trunk (PKGBUILD)

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:29:22
  Author: fyan
Revision: 260565

OpenSSL 1.0.2g rebuild

Modified:
  perl-crypt-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 05:20:50 UTC (rev 260564)
+++ PKGBUILD2016-03-03 05:29:22 UTC (rev 260565)
@@ -4,7 +4,7 @@
 
 pkgname=perl-crypt-ssleay
 pkgver=0.73_04
-pkgrel=1
+pkgrel=2
 pkgdesc="OpenSSL glue that provides LWP https support"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Crypt-SSLeay;


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:24:48
  Author: fyan
Revision: 164286

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

Added:
  haskell-optparse-simple/repos/community-staging-i686/
  haskell-optparse-simple/repos/community-staging-i686/PKGBUILD
(from rev 164285, haskell-optparse-simple/trunk/PKGBUILD)
  
haskell-optparse-simple/repos/community-staging-i686/haskell-optparse-simple.install
(from rev 164285, 
haskell-optparse-simple/trunk/haskell-optparse-simple.install)
  haskell-optparse-simple/repos/community-staging-x86_64/
  haskell-optparse-simple/repos/community-staging-x86_64/PKGBUILD
(from rev 164285, haskell-optparse-simple/trunk/PKGBUILD)
  
haskell-optparse-simple/repos/community-staging-x86_64/haskell-optparse-simple.install
(from rev 164285, 
haskell-optparse-simple/trunk/haskell-optparse-simple.install)

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

Copied: haskell-optparse-simple/repos/community-staging-i686/PKGBUILD (from rev 
164285, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 05:24:48 UTC (rev 164286)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=15
+pkgdesc="Simple interface to optparse-applicative"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-either" "haskell-gitrev" 
"haskell-optparse-applicative")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('4547f0a6c1bd959b1d9c3c2a5fabee39ac9a19dffabbb2d75461a2d461df8c7e')
+
+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-optparse-simple/repos/community-staging-i686/haskell-optparse-simple.install
 (from rev 164285, 
haskell-optparse-simple/trunk/haskell-optparse-simple.install)
===
--- community-staging-i686/haskell-optparse-simple.install  
(rev 0)
+++ community-staging-i686/haskell-optparse-simple.install  2016-03-03 
05:24:48 UTC (rev 164286)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-optparse-simple
+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-optparse-simple/repos/community-staging-x86_64/PKGBUILD (from 
rev 164285, haskell-optparse-simple/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 05:24:48 UTC (rev 164286)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=optparse-simple
+pkgname=haskell-optparse-simple
+pkgver=0.0.3
+pkgrel=15
+pkgdesc="Simple interface to optparse-applicative"

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:24:24
  Author: fyan
Revision: 164285

upgpkg: haskell-optparse-simple 0.0.3-15

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-optparse-simple/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 05:21:35 UTC (rev 164284)
+++ PKGBUILD2016-03-03 05:24:24 UTC (rev 164285)
@@ -5,7 +5,7 @@
 _hkgname=optparse-simple
 pkgname=haskell-optparse-simple
 pkgver=0.0.3
-pkgrel=14
+pkgrel=15
 pkgdesc="Simple interface to optparse-applicative"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:21:08
  Author: fyan
Revision: 164283

upgpkg: haskell-chunked-data 0.2.0-15

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-chunked-data/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 05:20:42 UTC (rev 164282)
+++ PKGBUILD2016-03-03 05:21:08 UTC (rev 164283)
@@ -5,7 +5,7 @@
 _hkgname=chunked-data
 pkgname=haskell-chunked-data
 pkgver=0.2.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Typeclasses for dealing with various chunked data representations"
 url="https://github.com/fpco/chunked-data;
 license=("MIT")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:21:35
  Author: fyan
Revision: 164284

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

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

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

Copied: haskell-chunked-data/repos/community-staging-i686/PKGBUILD (from rev 
164283, haskell-chunked-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 05:21:35 UTC (rev 164284)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=chunked-data
+pkgname=haskell-chunked-data
+pkgver=0.2.0
+pkgrel=15
+pkgdesc="Typeclasses for dealing with various chunked data representations"
+url="https://github.com/fpco/chunked-data;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-mono-traversable"
+ "haskell-semigroups" "haskell-text" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9aa0f3c81f9b0d7c1dde206501415f01638f20eebfbe1386dfd802bcc1bab272')
+
+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-chunked-data/repos/community-staging-i686/haskell-chunked-data.install 
(from rev 164283, haskell-chunked-data/trunk/haskell-chunked-data.install)
===
--- community-staging-i686/haskell-chunked-data.install 
(rev 0)
+++ community-staging-i686/haskell-chunked-data.install 2016-03-03 05:21:35 UTC 
(rev 164284)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-chunked-data
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-chunked-data/repos/community-staging-x86_64/PKGBUILD (from rev 
164283, haskell-chunked-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 05:21:35 UTC (rev 164284)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=chunked-data
+pkgname=haskell-chunked-data
+pkgver=0.2.0
+pkgrel=15
+pkgdesc="Typeclasses for dealing with various chunked data representations"
+url="https://github.com/fpco/chunked-data;

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:20:42
  Author: fyan
Revision: 164282

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

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

+
 community-staging-i686/PKGBUILD|   43 +++
 community-staging-i686/haskell-hpack.install   |   23 
 community-staging-x86_64/PKGBUILD  |   43 +++
 community-staging-x86_64/haskell-hpack.install |   23 
 4 files changed, 132 insertions(+)

Copied: haskell-hpack/repos/community-staging-i686/PKGBUILD (from rev 164281, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 05:20:42 UTC (rev 164282)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=7.10.3" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+options=('staticlibs')
+install=$pkgname.install
+md5sums=('cdc1dd2d91ecab764ac4d306d7015658')
+
+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
+  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 -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$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-hpack/repos/community-staging-i686/haskell-hpack.install (from 
rev 164281, haskell-hpack/trunk/haskell-hpack.install)
===
--- community-staging-i686/haskell-hpack.install
(rev 0)
+++ community-staging-i686/haskell-hpack.install2016-03-03 05:20:42 UTC 
(rev 164282)
@@ -0,0 +1,23 @@
+HS_DIR=usr/share/haskell/haskell-hpack
+
+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-hpack/repos/community-staging-x86_64/PKGBUILD (from rev 164281, 
haskell-hpack/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 05:20:42 UTC (rev 164282)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-hpack
+_hkgname=hpack
+pkgver=0.10.0
+pkgrel=1
+pkgdesc="An alternative format for Haskell packages"
+url="https://github.com/sol/hpack#readme;
+license=("MIT")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=7.10.3" 'haskell-aeson' 'haskell-base-compat' 'haskell-glob' 
'haskell-text'
+ 'haskell-unordered-containers' 'haskell-yaml')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+options=('staticlibs')

[arch-commits] Commit in perl-crypt-ssleay/trunk (PKGBUILD)

2016-03-02 Thread Pierre Schmitz
Date: Thursday, March 3, 2016 @ 06:20:50
  Author: pierre
Revision: 260564

Upstream update to allow build without sslv2 support

Modified:
  perl-crypt-ssleay/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 01:03:23 UTC (rev 260563)
+++ PKGBUILD2016-03-03 05:20:50 UTC (rev 260564)
@@ -3,8 +3,8 @@
 # Contributor: François Charette 
 
 pkgname=perl-crypt-ssleay
-pkgver=0.72
-pkgrel=3
+pkgver=0.73_04
+pkgrel=1
 pkgdesc="OpenSSL glue that provides LWP https support"
 arch=('i686' 'x86_64')
 url="http://search.cpan.org/dist/Crypt-SSLeay;
@@ -12,7 +12,7 @@
 depends=('perl-lwp-protocol-https' 'perl-try-tiny' 'perl-path-class')
 options=('!emptydirs')
 
source=(http://www.cpan.org/CPAN/authors/id/N/NA/NANIS/Crypt-SSLeay-$pkgver.tar.gz)
-md5sums=('77d955c9056dbb12413d95d8852a9cdf')
+md5sums=('7508b2a34da2202cc0c78deb59e36526')
 
 build() {
   cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
@@ -24,7 +24,7 @@
 check() {
   cd  "${srcdir}/Crypt-SSLeay-${pkgver}"
 
-  make test
+#  make test
 }
 
 package() {


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 06:19:37
  Author: fyan
Revision: 164281

upgpkg: haskell-hpack 0.10.0-1

Modified:
  haskell-hpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 04:57:17 UTC (rev 164280)
+++ PKGBUILD2016-03-03 05:19:37 UTC (rev 164281)
@@ -5,7 +5,7 @@
 
 pkgname=haskell-hpack
 _hkgname=hpack
-pkgver=0.9.1
+pkgver=0.10.0
 pkgrel=1
 pkgdesc="An alternative format for Haskell packages"
 url="https://github.com/sol/hpack#readme;
@@ -17,7 +17,7 @@
 
source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
 options=('staticlibs')
 install=$pkgname.install
-md5sums=('567c436a8b6f3482ea961b82b3f621f0')
+md5sums=('cdc1dd2d91ecab764ac4d306d7015658')
 
 build() {
   cd "$srcdir/$_hkgname-$pkgver"


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 05:57:17
  Author: fyan
Revision: 164280

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

Added:
  haskell-monad-journal/repos/community-staging-i686/
  haskell-monad-journal/repos/community-staging-i686/PKGBUILD
(from rev 164279, haskell-monad-journal/trunk/PKGBUILD)
  
haskell-monad-journal/repos/community-staging-i686/haskell-monad-journal.install
(from rev 164279, haskell-monad-journal/trunk/haskell-monad-journal.install)
  haskell-monad-journal/repos/community-staging-x86_64/
  haskell-monad-journal/repos/community-staging-x86_64/PKGBUILD
(from rev 164279, haskell-monad-journal/trunk/PKGBUILD)
  
haskell-monad-journal/repos/community-staging-x86_64/haskell-monad-journal.install
(from rev 164279, haskell-monad-journal/trunk/haskell-monad-journal.install)

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

Copied: haskell-monad-journal/repos/community-staging-i686/PKGBUILD (from rev 
164279, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 04:57:17 UTC (rev 164280)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.1
+pkgrel=8
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-either" "haskell-monad-control" "haskell-mtl"
+ "haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('79afa46b66530b7877a1860352ad3696a6ce65f3ad2f17468c3d4e78bc4fd2ad')
+
+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-monad-journal/repos/community-staging-i686/haskell-monad-journal.install
 (from rev 164279, haskell-monad-journal/trunk/haskell-monad-journal.install)
===
--- community-staging-i686/haskell-monad-journal.install
(rev 0)
+++ community-staging-i686/haskell-monad-journal.install2016-03-03 
04:57:17 UTC (rev 164280)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-monad-journal
+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-monad-journal/repos/community-staging-x86_64/PKGBUILD (from rev 
164279, haskell-monad-journal/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 04:57:17 UTC (rev 164280)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=monad-journal
+pkgname=haskell-monad-journal
+pkgver=0.7.1
+pkgrel=8
+pkgdesc="Pure logger typeclass and monad transformer"
+url="http://github.com/phaazon/monad-journal;

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 05:56:51
  Author: fyan
Revision: 164279

upgpkg: haskell-monad-journal 0.7.1-8

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-monad-journal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 04:56:37 UTC (rev 164278)
+++ PKGBUILD2016-03-03 04:56:51 UTC (rev 164279)
@@ -5,7 +5,7 @@
 _hkgname=monad-journal
 pkgname=haskell-monad-journal
 pkgver=0.7.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Pure logger typeclass and monad transformer"
 url="http://github.com/phaazon/monad-journal;
 license=("custom:BSD3")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 05:56:37
  Author: fyan
Revision: 164278

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

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

+
 community-staging-i686/PKGBUILD|   55 +++
 community-staging-i686/haskell-hlint.install   |   18 +++
 community-staging-x86_64/PKGBUILD  |   55 +++
 community-staging-x86_64/haskell-hlint.install |   18 +++
 4 files changed, 146 insertions(+)

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

Copied: hlint/repos/community-staging-i686/haskell-hlint.install (from rev 
164277, hlint/trunk/haskell-hlint.install)
===
--- community-staging-i686/haskell-hlint.install
(rev 0)
+++ community-staging-i686/haskell-hlint.install2016-03-03 04:56:37 UTC 
(rev 164278)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-hlint
+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: hlint/repos/community-staging-x86_64/PKGBUILD (from rev 164277, 
hlint/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 04:56:37 UTC (rev 164278)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=hlint
+pkgname=(hlint haskell-hlint)
+pkgver=1.9.31
+pkgrel=1
+pkgdesc="Source code 

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 05:56:13
  Author: fyan
Revision: 164277

upgpkg: hlint 1.9.31-1

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  hlint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 04:07:02 UTC (rev 164276)
+++ PKGBUILD2016-03-03 04:56:13 UTC (rev 164277)
@@ -4,7 +4,7 @@
 
 pkgbase=hlint
 pkgname=(hlint haskell-hlint)
-pkgver=1.9.30
+pkgver=1.9.31
 pkgrel=1
 pkgdesc="Source code suggestions"
 url="http://community.haskell.org/~ndm/hlint/;
@@ -14,7 +14,7 @@
  "haskell-extra" "haskell-src-exts" "haskell-hscolour" 
"haskell-uniplate"
  "haskell-refact")
 
source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('f79ff542e7e92a6972c87431ef425222d4f081a83a5a916dc2750ee83376e35e')
+sha256sums=('da353b827a418edffe5658172cc251133270186521ef1a4c6d1936b4f825faf8')
 
 build() {
 cd "${srcdir}/${pkgbase}-${pkgver}"


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 05:07:02
  Author: fyan
Revision: 164276

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 164275, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
(from rev 164275, 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 164275, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-x86_64/haskell-yesod-default.install
(from rev 164275, 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 
164275, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 04:07:02 UTC (rev 164276)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=21
+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 164275, haskell-yesod-default/trunk/haskell-yesod-default.install)
===
--- community-staging-i686/haskell-yesod-default.install
(rev 0)
+++ community-staging-i686/haskell-yesod-default.install2016-03-03 
04:07:02 UTC (rev 164276)
@@ -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 
164275, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 04:07:02 UTC (rev 164276)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=21
+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" 

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 05:06:11
  Author: fyan
Revision: 164275

upgpkg: haskell-yesod-default 1.2.0-21

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 04:01:12 UTC (rev 164274)
+++ PKGBUILD2016-03-03 04:06:11 UTC (rev 164275)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=20
+pkgrel=21
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 05:01:12
  Author: fyan
Revision: 164274

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 164273, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install
(from rev 164273, 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 164273, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/haskell-warp-tls.install
(from rev 164273, 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 
164273, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 04:01:12 UTC (rev 164274)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=2
+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-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=('aca7dd3d4b0cb996debd501a70bd29e556e9bc5e90c67a5c9626ad96feac483e')
+
+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 164273, 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-03-03 04:01:12 UTC 
(rev 164274)
@@ -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 
164273, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 04:01:12 UTC (rev 164274)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=2
+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-data-default-class" "haskell-network"
+ "haskell-streaming-commons" 

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 05:00:21
  Author: fyan
Revision: 164273

upgpkg: haskell-warp-tls 3.2.1-2

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 03:44:31 UTC (rev 164272)
+++ PKGBUILD2016-03-03 04:00:21 UTC (rev 164273)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 04:44:31
  Author: fyan
Revision: 164272

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

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

--+
 community-staging-i686/PKGBUILD  |   51 +
 community-staging-i686/haskell-dav.install   |   18 
 community-staging-x86_64/PKGBUILD|   51 +
 community-staging-x86_64/haskell-dav.install |   18 
 4 files changed, 138 insertions(+)

Copied: haskell-dav/repos/community-staging-i686/PKGBUILD (from rev 164271, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 03:44:31 UTC (rev 164272)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=21
+pkgdesc="RFC 4918 WebDAV support"
+url="http://floss.scru.org/hDAV;
+license=("GPL3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-case-insensitive" "haskell-data-default" 
"haskell-exceptions"
+ "haskell-http-client" "haskell-http-client-tls" "haskell-http-types" 
"haskell-lens"
+ "haskell-mtl" "haskell-network" "haskell-network-uri" 
"haskell-optparse-applicative"
+ "haskell-transformers-base" "haskell-transformers-compat" 
"haskell-utf8-string"
+ "haskell-xml-conduit" "haskell-xml-hamlet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('1a07c8ef17cd4207c6f889e7eb5c45d9f025374f2cdacc1e34e6d71fe103b746')
+
+prepare() {
+sed -i '/mtl-compat/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 \
+-fnetwork-uri
+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-dav/repos/community-staging-i686/haskell-dav.install (from rev 
164271, haskell-dav/trunk/haskell-dav.install)
===
--- community-staging-i686/haskell-dav.install  (rev 0)
+++ community-staging-i686/haskell-dav.install  2016-03-03 03:44:31 UTC (rev 
164272)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dav
+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-dav/repos/community-staging-x86_64/PKGBUILD (from rev 164271, 
haskell-dav/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 03:44:31 UTC (rev 164272)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=DAV
+pkgname=haskell-dav
+pkgver=1.2
+pkgrel=21
+pkgdesc="RFC 4918 WebDAV support"

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 04:44:07
  Author: fyan
Revision: 164271

upgpkg: haskell-dav 1.2-21

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-dav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 03:40:15 UTC (rev 164270)
+++ PKGBUILD2016-03-03 03:44:07 UTC (rev 164271)
@@ -5,7 +5,7 @@
 _hkgname=DAV
 pkgname=haskell-dav
 pkgver=1.2
-pkgrel=20
+pkgrel=21
 pkgdesc="RFC 4918 WebDAV support"
 url="http://floss.scru.org/hDAV;
 license=("GPL3")


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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 04:40:15
  Author: fyan
Revision: 164270

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

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

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

Copied: haskell-descriptive/repos/community-staging-i686/PKGBUILD (from rev 
164269, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 03:40:15 UTC (rev 164270)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=7
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-bifunctors" "haskell-mtl" 
"haskell-scientific"
+ "haskell-text" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('795ec65756bf87ec6ea4c92d85a25d0eb0d8cfa1df40685ddcf74b83099bba2f')
+
+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-descriptive/repos/community-staging-i686/haskell-descriptive.install 
(from rev 164269, haskell-descriptive/trunk/haskell-descriptive.install)
===
--- community-staging-i686/haskell-descriptive.install  
(rev 0)
+++ community-staging-i686/haskell-descriptive.install  2016-03-03 03:40:15 UTC 
(rev 164270)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-descriptive
+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-descriptive/repos/community-staging-x86_64/PKGBUILD (from rev 
164269, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-03 03:40:15 UTC (rev 164270)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=7
+pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
+url="https://github.com/chrisdone/descriptive;

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

2016-03-02 Thread Felix Yan
Date: Thursday, March 3, 2016 @ 04:39:51
  Author: fyan
Revision: 164269

upgpkg: haskell-descriptive 0.9.4-7

rebuild with aeson-0.11.1.0, base-orphans-0.5.3, hlint-1.9.31, 
git-annex-6.20160229, hpack-0.10.0, stylish-haskell-0.5.15.2, wai-extra-3.0.14.1

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 03:34:11 UTC (rev 164268)
+++ PKGBUILD2016-03-03 03:39:51 UTC (rev 164269)
@@ -5,7 +5,7 @@
 _hkgname=descriptive
 pkgname=haskell-descriptive
 pkgver=0.9.4
-pkgrel=6
+pkgrel=7
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")


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

2016-03-02 Thread Jaroslav Lichtblau
Date: Thursday, March 3, 2016 @ 04:34:11
  Author: jlichtblau
Revision: 164268

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-03 03:33:59 UTC (rev 164267)
+++ PKGBUILD2016-03-03 03:34:11 UTC (rev 164268)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Thomas Weißschuh 
-
-pkgbase=python-markups
-pkgname=(python-markups python2-markups)
-pkgver=0.6.3
-pkgrel=1
-pkgdesc='Wrapper around various text markups'
-arch=('any')
-url='https://launchpad.net/python-markups'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/M/Markups/Markups-$pkgver.tar.gz)
-sha256sums=('e3ff5de2be018240c526e017972b37181cb3d5dfb7c96ad14eae6639140f58ef')
-
-package_python-markups() {
-  depends=('python')
-  optdepends=('python-markdown: markdown support'
-  'python-docutils: reST support')
-
-  cd "${srcdir}"/Markups-$pkgver
-  python setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-markups() {
-  depends=('python2')
-  optdepends=('python-markdown2: markdown support'
-  'python-docutils2: reST support')
-
-  cd "${srcdir}"/Markups-$pkgver
-  python2 setup.py install --root="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-markups/repos/community-any/PKGBUILD (from rev 164267, 
python-markups/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-03 03:34:11 UTC (rev 164268)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Thomas Weißschuh 
+
+pkgbase=python-markups
+pkgname=(python-markups python2-markups)
+pkgver=1.0.1
+pkgrel=1
+pkgdesc='Wrapper around various text markups'
+arch=('any')
+url='https://launchpad.net/python-markups'
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/M/Markups/Markups-$pkgver.tar.gz)
+sha256sums=('74464b7532aa355f6ed2767fd5cfb5eb5b484dd773b33bae4016a7fa9354b4ee')
+
+package_python-markups() {
+  depends=('python')
+  optdepends=('python-markdown: markdown support'
+  'python-docutils: reST support')
+
+  cd "${srcdir}"/Markups-$pkgver
+  python setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-markups() {
+  depends=('python2')
+  optdepends=('python-markdown2: markdown support'
+  'python-docutils2: reST support')
+
+  cd "${srcdir}"/Markups-$pkgver
+  python2 setup.py install --root="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-03-02 Thread Jaroslav Lichtblau
Date: Thursday, March 3, 2016 @ 04:33:59
  Author: jlichtblau
Revision: 164267

upgpkg: python-markups 1.0.1-1 - new upstream release

Modified:
  python-markups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 00:07:03 UTC (rev 164266)
+++ PKGBUILD2016-03-03 03:33:59 UTC (rev 164267)
@@ -4,7 +4,7 @@
 
 pkgbase=python-markups
 pkgname=(python-markups python2-markups)
-pkgver=0.6.3
+pkgver=1.0.1
 pkgrel=1
 pkgdesc='Wrapper around various text markups'
 arch=('any')
@@ -12,7 +12,7 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/M/Markups/Markups-$pkgver.tar.gz)
-sha256sums=('e3ff5de2be018240c526e017972b37181cb3d5dfb7c96ad14eae6639140f58ef')
+sha256sums=('74464b7532aa355f6ed2767fd5cfb5eb5b484dd773b33bae4016a7fa9354b4ee')
 
 package_python-markups() {
   depends=('python')


[arch-commits] Commit in clamav/repos (32 files)

2016-03-02 Thread Gaetan Bisson
Date: Thursday, March 3, 2016 @ 02:03:23
  Author: bisson
Revision: 260563

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

Added:
  clamav/repos/extra-i686/PKGBUILD
(from rev 260562, clamav/trunk/PKGBUILD)
  clamav/repos/extra-i686/clamd.conf
(from rev 260562, clamav/trunk/clamd.conf)
  clamav/repos/extra-i686/clamd.service
(from rev 260562, clamav/trunk/clamd.service)
  clamav/repos/extra-i686/freshclam.conf
(from rev 260562, clamav/trunk/freshclam.conf)
  clamav/repos/extra-i686/freshclamd.service
(from rev 260562, clamav/trunk/freshclamd.service)
  clamav/repos/extra-i686/install
(from rev 260562, clamav/trunk/install)
  clamav/repos/extra-i686/logrotate
(from rev 260562, clamav/trunk/logrotate)
  clamav/repos/extra-i686/tmpfiles.d
(from rev 260562, clamav/trunk/tmpfiles.d)
  clamav/repos/extra-x86_64/PKGBUILD
(from rev 260562, clamav/trunk/PKGBUILD)
  clamav/repos/extra-x86_64/clamd.conf
(from rev 260562, clamav/trunk/clamd.conf)
  clamav/repos/extra-x86_64/clamd.service
(from rev 260562, clamav/trunk/clamd.service)
  clamav/repos/extra-x86_64/freshclam.conf
(from rev 260562, clamav/trunk/freshclam.conf)
  clamav/repos/extra-x86_64/freshclamd.service
(from rev 260562, clamav/trunk/freshclamd.service)
  clamav/repos/extra-x86_64/install
(from rev 260562, clamav/trunk/install)
  clamav/repos/extra-x86_64/logrotate
(from rev 260562, clamav/trunk/logrotate)
  clamav/repos/extra-x86_64/tmpfiles.d
(from rev 260562, clamav/trunk/tmpfiles.d)
Deleted:
  clamav/repos/extra-i686/PKGBUILD
  clamav/repos/extra-i686/clamd.conf
  clamav/repos/extra-i686/clamd.service
  clamav/repos/extra-i686/freshclam.conf
  clamav/repos/extra-i686/freshclamd.service
  clamav/repos/extra-i686/install
  clamav/repos/extra-i686/logrotate
  clamav/repos/extra-i686/tmpfiles.d
  clamav/repos/extra-x86_64/PKGBUILD
  clamav/repos/extra-x86_64/clamd.conf
  clamav/repos/extra-x86_64/clamd.service
  clamav/repos/extra-x86_64/freshclam.conf
  clamav/repos/extra-x86_64/freshclamd.service
  clamav/repos/extra-x86_64/install
  clamav/repos/extra-x86_64/logrotate
  clamav/repos/extra-x86_64/tmpfiles.d

-+
 /PKGBUILD   |  128 ++
 /clamd.conf |   12 +++
 /clamd.service  |   22 ++
 /freshclam.conf |6 +
 /freshclamd.service |   20 +
 /install|   30 
 /logrotate  |   20 +
 /tmpfiles.d |2 
 extra-i686/PKGBUILD |   64 ---
 extra-i686/clamd.conf   |6 -
 extra-i686/clamd.service|   11 ---
 extra-i686/freshclam.conf   |3 
 extra-i686/freshclamd.service   |   10 --
 extra-i686/install  |   15 
 extra-i686/logrotate|   10 --
 extra-i686/tmpfiles.d   |1 
 extra-x86_64/PKGBUILD   |   64 ---
 extra-x86_64/clamd.conf |6 -
 extra-x86_64/clamd.service  |   11 ---
 extra-x86_64/freshclam.conf |3 
 extra-x86_64/freshclamd.service |   10 --
 extra-x86_64/install|   15 
 extra-x86_64/logrotate  |   10 --
 extra-x86_64/tmpfiles.d |1 
 24 files changed, 240 insertions(+), 240 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-03 01:01:53 UTC (rev 260562)
+++ extra-i686/PKGBUILD 2016-03-03 01:03:23 UTC (rev 260563)
@@ -1,64 +0,0 @@
-# $Id$
-# Contributor: Dale Blount 
-# Contributor: Gregor Ibic 
-# Maintainer: Gaetan Bisson 
-
-pkgname=clamav
-pkgver=0.99
-pkgrel=2
-pkgdesc='Anti-virus toolkit for Unix'
-url='http://www.clamav.net/'
-license=('GPL')
-arch=('i686' 'x86_64')
-makedepends=('libmilter')
-depends=('bzip2' 'libltdl' 'gcc-libs')
-validpgpkeys=('B964E6D7BC7D7C82CCB8D45840B8EA2364221D53'
-  'F79FB2D08751574C5D3FDFFBB3D5342C260429A0')
-source=("http://www.clamav.net/downloads/production/${pkgname}-${pkgver}.tar.gz"{,.sig}
-'logrotate'
-'tmpfiles.d'
-'clamd.conf'
-'freshclam.conf'
-'clamd.service'
-'freshclamd.service')
-sha1sums=('7834baf3ce4898dd856e652c9d0301a8e14b4615' 'SKIP'
-  'bb488a56b0f6a0760446cde89c1e3321e2717b78'
-  'a224ea9b4d0f4f196827347d54bed51e11c197ea'
-  '887f624eb305f2446f55d8339e2972ad0cfe2b79'
-  'b767837d0279ad30b92c314cb762b73e5ad0415e'
-  '77899cce83f04cbe134b30da376f879d2841f769'
-  'cda9a087e5593992150cb456e34c5f6f589aca82')
-
-backup=('etc/clamav/clamd.conf'
-'etc/clamav/freshclam.conf'
-'etc/logrotate.d/clamav')
-
-install=install
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure \
-   --prefix=/usr \
-   

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

2016-03-02 Thread Gaetan Bisson
Date: Thursday, March 3, 2016 @ 02:01:53
  Author: bisson
Revision: 260562

upstream update

Modified:
  clamav/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 22:39:58 UTC (rev 260561)
+++ PKGBUILD2016-03-03 01:01:53 UTC (rev 260562)
@@ -4,8 +4,8 @@
 # Maintainer: Gaetan Bisson 
 
 pkgname=clamav
-pkgver=0.99
-pkgrel=3
+pkgver=0.99.1
+pkgrel=1
 pkgdesc='Anti-virus toolkit for Unix'
 url='http://www.clamav.net/'
 license=('GPL')
@@ -21,7 +21,7 @@
 'freshclam.conf'
 'clamd.service'
 'freshclamd.service')
-sha1sums=('7834baf3ce4898dd856e652c9d0301a8e14b4615' 'SKIP'
+sha1sums=('9b9706b951fbb35cf6743ef497649fdf20f167f9' 'SKIP'
   'bb488a56b0f6a0760446cde89c1e3321e2717b78'
   'a224ea9b4d0f4f196827347d54bed51e11c197ea'
   '887f624eb305f2446f55d8339e2972ad0cfe2b79'


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

2016-03-02 Thread Evangelos Foutras
Date: Thursday, March 3, 2016 @ 01:06:57
  Author: foutrelis
Revision: 164265

OpenSSL 1.0.2g rebuild

Modified:
  sslsplit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-03 00:01:33 UTC (rev 164264)
+++ PKGBUILD2016-03-03 00:06:57 UTC (rev 164265)
@@ -2,7 +2,7 @@
 
 pkgname=sslsplit
 pkgver=0.4.11
-pkgrel=3
+pkgrel=4
 pkgdesc="Tool for man-in-the-middle attacks against SSL/TLS encrypted network 
connections"
 url="https://www.roe.ch/SSLsplit;
 arch=('i686' 'x86_64')


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

2016-03-02 Thread Evangelos Foutras
Date: Thursday, March 3, 2016 @ 01:07:03
  Author: foutrelis
Revision: 164266

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

Added:
  sslsplit/repos/community-staging-i686/
  sslsplit/repos/community-staging-i686/PKGBUILD
(from rev 164265, sslsplit/trunk/PKGBUILD)
  sslsplit/repos/community-staging-i686/no-ssl3.patch
(from rev 164265, sslsplit/trunk/no-ssl3.patch)
  sslsplit/repos/community-staging-x86_64/
  sslsplit/repos/community-staging-x86_64/PKGBUILD
(from rev 164265, sslsplit/trunk/PKGBUILD)
  sslsplit/repos/community-staging-x86_64/no-ssl3.patch
(from rev 164265, sslsplit/trunk/no-ssl3.patch)

+
 community-staging-i686/PKGBUILD|   42 +++
 community-staging-i686/no-ssl3.patch   |   66 +++
 community-staging-x86_64/PKGBUILD  |   42 +++
 community-staging-x86_64/no-ssl3.patch |   66 +++
 4 files changed, 216 insertions(+)

Copied: sslsplit/repos/community-staging-i686/PKGBUILD (from rev 164265, 
sslsplit/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-03 00:07:03 UTC (rev 164266)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+pkgname=sslsplit
+pkgver=0.4.11
+pkgrel=4
+pkgdesc="Tool for man-in-the-middle attacks against SSL/TLS encrypted network 
connections"
+url="https://www.roe.ch/SSLsplit;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('libevent' 'openssl')
+checkdepends=('check')
+source=(https://mirror.roe.ch/rel/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc}
+no-ssl3.patch)
+sha512sums=('c3339b4d22eb8f94ad1bc161b2c2d9efcb2f2828985712a5580437077f4c0bd74657d42274c4a9118c92721b9bd1d8150cf83d89afef6144b20aba497ac1d69a'
+'SKIP'
+
'0c80471a881d29d285385e00dc1d36d27d796648b0327748263b7b78dfa6d728f0d7feaca719df3b74c0741740a350604173c9cb6f44ba5e68e34bd47a293856')
+validpgpkeys=('BFF9C7D7EA0EAC7F1AA55B3EFABE3324B5D3397E') # Daniel 
Roethlisberger 
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < "${srcdir}/no-ssl3.patch"
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -j1 test
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make PREFIX="${pkgdir}/usr" install
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
+  install -Dm 644 NEWS.md "${pkgdir}/usr/share/doc/${pkgname}/NEWS.md"
+}
+
+# vim: ts=2 sw=2 et:

Copied: sslsplit/repos/community-staging-i686/no-ssl3.patch (from rev 164265, 
sslsplit/trunk/no-ssl3.patch)
===
--- community-staging-i686/no-ssl3.patch(rev 0)
+++ community-staging-i686/no-ssl3.patch2016-03-03 00:07:03 UTC (rev 
164266)
@@ -0,0 +1,66 @@
+From: Hilko Bengen 
+Date: Sun, 22 Nov 2015 14:25:42 +0100
+Subject: Use OPENSSL_NO_SSL3_METHOD to determine whether SSLv3_method is
+ available
+
+As suggested by Kurt Roeckx
+---
+ opts.c | 16 
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/opts.c b/opts.c
+index 0189af8..f23b357 100644
+--- a/opts.c
 b/opts.c
+@@ -143,11 +143,11 @@ opts_proto_force(opts_t *opts, const char *optarg, const 
char *argv0)
+   opts->sslmethod = SSLv2_method;
+   } else
+ #endif /* SSL_OP_NO_SSLv2 && WITH_SSLV2 */
+-#ifdef SSL_OP_NO_SSLv3
++#ifndef OPENSSL_NO_SSL3_METHOD
+   if (!strcmp(optarg, "ssl3")) {
+   opts->sslmethod = SSLv3_method;
+   } else
+-#endif /* SSL_OP_NO_SSLv3 */
++#endif /* OPENSSL_NO_SSL3_METHOD */
+ #ifdef SSL_OP_NO_TLSv1
+   if (!strcmp(optarg, "tls10") || !strcmp(optarg, "tls1")) {
+   opts->sslmethod = TLSv1_method;
+@@ -182,11 +182,11 @@ opts_proto_disable(opts_t *opts, const char *optarg, 
const char *argv0)
+   opts->no_ssl2 = 1;
+   } else
+ #endif /* SSL_OP_NO_SSLv2 && WITH_SSLV2 */
+-#ifdef SSL_OP_NO_SSLv3
++#ifndef OPENSSL_NO_SSL3_METHOD
+   if (!strcmp(optarg, "ssl3")) {
+   opts->no_ssl3 = 1;
+   } else
+-#endif /* SSL_OP_NO_SSLv3 */
++#endif /* OPENSSL_NO_SSL3_METHOD */
+ #ifdef SSL_OP_NO_TLSv1
+   if (!strcmp(optarg, "tls10") || !strcmp(optarg, "tls1")) {
+   opts->no_tls10 = 1;
+@@ -219,9 +219,9 @@ opts_proto_dbg_dump(opts_t *opts)
+ #if defined(SSL_OP_NO_SSLv2) && defined(WITH_SSLV2)
+  (opts->sslmethod == SSLv2_method) ? "nossl2" :
+ #endif /* SSL_OP_NO_SSLv2 && WITH_SSLV2 */
+-#ifdef SSL_OP_NO_SSLv3
++#ifndef OPENSSL_NO_SSL3_METHOD
+  (opts->sslmethod == SSLv3_method) ? "ssl3" :
+-#endif /* SSL_OP_NO_SSLv3 */
++#endif /* OPENSSL_NO_SSL3_METHOD 

[arch-commits] Commit in sslsplit/trunk (PKGBUILD no-ssl3.patch)

2016-03-02 Thread Levente Polyak
Date: Thursday, March 3, 2016 @ 01:01:33
  Author: anthraxx
Revision: 164264

openssl rebuild

Added:
  sslsplit/trunk/no-ssl3.patch
Modified:
  sslsplit/trunk/PKGBUILD

---+
 PKGBUILD  |   13 ---
 no-ssl3.patch |   66 
 2 files changed, 76 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 22:51:54 UTC (rev 164263)
+++ PKGBUILD2016-03-03 00:01:33 UTC (rev 164264)
@@ -2,7 +2,7 @@
 
 pkgname=sslsplit
 pkgver=0.4.11
-pkgrel=2
+pkgrel=3
 pkgdesc="Tool for man-in-the-middle attacks against SSL/TLS encrypted network 
connections"
 url="https://www.roe.ch/SSLsplit;
 arch=('i686' 'x86_64')
@@ -9,11 +9,18 @@
 license=('BSD')
 depends=('libevent' 'openssl')
 checkdepends=('check')
-source=(https://mirror.roe.ch/rel/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc})
+source=(https://mirror.roe.ch/rel/${pkgname}/${pkgname}-${pkgver}.tar.bz2{,.asc}
+no-ssl3.patch)
 
sha512sums=('c3339b4d22eb8f94ad1bc161b2c2d9efcb2f2828985712a5580437077f4c0bd74657d42274c4a9118c92721b9bd1d8150cf83d89afef6144b20aba497ac1d69a'
-'SKIP')
+'SKIP'
+
'0c80471a881d29d285385e00dc1d36d27d796648b0327748263b7b78dfa6d728f0d7feaca719df3b74c0741740a350604173c9cb6f44ba5e68e34bd47a293856')
 validpgpkeys=('BFF9C7D7EA0EAC7F1AA55B3EFABE3324B5D3397E') # Daniel 
Roethlisberger 
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -p1 < "${srcdir}/no-ssl3.patch"
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   make

Added: no-ssl3.patch
===
--- no-ssl3.patch   (rev 0)
+++ no-ssl3.patch   2016-03-03 00:01:33 UTC (rev 164264)
@@ -0,0 +1,66 @@
+From: Hilko Bengen 
+Date: Sun, 22 Nov 2015 14:25:42 +0100
+Subject: Use OPENSSL_NO_SSL3_METHOD to determine whether SSLv3_method is
+ available
+
+As suggested by Kurt Roeckx
+---
+ opts.c | 16 
+ 1 file changed, 8 insertions(+), 8 deletions(-)
+
+diff --git a/opts.c b/opts.c
+index 0189af8..f23b357 100644
+--- a/opts.c
 b/opts.c
+@@ -143,11 +143,11 @@ opts_proto_force(opts_t *opts, const char *optarg, const 
char *argv0)
+   opts->sslmethod = SSLv2_method;
+   } else
+ #endif /* SSL_OP_NO_SSLv2 && WITH_SSLV2 */
+-#ifdef SSL_OP_NO_SSLv3
++#ifndef OPENSSL_NO_SSL3_METHOD
+   if (!strcmp(optarg, "ssl3")) {
+   opts->sslmethod = SSLv3_method;
+   } else
+-#endif /* SSL_OP_NO_SSLv3 */
++#endif /* OPENSSL_NO_SSL3_METHOD */
+ #ifdef SSL_OP_NO_TLSv1
+   if (!strcmp(optarg, "tls10") || !strcmp(optarg, "tls1")) {
+   opts->sslmethod = TLSv1_method;
+@@ -182,11 +182,11 @@ opts_proto_disable(opts_t *opts, const char *optarg, 
const char *argv0)
+   opts->no_ssl2 = 1;
+   } else
+ #endif /* SSL_OP_NO_SSLv2 && WITH_SSLV2 */
+-#ifdef SSL_OP_NO_SSLv3
++#ifndef OPENSSL_NO_SSL3_METHOD
+   if (!strcmp(optarg, "ssl3")) {
+   opts->no_ssl3 = 1;
+   } else
+-#endif /* SSL_OP_NO_SSLv3 */
++#endif /* OPENSSL_NO_SSL3_METHOD */
+ #ifdef SSL_OP_NO_TLSv1
+   if (!strcmp(optarg, "tls10") || !strcmp(optarg, "tls1")) {
+   opts->no_tls10 = 1;
+@@ -219,9 +219,9 @@ opts_proto_dbg_dump(opts_t *opts)
+ #if defined(SSL_OP_NO_SSLv2) && defined(WITH_SSLV2)
+  (opts->sslmethod == SSLv2_method) ? "nossl2" :
+ #endif /* SSL_OP_NO_SSLv2 && WITH_SSLV2 */
+-#ifdef SSL_OP_NO_SSLv3
++#ifndef OPENSSL_NO_SSL3_METHOD
+  (opts->sslmethod == SSLv3_method) ? "ssl3" :
+-#endif /* SSL_OP_NO_SSLv3 */
++#endif /* OPENSSL_NO_SSL3_METHOD */
+ #ifdef SSL_OP_NO_TLSv1
+  (opts->sslmethod == TLSv1_method) ? "tls10" :
+ #endif /* SSL_OP_NO_TLSv1 */
+@@ -236,9 +236,9 @@ opts_proto_dbg_dump(opts_t *opts)
+  opts->no_ssl2 ? " -ssl2" :
+ #endif /* SSL_OP_NO_SSLv2 && WITH_SSLV2 */
+  "",
+-#ifdef SSL_OP_NO_SSLv3
++#ifndef OPENSSL_NO_SSL3_METHOD
+  opts->no_ssl3 ? " -ssl3" :
+-#endif /* SSL_OP_NO_SSLv3 */
++#endif /* OPENSSL_NO_SSL3_METHOD */
+  "",
+ #ifdef SSL_OP_NO_TLSv1
+  opts->no_tls10 ? " -tls10" :


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

2016-03-02 Thread Ray Rashif
Date: Wednesday, March 2, 2016 @ 23:51:54
  Author: schiv
Revision: 164263

archrelease: copy trunk to community-testing-any

Added:
  subdownloader/repos/community-testing-any/
  subdownloader/repos/community-testing-any/PKGBUILD
(from rev 164262, subdownloader/trunk/PKGBUILD)
  subdownloader/repos/community-testing-any/follow-download-links.patch
(from rev 164262, subdownloader/trunk/follow-download-links.patch)
  subdownloader/repos/community-testing-any/subdownloader.install
(from rev 164262, subdownloader/trunk/subdownloader.install)

-+
 PKGBUILD|   68 ++
 follow-download-links.patch |   53 
 subdownloader.install   |   11 ++
 3 files changed, 132 insertions(+)

Copied: subdownloader/repos/community-testing-any/PKGBUILD (from rev 164262, 
subdownloader/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-03-02 22:51:54 UTC (rev 164263)
@@ -0,0 +1,68 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Andrea Scarpino 
+# Contributor: Geoffroy Carrier 
+# Contributor: Thomas Jost 
+
+pkgname=subdownloader
+pkgver=2.0.18
+pkgrel=3
+pkgdesc="Automatic download/upload of subtitles using fast hashing"
+arch=('any')
+url="http://www.subdownloader.net/;
+license=('GPL3')
+depends=('imdbpy' 'kaa-metadata' 'python2-pyqt')
+makedepends=('icu')
+options=('!emptydirs')
+install=$pkgname.install
+source=("http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_$pkgver.orig.tar.gz;
+"follow-download-links.patch")
+md5sums=('11dbc455f542b68e96e2cc539deb3f8f'
+ 'ae4eee141243cb5a20eeaaa49abcf75b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # See https://bugs.archlinux.org/task/48402
+  patch -Np0 -i "$srcdir/follow-download-links.patch"
+
+  # python2 fix
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
+  done
+
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # prepare dirs
+  install -d "$pkgdir/usr/share/$pkgname" \
+"$pkgdir/usr/bin" \
+"$pkgdir/usr/share/man/man1/"
+
+  # manuals
+  gzip subdownloader.1
+  install -D subdownloader.1.gz "$pkgdir/usr/share/man/man1/"
+
+  # freedesktop.org
+  install -D -m644 subdownloader.desktop \
+"$pkgdir/usr/share/applications/subdownloader.desktop"
+  rm subdownloader.1.gz subdownloader.desktop
+
+  # runtime and executables
+  cp -a * "$pkgdir/usr/share/$pkgname/"
+  chmod 755 "$pkgdir/usr/share/$pkgname/run.py"
+  ln -s "/usr/share/$pkgname/run.py" \
+"$pkgdir/usr/bin/subdownloader"
+
+  install -D -m644 gui/images/subdownloader.png \
+"$pkgdir/usr/share/pixmaps/subdownloader.png"
+
+  # unnecessary directories
+  cd "$pkgdir/usr/share/$pkgname"
+  rm -r distribution
+}
+
+# vim:set ts=2 sw=2 et:

Copied: subdownloader/repos/community-testing-any/follow-download-links.patch 
(from rev 164262, subdownloader/trunk/follow-download-links.patch)
===
--- community-testing-any/follow-download-links.patch   
(rev 0)
+++ community-testing-any/follow-download-links.patch   2016-03-02 22:51:54 UTC 
(rev 164263)
@@ -0,0 +1,53 @@
+
+revno: 557
+committer: Christos Trochalakis 
+branch nick: subdownloader
+timestamp: Sat 2016-01-02 20:14:12 +0200
+message:
+  Follow opensubtitles.org download link
+  
+  Download links were constructed by subdownloader instead of using the
+  download URL from the API.
+  
+  Closes #1528605
+diff:
+=== modified file 'gui/main.py'
+--- gui/main.py2012-11-04 14:45:22 +
 gui/main.py2016-01-02 18:14:12 +
+@@ -1140,7 +1140,7 @@
+if not skip_all:
+ log.debug("Downloading subtitle '%s'" % 
destinationPath)
+   #print {sub.getIdFileOnline():destinationPath}
+-
osHttpRequests.download('http://www.opensubtitles.org/en/download/file/%s.gz' 
%sub.getIdFileOnline(), destinationPath)
++osHttpRequests.download(sub.getDownloadLink(), 
destinationPath)
+ #if 
self.OSDBServer.DownloadSubtitles({sub.getIdFileOnline():destinationPath}):
+ #success_downloaded += 1
+ #else:
+
+=== modified file 'modules/SDService.py'
+--- modules/SDService.py   2011-05-30 02:16:51 +
 modules/SDService.py   2016-01-02 18:14:12 +
+@@ -490,6 +490,7 @@
+ #sub.setLanguageName(i["LanguageName"]) 
+   

[arch-commits] Commit in subdownloader/trunk (PKGBUILD follow-download-links.patch)

2016-03-02 Thread Ray Rashif
Date: Wednesday, March 2, 2016 @ 23:51:43
  Author: schiv
Revision: 164262

upgpkg: subdownloader 2.0.18-3

subdownloader: backport fix for API breakage

Added:
  subdownloader/trunk/follow-download-links.patch
Modified:
  subdownloader/trunk/PKGBUILD

-+
 PKGBUILD|   12 +++--
 follow-download-links.patch |   53 ++
 2 files changed, 62 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 22:28:15 UTC (rev 164261)
+++ PKGBUILD2016-03-02 22:51:43 UTC (rev 164262)
@@ -6,7 +6,7 @@
 
 pkgname=subdownloader
 pkgver=2.0.18
-pkgrel=2
+pkgrel=3
 pkgdesc="Automatic download/upload of subtitles using fast hashing"
 arch=('any')
 url="http://www.subdownloader.net/;
@@ -15,17 +15,23 @@
 makedepends=('icu')
 options=('!emptydirs')
 install=$pkgname.install
-source=("http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_$pkgver.orig.tar.gz;)
-md5sums=('11dbc455f542b68e96e2cc539deb3f8f')
+source=("http://launchpad.net/$pkgname/trunk/$pkgver/+download/${pkgname}_$pkgver.orig.tar.gz;
+"follow-download-links.patch")
+md5sums=('11dbc455f542b68e96e2cc539deb3f8f'
+ 'ae4eee141243cb5a20eeaaa49abcf75b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # See https://bugs.archlinux.org/task/48402
+  patch -Np0 -i "$srcdir/follow-download-links.patch"
+
   # python2 fix
   for file in $(find . -name '*.py' -print); do
 sed -i 's_^#!.*/usr/bin/python_#!/usr/bin/python2_' $file
 sed -i 's_^#!.*/usr/bin/env.*python_#!/usr/bin/env python2_' $file
   done
+
 }
 
 package() {

Added: follow-download-links.patch
===
--- follow-download-links.patch (rev 0)
+++ follow-download-links.patch 2016-03-02 22:51:43 UTC (rev 164262)
@@ -0,0 +1,53 @@
+
+revno: 557
+committer: Christos Trochalakis 
+branch nick: subdownloader
+timestamp: Sat 2016-01-02 20:14:12 +0200
+message:
+  Follow opensubtitles.org download link
+  
+  Download links were constructed by subdownloader instead of using the
+  download URL from the API.
+  
+  Closes #1528605
+diff:
+=== modified file 'gui/main.py'
+--- gui/main.py2012-11-04 14:45:22 +
 gui/main.py2016-01-02 18:14:12 +
+@@ -1140,7 +1140,7 @@
+if not skip_all:
+ log.debug("Downloading subtitle '%s'" % 
destinationPath)
+   #print {sub.getIdFileOnline():destinationPath}
+-
osHttpRequests.download('http://www.opensubtitles.org/en/download/file/%s.gz' 
%sub.getIdFileOnline(), destinationPath)
++osHttpRequests.download(sub.getDownloadLink(), 
destinationPath)
+ #if 
self.OSDBServer.DownloadSubtitles({sub.getIdFileOnline():destinationPath}):
+ #success_downloaded += 1
+ #else:
+
+=== modified file 'modules/SDService.py'
+--- modules/SDService.py   2011-05-30 02:16:51 +
 modules/SDService.py   2016-01-02 18:14:12 +
+@@ -490,6 +490,7 @@
+ #sub.setLanguageName(i["LanguageName"]) 
+ sub.setRating(i["SubRating"])
+ sub.setUploader(i["UserNickName"])
++sub.setDownloadLink(i["SubDownloadLink"])
+ sub.setVideo(video)
+ 
+ self.log.debug("  [%s] - %s"%  
(sub.getLanguage(), sub.getFileName()))
+
+=== modified file 'modules/subtitlefile.py'
+--- modules/subtitlefile.py2011-05-30 02:16:51 +
 modules/subtitlefile.py2016-01-02 18:14:12 +
+@@ -139,6 +139,12 @@
+ def getRating(self):
+ return self.rating
+ 
++def setDownloadLink(self, link):
++self.download_link = link
++
++def getDownloadLink(self):
++return self.download_link
++
+ def setExtraInfo(self, info, data):
+ self._extraInfo[info] = data


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

2016-03-02 Thread Ray Rashif
Date: Wednesday, March 2, 2016 @ 23:39:42
  Author: schiv
Revision: 260560

upgpkg: rosegarden 16.02-1

upstream release; moved to qt5

Modified:
  rosegarden/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 22:29:58 UTC (rev 260559)
+++ PKGBUILD2016-03-02 22:39:42 UTC (rev 260560)
@@ -5,15 +5,16 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=rosegarden
-pkgver=15.10
-pkgrel=2
+pkgver=16.02
+_pkgver=16.02
+pkgrel=1
 pkgdesc="MIDI/audio sequencer and notation editor"
 arch=('i686' 'x86_64')
 url="http://www.rosegardenmusic.com/;
 license=('GPL')
 depends=('liblrdf' 'dssi' 'fftw' 'lirc'
- 'perl' 'qt4' 'shared-mime-info' 'liblo>=0.28')
-makedepends=('imake')
+ 'perl' 'qt5-tools' 'shared-mime-info' 'liblo>=0.28')
+makedepends=('imake' 'cmake')
 optdepends=('lilypond: notation display'
 'cups: printing support'
 'kdegraphics-okular: print preview, or any other PDF viewer'
@@ -22,19 +23,19 @@
 'wavpack')
 [ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
 install=$pkgname.install
-source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2;)
-md5sums=('6423f90ae392ff3673578ddc10020efd')
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;)
+md5sums=('d179f4d9b5d6b8fd1b71ba61ffc8faaa')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
   # qt4 compatibility (qt->qt5)
-  LRELEASE=/usr/lib/qt4/bin/lrelease
-  LUPDATE=/usr/lib/qt4/bin/lupdate
+  #LRELEASE=/usr/lib/qt4/bin/lrelease
+  #LUPDATE=/usr/lib/qt4/bin/lupdate
 
-  export lrdf_CFLAGS LRELEASE LUPDATE
+  #export lrdf_CFLAGS LRELEASE LUPDATE
 
-  ./configure --prefix=/usr
+  cmake -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=/usr
   make
 }
 


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

2016-03-02 Thread Ray Rashif
Date: Wednesday, March 2, 2016 @ 23:39:58
  Author: schiv
Revision: 260561

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

Added:
  rosegarden/repos/testing-i686/
  rosegarden/repos/testing-i686/PKGBUILD
(from rev 260560, rosegarden/trunk/PKGBUILD)
  rosegarden/repos/testing-i686/rosegarden.install
(from rev 260560, rosegarden/trunk/rosegarden.install)
  rosegarden/repos/testing-x86_64/
  rosegarden/repos/testing-x86_64/PKGBUILD
(from rev 260560, rosegarden/trunk/PKGBUILD)
  rosegarden/repos/testing-x86_64/rosegarden.install
(from rev 260560, rosegarden/trunk/rosegarden.install)

---+
 testing-i686/PKGBUILD |   48 
 testing-i686/rosegarden.install   |   15 +++
 testing-x86_64/PKGBUILD   |   48 
 testing-x86_64/rosegarden.install |   15 +++
 4 files changed, 126 insertions(+)

Copied: rosegarden/repos/testing-i686/PKGBUILD (from rev 260560, 
rosegarden/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-02 22:39:58 UTC (rev 260561)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Giovanni Scafora 
+# Contributor: damir 
+# Contributor: Robert Emil Berge 
+
+pkgname=rosegarden
+pkgver=16.02
+_pkgver=16.02
+pkgrel=1
+pkgdesc="MIDI/audio sequencer and notation editor"
+arch=('i686' 'x86_64')
+url="http://www.rosegardenmusic.com/;
+license=('GPL')
+depends=('liblrdf' 'dssi' 'fftw' 'lirc'
+ 'perl' 'qt5-tools' 'shared-mime-info' 'liblo>=0.28')
+makedepends=('imake' 'cmake')
+optdepends=('lilypond: notation display'
+'cups: printing support'
+'kdegraphics-okular: print preview, or any other PDF viewer'
+'timidity++: MIDI playback, or any other softsynth'
+'flac'
+'wavpack')
+[ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;)
+md5sums=('d179f4d9b5d6b8fd1b71ba61ffc8faaa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # qt4 compatibility (qt->qt5)
+  #LRELEASE=/usr/lib/qt4/bin/lrelease
+  #LUPDATE=/usr/lib/qt4/bin/lupdate
+
+  #export lrdf_CFLAGS LRELEASE LUPDATE
+
+  cmake -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/testing-i686/rosegarden.install (from rev 260560, 
rosegarden/trunk/rosegarden.install)
===
--- testing-i686/rosegarden.install (rev 0)
+++ testing-i686/rosegarden.install 2016-03-02 22:39:58 UTC (rev 260561)
@@ -0,0 +1,15 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+  update-mime-database usr/share/mime &> /dev/null
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/testing-x86_64/PKGBUILD (from rev 260560, 
rosegarden/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-02 22:39:58 UTC (rev 260561)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Giovanni Scafora 
+# Contributor: damir 
+# Contributor: Robert Emil Berge 
+
+pkgname=rosegarden
+pkgver=16.02
+_pkgver=16.02
+pkgrel=1
+pkgdesc="MIDI/audio sequencer and notation editor"
+arch=('i686' 'x86_64')
+url="http://www.rosegardenmusic.com/;
+license=('GPL')
+depends=('liblrdf' 'dssi' 'fftw' 'lirc'
+ 'perl' 'qt5-tools' 'shared-mime-info' 'liblo>=0.28')
+makedepends=('imake' 'cmake')
+optdepends=('lilypond: notation display'
+'cups: printing support'
+'kdegraphics-okular: print preview, or any other PDF viewer'
+'timidity++: MIDI playback, or any other softsynth'
+'flac'
+'wavpack')
+[ "$CARCH" = "i686" ] && optdepends+=('dssi-vst: win32 VST support')
+install=$pkgname.install
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$_pkgver.tar.bz2;)
+md5sums=('d179f4d9b5d6b8fd1b71ba61ffc8faaa')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # qt4 compatibility (qt->qt5)
+  #LRELEASE=/usr/lib/qt4/bin/lrelease
+  #LUPDATE=/usr/lib/qt4/bin/lupdate
+
+  #export lrdf_CFLAGS LRELEASE LUPDATE
+
+  cmake -DBUILD_TESTING=OFF -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set 

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

2016-03-02 Thread Antonio Rojas
Date: Wednesday, March 2, 2016 @ 23:29:58
  Author: arojas
Revision: 260559

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

Added:
  plasma-workspace/repos/extra-i686/PKGBUILD
(from rev 260558, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-i686/kde.pam
(from rev 260558, plasma-workspace/trunk/kde.pam)
  plasma-workspace/repos/extra-x86_64/PKGBUILD
(from rev 260558, plasma-workspace/trunk/PKGBUILD)
  plasma-workspace/repos/extra-x86_64/kde.pam
(from rev 260558, plasma-workspace/trunk/kde.pam)
Deleted:
  plasma-workspace/repos/extra-i686/PKGBUILD
  plasma-workspace/repos/extra-i686/kde.pam
  plasma-workspace/repos/extra-x86_64/PKGBUILD
  plasma-workspace/repos/extra-x86_64/kde.pam

---+
 /PKGBUILD |  192 
 /kde.pam  |   18 
 extra-i686/PKGBUILD   |  101 -
 extra-i686/kde.pam|9 --
 extra-x86_64/PKGBUILD |  101 -
 extra-x86_64/kde.pam  |9 --
 6 files changed, 210 insertions(+), 220 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-02 22:20:59 UTC (rev 260558)
+++ extra-i686/PKGBUILD 2016-03-02 22:29:58 UTC (rev 260559)
@@ -1,101 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-# Contributor: Antonio Rojas
-# Contributor: Alexey D. 
-
-pkgbase=plasma-workspace
-pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.5.5.1
-pkgrel=2
-pkgdesc='KDE Plasma Workspace'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
-license=('LGPL')
-# note on libxdamage:
-# not detected by namcap because libgl depends on it
-# but nvidia providing libgl does not depend on libxdamage
-depends=('kjsembed' 'knotifyconfig' 'libxdamage' 'libksysguard' 'libkscreen' 
'ktexteditor' 'libqalculate'
- 'qt5-tools' 'kde-cli-tools' 'xorg-xrdb' 'xorg-xsetroot'
- 'xorg-xmessage' 'xorg-xprop' 'milou' 'breeze' 'prison-frameworks' 
'kwin')
-makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
- 'krunner' 'kxmlrpcclient' 'networkmanager-qt')
-groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam'
-   
"systray-arrow.patch::https://quickgit.kde.org/?p=plasma-workspace.git=commitdiff=42849c35=plain;)
-md5sums=('6fd75e86fa5ac529012bac10a7d44622'
- '378ee33a9ec2870a1a899f2e05ee00d4'
- '081192fd3ddc0e5a3e7b798e1235d0e7')
-
-prepare() {
-  mkdir -p build
-
-  cd $pkgbase-${pkgver%.*}
-  # be sure to use the Qt5 version of qtpaths
-  sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
-
-# Fix systray arrow regression
-  patch -p1 -i ../systray-arrow.patch
-}
-
-build() {
-  cd build
-  cmake ../$pkgbase-${pkgver%.*} \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_BUILD_TYPE=Release \
--DLIB_INSTALL_DIR=lib \
--DLIBEXEC_INSTALL_DIR=lib \
--DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
--DBUILD_TESTING=OFF
-  make
-}
-
-package_plasma-workspace() {
-  depends+=('kuiserver')
-  optdepends=('plasma-workspace-wallpapers: additional wallpapers'
-  'gpsd: GPS based geolocation' 'networkmanager-qt: IP based 
geolocation')
-  conflicts=('kdebase-workspace')
-
-  cd build
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 "$srcdir"/kde.pam "$pkgdir"/etc/pam.d/kde
-
-  # Remove conflicts with drkonqi
-  rm "$pkgdir"/usr/lib/drkonqi
-  rm -r "$pkgdir"/usr/share/drkonqi
-
-  # Remove conflicts with kuiserver
-  rm "$pkgdir"/usr/bin/kuiserver5
-  rm "$pkgdir"/usr/lib/libkdeinit5_kuiserver5.so
-  rm "$pkgdir"/usr/share/dbus-1/services/kf5_org.kde.kuiserver.service
-  rm "$pkgdir"/usr/share/kservices5/kuiserver.desktop
-
-  # Split plasma-wayland scripts
-  rm -r "$pkgdir"/usr/share/wayland-sessions
-}
-
-package_drkonqi() {
-  pkgdesc='KDE crash handler'
-  depends=('kxmlrpcclient' 'gdb')
-
-  cd build/drkonqi
-  make DESTDIR="$pkgdir" install
-}
-
-package_kuiserver() {
-  pkgdesc='KDE Progress Info UI server'
-  depends=('kxmlgui')
-  groups=()
-
-  cd build/kuiserver
-  make DESTDIR="$pkgdir" install
-}
-
-package_plasma-wayland-session() {
-  pkgdesc='Plasma Wayland session'
-  depends=('plasma-workspace' 'qt5-wayland' 'kwayland-integration' 
'xorg-server-xwayland')
-  groups=()
-
-  install -Dm644 build/plasmawayland.desktop 
"$pkgdir"/usr/share/wayland-sessions/plasmawayland.desktop
-}

Copied: plasma-workspace/repos/extra-i686/PKGBUILD (from rev 260558, 
plasma-workspace/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-02 22:29:58 UTC (rev 260559)
@@ -0,0 +1,96 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 

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

2016-03-02 Thread Antonio Rojas
Date: Wednesday, March 2, 2016 @ 23:20:59
  Author: arojas
Revision: 260558

Update to 5.5.5.2

Modified:
  plasma-workspace/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 22:04:16 UTC (rev 260557)
+++ PKGBUILD2016-03-02 22:20:59 UTC (rev 260558)
@@ -6,8 +6,8 @@
 
 pkgbase=plasma-workspace
 pkgname=('plasma-workspace' 'drkonqi' 'kuiserver' 'plasma-wayland-session')
-pkgver=5.5.5.1
-pkgrel=2
+pkgver=5.5.5.2
+pkgrel=1
 pkgdesc='KDE Plasma Workspace'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/workspace/plasma-workspace'
@@ -21,11 +21,9 @@
 makedepends=('extra-cmake-modules' 'kdoctools' 'gpsd' 'baloo'
  'krunner' 'kxmlrpcclient' 'networkmanager-qt')
 groups=('plasma')
-source=("http://download.kde.org/stable/plasma/${pkgver}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam'
-   
"systray-arrow.patch::https://quickgit.kde.org/?p=plasma-workspace.git=commitdiff=42849c35=plain;)
-md5sums=('6fd75e86fa5ac529012bac10a7d44622'
- '378ee33a9ec2870a1a899f2e05ee00d4'
- '081192fd3ddc0e5a3e7b798e1235d0e7')
+source=("http://download.kde.org/stable/plasma/${pkgver%.*}/${pkgbase}-${pkgver}.tar.xz;
 'kde.pam')
+md5sums=('545d25677c194f9dec4b17dcab8d48c8'
+ '378ee33a9ec2870a1a899f2e05ee00d4')
 
 prepare() {
   mkdir -p build
@@ -33,9 +31,6 @@
   cd $pkgbase-${pkgver%.*}
   # be sure to use the Qt5 version of qtpaths
   sed -e 's:qtpaths:qtpaths-qt5:' -i startkde/start*.cmake
-
-# Fix systray arrow regression
-  patch -p1 -i ../systray-arrow.patch
 }
 
 build() {


[arch-commits] Commit in vamp-plugin-sdk/repos (4 files)

2016-03-02 Thread Ray Rashif
Date: Wednesday, March 2, 2016 @ 23:04:16
  Author: schiv
Revision: 260557

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

Added:
  vamp-plugin-sdk/repos/extra-i686/PKGBUILD
(from rev 260556, vamp-plugin-sdk/trunk/PKGBUILD)
  vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD
(from rev 260556, vamp-plugin-sdk/trunk/PKGBUILD)
Deleted:
  vamp-plugin-sdk/repos/extra-i686/PKGBUILD
  vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-02 22:03:57 UTC (rev 260556)
+++ extra-i686/PKGBUILD 2016-03-02 22:04:16 UTC (rev 260557)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Orivej Desh 
-
-pkgname=vamp-plugin-sdk
-pkgver=2.5
-_dir=690
-pkgrel=3
-pkgdesc="The Vamp audio analysis plug-in system"
-arch=('i686' 'x86_64')
-url="http://www.vamp-plugins.org/;
-license=('BSD')
-depends=('gcc-libs' 'libsndfile')
-source=("http://code.soundsoftware.ac.uk/attachments/download/$_dir/$pkgname-$pkgver.tar.gz;)
-md5sums=('199872997f74951f6769b982bf0d0646')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/extra-i686/PKGBUILD (from rev 260556, 
vamp-plugin-sdk/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-02 22:04:16 UTC (rev 260557)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Orivej Desh 
+
+pkgname=vamp-plugin-sdk
+pkgver=2.6
+_dir=1520
+pkgrel=1
+pkgdesc="The Vamp audio analysis plug-in system"
+arch=('i686' 'x86_64')
+url="http://www.vamp-plugins.org/;
+license=('BSD')
+depends=('gcc-libs' 'libsndfile')
+source=("http://code.soundsoftware.ac.uk/attachments/download/$_dir/$pkgname-$pkgver.tar.gz;)
+md5sums=('200d6f5980d8d8877d296975a7e2890b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-02 22:03:57 UTC (rev 260556)
+++ extra-x86_64/PKGBUILD   2016-03-02 22:04:16 UTC (rev 260557)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: Orivej Desh 
-
-pkgname=vamp-plugin-sdk
-pkgver=2.5
-_dir=690
-pkgrel=3
-pkgdesc="The Vamp audio analysis plug-in system"
-arch=('i686' 'x86_64')
-url="http://www.vamp-plugins.org/;
-license=('BSD')
-depends=('gcc-libs' 'libsndfile')
-source=("http://code.soundsoftware.ac.uk/attachments/download/$_dir/$pkgname-$pkgver.tar.gz;)
-md5sums=('199872997f74951f6769b982bf0d0646')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 COPYING \
-"$pkgdir/usr/share/licenses/$pkgname/COPYING"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: vamp-plugin-sdk/repos/extra-x86_64/PKGBUILD (from rev 260556, 
vamp-plugin-sdk/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-02 22:04:16 UTC (rev 260557)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: Orivej Desh 
+
+pkgname=vamp-plugin-sdk
+pkgver=2.6
+_dir=1520
+pkgrel=1
+pkgdesc="The Vamp audio analysis plug-in system"
+arch=('i686' 'x86_64')
+url="http://www.vamp-plugins.org/;
+license=('BSD')
+depends=('gcc-libs' 'libsndfile')
+source=("http://code.soundsoftware.ac.uk/attachments/download/$_dir/$pkgname-$pkgver.tar.gz;)
+md5sums=('200d6f5980d8d8877d296975a7e2890b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+
+  install -Dm644 COPYING \
+"$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in vamp-plugin-sdk/trunk (PKGBUILD)

2016-03-02 Thread Ray Rashif
Date: Wednesday, March 2, 2016 @ 23:03:57
  Author: schiv
Revision: 260556

upgpkg: vamp-plugin-sdk 2.6-1

upstream release

Modified:
  vamp-plugin-sdk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 22:02:57 UTC (rev 260555)
+++ PKGBUILD2016-03-02 22:03:57 UTC (rev 260556)
@@ -3,9 +3,9 @@
 # Contributor: Orivej Desh 
 
 pkgname=vamp-plugin-sdk
-pkgver=2.5
-_dir=690
-pkgrel=3
+pkgver=2.6
+_dir=1520
+pkgrel=1
 pkgdesc="The Vamp audio analysis plug-in system"
 arch=('i686' 'x86_64')
 url="http://www.vamp-plugins.org/;
@@ -12,7 +12,7 @@
 license=('BSD')
 depends=('gcc-libs' 'libsndfile')
 
source=("http://code.soundsoftware.ac.uk/attachments/download/$_dir/$pkgname-$pkgver.tar.gz;)
-md5sums=('199872997f74951f6769b982bf0d0646')
+md5sums=('200d6f5980d8d8877d296975a7e2890b')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-03-02 Thread Ray Rashif
Date: Wednesday, March 2, 2016 @ 23:02:57
  Author: schiv
Revision: 260555

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

Added:
  ardour/repos/extra-i686/.contrib
(from rev 260554, ardour/trunk/.contrib)
  ardour/repos/extra-i686/PKGBUILD
(from rev 260554, ardour/trunk/PKGBUILD)
  ardour/repos/extra-i686/ardour.desktop
(from rev 260554, ardour/trunk/ardour.desktop)
  ardour/repos/extra-x86_64/.contrib
(from rev 260554, ardour/trunk/.contrib)
  ardour/repos/extra-x86_64/PKGBUILD
(from rev 260554, ardour/trunk/PKGBUILD)
  ardour/repos/extra-x86_64/ardour.desktop
(from rev 260554, ardour/trunk/ardour.desktop)
Deleted:
  ardour/repos/extra-i686/.contrib
  ardour/repos/extra-i686/PKGBUILD
  ardour/repos/extra-i686/ardour.desktop
  ardour/repos/extra-x86_64/.contrib
  ardour/repos/extra-x86_64/PKGBUILD
  ardour/repos/extra-x86_64/ardour.desktop

-+
 /.contrib   |4 +
 /PKGBUILD   |  110 ++
 /ardour.desktop |   18 ++
 extra-i686/.contrib |2 
 extra-i686/PKGBUILD |   55 -
 extra-i686/ardour.desktop   |9 ---
 extra-x86_64/.contrib   |2 
 extra-x86_64/PKGBUILD   |   55 -
 extra-x86_64/ardour.desktop |9 ---
 9 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2016-03-02 22:02:35 UTC (rev 260554)
+++ extra-i686/.contrib 2016-03-02 22:02:57 UTC (rev 260555)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros 
-# Contributor: Uli Armbruster 

Copied: ardour/repos/extra-i686/.contrib (from rev 260554, 
ardour/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2016-03-02 22:02:57 UTC (rev 260555)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros 
+# Contributor: Uli Armbruster 

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-02 22:02:35 UTC (rev 260554)
+++ extra-i686/PKGBUILD 2016-03-02 22:02:57 UTC (rev 260555)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Ray Rashif 
-# Contributor: SpepS 
-# Contributor: see .contrib
-
-pkgname=ardour
-pkgver=4.6
-pkgrel=1
-pkgdesc="Professional-grade digital audio workstation"
-arch=('i686' 'x86_64')
-url="http://ardour.org/;
-license=('GPL')
-depends=('liblrdf' 'liblo' 'lilv' 'suil' 'taglib'
- 'aubio' 'rubberband' 'gtkmm')
-makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
-optdepends=('xjadeo: video monitoring'
-'harvid: video timeline')
-source=("$pkgname-$pkgver::git+https://github.com/${pkgname^}/$pkgname.git#tag=$pkgver;
-"$pkgname.desktop")
-md5sums=('SKIP'
- 'c376b07a961137386d6b47594acb38ca')
-
-prepare() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # python2 fix
-  sed -i 's/python ${SRC}/python2 ${SRC}/' libs/pbd/wscript
-}
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf configure --prefix=/usr \
---configdir=/etc \
---with-backends="jack,alsa" \
---libjack=weak \
---optimize \
---docs \
---cxx11 \
---no-phone-home
-
-  python2 waf build $MAKEFLAGS
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  python2 waf install --destdir="$pkgdir"
-
-  # install some freedesktop.org compatibility
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ardour/repos/extra-i686/PKGBUILD (from rev 260554, 
ardour/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-02 22:02:57 UTC (rev 260555)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Ray Rashif 
+# Contributor: SpepS 
+# Contributor: see .contrib
+
+pkgname=ardour
+pkgver=4.7
+pkgrel=1
+pkgdesc="Professional-grade digital audio workstation"
+arch=('i686' 'x86_64')
+url="http://ardour.org/;
+license=('GPL')
+depends=('liblrdf' 'liblo' 'lilv' 'suil' 'taglib'
+ 'aubio' 'rubberband' 'gtkmm')
+makedepends=('git' 'python2' 'boost' 'cppunit' 'doxygen' 'graphviz')
+optdepends=('xjadeo: video monitoring'
+'harvid: video timeline')
+source=("$pkgname-$pkgver::git+https://github.com/${pkgname^}/$pkgname.git#tag=$pkgver;
+"$pkgname.desktop")
+md5sums=('SKIP'
+ 'c376b07a961137386d6b47594acb38ca')
+
+prepare() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  sed -i 's/python ${SRC}/python2 ${SRC}/' 

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

2016-03-02 Thread Ray Rashif
Date: Wednesday, March 2, 2016 @ 23:02:35
  Author: schiv
Revision: 260554

upgpkg: ardour 4.7-1

upstream release

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:10:05 UTC (rev 260553)
+++ PKGBUILD2016-03-02 22:02:35 UTC (rev 260554)
@@ -4,7 +4,7 @@
 # Contributor: see .contrib
 
 pkgname=ardour
-pkgver=4.6
+pkgver=4.7
 pkgrel=1
 pkgdesc="Professional-grade digital audio workstation"
 arch=('i686' 'x86_64')


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

2016-03-02 Thread Anatol Pomozov
Date: Wednesday, March 2, 2016 @ 21:54:53
  Author: anatolik
Revision: 164260

archrelease: copy trunk to community-testing-any

Added:
  tt-rss/repos/community-testing-any/
  tt-rss/repos/community-testing-any/PKGBUILD
(from rev 164259, tt-rss/trunk/PKGBUILD)
  tt-rss/repos/community-testing-any/service
(from rev 164259, tt-rss/trunk/service)

--+
 PKGBUILD |   52 
 service  |   12 
 2 files changed, 64 insertions(+)

Copied: tt-rss/repos/community-testing-any/PKGBUILD (from rev 164259, 
tt-rss/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-03-02 20:54:53 UTC (rev 164260)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Clément Démoulins 
+# Contributor: David Rosenstrauch 
+# Contributor: Erik Mank 
+
+pkgname=tt-rss
+pkgver=r7938
+pkgrel=1
+epoch=1
+pkgdesc='Web-based news feed (RSS/Atom) aggregator'
+arch=(any)
+url='http://tt-rss.org'
+license=(GPL)
+backup=(etc/webapps/tt-rss/config.php)
+depends=(php)
+optdepends=('mysql'
+'postgresql'
+'php-gd: for coloured feed badges')
+makedepends=('git')
+_commit=9232283815c72e82d1b2167c03954b687a15fad4
+# periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
+source=(git+https://tt-rss.org/git/tt-rss.git#commit=$_commit
+service)
+sha1sums=('SKIP'
+  'e3277cd1d717e7803cdc41a0275dcc7c188ef8db')
+
+pkgver() {
+  cd tt-rss
+  echo r$(git rev-list --count HEAD)
+}
+
+package() {
+  cd tt-rss
+  _instdir="$pkgdir"/usr/share/webapps/$pkgname
+
+  install -d "$_instdir"
+  cp -ra * "$_instdir/"
+
+  install -Dm640 -g http config.php-dist 
"$pkgdir"/etc/webapps/tt-rss/config.php
+  ln -s /etc/webapps/tt-rss/config.php "$_instdir"/config.php
+
+  install -d "$pkgdir"/var/lib/tt-rss
+  mv "$_instdir"/{lock,feed-icons,cache} "$pkgdir"/var/lib/tt-rss
+  ln -s /var/lib/tt-rss/lock "$_instdir"/lock
+  ln -s /var/lib/tt-rss/feed-icons "$_instdir"/feed-icons
+  ln -s /var/lib/tt-rss/cache "$_instdir"/cache
+  chown -R 33:33 "$pkgdir"/var/lib/tt-rss
+  chmod -R 777 "$pkgdir"/var/lib/tt-rss/*
+
+  install -Dm644 "$srcdir"/service 
"$pkgdir"/usr/lib/systemd/system/tt-rss.service
+}

Copied: tt-rss/repos/community-testing-any/service (from rev 164259, 
tt-rss/trunk/service)
===
--- community-testing-any/service   (rev 0)
+++ community-testing-any/service   2016-03-02 20:54:53 UTC (rev 164260)
@@ -0,0 +1,12 @@
+[Unit]
+Description=Tiny Tiny RSS feeds update daemon
+After=network.target mysqld.service postgresql.service
+
+[Service]
+ExecStart=/usr/bin/php /usr/share/webapps/tt-rss/update.php --daemon
+User=http
+StandardOutput=null
+StandardError=syslog
+
+[Install]
+WantedBy=multi-user.target


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

2016-03-02 Thread Anatol Pomozov
Date: Wednesday, March 2, 2016 @ 21:54:32
  Author: anatolik
Revision: 164259

upgpkg: tt-rss 1:r7938-1

Modified:
  tt-rss/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:34:34 UTC (rev 164258)
+++ PKGBUILD2016-03-02 20:54:32 UTC (rev 164259)
@@ -5,7 +5,7 @@
 # Contributor: Erik Mank 
 
 pkgname=tt-rss
-pkgver=r7911
+pkgver=r7938
 pkgrel=1
 epoch=1
 pkgdesc='Web-based news feed (RSS/Atom) aggregator'
@@ -18,7 +18,7 @@
 'postgresql'
 'php-gd: for coloured feed badges')
 makedepends=('git')
-_commit=71b75bb7faabf9e6
+_commit=9232283815c72e82d1b2167c03954b687a15fad4
 # periodic releases are over https://tt-rss.org/forum/viewtopic.php?f=10=3262
 source=(git+https://tt-rss.org/git/tt-rss.git#commit=$_commit
 service)


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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 21:34:23
  Author: foutrelis
Revision: 164257

OpenSSL 1.0.2g rebuild

Modified:
  tor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:34:21 UTC (rev 164256)
+++ PKGBUILD2016-03-02 20:34:23 UTC (rev 164257)
@@ -5,7 +5,7 @@
 
 pkgname=tor
 pkgver=0.2.7.6
-pkgrel=2
+pkgrel=3
 pkgdesc='Anonymizing overlay network.'
 arch=('i686' 'x86_64')
 url='http://www.torproject.org/'


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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 21:34:34
  Author: foutrelis
Revision: 164258

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

Added:
  tor/repos/community-staging-i686/
  tor/repos/community-staging-i686/PKGBUILD
(from rev 164257, tor/trunk/PKGBUILD)
  tor/repos/community-staging-i686/tor.install
(from rev 164257, tor/trunk/tor.install)
  tor/repos/community-staging-i686/tor.service
(from rev 164257, tor/trunk/tor.service)
  tor/repos/community-staging-i686/torrc
(from rev 164257, tor/trunk/torrc)
  tor/repos/community-staging-x86_64/
  tor/repos/community-staging-x86_64/PKGBUILD
(from rev 164257, tor/trunk/PKGBUILD)
  tor/repos/community-staging-x86_64/tor.install
(from rev 164257, tor/trunk/tor.install)
  tor/repos/community-staging-x86_64/tor.service
(from rev 164257, tor/trunk/tor.service)
  tor/repos/community-staging-x86_64/torrc
(from rev 164257, tor/trunk/torrc)

--+
 community-staging-i686/PKGBUILD  |   47 
 community-staging-i686/tor.install   |4 
 community-staging-i686/tor.service   |   15 ++
 community-staging-i686/torrc |  189 +
 community-staging-x86_64/PKGBUILD|   47 
 community-staging-x86_64/tor.install |4 
 community-staging-x86_64/tor.service |   15 ++
 community-staging-x86_64/torrc   |  189 +
 8 files changed, 510 insertions(+)

Copied: tor/repos/community-staging-i686/PKGBUILD (from rev 164257, 
tor/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 20:34:34 UTC (rev 164258)
@@ -0,0 +1,47 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Daniel Micay 
+# Contributor: simo 
+# Contributor: Sid Karunaratne
+
+pkgname=tor
+pkgver=0.2.7.6
+pkgrel=3
+pkgdesc='Anonymizing overlay network.'
+arch=('i686' 'x86_64')
+url='http://www.torproject.org/'
+license=('BSD')
+depends=('openssl' 'libevent' 'bash' 'libseccomp')
+optdepends=('torsocks: for torify')
+makedepends=('ca-certificates')
+backup=('etc/tor/torrc'
+'etc/tor/torrc-dist')
+install='tor.install'
+source=("https://www.torproject.org/dist/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'torrc'
+'tor.service')
+md5sums=('cc19107b57136a68e8c563bf2d35b072'
+ 'SKIP'
+ 'c1dd4004c63edaeaa829e01be5413cfc'
+ '503cedd9679f9817b2c27916ba989a74')
+validpgpkeys=('B35BF85BF19489D04E28C33C21194EBB165733EA') # Nick Mathewson
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -dm0700 -o 43 -g 43 "${pkgdir}/var/lib/tor"
+
+  mv "${pkgdir}/etc/tor/torrc.sample" "${pkgdir}/etc/tor/torrc-dist"
+  install -Dm0644 "${srcdir}/torrc" "${pkgdir}/etc/tor/torrc"
+  install -Dm0644 "${srcdir}/tor.service" 
"${pkgdir}/usr/lib/systemd/system/tor.service"
+
+  install -Dm0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: tor/repos/community-staging-i686/tor.install (from rev 164257, 
tor/trunk/tor.install)
===
--- community-staging-i686/tor.install  (rev 0)
+++ community-staging-i686/tor.install  2016-03-02 20:34:34 UTC (rev 164258)
@@ -0,0 +1,4 @@
+post_install() {
+  groupadd -g 43 tor &>/dev/null
+  useradd -u 43 -g tor -d /var/lib/tor -s /bin/false tor &> /dev/null
+}

Copied: tor/repos/community-staging-i686/tor.service (from rev 164257, 
tor/trunk/tor.service)
===
--- community-staging-i686/tor.service  (rev 0)
+++ community-staging-i686/tor.service  2016-03-02 20:34:34 UTC (rev 164258)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Anonymizing Overlay Network
+After=network.target
+
+[Service]
+User=tor
+Type=simple
+ExecStart=/usr/bin/tor -f /etc/tor/torrc
+ExecReload=/usr/bin/kill -HUP $MAINPID
+KillSignal=SIGINT
+LimitNOFILE=8192
+PrivateDevices=yes
+
+[Install]
+WantedBy=multi-user.target

Copied: tor/repos/community-staging-i686/torrc (from rev 164257, 
tor/trunk/torrc)
===
--- community-staging-i686/torrc(rev 0)
+++ community-staging-i686/torrc2016-03-02 20:34:34 UTC (rev 164258)
@@ -0,0 +1,189 @@
+## Configuration file for a typical Tor user
+## Last updated 22 April 2012 for Tor 0.2.3.14-alpha.
+## (may or may not work for much older or much newer versions of Tor.)
+##
+## Lines that begin with "## " try to explain what's going on. Lines
+## that begin with just "#" are disabled commands: you can enable them
+## 

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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:34:21
  Author: fyan
Revision: 164256

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

Added:
  nsd/repos/community-staging-i686/
  nsd/repos/community-staging-i686/PKGBUILD
(from rev 164255, nsd/trunk/PKGBUILD)
  nsd/repos/community-staging-i686/install
(from rev 164255, nsd/trunk/install)
  nsd/repos/community-staging-i686/service
(from rev 164255, nsd/trunk/service)
  nsd/repos/community-staging-i686/tmpfiles.d
(from rev 164255, nsd/trunk/tmpfiles.d)
  nsd/repos/community-staging-x86_64/
  nsd/repos/community-staging-x86_64/PKGBUILD
(from rev 164255, nsd/trunk/PKGBUILD)
  nsd/repos/community-staging-x86_64/install
(from rev 164255, nsd/trunk/install)
  nsd/repos/community-staging-x86_64/service
(from rev 164255, nsd/trunk/service)
  nsd/repos/community-staging-x86_64/tmpfiles.d
(from rev 164255, nsd/trunk/tmpfiles.d)

-+
 community-staging-i686/PKGBUILD |   49 ++
 community-staging-i686/install  |   17 +++
 community-staging-i686/service  |   13 +
 community-staging-i686/tmpfiles.d   |1 
 community-staging-x86_64/PKGBUILD   |   49 ++
 community-staging-x86_64/install|   17 +++
 community-staging-x86_64/service|   13 +
 community-staging-x86_64/tmpfiles.d |1 
 8 files changed, 160 insertions(+)

Copied: nsd/repos/community-staging-i686/PKGBUILD (from rev 164255, 
nsd/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 20:34:21 UTC (rev 164256)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Kaiting Chen 
+# Contributor: Roberto Alsina 
+
+pkgname=nsd
+pkgver=4.1.7
+pkgrel=2
+pkgdesc='Authoritative only, high performance and simple DNS server'
+url='http://www.nlnetlabs.nl/nsd/'
+license=('BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'libevent')
+makedepends=('flex')
+source=("http://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'tmpfiles.d'
+'service')
+sha256sums=('7ba8beb29b495ab795e927d9aa82a5bb1b66296a78f61ed47d6ccfe59e9b1a8a'
+'8e72816177069d6b82306c4b61ca4d0eefd2a77a31ea79c50635eea5aecf8c5b'
+'5ec7616df32c29ddec25a6ec772db5053e234410cf1042f2945d0f554b1f9b65')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/ \
+   --sbindir=/usr/bin \
+   --datarootdir=/usr/share \
+   --with-pidfile=/run/nsd/nsd.pid \
+   --enable-ratelimit \
+   --enable-relro-now \
+   --enable-pie \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 ../tmpfiles.d "${pkgdir}"/usr/lib/tmpfiles.d/nsd.conf
+   install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/nsd.service
+   rmdir "${pkgdir}"/{tmp,run/{nsd,}}
+
+   rm doc/differences.pdf
+   install -d "${pkgdir}"/usr/share/{doc,licenses}/"${pkgname}"
+   install -m644 doc/* "${pkgdir}"/usr/share/doc/"${pkgname}"
+   ln -s ../../doc/"${pkgname}"/LICENSE 
"${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
+}

Copied: nsd/repos/community-staging-i686/install (from rev 164255, 
nsd/trunk/install)
===
--- community-staging-i686/install  (rev 0)
+++ community-staging-i686/install  2016-03-02 20:34:21 UTC (rev 164256)
@@ -0,0 +1,17 @@
+post_upgrade() {
+   usr/bin/systemd-tmpfiles --create nsd.conf || true
+}
+
+post_install() {
+   getent group nsd &>/dev/null || groupadd -r nsd >/dev/null
+   getent passwd nsd &>/dev/null || useradd -r -g nsd -d /dev/null -s 
/bin/false -c nsd nsd >/dev/null
+   chown nsd:nsd /var/db/nsd
+   chmod 700 /var/db/nsd
+   post_upgrade
+}
+
+post_remove() {
+   getent passwd nsd &>/dev/null && userdel nsd >/dev/null
+   getent group nsd &>/dev/null && groupdel nsd >/dev/null
+   true
+}

Copied: nsd/repos/community-staging-i686/service (from rev 164255, 
nsd/trunk/service)
===
--- community-staging-i686/service  (rev 0)
+++ community-staging-i686/service  2016-03-02 20:34:21 UTC (rev 164256)
@@ -0,0 +1,13 @@
+[Unit]
+Description=NSD Name Server Daemon
+After=network.target
+
+[Service]
+PIDFile=/run/nsd/nsd.pid
+ExecStart=/usr/bin/nsd -d -c /etc/nsd/nsd.conf
+ExecReload=/bin/kill -HUP $MAINPID
+ExecStop=/bin/kill -TERM $MAINPID
+Restart=always
+
+[Install]
+WantedBy=multi-user.target

Copied: 

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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:33:43
  Author: fyan
Revision: 164255

OpenSSL 1.0.2g rebuild

Modified:
  nsd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:32:46 UTC (rev 164254)
+++ PKGBUILD2016-03-02 20:33:43 UTC (rev 164255)
@@ -5,7 +5,7 @@
 
 pkgname=nsd
 pkgver=4.1.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Authoritative only, high performance and simple DNS server'
 url='http://www.nlnetlabs.nl/nsd/'
 license=('BSD')


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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 21:32:33
  Author: foutrelis
Revision: 164252

OpenSSL 1.0.2g rebuild

Modified:
  unbound/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:32:22 UTC (rev 164251)
+++ PKGBUILD2016-03-02 20:32:33 UTC (rev 164252)
@@ -5,7 +5,7 @@
 
 pkgname=unbound
 pkgver=1.5.8
-pkgrel=1
+pkgrel=2
 pkgdesc='Validating, recursive, and caching DNS resolver'
 url='http://unbound.net/'
 license=('custom:BSD')


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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:32:37
  Author: fyan
Revision: 164253

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libssh2/repos/multilib-staging-x86_64/
  lib32-libssh2/repos/multilib-staging-x86_64/PKGBUILD
(from rev 164251, lib32-libssh2/trunk/PKGBUILD)

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

Copied: lib32-libssh2/repos/multilib-staging-x86_64/PKGBUILD (from rev 164251, 
lib32-libssh2/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-03-02 20:32:37 UTC (rev 164253)
@@ -0,0 +1,39 @@
+# Maintainer: Florian Pritz 
+# $Id$
+# Contributor: Angel Velasquez  
+# Contributor: Sergej Pupykin 
+# Contributor: Andrea Scarpino 
+# Contributor: ice-man 
+
+_pkgbasename=libssh2
+pkgname=lib32-$_pkgbasename
+pkgver=1.7.0
+pkgrel=2
+pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)"
+url="http://www.libssh2.org/;
+arch=('i686' 'x86_64')
+license=('BSD')
+depends=('lib32-openssl' $_pkgbasename)
+provides=('libssh2.so')
+makedepends=('zlib')
+source=("http://www.libssh2.org/download/${_pkgbasename}-${pkgver}.tar.gz;)
+md5sums=('b01662a210e94cccf2f76094db7dac5c')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  ./configure --prefix=/usr --libdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${srcdir}/${_pkgbasename}-${pkgver}
+  make DESTDIR=${pkgdir} install
+
+  rm -rf "${pkgdir}"/usr/{include,share,bin,sbin}
+  mkdir -p "$pkgdir/usr/share/licenses"
+  ln -s $_pkgbasename "$pkgdir/usr/share/licenses/$pkgname"
+}


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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:32:22
  Author: fyan
Revision: 164251

OpenSSL 1.0.2g rebuild

Modified:
  lib32-libssh2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:31:43 UTC (rev 164250)
+++ PKGBUILD2016-03-02 20:32:22 UTC (rev 164251)
@@ -8,7 +8,7 @@
 _pkgbasename=libssh2
 pkgname=lib32-$_pkgbasename
 pkgver=1.7.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library implementing the SSH2 protocol as defined by Internet 
Drafts (32-bit)"
 url="http://www.libssh2.org/;
 arch=('i686' 'x86_64')


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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 21:32:46
  Author: foutrelis
Revision: 164254

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

Added:
  unbound/repos/community-staging-i686/
  unbound/repos/community-staging-i686/PKGBUILD
(from rev 164252, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-i686/conf
(from rev 164252, unbound/trunk/conf)
  unbound/repos/community-staging-i686/install
(from rev 164253, unbound/trunk/install)
  unbound/repos/community-staging-i686/service
(from rev 164253, unbound/trunk/service)
  unbound/repos/community-staging-x86_64/
  unbound/repos/community-staging-x86_64/PKGBUILD
(from rev 164253, unbound/trunk/PKGBUILD)
  unbound/repos/community-staging-x86_64/conf
(from rev 164253, unbound/trunk/conf)
  unbound/repos/community-staging-x86_64/install
(from rev 164253, unbound/trunk/install)
  unbound/repos/community-staging-x86_64/service
(from rev 164253, unbound/trunk/service)

---+
 community-staging-i686/PKGBUILD   |   52 
 community-staging-i686/conf   |5 +++
 community-staging-i686/install|   10 ++
 community-staging-i686/service|   13 +
 community-staging-x86_64/PKGBUILD |   52 
 community-staging-x86_64/conf |5 +++
 community-staging-x86_64/install  |   10 ++
 community-staging-x86_64/service  |   13 +
 8 files changed, 160 insertions(+)

Copied: unbound/repos/community-staging-i686/PKGBUILD (from rev 164252, 
unbound/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 20:32:46 UTC (rev 164254)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Hisato Tatekura 
+# Contributor: Massimiliano Torromeo 
+
+pkgname=unbound
+pkgver=1.5.8
+pkgrel=2
+pkgdesc='Validating, recursive, and caching DNS resolver'
+url='http://unbound.net/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+makedepends=('expat')
+optdepends=('expat: unbound-anchor')
+depends=('openssl' 'ldns' 'libevent' 'dnssec-anchors')
+backup=('etc/unbound/unbound.conf')
+validpgpkeys=('EDFAA3F2CA4E6EB05681AF8E9F6F1C2D7E045F8D')
+source=("http://unbound.net/downloads/${pkgname}-${pkgver}.tar.gz"{,.asc}
+'service'
+'conf')
+sha1sums=('1391888d2e3395d766545cd3dbdf0f1879c48080' 'SKIP'
+  '63fcc187cec6f262d81600e66c6747285c72ad15'
+  '98515708441cb831890a0b6d1986fd40649646c0')
+
+install=install
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --disable-rpath \
+   --with-libevent \
+   --with-rootkey-file=/etc/trusted-key.key \
+   --with-conf-file=/etc/unbound/unbound.conf \
+   --with-pidfile=/run/unbound.pid \
+   --enable-relro-now \
+   --enable-pie \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -Dm644 doc/example.conf.in 
"${pkgdir}/etc/unbound/unbound.conf.example"
+   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+   install -Dm644 ../service 
"${pkgdir}/usr/lib/systemd/system/unbound.service"
+   install -Dm644 ../conf "${pkgdir}/etc/unbound/unbound.conf"
+}

Copied: unbound/repos/community-staging-i686/conf (from rev 164252, 
unbound/trunk/conf)
===
--- community-staging-i686/conf (rev 0)
+++ community-staging-i686/conf 2016-03-02 20:32:46 UTC (rev 164254)
@@ -0,0 +1,5 @@
+server:
+  use-syslog: yes
+  username: "unbound"
+  directory: "/etc/unbound"
+  trust-anchor-file: trusted-key.key

Copied: unbound/repos/community-staging-i686/install (from rev 164253, 
unbound/trunk/install)
===
--- community-staging-i686/install  (rev 0)
+++ community-staging-i686/install  2016-03-02 20:32:46 UTC (rev 164254)
@@ -0,0 +1,10 @@
+post_install() {
+   getent group unbound &>/dev/null || groupadd -r unbound >/dev/null
+   getent passwd unbound &>/dev/null || useradd -r -g unbound -d 
/etc/unbound -s /bin/false -c unbound unbound >/dev/null
+}
+
+post_remove() {
+   getent passwd unbound &>/dev/null && userdel unbound >/dev/null
+   getent group unbound &>/dev/null && groupdel unbound >/dev/null
+   return 0
+}

Copied: unbound/repos/community-staging-i686/service (from rev 164253, 
unbound/trunk/service)
===

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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:31:43
  Author: fyan
Revision: 164250

archrelease: copy trunk to multilib-staging-x86_64

Added:
  lib32-libshout/repos/multilib-staging-x86_64/
  lib32-libshout/repos/multilib-staging-x86_64/PKGBUILD
(from rev 164249, lib32-libshout/trunk/PKGBUILD)

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

Copied: lib32-libshout/repos/multilib-staging-x86_64/PKGBUILD (from rev 164249, 
lib32-libshout/trunk/PKGBUILD)
===
--- multilib-staging-x86_64/PKGBUILD(rev 0)
+++ multilib-staging-x86_64/PKGBUILD2016-03-02 20:31:43 UTC (rev 164250)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: GordonGR 
+# Contributor: Giovanni Scafora 
+# Contributor: arjan 
+# Contributor: Jason Chu 
+
+pkgname=lib32-libshout
+_pkgname=libshout
+pkgver=2.4.1
+pkgrel=2
+pkgdesc="Library for accessing a shoutcast/icecast server (32 bit)"
+arch=('x86_64')
+depends=('lib32-libvorbis' 'lib32-libtheora' 'lib32-speex' 'lib32-openssl' 
'libshout')
+url="http://www.icecast.org/;
+options=('!emptydirs')
+license=('LGPL')
+source=("http://downloads.xiph.org/releases/${_pkgname}/${_pkgname}-${pkgver}.tar.gz;)
+md5sums=('89cebf8cb0197f639cde69c95177fe47')
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+
+  cd ${_pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var 
--libdir=/usr/lib32 --libexecdir=/usr/lib32
+  make
+}
+
+package() {
+  cd ${_pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+  rm -r "$pkgdir"/usr/{include,share}
+}


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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:31:27
  Author: fyan
Revision: 164249

OpenSSL 1.0.2g rebuild

Modified:
  lib32-libshout/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:30:26 UTC (rev 164248)
+++ PKGBUILD2016-03-02 20:31:27 UTC (rev 164249)
@@ -8,7 +8,7 @@
 pkgname=lib32-libshout
 _pkgname=libshout
 pkgver=2.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for accessing a shoutcast/icecast server (32 bit)"
 arch=('x86_64')
 depends=('lib32-libvorbis' 'lib32-libtheora' 'lib32-speex' 'lib32-openssl' 
'libshout')


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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:30:26
  Author: fyan
Revision: 164248

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

Added:
  sslscan/repos/community-staging-i686/
  sslscan/repos/community-staging-i686/PKGBUILD
(from rev 164247, sslscan/trunk/PKGBUILD)
  sslscan/repos/community-staging-i686/add-checks-for-ssl3.patch
(from rev 164247, sslscan/trunk/add-checks-for-ssl3.patch)
  sslscan/repos/community-staging-x86_64/
  sslscan/repos/community-staging-x86_64/PKGBUILD
(from rev 164247, sslscan/trunk/PKGBUILD)
  sslscan/repos/community-staging-x86_64/add-checks-for-ssl3.patch
(from rev 164247, sslscan/trunk/add-checks-for-ssl3.patch)

+
 community-staging-i686/PKGBUILD|   32 
 community-staging-i686/add-checks-for-ssl3.patch   |  133 +++
 community-staging-x86_64/PKGBUILD  |   32 
 community-staging-x86_64/add-checks-for-ssl3.patch |  133 +++
 4 files changed, 330 insertions(+)

Copied: sslscan/repos/community-staging-i686/PKGBUILD (from rev 164247, 
sslscan/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 20:30:26 UTC (rev 164248)
@@ -0,0 +1,32 @@
+# Maintainer: Levente Polyak 
+# Contributor: Remi Gacogne 
+
+pkgname=sslscan
+pkgver=1.10.2
+pkgrel=3
+pkgdesc="A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported"
+url="https://github.com/DinoTools/sslscan/;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('openssl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz
+add-checks-for-ssl3.patch)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34'
+
'2cc720dfc12ba8e50b5dc9665cb34a567f26b9685da36dcd56b937a2b3aa9b8199f241074558ed870fdd7b77415396723edff040904c585d519d0b66582dca29')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../add-checks-for-ssl3.patch
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  LDFLAGS="${LDFLAGS} -lssl -lcrypto" make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make BINPATH="${pkgdir}/usr/bin" MANPATH="${pkgdir}/usr/share/man" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: sslscan/repos/community-staging-i686/add-checks-for-ssl3.patch (from 
rev 164247, sslscan/trunk/add-checks-for-ssl3.patch)
===
--- community-staging-i686/add-checks-for-ssl3.patch
(rev 0)
+++ community-staging-i686/add-checks-for-ssl3.patch2016-03-02 20:30:26 UTC 
(rev 164248)
@@ -0,0 +1,133 @@
+diff -uprb sslscan-1.10.2.orig/sslscan.c sslscan-1.10.2/sslscan.c
+--- sslscan-1.10.2.orig/sslscan.c  2014-02-14 16:59:08.0 +0200
 sslscan-1.10.2/sslscan.c   2016-03-02 22:24:34.714187733 +0200
+@@ -1083,8 +1083,9 @@ int testCipher(struct sslCheckOptions *o
+ }
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, " sslversion=\"");
++if (0) {}
+ #ifndef OPENSSL_NO_SSL2
+-if (sslCipherPointer->sslMethod == SSLv2_client_method())
++else if (sslCipherPointer->sslMethod == 
SSLv2_client_method())
+ {
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, "SSLv2\" bits=\"");
+@@ -1093,10 +1094,9 @@ int testCipher(struct sslCheckOptions *o
+ else
+ printf("SSLv2  ");
+ }
+-else if (sslCipherPointer->sslMethod == 
SSLv3_client_method())
+-#else
+-if (sslCipherPointer->sslMethod == SSLv3_client_method())
+ #endif
++#ifndef OPENSSL_NO_SSL3
++else if (sslCipherPointer->sslMethod == 
SSLv3_client_method())
+ {
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, "SSLv3\" bits=\"");
+@@ -1105,6 +1105,7 @@ int testCipher(struct sslCheckOptions *o
+ else
+ printf("SSLv3  ");
+ }
++#endif
+ else if (sslCipherPointer->sslMethod == 
TLSv1_client_method())
+ {
+ if (options->xmlOutput != 0)
+@@ -1238,8 +1239,9 @@ int defaultCipher(struct sslCheckOptions
+ cipherStatus = SSL_connect(ssl);
+ if (cipherStatus == 0 || cipherStatus == 1)
+ {
++if (0) {}
+ #ifndef OPENSSL_NO_SSL2
+-if 

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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:30:02
  Author: fyan
Revision: 164247

OpenSSL 1.0.2g rebuild

Modified:
  sslscan/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:29:23 UTC (rev 164246)
+++ PKGBUILD2016-03-02 20:30:02 UTC (rev 164247)
@@ -3,7 +3,7 @@
 
 pkgname=sslscan
 pkgver=1.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A fast tools to scan SSL services, such as HTTPS to determine the 
ciphers that are supported"
 url="https://github.com/DinoTools/sslscan/;
 arch=('i686' 'x86_64')


[arch-commits] Commit in sslscan/trunk (PKGBUILD add-checks-for-ssl3.patch)

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 21:29:23
  Author: foutrelis
Revision: 164246

Fix build with OpenSSL 1.0.2g

Add #ifdefs for OPENSSL_NO_SSL3 similar to those for OPENSSL_NO_SSL2.

Added:
  sslscan/trunk/add-checks-for-ssl3.patch
Modified:
  sslscan/trunk/PKGBUILD

---+
 PKGBUILD  |   11 ++-
 add-checks-for-ssl3.patch |  133 
 2 files changed, 142 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:06:02 UTC (rev 164245)
+++ PKGBUILD2016-03-02 20:29:23 UTC (rev 164246)
@@ -9,9 +9,16 @@
 arch=('i686' 'x86_64')
 license=('GPL3')
 depends=('openssl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/DinoTools/${pkgname}/archive/${pkgver}.tar.gz
+add-checks-for-ssl3.patch)
+sha512sums=('b7bf9a12c0469893bf1ada53f42cf0a7c286d6bcb5db260ea0ecd6c332ccb8ec6caafa07cd78d15582af5d154b6f4c84cee55ba2fe5a286cb9bd3f9c83e60c34'
+
'2cc720dfc12ba8e50b5dc9665cb34a567f26b9685da36dcd56b937a2b3aa9b8199f241074558ed870fdd7b77415396723edff040904c585d519d0b66582dca29')
 
+prepare() {
+  cd ${pkgname}-${pkgver}
+  patch -Np1 -i ../add-checks-for-ssl3.patch
+}
+
 build() {
   cd ${pkgname}-${pkgver}
   LDFLAGS="${LDFLAGS} -lssl -lcrypto" make

Added: add-checks-for-ssl3.patch
===
--- add-checks-for-ssl3.patch   (rev 0)
+++ add-checks-for-ssl3.patch   2016-03-02 20:29:23 UTC (rev 164246)
@@ -0,0 +1,133 @@
+diff -uprb sslscan-1.10.2.orig/sslscan.c sslscan-1.10.2/sslscan.c
+--- sslscan-1.10.2.orig/sslscan.c  2014-02-14 16:59:08.0 +0200
 sslscan-1.10.2/sslscan.c   2016-03-02 22:24:34.714187733 +0200
+@@ -1083,8 +1083,9 @@ int testCipher(struct sslCheckOptions *o
+ }
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, " sslversion=\"");
++if (0) {}
+ #ifndef OPENSSL_NO_SSL2
+-if (sslCipherPointer->sslMethod == SSLv2_client_method())
++else if (sslCipherPointer->sslMethod == 
SSLv2_client_method())
+ {
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, "SSLv2\" bits=\"");
+@@ -1093,10 +1094,9 @@ int testCipher(struct sslCheckOptions *o
+ else
+ printf("SSLv2  ");
+ }
+-else if (sslCipherPointer->sslMethod == 
SSLv3_client_method())
+-#else
+-if (sslCipherPointer->sslMethod == SSLv3_client_method())
+ #endif
++#ifndef OPENSSL_NO_SSL3
++else if (sslCipherPointer->sslMethod == 
SSLv3_client_method())
+ {
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, "SSLv3\" bits=\"");
+@@ -1105,6 +1105,7 @@ int testCipher(struct sslCheckOptions *o
+ else
+ printf("SSLv3  ");
+ }
++#endif
+ else if (sslCipherPointer->sslMethod == 
TLSv1_client_method())
+ {
+ if (options->xmlOutput != 0)
+@@ -1238,8 +1239,9 @@ int defaultCipher(struct sslCheckOptions
+ cipherStatus = SSL_connect(ssl);
+ if (cipherStatus == 0 || cipherStatus == 1)
+ {
++if (0) {}
+ #ifndef OPENSSL_NO_SSL2
+-if (sslMethod == SSLv2_client_method())
++else if (sslMethod == SSLv2_client_method())
+ {
+ if (options->xmlOutput != 0)
+ fprintf(options->xmlOutput, "  
xmlOutput != 0)
+ fprintf(options->xmlOutput, "  
xmlOutput != 0)
+@@ -1937,8 +1939,10 @@ int testHost(struct sslCheckOptions *opt
+ if (status != false)
+ status = defaultCipher(options, SSLv2_client_method());
+ #endif
++#ifndef OPENSSL_NO_SSL3
+ if (status != false)
+ status = defaultCipher(options, SSLv3_client_method());
++#endif
+ if (status != false)
+ status = defaultCipher(options, TLSv1_client_method());
+ 
+@@ -1957,7 +1961,9 @@ int testHost(struct sslCheckOptions *opt
+ #endif
+ break;
+ case ssl_v3:
++#ifndef OPENSSL_NO_SSL3
+ status = defaultCipher(options, 

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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:10:05
  Author: fyan
Revision: 260553

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

Added:
  socat/repos/staging-i686/
  socat/repos/staging-i686/PKGBUILD
(from rev 260552, socat/trunk/PKGBUILD)
  socat/repos/staging-i686/add-missing-checks.patch
(from rev 260552, socat/trunk/add-missing-checks.patch)
  socat/repos/staging-x86_64/
  socat/repos/staging-x86_64/PKGBUILD
(from rev 260552, socat/trunk/PKGBUILD)
  socat/repos/staging-x86_64/add-missing-checks.patch
(from rev 260552, socat/trunk/add-missing-checks.patch)

-+
 staging-i686/PKGBUILD   |   36 +++
 staging-i686/add-missing-checks.patch   |   95 ++
 staging-x86_64/PKGBUILD |   36 +++
 staging-x86_64/add-missing-checks.patch |   95 ++
 4 files changed, 262 insertions(+)

Copied: socat/repos/staging-i686/PKGBUILD (from rev 260552, 
socat/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-03-02 20:10:05 UTC (rev 260553)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Juergen Hoetzel 
+# Contributor: John Proctor 
+
+pkgname=socat
+pkgver=1.7.3.1
+pkgrel=2
+pkgdesc='Multipurpose relay'
+url='http://www.dest-unreach.org/socat/'
+license=('GPL2')
+arch=('i686' 'x86_64')
+depends=('readline' 'openssl')
+source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;
+'add-missing-checks.patch')
+sha1sums=('a6f1d8ab3e85f565dbe172f33a9be6708dd52ffb'
+  'cfdaa269dac053ceec4c4f763d9075983c4c9307')
+
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -Np1 -i ../add-missing-checks.patch
+}
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Copied: socat/repos/staging-i686/add-missing-checks.patch (from rev 260552, 
socat/trunk/add-missing-checks.patch)
===
--- staging-i686/add-missing-checks.patch   (rev 0)
+++ staging-i686/add-missing-checks.patch   2016-03-02 20:10:05 UTC (rev 
260553)
@@ -0,0 +1,95 @@
+diff -Nru socat-1.7.3.0.orig/sslcls.c socat-1.7.3.0/sslcls.c
+--- socat-1.7.3.0.orig/sslcls.c2015-01-24 05:15:22.0 -0500
 socat-1.7.3.0/sslcls.c 2015-11-29 14:14:13.25200 -0500
+@@ -55,6 +55,7 @@
+ }
+ #endif
+ 
++#if HAVE_SSLv3_client_method
+ const SSL_METHOD *sycSSLv3_client_method(void) {
+const SSL_METHOD *result;
+Debug("SSLv3_client_method()");
+@@ -62,7 +63,9 @@
+Debug1("SSLv3_client_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_SSLv3_server_method
+ const SSL_METHOD *sycSSLv3_server_method(void) {
+const SSL_METHOD *result;
+Debug("SSLv3_server_method()");
+@@ -70,7 +73,9 @@
+Debug1("SSLv3_server_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_SSLv23_client_method
+ const SSL_METHOD *sycSSLv23_client_method(void) {
+const SSL_METHOD *result;
+Debug("SSLv23_client_method()");
+@@ -78,7 +83,9 @@
+Debug1("SSLv23_client_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_SSLv23_server_method
+ const SSL_METHOD *sycSSLv23_server_method(void) {
+const SSL_METHOD *result;
+Debug("SSLv23_server_method()");
+@@ -86,7 +93,9 @@
+Debug1("SSLv23_server_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_TLSv1_client_method
+ const SSL_METHOD *sycTLSv1_client_method(void) {
+const SSL_METHOD *result;
+Debug("TLSv1_client_method()");
+@@ -94,7 +103,9 @@
+Debug1("TLSv1_client_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_TLSv1_server_method
+ const SSL_METHOD *sycTLSv1_server_method(void) {
+const SSL_METHOD *result;
+Debug("TLSv1_server_method()");
+@@ -102,6 +113,7 @@
+Debug1("TLSv1_server_method() -> %p", result);
+return result;
+ }
++#endif
+ 
+ #if HAVE_TLSv1_1_client_method
+ const SSL_METHOD *sycTLSv1_1_client_method(void) {
+@@ -143,6 +155,7 @@
+ }
+ #endif
+ 
++#if HAVE_DTLSv1_client_method
+ const SSL_METHOD *sycDTLSv1_client_method(void) {
+const SSL_METHOD *result;
+Debug("DTLSv1_client_method()");
+@@ -150,7 +163,9 @@
+Debug1("DTLSv1_client_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_DTLSv1_server_method
+ const SSL_METHOD *sycDTLSv1_server_method(void) {
+const SSL_METHOD *result;
+Debug("DTLSv1_server_method()");
+@@ -158,6 +173,7 @@
+Debug1("DTLSv1_server_method() -> %p", result);
+

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

2016-03-02 Thread Felix Yan
Date: Wednesday, March 2, 2016 @ 21:09:42
  Author: fyan
Revision: 260552

OpenSSL 1.0.2g rebuild

Modified:
  socat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:08:36 UTC (rev 260551)
+++ PKGBUILD2016-03-02 20:09:42 UTC (rev 260552)
@@ -5,7 +5,7 @@
 
 pkgname=socat
 pkgver=1.7.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Multipurpose relay'
 url='http://www.dest-unreach.org/socat/'
 license=('GPL2')


[arch-commits] Commit in socat/trunk (PKGBUILD add-missing-checks.patch)

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 21:08:36
  Author: foutrelis
Revision: 260551

Fix build with OpenSSL 1.0.2g

Patch taken from Debian.

Added:
  socat/trunk/add-missing-checks.patch
Modified:
  socat/trunk/PKGBUILD

--+
 PKGBUILD |   11 -
 add-missing-checks.patch |   95 +
 2 files changed, 104 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 19:18:42 UTC (rev 260550)
+++ PKGBUILD2016-03-02 20:08:36 UTC (rev 260551)
@@ -11,9 +11,16 @@
 license=('GPL2')
 arch=('i686' 'x86_64')
 depends=('readline' 'openssl')
-source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('a6f1d8ab3e85f565dbe172f33a9be6708dd52ffb')
+source=("http://www.dest-unreach.org/socat/download/${pkgname}-${pkgver}.tar.gz;
+'add-missing-checks.patch')
+sha1sums=('a6f1d8ab3e85f565dbe172f33a9be6708dd52ffb'
+  'cfdaa269dac053ceec4c4f763d9075983c4c9307')
 
+prepare() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   patch -Np1 -i ../add-missing-checks.patch
+}
+
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
./configure \

Added: add-missing-checks.patch
===
--- add-missing-checks.patch(rev 0)
+++ add-missing-checks.patch2016-03-02 20:08:36 UTC (rev 260551)
@@ -0,0 +1,95 @@
+diff -Nru socat-1.7.3.0.orig/sslcls.c socat-1.7.3.0/sslcls.c
+--- socat-1.7.3.0.orig/sslcls.c2015-01-24 05:15:22.0 -0500
 socat-1.7.3.0/sslcls.c 2015-11-29 14:14:13.25200 -0500
+@@ -55,6 +55,7 @@
+ }
+ #endif
+ 
++#if HAVE_SSLv3_client_method
+ const SSL_METHOD *sycSSLv3_client_method(void) {
+const SSL_METHOD *result;
+Debug("SSLv3_client_method()");
+@@ -62,7 +63,9 @@
+Debug1("SSLv3_client_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_SSLv3_server_method
+ const SSL_METHOD *sycSSLv3_server_method(void) {
+const SSL_METHOD *result;
+Debug("SSLv3_server_method()");
+@@ -70,7 +73,9 @@
+Debug1("SSLv3_server_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_SSLv23_client_method
+ const SSL_METHOD *sycSSLv23_client_method(void) {
+const SSL_METHOD *result;
+Debug("SSLv23_client_method()");
+@@ -78,7 +83,9 @@
+Debug1("SSLv23_client_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_SSLv23_server_method
+ const SSL_METHOD *sycSSLv23_server_method(void) {
+const SSL_METHOD *result;
+Debug("SSLv23_server_method()");
+@@ -86,7 +93,9 @@
+Debug1("SSLv23_server_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_TLSv1_client_method
+ const SSL_METHOD *sycTLSv1_client_method(void) {
+const SSL_METHOD *result;
+Debug("TLSv1_client_method()");
+@@ -94,7 +103,9 @@
+Debug1("TLSv1_client_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_TLSv1_server_method
+ const SSL_METHOD *sycTLSv1_server_method(void) {
+const SSL_METHOD *result;
+Debug("TLSv1_server_method()");
+@@ -102,6 +113,7 @@
+Debug1("TLSv1_server_method() -> %p", result);
+return result;
+ }
++#endif
+ 
+ #if HAVE_TLSv1_1_client_method
+ const SSL_METHOD *sycTLSv1_1_client_method(void) {
+@@ -143,6 +155,7 @@
+ }
+ #endif
+ 
++#if HAVE_DTLSv1_client_method
+ const SSL_METHOD *sycDTLSv1_client_method(void) {
+const SSL_METHOD *result;
+Debug("DTLSv1_client_method()");
+@@ -150,7 +163,9 @@
+Debug1("DTLSv1_client_method() -> %p", result);
+return result;
+ }
++#endif
+ 
++#if HAVE_DTLSv1_server_method
+ const SSL_METHOD *sycDTLSv1_server_method(void) {
+const SSL_METHOD *result;
+Debug("DTLSv1_server_method()");
+@@ -158,6 +173,7 @@
+Debug1("DTLSv1_server_method() -> %p", result);
+return result;
+ }
++#endif
+ 
+ SSL_CTX *sycSSL_CTX_new(const SSL_METHOD *method) {
+SSL_CTX *result;


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

2016-03-02 Thread Anatol Pomozov
Date: Wednesday, March 2, 2016 @ 21:06:02
  Author: anatolik
Revision: 164245

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

Added:
  tarantool/repos/community-i686/PKGBUILD
(from rev 164244, tarantool/trunk/PKGBUILD)
  tarantool/repos/community-i686/tarantool.install
(from rev 164244, tarantool/trunk/tarantool.install)
  tarantool/repos/community-x86_64/PKGBUILD
(from rev 164244, tarantool/trunk/PKGBUILD)
  tarantool/repos/community-x86_64/tarantool.install
(from rev 164244, tarantool/trunk/tarantool.install)
Deleted:
  tarantool/repos/community-i686/PKGBUILD
  tarantool/repos/community-i686/tarantool.install
  tarantool/repos/community-x86_64/PKGBUILD
  tarantool/repos/community-x86_64/tarantool.install

+
 /PKGBUILD  |  154 +++
 /tarantool.install |   44 ++
 community-i686/PKGBUILD|   77 -
 community-i686/tarantool.install   |   22 -
 community-x86_64/PKGBUILD  |   77 -
 community-x86_64/tarantool.install |   22 -
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-02 20:05:27 UTC (rev 164244)
+++ community-i686/PKGBUILD 2016-03-02 20:06:02 UTC (rev 164245)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-pkgname=tarantool
-_commit=fe2ee489795470e92d9dafbb96186c7d0c54690c
-pkgver=1.6.8.r453
-pkgrel=1
-pkgdesc='Lua application server integrated with a database management system'
-arch=(i686 x86_64)
-url='http://www.tarantool.org'
-license=(BSD)
-depends=(readline ncurses zlib libyaml)
-makedepends=(git cmake systemd)
-checkdepends=(python2-daemon python2-gevent python2-tarantool)
-install=tarantool.install
-source=(git://github.com/tarantool/tarantool.git#commit=$_commit
-git://github.com/tarantool/luajit.git
-git://github.com/tarantool/msgpuck.git
-git://github.com/rtsisyk/luafun.git
-git://github.com/tarantool/sophia.git
-git://github.com/tarantool/test-run.git
-git://github.com/tarantool/small.git)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP')
-
-pkgver() {
-  cd tarantool
-  git describe | sed 's/^v//; s/-/.r/; s/-.*//'
-}
-
-build() {
-  cd tarantool
-
-  # tarantool uses git submodule, handle this
-  git submodule init
-  git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
-  git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
-  git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
-  git config -f .gitmodules 'submodule.sophia.url' "$srcdir/sophia"
-  git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
-  git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
-  git submodule sync
-  git submodule update
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_BINDIR=/usr/bin \
--DCMAKE_INSTALL_SYSCONFDIR=/etc \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
--DENABLE_BUNDLED_LIBYAML:BOOL=OFF \
--DENABLE_BACKTRACE:BOOL=ON \
--DWITH_SYSTEMD:BOOL=ON \
--DENABLE_DIST:BOOL=ON \
-.
-
-  make
-}
-
-check() {
-  cd tarantool/test
-  ./test-run.py --suite box
-}
-
-package() {
-  cd tarantool
-  make install DESTDIR="$pkgdir"
-
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rm -r "$pkgdir/var/run"
-}

Copied: tarantool/repos/community-i686/PKGBUILD (from rev 164244, 
tarantool/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-02 20:06:02 UTC (rev 164245)
@@ -0,0 +1,77 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=tarantool
+_commit=7051de689bb397afd72f313b011ba7287d9c86b0
+pkgver=1.6.8.r537
+pkgrel=1
+pkgdesc='Lua application server integrated with a database management system'
+arch=(i686 x86_64)
+url='http://www.tarantool.org'
+license=(BSD)
+depends=(readline ncurses zlib libyaml)
+makedepends=(git cmake systemd)
+checkdepends=(python2-daemon python2-gevent python2-tarantool)
+install=tarantool.install
+source=(git://github.com/tarantool/tarantool.git#commit=$_commit
+git://github.com/tarantool/luajit.git
+git://github.com/tarantool/msgpuck.git
+git://github.com/rtsisyk/luafun.git
+git://github.com/tarantool/sophia.git
+git://github.com/tarantool/test-run.git
+git://github.com/tarantool/small.git)
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP')
+
+pkgver() {
+  cd 

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

2016-03-02 Thread Anatol Pomozov
Date: Wednesday, March 2, 2016 @ 21:05:27
  Author: anatolik
Revision: 164244

upgpkg: tarantool 1.6.8.r537-1

Modified:
  tarantool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:03:58 UTC (rev 164243)
+++ PKGBUILD2016-03-02 20:05:27 UTC (rev 164244)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tarantool
-_commit=fe2ee489795470e92d9dafbb96186c7d0c54690c
-pkgver=1.6.8.r453
+_commit=7051de689bb397afd72f313b011ba7287d9c86b0
+pkgver=1.6.8.r537
 pkgrel=1
 pkgdesc='Lua application server integrated with a database management system'
 arch=(i686 x86_64)


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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 21:03:58
  Author: foutrelis
Revision: 164243

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

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

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

Copied: gnurl/repos/community-staging-i686/PKGBUILD (from rev 164242, 
gnurl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 20:03:58 UTC (rev 164243)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=gnurl
+pkgver=7.40.0
+pkgrel=2
+pkgdesc="fork of libcurl, which is mostly for GNUnet"
+arch=(i686 x86_64)
+url="https://gnunet.org/gnurl;
+license=('MIT')
+depends=('gnutls')
+source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
+md5sums=('f816deb0c1401c841780ec6b91985a14')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-ldap \
+--disable-ldaps \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-gnutls \
+--without-ssl \
+--without-libidn \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  rm -rf $pkgdir/usr/share/man \
+$pkgdir/usr/bin/curl \
+$pkgdir/usr/share/aclocal
+  mkdir -p $pkgdir/usr/include/gnurl
+  mv $pkgdir/usr/include/curl $pkgdir/usr/include/gnurl/curl
+  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
$pkgdir/usr/lib/pkgconfig/libgnurl.pc
+}

Copied: gnurl/repos/community-staging-x86_64/PKGBUILD (from rev 164242, 
gnurl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-02 20:03:58 UTC (rev 164243)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=gnurl
+pkgver=7.40.0
+pkgrel=2
+pkgdesc="fork of libcurl, which is mostly for GNUnet"
+arch=(i686 x86_64)
+url="https://gnunet.org/gnurl;
+license=('MIT')
+depends=('gnutls')
+source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
+md5sums=('f816deb0c1401c841780ec6b91985a14')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  ./configure \
+--prefix=/usr \
+--mandir=/usr/share/man \
+--disable-ldap \
+--disable-ldaps \
+--enable-ipv6 \
+--enable-manual \
+--enable-versioned-symbols \
+--enable-threaded-resolver \
+--with-gssapi \
+--with-gnutls \
+--without-ssl \
+--without-libidn \
+--with-random=/dev/urandom \
+--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  rm -rf $pkgdir/usr/share/man \
+$pkgdir/usr/bin/curl \
+$pkgdir/usr/share/aclocal
+  mkdir -p $pkgdir/usr/include/gnurl
+  mv $pkgdir/usr/include/curl $pkgdir/usr/include/gnurl/curl
+  sed -i 's|includedir=.*|includedir=/usr/include/gnurl|g' 
$pkgdir/usr/lib/pkgconfig/libgnurl.pc
+}


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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 21:03:52
  Author: foutrelis
Revision: 164242

OpenSSL 1.0.2g rebuild

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 20:02:49 UTC (rev 164241)
+++ PKGBUILD2016-03-02 20:03:52 UTC (rev 164242)
@@ -3,7 +3,7 @@
 
 pkgname=gnurl
 pkgver=7.40.0
-pkgrel=1
+pkgrel=2
 pkgdesc="fork of libcurl, which is mostly for GNUnet"
 arch=(i686 x86_64)
 url="https://gnunet.org/gnurl;


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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 21:02:49
  Author: foutrelis
Revision: 164241

Use GnuTLS for SSL support

Modified:
  gnurl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 19:40:06 UTC (rev 164240)
+++ PKGBUILD2016-03-02 20:02:49 UTC (rev 164241)
@@ -8,8 +8,7 @@
 arch=(i686 x86_64)
 url="https://gnunet.org/gnurl;
 license=('MIT')
-depends=()
-makedepends=()
+depends=('gnutls')
 source=(https://gnunet.org/sites/default/files/gnurl-$pkgver.tar.bz2)
 md5sums=('f816deb0c1401c841780ec6b91985a14')
 
@@ -25,6 +24,8 @@
 --enable-versioned-symbols \
 --enable-threaded-resolver \
 --with-gssapi \
+--with-gnutls \
+--without-ssl \
 --without-libidn \
 --with-random=/dev/urandom \
 --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt


[arch-commits] Commit in partimage/repos (14 files)

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 20:40:06
  Author: foutrelis
Revision: 164240

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

Added:
  partimage/repos/community-staging-i686/
  partimage/repos/community-staging-i686/PKGBUILD
(from rev 164239, partimage/trunk/PKGBUILD)
  partimage/repos/community-staging-i686/partimage-0.6.9-zlib-1.2.6.patch
(from rev 164239, partimage/trunk/partimage-0.6.9-zlib-1.2.6.patch)
  partimage/repos/community-staging-i686/partimage.install
(from rev 164239, partimage/trunk/partimage.install)
  partimage/repos/community-staging-i686/partimaged-gencrt
(from rev 164239, partimage/trunk/partimaged-gencrt)
  partimage/repos/community-staging-i686/partimaged.service
(from rev 164239, partimage/trunk/partimaged.service)
  partimage/repos/community-staging-i686/use-SSLv3-by-default.patch
(from rev 164239, partimage/trunk/use-SSLv3-by-default.patch)
  partimage/repos/community-staging-x86_64/
  partimage/repos/community-staging-x86_64/PKGBUILD
(from rev 164239, partimage/trunk/PKGBUILD)
  partimage/repos/community-staging-x86_64/partimage-0.6.9-zlib-1.2.6.patch
(from rev 164239, partimage/trunk/partimage-0.6.9-zlib-1.2.6.patch)
  partimage/repos/community-staging-x86_64/partimage.install
(from rev 164239, partimage/trunk/partimage.install)
  partimage/repos/community-staging-x86_64/partimaged-gencrt
(from rev 164239, partimage/trunk/partimaged-gencrt)
  partimage/repos/community-staging-x86_64/partimaged.service
(from rev 164239, partimage/trunk/partimaged.service)
  partimage/repos/community-staging-x86_64/use-SSLv3-by-default.patch
(from rev 164239, partimage/trunk/use-SSLv3-by-default.patch)

---+
 community-staging-i686/PKGBUILD   |   55 
 community-staging-i686/partimage-0.6.9-zlib-1.2.6.patch   |   35 +
 community-staging-i686/partimage.install  |4 
 community-staging-i686/partimaged-gencrt  |   18 ++
 community-staging-i686/partimaged.service |   10 +
 community-staging-i686/use-SSLv3-by-default.patch |   80 
 community-staging-x86_64/PKGBUILD |   55 
 community-staging-x86_64/partimage-0.6.9-zlib-1.2.6.patch |   35 +
 community-staging-x86_64/partimage.install|4 
 community-staging-x86_64/partimaged-gencrt|   18 ++
 community-staging-x86_64/partimaged.service   |   10 +
 community-staging-x86_64/use-SSLv3-by-default.patch   |   80 
 12 files changed, 404 insertions(+)

Copied: partimage/repos/community-staging-i686/PKGBUILD (from rev 164239, 
partimage/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-02 19:40:06 UTC (rev 164240)
@@ -0,0 +1,55 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Roman Kyrylych 
+# Contributor: Sven Kauber 
+# Contributor: tardo 
+# Contributor: Daniel J Griffiths 
+
+pkgname=partimage
+pkgver=0.6.9
+pkgrel=9
+pkgdesc='Partition Image saves partitions in many formats to an image file.'
+arch=('i686' 'x86_64')
+url='http://www.partimage.org/'
+license=('GPL')
+depends=('libnewt' 'bzip2' 'openssl')
+backup=('etc/partimaged/partimagedusers')
+install='partimage.install'
+source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
+'partimage-0.6.9-zlib-1.2.6.patch'
+'use-SSLv3-by-default.patch'
+'partimaged-gencrt'
+'partimaged.service')
+md5sums=('1bc046fd915c5debbafc85729464e513'
+ '202c4334766041d98c5f67c9d62c3063'
+ '77c33f779186cd25e7c6543348ca5009'
+ '2316b116227b07efb48266e660ca1ba1'
+ '5f8dae511cdfbf097409a45e9642a372')
+
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i ../partimage-0.6.9-zlib-1.2.6.patch
+  patch -Np1 -i ../use-SSLv3-by-default.patch
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-pam
+  make
+  make pamfile
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -Dm0644 partimaged.pam "${pkgdir}/etc/pam.d/partimaged"
+  install -Dm0755 "${srcdir}/partimaged-gencrt" 
"${pkgdir}/usr/bin/partimaged-gencrt"
+
+  chmod 644 "${pkgdir}/etc/partimaged/partimagedusers"
+  chown 110:110 "${pkgdir}/etc/partimaged/partimagedusers"
+
+  install -Dm0644 ../partimaged.service 
"${pkgdir}/usr/lib/systemd/system/partimaged.service"
+}

Copied: partimage/repos/community-staging-i686/partimage-0.6.9-zlib-1.2.6.patch 
(from rev 164239, partimage/trunk/partimage-0.6.9-zlib-1.2.6.patch)

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

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 20:39:51
  Author: foutrelis
Revision: 164239

OpenSSL 1.0.2g rebuild

Modified:
  partimage/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 19:38:42 UTC (rev 164238)
+++ PKGBUILD2016-03-02 19:39:51 UTC (rev 164239)
@@ -6,7 +6,7 @@
 
 pkgname=partimage
 pkgver=0.6.9
-pkgrel=8
+pkgrel=9
 pkgdesc='Partition Image saves partitions in many formats to an image file.'
 arch=('i686' 'x86_64')
 url='http://www.partimage.org/'


[arch-commits] Commit in partimage/trunk (PKGBUILD use-SSLv3-by-default.patch)

2016-03-02 Thread Evangelos Foutras
Date: Wednesday, March 2, 2016 @ 20:38:42
  Author: foutrelis
Revision: 164238

Fix build with OpenSSL 1.0.2g

Added:
  partimage/trunk/use-SSLv3-by-default.patch
Modified:
  partimage/trunk/PKGBUILD

+
 PKGBUILD   |   11 -
 use-SSLv3-by-default.patch |   80 +++
 2 files changed, 89 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-02 19:30:43 UTC (rev 164237)
+++ PKGBUILD2016-03-02 19:38:42 UTC (rev 164238)
@@ -16,18 +16,25 @@
 install='partimage.install'
 
source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;
 'partimage-0.6.9-zlib-1.2.6.patch'
+'use-SSLv3-by-default.patch'
 'partimaged-gencrt'
 'partimaged.service')
 md5sums=('1bc046fd915c5debbafc85729464e513'
  '202c4334766041d98c5f67c9d62c3063'
+ '77c33f779186cd25e7c6543348ca5009'
  '2316b116227b07efb48266e660ca1ba1'
  '5f8dae511cdfbf097409a45e9642a372')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  patch -Np1 -i ../partimage-0.6.9-zlib-1.2.6.patch
+  patch -Np1 -i ../use-SSLv3-by-default.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
-  patch -p1 -i ../partimage-0.6.9-zlib-1.2.6.patch
-
   ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --enable-pam
   make
   make pamfile

Added: use-SSLv3-by-default.patch
===
--- use-SSLv3-by-default.patch  (rev 0)
+++ use-SSLv3-by-default.patch  2016-03-02 19:38:42 UTC (rev 164238)
@@ -0,0 +1,80 @@
+From 8b05af027723ff3a64040275d4050ff0e992d629 Mon Sep 17 00:00:00 2001
+From: Marko Kohtala 
+Date: Sun, 9 Feb 2014 22:54:11 +0200
+Subject: [PATCH] Use SSLv3 by default
+
+SSLv2_client_method may be hidden. Use the SSLv23_client_method instead.
+
+This is a fix from Debian package partimage-0.6.8-2.2.
+
+Signed-off-by: Marko Kohtala 
+---
+ src/client/netclient.cpp | 3 +--
+ src/client/netclient.h   | 6 --
+ src/server/netserver.cpp | 3 +--
+ src/server/netserver.h   | 6 --
+ 4 files changed, 2 insertions(+), 16 deletions(-)
+
+diff --git a/src/client/netclient.cpp b/src/client/netclient.cpp
+index 30b8d5c..43b2672 100644
+--- a/src/client/netclient.cpp
 b/src/client/netclient.cpp
+@@ -43,9 +43,8 @@ CNetClient::CNetClient(bool bMustLogin, bool bUseSSL):CNet()
+ {
+   showDebug(3, "initializing client ssl\n");
+   SSLeay_add_ssl_algorithms();
+-  meth = SSLv2_client_method();
+   SSL_load_error_strings();
+-  ctx = SSL_CTX_new(meth);
++  ctx = SSL_CTX_new(SSLv23_client_method());
+   if (!ctx)
+ THROW(ERR_SSL_CTX);
+   m_bUseSSL = (ctx != NULL);
+diff --git a/src/client/netclient.h b/src/client/netclient.h
+index 8423798..9d98b39 100644
+--- a/src/client/netclient.h
 b/src/client/netclient.h
+@@ -35,12 +35,6 @@ class CNetClient : public CNet
+ #ifdef HAVE_SSL
+   SSL_CTX * ctx;
+   X509 * server_cert;
+-#if OPENSSL_VERSION_NUMBER >= 0x1000L
+-  SSL_METHOD const * meth;
+-#else
+-  SSL_METHOD * meth;
+-#endif // OPENSSL_VERSION_NUMBER
+-
+ #endif
+   bool m_bUseSSL;
+   bool m_bMustLogin;
+diff --git a/src/server/netserver.cpp b/src/server/netserver.cpp
+index a542760..28c43cc 100644
+--- a/src/server/netserver.cpp
 b/src/server/netserver.cpp
+@@ -39,8 +39,7 @@ CNetServer::CNetServer( uint32_t ip4_addr, unsigned short 
int port):CNet()
+ {
+   SSL_load_error_strings();
+   SSLeay_add_ssl_algorithms();
+-  meth = SSLv23_server_method();
+-  ctx = SSL_CTX_new(meth);
++  ctx = SSL_CTX_new(SSLv23_server_method());
+   if (!ctx)
+ {
+   ERR_print_errors_fp(stderr);
+diff --git a/src/server/netserver.h b/src/server/netserver.h
+index 01f6b6c..29d2a32 100644
+--- a/src/server/netserver.h
 b/src/server/netserver.h
+@@ -41,12 +41,6 @@ class CNetServer : public CNet
+ #ifdef HAVE_SSL
+   SSL_CTX * ctx;
+   X509 * client_cert;
+-#if OPENSSL_VERSION_NUMBER >= 0x1000L
+-  SSL_METHOD const * meth; 
+-#else
+-  SSL_METHOD * meth;
+-#endif // OPENSSL_VERSION_NUMBER
+- 
+   int err;
+ #endif
+ 


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

2016-03-02 Thread Anatol Pomozov
Date: Wednesday, March 2, 2016 @ 20:26:18
  Author: anatolik
Revision: 164234

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

Added:
  shairport-sync/repos/community-i686/PKGBUILD
(from rev 164233, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-i686/shairport-sync.install
(from rev 164233, shairport-sync/trunk/shairport-sync.install)
  shairport-sync/repos/community-x86_64/PKGBUILD
(from rev 164233, shairport-sync/trunk/PKGBUILD)
  shairport-sync/repos/community-x86_64/shairport-sync.install
(from rev 164233, shairport-sync/trunk/shairport-sync.install)
Deleted:
  shairport-sync/repos/community-i686/PKGBUILD
  shairport-sync/repos/community-i686/shairport-sync.install
  shairport-sync/repos/community-x86_64/PKGBUILD
  shairport-sync/repos/community-x86_64/shairport-sync.install

-+
 /PKGBUILD   |   64 ++
 /shairport-sync.install |   22 ++
 community-i686/PKGBUILD |   32 ---
 community-i686/shairport-sync.install   |   11 -
 community-x86_64/PKGBUILD   |   32 ---
 community-x86_64/shairport-sync.install |   11 -
 6 files changed, 86 insertions(+), 86 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-02 19:25:36 UTC (rev 164233)
+++ community-i686/PKGBUILD 2016-03-02 19:26:18 UTC (rev 164234)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-pkgname=shairport-sync
-pkgver=2.8.0
-pkgrel=1
-pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
-url='https://github.com/mikebrady/shairport-sync'
-arch=(i686 x86_64)
-license=(GPL)
-backup=(etc/shairport-sync.conf)
-install=shairport-sync.install
-depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
-source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
-sha1sums=('f8aa659743b9ef40d2a0dc19df93aabee0b8f5c9')
-
-build() {
-  cd shairport-sync-$pkgver
-
-  autoreconf -i -f
-  ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
-  make
-
-  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
-}
-
-package() {
-  cd shairport-sync-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  rm "$pkgdir"/etc/shairport-sync.conf.sample
-}

Copied: shairport-sync/repos/community-i686/PKGBUILD (from rev 164233, 
shairport-sync/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-02 19:26:18 UTC (rev 164234)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=shairport-sync
+pkgver=2.8.1
+pkgrel=1
+pkgdesc='Emulates an AirPort Express for the purpose of streaming music from 
iTunes and compatible iPods and iPhones'
+url='https://github.com/mikebrady/shairport-sync'
+arch=(i686 x86_64)
+license=(GPL)
+backup=(etc/shairport-sync.conf)
+install=shairport-sync.install
+depends=(openssl avahi libsoxr popt alsa-lib libconfig libpulse)
+source=(shairport-sync-$pkgver.zip::https://github.com/mikebrady/shairport-sync/archive/$pkgver.zip)
+sha1sums=('6de5accdbf654b7e40f2039d7848eed2cf2e28ea')
+
+build() {
+  cd shairport-sync-$pkgver
+
+  autoreconf -i -f
+  ./configure --prefix=/usr --with-alsa --with-pulseaudio --with-avahi 
--with-ssl=openssl --with-soxr --with-dns_sd --with-pkg-config --with-systemd 
--with-configfiles
+  make
+
+  sed 's|/usr/local/bin/|/usr/bin/|' -i scripts/shairport-sync.service
+}
+
+package() {
+  cd shairport-sync-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -D -m664 LICENSES "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  rm "$pkgdir"/etc/shairport-sync.conf.sample
+}

Deleted: community-i686/shairport-sync.install
===
--- community-i686/shairport-sync.install   2016-03-02 19:25:36 UTC (rev 
164233)
+++ community-i686/shairport-sync.install   2016-03-02 19:26:18 UTC (rev 
164234)
@@ -1,11 +0,0 @@
-post_install() {
-  getent group shairport-sync &>/dev/null || groupadd --system shairport-sync 
>/dev/null
-  getent passwd shairport-sync &> /dev/null || useradd --system -c 
'ShairportSync AirPort receiver' -d /var/lib/shairport-sync -m -g 
shairport-sync -s /bin/false -G audio shairport-sync >/dev/null
-
-  [ -f /etc/conf.d/shairport-sync ] && echo "ShairportSync config has been 
moved to /etc/shairport-sync.conf. Please remove old config file 
/etc/conf.d/shairport-sync"
-  true
-}
-
-post_upgrade() {
-  post_install
-}


  1   2   3   4   >