[arch-commits] Commit in nvidia-304xx/trunk (PKGBUILD)

2016-03-09 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 08:59:04
  Author: tpowa
Revision: 261263

upgpkg: nvidia-304xx 304.131-9

rebuild against 4.4.5

Modified:
  nvidia-304xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:58:08 UTC (rev 261262)
+++ PKGBUILD2016-03-10 07:59:04 UTC (rev 261263)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-304xx nvidia-304xx-dkms)
 pkgver=304.131
 _extramodules=extramodules-4.4-ARCH
-pkgrel=8
+pkgrel=9
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=('nvidia-304xx-libgl' "nvidia-304xx-utils=${pkgver}" 'linux' 
'linux-headers>=4.4' 'linux-headers<4.5')


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 08:58:58
  Author: fyan
Revision: 165825

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

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

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

Copied: idris/repos/community-staging-i686/PKGBUILD (from rev 165824, 
idris/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 07:58:58 UTC (rev 165825)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10.2
+pkgrel=4
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('797f848d073b14772e20b13507272a2bf490644e005a978423c4bf057d021d19')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP # -fcurses
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+}

Copied: idris/repos/community-staging-x86_64/PKGBUILD (from rev 165824, 
idris/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 07:58:58 UTC (rev 165825)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=idris
+pkgver=0.10.2
+pkgrel=4
+pkgdesc="Functional Programming Language with Dependent Types"
+url="http://www.idris-lang.org/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi' 'zlib' 'gcc')
+makedepends=("ghc=7.10.3" "haskell-annotated-wl-pprint" 
"haskell-ansi-terminal" "haskell-ansi-wl-pprint"
+ "haskell-async" "haskell-base64-bytestring" "haskell-blaze-html" 
"haskell-blaze-markup"
+ "haskell-cheapskate" "haskell-fingertree" "haskell-fsnotify" 
"haskell-mtl" "haskell-libffi"
+ "haskell-network" "haskell-optparse-applicative" 
"haskell-parsers" "haskell-safe"
+ "haskell-split" "haskell-text" "haskell-transformers-compat" 
"haskell-trifecta"
+ "haskell-uniplate" "haskell-unordered-containers" 
"haskell-utf8-string" "haskell-vector"
+ "haskell-vector-binary-instances" "haskell-zip-archive")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('797f848d073b14772e20b13507272a2bf490644e005a978423c4bf057d021d19')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgbase}" 
--datasubdir="$pkgbase" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-fFFI -fGMP # -fcurses
+LC_CTYPE=en_US.UTF-8 runhaskell Setup build
+LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+runhaskell 

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

2016-03-09 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 08:58:08
  Author: tpowa
Revision: 261262

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

Added:
  nvidia/repos/testing-i686/PKGBUILD
(from rev 261261, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-i686/nvidia.install
(from rev 261261, nvidia/trunk/nvidia.install)
  nvidia/repos/testing-x86_64/PKGBUILD
(from rev 261261, nvidia/trunk/PKGBUILD)
  nvidia/repos/testing-x86_64/nvidia.install
(from rev 261261, nvidia/trunk/nvidia.install)
Deleted:
  nvidia/repos/testing-i686/PKGBUILD
  nvidia/repos/testing-i686/nvidia.install
  nvidia/repos/testing-x86_64/PKGBUILD
  nvidia/repos/testing-x86_64/nvidia.install

---+
 /PKGBUILD |  162 
 /nvidia.install   |   26 ++
 testing-i686/PKGBUILD |   81 
 testing-i686/nvidia.install   |   13 ---
 testing-x86_64/PKGBUILD   |   81 
 testing-x86_64/nvidia.install |   13 ---
 6 files changed, 188 insertions(+), 188 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-03-10 07:57:47 UTC (rev 261261)
+++ testing-i686/PKGBUILD   2016-03-10 07:58:08 UTC (rev 261262)
@@ -1,81 +0,0 @@
-# $Id$
-# Maintainer: Sven-Hendrik Haase 
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia
-pkgname=(nvidia nvidia-dkms)
-pkgver=361.28
-_extramodules=extramodules-4.4-ARCH
-pkgrel=3
-pkgdesc="NVIDIA drivers for linux"
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=('nvidia-libgl' "nvidia-utils=${pkgver}" 'linux' 
'linux-headers>=4.4' 'linux-headers<4.5')
-license=('custom')
-options=('!strip')
-source_i686=("http://us.download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64=("http://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('d4fc7fcf1204a46f15733d7cc2711ad2')
-md5sums_x86_64=('8799b9a29ea1ef72feb739f1d8290728')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() { 
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-
-cp -a kernel kernel-dkms
-cd kernel-dkms
-sed -i "s/__VERSION_STRING/${pkgver}/" dkms.conf
-sed -i 's/__JOBS/`nproc`/' dkms.conf
-sed -i 's/__DKMS_MODULES//' dkms.conf
-sed -i '$iBUILT_MODULE_NAME[0]="nvidia"\
-DEST_MODULE_LOCATION[0]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[1]="nvidia-uvm"\
-DEST_MODULE_LOCATION[1]="/kernel/drivers/video"\
-BUILT_MODULE_NAME[2]="nvidia-modeset"\
-DEST_MODULE_LOCATION[2]="/kernel/drivers/video"' dkms.conf
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia() {
-pkgdesc="NVIDIA drivers for linux"
-depends=('linux>=4.4' 'linux<4.5' "nvidia-utils=${pkgver}" 'libgl')
-install=nvidia.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-modeset.ko" \
- "${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-modeset.ko"
-
-if [[ "$CARCH" = "x86_64" ]]; then
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-fi
-
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-dkms() {
-pkgdesc="NVIDIA driver sources for linux"
-depends=('dkms' "nvidia-utils=$pkgver" 'libgl')
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia')
-
-cd ${_pkg}
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel-dkms 
"${pkgdir}/usr/src/nvidia-${pkgver}"
-echo 'blacklist nouveau' > "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}

Copied: nvidia/repos/testing-i686/PKGBUILD (from rev 261261, 
nvidia/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-10 07:58:08 UTC (rev 261262)
@@ -0,0 +1,81 @@
+# $Id$
+# Maintainer: Sven-Hendrik Haase 
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia
+pkgname=(nvidia nvidia-dkms)
+pkgver=361.28

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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 08:58:29
  Author: fyan
Revision: 165824

upgpkg: idris 0.10.2-4

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  idris/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:56:30 UTC (rev 165823)
+++ PKGBUILD2016-03-10 07:58:29 UTC (rev 165824)
@@ -4,7 +4,7 @@
 
 pkgname=idris
 pkgver=0.10.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Functional Programming Language with Dependent Types"
 url="http://www.idris-lang.org/;
 license=("custom:BSD3")


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

2016-03-09 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 08:57:47
  Author: tpowa
Revision: 261261

upgpkg: nvidia 361.28-4

rebuild against 4.4.5

Modified:
  nvidia/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:57:39 UTC (rev 261260)
+++ PKGBUILD2016-03-10 07:57:47 UTC (rev 261261)
@@ -7,7 +7,7 @@
 pkgname=(nvidia nvidia-dkms)
 pkgver=361.28
 _extramodules=extramodules-4.4-ARCH
-pkgrel=3
+pkgrel=4
 pkgdesc="NVIDIA drivers for linux"
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;


[arch-commits] Commit in nvidia-340xx/repos (8 files)

2016-03-09 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 08:57:39
  Author: tpowa
Revision: 261260

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

Added:
  nvidia-340xx/repos/testing-i686/PKGBUILD
(from rev 261259, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
(from rev 261259, nvidia-340xx/trunk/nvidia-340xx.install)
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
(from rev 261259, nvidia-340xx/trunk/PKGBUILD)
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install
(from rev 261259, nvidia-340xx/trunk/nvidia-340xx.install)
Deleted:
  nvidia-340xx/repos/testing-i686/PKGBUILD
  nvidia-340xx/repos/testing-i686/nvidia-340xx.install
  nvidia-340xx/repos/testing-x86_64/PKGBUILD
  nvidia-340xx/repos/testing-x86_64/nvidia-340xx.install

-+
 /PKGBUILD   |  134 ++
 /nvidia-340xx.install   |   26 ++
 testing-i686/PKGBUILD   |   67 -
 testing-i686/nvidia-340xx.install   |   13 ---
 testing-x86_64/PKGBUILD |   67 -
 testing-x86_64/nvidia-340xx.install |   13 ---
 6 files changed, 160 insertions(+), 160 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-03-10 07:57:27 UTC (rev 261259)
+++ testing-i686/PKGBUILD   2016-03-10 07:57:39 UTC (rev 261260)
@@ -1,67 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Thomas Baechler 
-
-pkgbase=nvidia-340xx
-pkgname=(nvidia-340xx nvidia-340xx-dkms)
-pkgver=340.96
-_extramodules=extramodules-4.4-ARCH
-pkgrel=7
-arch=('i686' 'x86_64')
-url="http://www.nvidia.com/;
-makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.4' 'linux-headers<4.5')
-conflicts=('nvidia')
-license=('custom')
-options=(!strip)
-source_i686+=("ftp://download.nvidia.com/XFree86/Linux-x86/${pkgver}/NVIDIA-Linux-x86-${pkgver}.run;)
-source_x86_64+=("ftp://download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/NVIDIA-Linux-x86_64-${pkgver}-no-compat32.run;)
-md5sums_i686=('cb64b165b638671bcdc75bcf297b8d90')
-md5sums_x86_64=('7bdbcee13bade63227933d9217571882')
-
-[[ "$CARCH" = "i686" ]] && _pkg="NVIDIA-Linux-x86-${pkgver}"
-[[ "$CARCH" = "x86_64" ]] && _pkg="NVIDIA-Linux-x86_64-${pkgver}-no-compat32"
-
-prepare() {
-sh "${_pkg}.run" --extract-only
-cd "${_pkg}"
-# patches here
-}
-
-build() {
-_kernver="$(cat /usr/lib/modules/${_extramodules}/version)"
-cd "${_pkg}"/kernel
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-
-cd uvm
-make SYSSRC=/usr/lib/modules/"${_kernver}/build" module
-}
-
-package_nvidia-340xx() {
-pkgdesc="NVIDIA drivers for linux, 340xx legacy branch"
-depends=('linux>=4.4' 'linux<4.5' 'libgl' "nvidia-340xx-utils=${pkgver}")
-conflict+=('nvidia-340xx-dkms')
-install=nvidia-340xx.install
-
-install -D -m644 "${srcdir}/${_pkg}/kernel/nvidia.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia.ko"
-install -D -m644 "${srcdir}/${_pkg}/kernel/uvm/nvidia-uvm.ko" \
-"${pkgdir}/usr/lib/modules/${_extramodules}/nvidia-uvm.ko"
-gzip "${pkgdir}/usr/lib/modules/${_extramodules}/"*.ko
-install -d -m755 "${pkgdir}/usr/lib/modprobe.d"
-echo "blacklist nouveau" >> "${pkgdir}/usr/lib/modprobe.d/nvidia.conf"
-}
-
-package_nvidia-340xx-dkms() {
-pkgdesc="NVIDIA driver sources for linux, 340xx legacy branch"
-depends=('dkms' "nvidia-340xx-utils=$pkgver")
-optdepends=('linux-headers: Build the module for Arch kernel'
-'linux-lts-headers: Build the module for LTS Arch kernel')
-conflicts+=('nvidia-340xx')
-
-cd ${_pkg}
-make -C kernel clean
-install -dm 755 "${pkgdir}"/usr/{lib/modprobe.d,src}
-cp -dr --no-preserve='ownership' kernel 
"${pkgdir}"/usr/src/nvidia-${pkgver}
-echo 'blacklist nouveau' > "${pkgdir}"/usr/lib/modprobe.d/nvidia.conf
-cat "${pkgdir}"/usr/src/nvidia-${pkgver}/uvm/dkms.conf.fragment >> 
"${pkgdir}"/usr/src/nvidia-${pkgver}/dkms.conf
-}

Copied: nvidia-340xx/repos/testing-i686/PKGBUILD (from rev 261259, 
nvidia-340xx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-10 07:57:39 UTC (rev 261260)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Baechler 
+
+pkgbase=nvidia-340xx
+pkgname=(nvidia-340xx nvidia-340xx-dkms)
+pkgver=340.96
+_extramodules=extramodules-4.4-ARCH
+pkgrel=8
+arch=('i686' 'x86_64')
+url="http://www.nvidia.com/;
+makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.4' 'linux-headers<4.5')
+conflicts=('nvidia')
+license=('custom')
+options=(!strip)

[arch-commits] Commit in nvidia-340xx/trunk (PKGBUILD)

2016-03-09 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 08:57:27
  Author: tpowa
Revision: 261259

upgpkg: nvidia-340xx 340.96-8

rebuild against 4.4.5

Modified:
  nvidia-340xx/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:21:04 UTC (rev 261258)
+++ PKGBUILD2016-03-10 07:57:27 UTC (rev 261259)
@@ -6,7 +6,7 @@
 pkgname=(nvidia-340xx nvidia-340xx-dkms)
 pkgver=340.96
 _extramodules=extramodules-4.4-ARCH
-pkgrel=7
+pkgrel=8
 arch=('i686' 'x86_64')
 url="http://www.nvidia.com/;
 makedepends=("nvidia-340xx-libgl=${pkgver}" "nvidia-340xx-utils=${pkgver}" 
'linux' 'linux-headers>=4.4' 'linux-headers<4.5')


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 08:56:30
  Author: fyan
Revision: 165823

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 165822, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-i686/haskell-hakyll.install
(from rev 165822, haskell-hakyll/trunk/haskell-hakyll.install)
  haskell-hakyll/repos/community-staging-x86_64/
  haskell-hakyll/repos/community-staging-x86_64/PKGBUILD
(from rev 165822, haskell-hakyll/trunk/PKGBUILD)
  haskell-hakyll/repos/community-staging-x86_64/haskell-hakyll.install
(from rev 165822, 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 165822, 
haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 07:56:30 UTC (rev 165823)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=hakyll
+pkgname=haskell-hakyll
+pkgver=4.7.5.1
+pkgrel=35
+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 165822, haskell-hakyll/trunk/haskell-hakyll.install)
===
--- community-staging-i686/haskell-hakyll.install   
(rev 0)
+++ community-staging-i686/haskell-hakyll.install   2016-03-10 07:56:30 UTC 
(rev 165823)
@@ -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 
165822, haskell-hakyll/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 07:56:30 UTC (rev 165823)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+

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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 08:56:02
  Author: fyan
Revision: 165822

upgpkg: haskell-hakyll 4.7.5.1-35

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:39:50 UTC (rev 165821)
+++ PKGBUILD2016-03-10 07:56:02 UTC (rev 165822)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.7.5.1
-pkgrel=34
+pkgrel=35
 pkgdesc="A static website compiler library"
 url="http://jaspervdj.be/hakyll;
 license=("custom:BSD3")


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

2016-03-09 Thread Antonio Rojas
Date: Thursday, March 10, 2016 @ 08:39:50
  Author: arojas
Revision: 165821

archrelease: copy trunk to community-any

Added:
  python2-functools32/repos/community-any/PKGBUILD
(from rev 165820, python2-functools32/trunk/PKGBUILD)
Deleted:
  python2-functools32/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 07:39:19 UTC (rev 165820)
+++ PKGBUILD2016-03-10 07:39:50 UTC (rev 165821)
@@ -1,29 +0,0 @@
-# Maintainer: 
-# Contributor: Stephan Conrad
-
-pkgname=python2-functools32
-_pkgver=3.2.3-1
-pkgver=${_pkgver//-/_}
-pkgrel=1
-pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
-url="https://github.com/MiCHiLU/python-functools32;
-arch=(any)
-depends=(python2)
-makedepends=(python2-distribute)
-license=('CUSTOM')
-source=("https://pypi.python.org/packages/source/f/functools32/functools32-$_pkgver.tar.gz;)
-md5sums=('6c226dfc1ca56ba3ee200d603b780cbc')
-
-build() {
-cd functools32-$_pkgver
-python2 setup.py build
-}
-
-package() {
-cd functools32-$_pkgver
-python2 setup.py install --root="$pkgdir" --optimize=1
-
-install -d "$pkgdir"/usr/share/licenses/$pkgname
-install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
-}
-

Copied: python2-functools32/repos/community-any/PKGBUILD (from rev 165820, 
python2-functools32/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 07:39:50 UTC (rev 165821)
@@ -0,0 +1,29 @@
+# Maintainer: 
+# Contributor: Stephan Conrad
+
+pkgname=python2-functools32
+_pkgver=3.2.3-2
+pkgver=${_pkgver//-/_}
+pkgrel=1
+pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
+url="https://github.com/MiCHiLU/python-functools32;
+arch=(any)
+depends=(python2)
+makedepends=(python2-distribute)
+license=('CUSTOM')
+source=("https://pypi.python.org/packages/source/f/functools32/functools32-$_pkgver.tar.gz;)
+md5sums=('09f24ffd9af9f6cd0f63cb9f4e23d4b2')
+
+build() {
+cd functools32-$_pkgver
+python2 setup.py build
+}
+
+package() {
+cd functools32-$_pkgver
+python2 setup.py install --root="$pkgdir" --optimize=1
+
+install -d "$pkgdir"/usr/share/licenses/$pkgname
+install -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/
+}
+


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

2016-03-09 Thread Antonio Rojas
Date: Thursday, March 10, 2016 @ 08:39:19
  Author: arojas
Revision: 165820

Update to 3.2.3-2

Modified:
  python2-functools32/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:36:34 UTC (rev 165819)
+++ PKGBUILD2016-03-10 07:39:19 UTC (rev 165820)
@@ -2,7 +2,7 @@
 # Contributor: Stephan Conrad
 
 pkgname=python2-functools32
-_pkgver=3.2.3-1
+_pkgver=3.2.3-2
 pkgver=${_pkgver//-/_}
 pkgrel=1
 pkgdesc="Backport of the functools module from Python 3.2.3 for use on 2.7 and 
PyPy"
@@ -12,7 +12,7 @@
 makedepends=(python2-distribute)
 license=('CUSTOM')
 
source=("https://pypi.python.org/packages/source/f/functools32/functools32-$_pkgver.tar.gz;)
-md5sums=('6c226dfc1ca56ba3ee200d603b780cbc')
+md5sums=('09f24ffd9af9f6cd0f63cb9f4e23d4b2')
 
 build() {
 cd functools32-$_pkgver


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 08:36:34
  Author: fyan
Revision: 165819

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 165818, git-annex/trunk/PKGBUILD)
  git-annex/repos/community-staging-x86_64/
  git-annex/repos/community-staging-x86_64/PKGBUILD
(from rev 165818, 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 165818, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 07:36:34 UTC (rev 165819)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160229
+pkgrel=4
+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 165818, 
git-annex/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 07:36:34 UTC (rev 165819)
@@ -0,0 +1,56 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=git-annex
+pkgver=6.20160229
+pkgrel=4
+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-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 08:36:06
  Author: fyan
Revision: 165818

upgpkg: git-annex 6.20160229-4

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  git-annex/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:32:28 UTC (rev 165817)
+++ PKGBUILD2016-03-10 07:36:06 UTC (rev 165818)
@@ -4,7 +4,7 @@
 
 pkgname=git-annex
 pkgver=6.20160229
-pkgrel=3
+pkgrel=4
 pkgdesc="Manage files with git, without checking their contents into git"
 url="http://git-annex.branchable.com/;
 license=("AGPL3")


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

2016-03-09 Thread Maxime Gauduin
Date: Thursday, March 10, 2016 @ 08:32:20
  Author: alucryd
Revision: 165816

upgpkg: python-unidecode 0.04.19-1

Modified:
  python-unidecode/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 07:30:36 UTC (rev 165815)
+++ PKGBUILD2016-03-10 07:32:20 UTC (rev 165816)
@@ -4,8 +4,8 @@
 
 pkgbase=python-unidecode
 pkgname=('python-unidecode' 'python2-unidecode')
-pkgver=0.04.17
-pkgrel=2
+pkgver=0.04.19
+pkgrel=1
 pkgdesc='ASCII transliterations of Unicode text'
 arch=('any')
 url='http://pypi.python.org/pypi/Unidecode/'
@@ -13,7 +13,7 @@
 makedepends=('python-setuptools' 'python2-setuptools')
 options=('!emptydirs')
 
source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz;)
-sha256sums=('f0f8d53d39877da4849293d548eecb5e79364b573643296869dbc7f5b86709ef')
+sha256sums=('51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e')
 
 prepare() {
   for d in python{,2}-unidecode; do
@@ -30,6 +30,8 @@
 }
 
 package_python-unidecode() {
+  depends=('python')
+
   cd python-unidecode
 
   python setup.py install --root="${pkgdir}" --optimize='1'
@@ -36,6 +38,8 @@
 }
 
 package_python2-unidecode() {
+  depends=('python2')
+
   cd python2-unidecode
 
   python2 setup.py install --root="${pkgdir}" --optimize='1'


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

2016-03-09 Thread Maxime Gauduin
Date: Thursday, March 10, 2016 @ 08:32:28
  Author: alucryd
Revision: 165817

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 07:32:20 UTC (rev 165816)
+++ PKGBUILD2016-03-10 07:32:28 UTC (rev 165817)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Kwpolska 
-
-pkgbase=python-unidecode
-pkgname=('python-unidecode' 'python2-unidecode')
-pkgver=0.04.17
-pkgrel=2
-pkgdesc='ASCII transliterations of Unicode text'
-arch=('any')
-url='http://pypi.python.org/pypi/Unidecode/'
-license=('GPL')
-makedepends=('python-setuptools' 'python2-setuptools')
-options=('!emptydirs')
-source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz;)
-sha256sums=('f0f8d53d39877da4849293d548eecb5e79364b573643296869dbc7f5b86709ef')
-
-prepare() {
-  for d in python{,2}-unidecode; do
-cp -r Unidecode-${pkgver} $d
-  done
-}
-
-build() {
-  for d in python{,2}-unidecode; do
-pushd $d
-${d%-*} setup.py build
-popd
-  done
-}
-
-package_python-unidecode() {
-  cd python-unidecode
-
-  python setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-package_python2-unidecode() {
-  cd python2-unidecode
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-}
-
-# vim: ts=2 sw=2 et:

Copied: python-unidecode/repos/community-any/PKGBUILD (from rev 165816, 
python-unidecode/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 07:32:28 UTC (rev 165817)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Kwpolska 
+
+pkgbase=python-unidecode
+pkgname=('python-unidecode' 'python2-unidecode')
+pkgver=0.04.19
+pkgrel=1
+pkgdesc='ASCII transliterations of Unicode text'
+arch=('any')
+url='http://pypi.python.org/pypi/Unidecode/'
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=('!emptydirs')
+source=("http://pypi.python.org/packages/source/U/Unidecode/Unidecode-${pkgver}.tar.gz;)
+sha256sums=('51477646a9169469e37e791b13ae65fcc75b7f7f570d0d3e514d077805c02e1e')
+
+prepare() {
+  for d in python{,2}-unidecode; do
+cp -r Unidecode-${pkgver} $d
+  done
+}
+
+build() {
+  for d in python{,2}-unidecode; do
+pushd $d
+${d%-*} setup.py build
+popd
+  done
+}
+
+package_python-unidecode() {
+  depends=('python')
+
+  cd python-unidecode
+
+  python setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+package_python2-unidecode() {
+  depends=('python2')
+
+  cd python2-unidecode
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+}
+
+# vim: ts=2 sw=2 et:


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

2016-03-09 Thread Maxime Gauduin
Date: Thursday, March 10, 2016 @ 08:30:36
  Author: alucryd
Revision: 165815

archrelease: copy trunk to community-any

Added:
  python2-enum34/repos/community-any/PKGBUILD
(from rev 165814, python2-enum34/trunk/PKGBUILD)
Deleted:
  python2-enum34/repos/community-any/PKGBUILD

--+
 PKGBUILD |   52 ++--
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 07:30:26 UTC (rev 165814)
+++ PKGBUILD2016-03-10 07:30:36 UTC (rev 165815)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Maxime Gauduin 
-# Contributor: Schala 
-
-pkgname=python2-enum34
-pkgver=1.1.1
-pkgrel=1
-pkgdesc='Python 3.4 Enum backported'
-arch=('any')
-url='http://pypi.python.org/pypi/enum34'
-license=('BSD')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("https://pypi.python.org/packages/source/e/enum34/enum34-${pkgver}.tar.gz;)
-sha256sums=('9d4a9220e4ebabd7ff60d853e69c3dd89debad5ddeb9ac5e768af811ece7708e')
-
-package() {
-  cd enum34-${pkgver}
-
-  python2 setup.py install --root="${pkgdir}" --optimize='1'
-
-  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-enum34
-  install -m 644 enum/LICENSE "${pkgdir}"/usr/share/licenses/python2-enum34/
-}
-
-# vim: ts=2 sw=2 et:

Copied: python2-enum34/repos/community-any/PKGBUILD (from rev 165814, 
python2-enum34/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 07:30:36 UTC (rev 165815)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Maxime Gauduin 
+# Contributor: Schala 
+
+pkgname=python2-enum34
+pkgver=1.1.2
+pkgrel=1
+pkgdesc='Python 3.4 Enum backported'
+arch=('any')
+url='http://pypi.python.org/pypi/enum34'
+license=('BSD')
+depends=('python2')
+makedepends=('python2-setuptools')
+source=("https://pypi.python.org/packages/source/e/enum34/enum34-${pkgver}.tar.gz;)
+sha256sums=('2475d7fcddf5951e92ff546972758802de5260bf409319a9f1934e6bbc8b1dc7')
+
+package() {
+  cd enum34-${pkgver}
+
+  python2 setup.py install --root="${pkgdir}" --optimize='1'
+
+  install -dm 755 "${pkgdir}"/usr/share/licenses/python2-enum34
+  install -m 644 enum/LICENSE "${pkgdir}"/usr/share/licenses/python2-enum34/
+}
+
+# vim: ts=2 sw=2 et:


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

2016-03-09 Thread Maxime Gauduin
Date: Thursday, March 10, 2016 @ 08:30:26
  Author: alucryd
Revision: 165814

upgpkg: python2-enum34 1.1.2-1

Modified:
  python2-enum34/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 06:47:49 UTC (rev 165813)
+++ PKGBUILD2016-03-10 07:30:26 UTC (rev 165814)
@@ -3,7 +3,7 @@
 # Contributor: Schala 
 
 pkgname=python2-enum34
-pkgver=1.1.1
+pkgver=1.1.2
 pkgrel=1
 pkgdesc='Python 3.4 Enum backported'
 arch=('any')
@@ -12,7 +12,7 @@
 depends=('python2')
 makedepends=('python2-setuptools')
 
source=("https://pypi.python.org/packages/source/e/enum34/enum34-${pkgver}.tar.gz;)
-sha256sums=('9d4a9220e4ebabd7ff60d853e69c3dd89debad5ddeb9ac5e768af811ece7708e')
+sha256sums=('2475d7fcddf5951e92ff546972758802de5260bf409319a9f1934e6bbc8b1dc7')
 
 package() {
   cd enum34-${pkgver}


[arch-commits] Commit in linux/repos (28 files)

2016-03-09 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 08:21:04
  Author: tpowa
Revision: 261258

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

Added:
  linux/repos/testing-i686/0001-sdhci-revert.patch
(from rev 261257, linux/trunk/0001-sdhci-revert.patch)
  linux/repos/testing-i686/PKGBUILD
(from rev 261257, linux/trunk/PKGBUILD)
  linux/repos/testing-i686/change-default-console-loglevel.patch
(from rev 261257, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-i686/config
(from rev 261257, linux/trunk/config)
  linux/repos/testing-i686/config.x86_64
(from rev 261257, linux/trunk/config.x86_64)
  linux/repos/testing-i686/linux.install
(from rev 261257, linux/trunk/linux.install)
  linux/repos/testing-i686/linux.preset
(from rev 261257, linux/trunk/linux.preset)
  linux/repos/testing-x86_64/0001-sdhci-revert.patch
(from rev 261257, linux/trunk/0001-sdhci-revert.patch)
  linux/repos/testing-x86_64/PKGBUILD
(from rev 261257, linux/trunk/PKGBUILD)
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
(from rev 261257, linux/trunk/change-default-console-loglevel.patch)
  linux/repos/testing-x86_64/config
(from rev 261257, linux/trunk/config)
  linux/repos/testing-x86_64/config.x86_64
(from rev 261257, linux/trunk/config.x86_64)
  linux/repos/testing-x86_64/linux.install
(from rev 261257, linux/trunk/linux.install)
  linux/repos/testing-x86_64/linux.preset
(from rev 261257, linux/trunk/linux.preset)
Deleted:
  linux/repos/testing-i686/0001-sdhci-revert.patch
  linux/repos/testing-i686/PKGBUILD
  linux/repos/testing-i686/change-default-console-loglevel.patch
  linux/repos/testing-i686/config
  linux/repos/testing-i686/config.x86_64
  linux/repos/testing-i686/linux.install
  linux/repos/testing-i686/linux.preset
  linux/repos/testing-x86_64/0001-sdhci-revert.patch
  linux/repos/testing-x86_64/PKGBUILD
  linux/repos/testing-x86_64/change-default-console-loglevel.patch
  linux/repos/testing-x86_64/config
  linux/repos/testing-x86_64/config.x86_64
  linux/repos/testing-x86_64/linux.install
  linux/repos/testing-x86_64/linux.preset

--+
 /0001-sdhci-revert.patch |   50 
 /PKGBUILD|  604 
 /change-default-console-loglevel.patch   |   22 
 /config  |15792 +
 /config.x86_64   |15310 
 /linux.install   |   74 
 /linux.preset|   28 
 testing-i686/0001-sdhci-revert.patch |   25 
 testing-i686/PKGBUILD|  302 
 testing-i686/change-default-console-loglevel.patch   |   11 
 testing-i686/config  | 7896 
 testing-i686/config.x86_64   | 7655 
 testing-i686/linux.install   |   37 
 testing-i686/linux.preset|   14 
 testing-x86_64/0001-sdhci-revert.patch   |   25 
 testing-x86_64/PKGBUILD  |  302 
 testing-x86_64/change-default-console-loglevel.patch |   11 
 testing-x86_64/config| 7896 
 testing-x86_64/config.x86_64 | 7655 
 testing-x86_64/linux.install |   37 
 testing-x86_64/linux.preset  |   14 
 21 files changed, 31880 insertions(+), 31880 deletions(-)

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


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

2016-03-09 Thread Tobias Powalowski
Date: Thursday, March 10, 2016 @ 08:20:42
  Author: tpowa
Revision: 261257

upgpkg: linux 4.4.5-1

bump to latest version

Modified:
  linux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 00:35:46 UTC (rev 261256)
+++ PKGBUILD2016-03-10 07:20:42 UTC (rev 261257)
@@ -5,7 +5,7 @@
 pkgbase=linux   # Build stock -ARCH kernel
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.4
-pkgver=4.4.4
+pkgver=4.4.5
 pkgrel=1
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
@@ -25,7 +25,7 @@
 
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
-'9061d8f57cc25d760387c4e6b7d5cceacaa808e8784a3e478012e7c2949853c8'
+'a570680ad5624eff0687c74d652158cbd9ec92fdd177ac5ff812988a24d54ab5'
 'SKIP'
 'fbbae1d873900e84d1b7ef00593fbb94fc79f078a34b22ee824bab8b0a92be64'
 '756a168bbc3bb582f0df45b977c32af53658f21d62fe15171c9ac85f52d8852a'


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:47:49
  Author: fyan
Revision: 165813

archrelease: copy trunk to community-any

Added:
  sopel/repos/community-any/PKGBUILD
(from rev 165812, sopel/trunk/PKGBUILD)
Deleted:
  sopel/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 06:47:29 UTC (rev 165812)
+++ PKGBUILD2016-03-10 06:47:49 UTC (rev 165813)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgname=sopel
-pkgver=6.3.0
-pkgrel=1
-pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
-arch=('any')
-license=('custom:EFL')
-url='http://sopel.chat'
-depends=('python-setuptools' 'sqlite' 'python-xmltodict' 'python-pytz' 
'python-praw'
- 'python-pyenchant' 'python-pygeoip')
-makedepends=('git' 'python-sphinx')
-checkdepends=('python-pytest-runner' 'ipython')
-backup=('etc/sopel.cfg')
-source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver;)
-md5sums=('SKIP')
-
-build() {
-  cd "$srcdir/sopel"
-  python setup.py build
-  make -C docs man
-}
-
-check() {
-  cd "$srcdir/sopel"
-  mv build ../
-  python setup.py ptr || warning "Tests failed"
-  mv ../build ./
-}
-
-package() {
-  cd "$srcdir/sopel"
-  python setup.py install --root="${pkgdir}" --optimize=1
-
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 contrib/sopel.cfg "$pkgdir/etc/sopel.cfg"
-  install -Dm644 contrib/sopel.service 
"$pkgdir/usr/lib/systemd/system/sopel.service"
-  install -Dm644 contrib/sopel.conf "$pkgdir/usr/lib/tmpfiles.d/sopel.conf"
-  install -Dm644 docs/build/man/sopel.1 "$pkgdir/usr/share/man/man1/sopel.1"
-}

Copied: sopel/repos/community-any/PKGBUILD (from rev 165812, 
sopel/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 06:47:49 UTC (rev 165813)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=sopel
+pkgver=6.3.1
+pkgrel=1
+pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
+arch=('any')
+license=('custom:EFL')
+url='http://sopel.chat'
+depends=('python-setuptools' 'sqlite' 'python-xmltodict' 'python-pytz' 
'python-praw'
+ 'python-pyenchant' 'python-pygeoip')
+makedepends=('git' 'python-sphinx')
+checkdepends=('python-pytest-runner' 'ipython')
+backup=('etc/sopel.cfg')
+source=("git+https://github.com/sopel-irc/sopel.git#tag=$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd "$srcdir/sopel"
+  python setup.py build
+  make -C docs man
+}
+
+check() {
+  cd "$srcdir/sopel"
+  mv build ../
+  python setup.py ptr || warning "Tests failed"
+  mv ../build ./
+}
+
+package() {
+  cd "$srcdir/sopel"
+  python setup.py install --root="${pkgdir}" --optimize=1
+
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 contrib/sopel.cfg "$pkgdir/etc/sopel.cfg"
+  install -Dm644 contrib/sopel.service 
"$pkgdir/usr/lib/systemd/system/sopel.service"
+  install -Dm644 contrib/sopel.conf "$pkgdir/usr/lib/tmpfiles.d/sopel.conf"
+  install -Dm644 docs/build/man/sopel.1 "$pkgdir/usr/share/man/man1/sopel.1"
+}


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:47:29
  Author: fyan
Revision: 165812

upgpkg: sopel 6.3.1-1

Modified:
  sopel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 06:42:21 UTC (rev 165811)
+++ PKGBUILD2016-03-10 06:47:29 UTC (rev 165812)
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=sopel
-pkgver=6.3.0
+pkgver=6.3.1
 pkgrel=1
 pkgdesc="An easy-to-use and highly extensible IRC Bot framework (Formerly 
Willie)"
 arch=('any')


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:42:21
  Author: fyan
Revision: 165811

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

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

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

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

Copied: darcs/repos/community-staging-x86_64/PKGBUILD (from rev 165810, 
darcs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 06:42:21 UTC (rev 165811)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=darcs
+pkgver=2.10.3
+pkgrel=7
+pkgdesc="A distributed, interactive, smart revision control system"
+url="http://darcs.net;
+license=("GPL")
+arch=('i686' 'x86_64')
+depends=('curl')
+makedepends=("ghc=7.10.3" "haskell-attoparsec" "haskell-base16-bytestring"
+ "haskell-cryptohash" "haskell-data-ordlist" "haskell-hashable" 
"haskell-html"
+ "haskell-http" "haskell-mmap" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-old-time" "haskell-parsec" "haskell-sandi" 
"haskell-random"
+ "haskell-regex-applicative" "haskell-regex-compat-tdfa" 
"haskell-tar"
+ "haskell-text" "haskell-transformers-compat" "haskell-unix-compat"
+ "haskell-utf8-string" "haskell-vector" "haskell-zip-archive" 
"haskell-zlib")
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('ca00c40d08276f94868c7c1bbc6dbd9b6b41a15c1907c34947aaa51d4dbbf642')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fcurl -fpkgconfig -fhttp -f-static -fterminfo -fthreaded -fexecutable 
\
+-f-hpc -f-rts -foptimize -f-warn-as-error -f-use-local-data-map-strict 
\
+-f-libiconv -f-hashed-storage-diff -fuse-time-1point5 -fnetwork-uri
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+# Remove library and doc (license only)
+rm -r 

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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:41:53
  Author: fyan
Revision: 165810

upgpkg: darcs 2.10.3-7

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  darcs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 06:41:02 UTC (rev 165809)
+++ PKGBUILD2016-03-10 06:41:53 UTC (rev 165810)
@@ -4,7 +4,7 @@
 
 pkgname=darcs
 pkgver=2.10.3
-pkgrel=6
+pkgrel=7
 pkgdesc="A distributed, interactive, smart revision control system"
 url="http://darcs.net;
 license=("GPL")


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:41:02
  Author: fyan
Revision: 165809

archrelease: copy trunk to community-testing-any

Added:
  python-sympy/repos/community-testing-any/
  python-sympy/repos/community-testing-any/PKGBUILD
(from rev 165808, python-sympy/trunk/PKGBUILD)

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

Copied: python-sympy/repos/community-testing-any/PKGBUILD (from rev 165808, 
python-sympy/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2016-03-10 06:41:02 UTC (rev 165809)
@@ -0,0 +1,67 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Stéphane Gaudreault 
+# Contributor: Thomas Dziedzic < gostrc at gmail >
+# Contributor: Angel 'angvp' Velasquez   
+# Contributor: Peter Garceau 
+
+pkgbase=python-sympy
+pkgname=('python-sympy' 'python2-sympy')
+pkgver=1.0
+pkgrel=1
+arch=('any')
+pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
+url='http://sympy.org/en/index.html'
+license=('BSD')
+makedepends=('python2-mpmath' 'python-mpmath' 'python-setuptools' 
'python2-setuptools' 'git')
+source=("git+https://github.com/sympy/sympy.git#tag=sympy-$pkgver;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a sympy{,-py2}
+}
+
+build() {
+  cd "$srcdir"/sympy
+  python setup.py build
+
+  cd "$srcdir"/sympy-py2
+  python2 setup.py build
+}
+
+check() {
+  # Broken, waiting for upstream fixes.
+
+  cd "$srcdir"/sympy
+  python setup.py test || warning "Exit code: $?"
+
+  cd "$srcdir"/sympy-py2
+  python2 setup.py test || warning "Exit code: $?"
+}
+
+package_python-sympy() {
+  depends=('python-mpmath')
+  optdepends=('ipython: user friendly interface for isympy')
+
+  cd sympy
+
+  python setup.py install --root "$pkgdir" --optimize=1
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-sympy() {
+  depends=('python2-mpmath')
+  optdepends=('python2-pyglet: plotting'
+  'ipython2: user friendly interface for isympy')
+
+  cd sympy-py2
+
+  python2 setup.py install --root "$pkgdir" --optimize=1
+
+  # rename files that exists in both 'python-sympy' and 'python2-sympy'
+  mv "$pkgdir"/usr/bin/isympy{,2}
+  mv "$pkgdir"/usr/share/man/man1/isympy{,2}.1
+
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:40:43
  Author: fyan
Revision: 165808

upgpkg: python-sympy 1.0-1

new version; rename executables

Modified:
  python-sympy/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 06:38:03 UTC (rev 165807)
+++ PKGBUILD2016-03-10 06:40:43 UTC (rev 165808)
@@ -6,9 +6,8 @@
 # Contributor: Peter Garceau 
 
 pkgbase=python-sympy
-pkgname=('python2-sympy' 'python-sympy')
-pkgver=1.0rc1
-_commit=323d4a54eb94f6b79f32dd69779bf1952097def9
+pkgname=('python-sympy' 'python2-sympy')
+pkgver=1.0
 pkgrel=1
 arch=('any')
 pkgdesc='Symbolic manipulation package (Computer Algebra System), written in 
pure Python'
@@ -15,55 +14,54 @@
 url='http://sympy.org/en/index.html'
 license=('BSD')
 makedepends=('python2-mpmath' 'python-mpmath' 'python-setuptools' 
'python2-setuptools' 'git')
-#source=("git+https://github.com/sympy/sympy.git#tag=sympy-${pkgver};
-source=("git+https://github.com/sympy/sympy.git#commit=$_commit;)
+source=("git+https://github.com/sympy/sympy.git#tag=sympy-$pkgver;)
 sha512sums=('SKIP')
 
 prepare() {
-  cp -a sympy py3-sympy
+  cp -a sympy{,-py2}
 }
 
 build() {
-  cd sympy
+  cd "$srcdir"/sympy
+  python setup.py build
+
+  cd "$srcdir"/sympy-py2
   python2 setup.py build
-
-  cd ../py3-sympy
-  python3 setup.py build
 }
 
 check() {
   # Broken, waiting for upstream fixes.
 
-  cd sympy
+  cd "$srcdir"/sympy
+  python setup.py test || warning "Exit code: $?"
+
+  cd "$srcdir"/sympy-py2
   python2 setup.py test || warning "Exit code: $?"
-
-  cd ../py3-sympy
-  python3 setup.py test || warning "Exit code: $?"
 }
 
-package_python2-sympy() {
-  depends=('python2-mpmath')
-  optdepends=('python2-pyglet: plotting'
-  'ipython2: user friendly interface for isympy')
+package_python-sympy() {
+  depends=('python-mpmath')
+  optdepends=('ipython: user friendly interface for isympy')
 
   cd sympy
 
-  python2 setup.py install --root "${pkgdir}" --optimize=1
+  python setup.py install --root "$pkgdir" --optimize=1
 
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
-package_python-sympy() {
-  depends=('python-mpmath')
-  optdepends=('ipython: user friendly interface for isympy')
+package_python2-sympy() {
+  depends=('python2-mpmath')
+  optdepends=('python2-pyglet: plotting'
+  'ipython2: user friendly interface for isympy')
 
-  cd py3-sympy
+  cd sympy-py2
 
-  python3 setup.py install --root "${pkgdir}" --optimize=1
+  python2 setup.py install --root "$pkgdir" --optimize=1
 
-  # rename files that exists in both 'python2-sympy' and 'python-sympy'
-  mv "${pkgdir}"/usr/bin/isympy{,-py3}
-  mv "${pkgdir}"/usr/share/man/man1/isympy{,-py3}.1
+  # rename files that exists in both 'python-sympy' and 'python2-sympy'
+  mv "$pkgdir"/usr/bin/isympy{,2}
+  mv "$pkgdir"/usr/share/man/man1/isympy{,2}.1
 
-  install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


[arch-commits] Commit in python-celery/repos/community-any (14 files)

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:38:03
  Author: fyan
Revision: 165807

archrelease: copy trunk to community-any

Added:
  python-celery/repos/community-any/PKGBUILD
(from rev 165806, python-celery/trunk/PKGBUILD)
  python-celery/repos/community-any/celery.tmpfiles.d
(from rev 165806, python-celery/trunk/celery.tmpfiles.d)
  python-celery/repos/community-any/celery2.tmpfiles.d
(from rev 165806, python-celery/trunk/celery2.tmpfiles.d)
  python-celery/repos/community-any/celery2@.service
(from rev 165806, python-celery/trunk/celery2@.service)
  python-celery/repos/community-any/celery@.service
(from rev 165806, python-celery/trunk/celery@.service)
  python-celery/repos/community-any/python-celery.install
(from rev 165806, python-celery/trunk/python-celery.install)
  python-celery/repos/community-any/python2-celery.install
(from rev 165806, python-celery/trunk/python2-celery.install)
Deleted:
  python-celery/repos/community-any/PKGBUILD
  python-celery/repos/community-any/celery.tmpfiles.d
  python-celery/repos/community-any/celery2.tmpfiles.d
  python-celery/repos/community-any/celery2@.service
  python-celery/repos/community-any/celery@.service
  python-celery/repos/community-any/python-celery.install
  python-celery/repos/community-any/python2-celery.install

+
 PKGBUILD   |  196 +++
 celery.tmpfiles.d  |4 
 celery2.tmpfiles.d |4 
 celery2@.service   |   30 +++
 celery@.service|   30 +++
 python-celery.install  |6 -
 python2-celery.install |6 -
 7 files changed, 138 insertions(+), 138 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 06:37:20 UTC (rev 165806)
+++ PKGBUILD2016-03-10 06:38:03 UTC (rev 165807)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Marcin Kolenda 
-# Contributor: Valentin Haloiu 
-# Contributor: Lukas Linhart 
-# Contributor: Marco Elver 
-# Contributor: apkawa 
-
-pkgbase=python-celery
-pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.22
-pkgrel=1
-pkgdesc='Distributed Asynchronous Task Queue'
-arch=('any')
-url='http://celeryproject.org/'
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-kombu' 
'python2-kombu' 'python-billiard' 'python2-billiard'
- 'python-pytz' 'python2-pytz')
-checkdepends=('python-nose' 'python2-nose' 'python-mock' 'python2-mock' 
'python-pyopenssl' 'python2-pyopenssl' 'python2-gevent'
-  'python2-librabbitmq' 'python-pymongo' 'python2-pymongo' 
'python-msgpack' 'python2-msgpack' 'python-pyro'
-  'python2-pyro' 'python-redis' 'python2-redis' 
'python-sqlalchemy' 'python2-sqlalchemy' 'python-boto' 'python2-boto'
-  'python-yaml' 'python2-yaml' 'python-pyzmq' 'python2-pyzmq')
-source=("https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
-celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
-options=('!emptydirs')
-sha256sums=('7e511421f967dee31756626e611d56aa1eb5b48383d3274f0a320b0254636a84'
-'2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
-'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
-'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'
-'19cfffc0447ec5046b106bc33cc8422942b82f9339971405398835d5d8079f00'
-'c60185a7e2192dfd98d41cbea6ef0f8ed24cafd79aeae6f0792360fa6ddf6f46'
-'fdb55a9b2ee2b7e0b55ffb576ebcd14d846cdfdb2c5131a68c64275c391f6aa5')
-
-prepare() {
-  cp -a celery-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir"/celery-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/celery-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/celery-$pkgver
-  nosetests3 || warning "Python 3 tests failed"
-
-  cd "$srcdir"/celery-$pkgver-py2
-  nosetests2
-}
-
-package_python-celery() {
-  depends=('python' 'python-kombu' 'python-billiard' 'python-pytz')
-  optdepends=('python-pyopenssl: for celery.security'
-  'python-pymongo: for celery.backends.mongodb'
-  'python-msgpack: for using the msgpack serializer'
-  'python-pyro: for using Pyro4 message transport'
-  'python-redis: for celery.backends.redis'
-  'python-sqlalchemy: for celery.backends.database'
-  'python-boto: for SQS transport'
-  'python-yaml: for using the yaml serializer'
-  'python-pyzmq: for using ZeroMQ transport')
-  install=python-celery.install
-
-  cd "$srcdir"/celery-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  

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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:37:20
  Author: fyan
Revision: 165806

upgpkg: python-celery 3.1.23-1

Modified:
  python-celery/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 06:31:15 UTC (rev 165805)
+++ PKGBUILD2016-03-10 06:37:20 UTC (rev 165806)
@@ -8,7 +8,7 @@
 
 pkgbase=python-celery
 pkgname=('python-celery' 'python2-celery')
-pkgver=3.1.22
+pkgver=3.1.23
 pkgrel=1
 pkgdesc='Distributed Asynchronous Task Queue'
 arch=('any')
@@ -23,7 +23,7 @@
 
source=("https://pypi.python.org/packages/source/c/celery/celery-$pkgver.tar.gz;
 celery@.service celery2@.service python-celery.install 
python2-celery.install celery.tmpfiles.d celery2.tmpfiles.d)
 options=('!emptydirs')
-sha256sums=('7e511421f967dee31756626e611d56aa1eb5b48383d3274f0a320b0254636a84'
+sha256sums=('1a359c815837f9dbf193a7dbc6addafa34612c077ff70c66e3b16e14eebd2418'
 '2c3b6eb4ebcc02f6748141d3dd1ebb64128b7b082724ebc15141144e2e40ebff'
 'f17edc445e555ae2a6b6c4124e1ad45e89a8f5c1408f4b629d939eeb8b1ce0d9'
 'b2744f019e11d57df825d9a970099a678ec1fffc5579ab52fb2270ec4aba741a'


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:31:15
  Author: fyan
Revision: 165805

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 165804, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-i686/haskell-pandoc-crossref.install
(from rev 165804, pandoc-crossref/trunk/haskell-pandoc-crossref.install)
  pandoc-crossref/repos/community-staging-x86_64/
  pandoc-crossref/repos/community-staging-x86_64/PKGBUILD
(from rev 165804, pandoc-crossref/trunk/PKGBUILD)
  pandoc-crossref/repos/community-staging-x86_64/haskell-pandoc-crossref.install
(from rev 165804, 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 165804, 
pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 06:31:15 UTC (rev 165805)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgbase=pandoc-crossref
+pkgname=(pandoc-crossref haskell-pandoc-crossref)
+pkgver=0.2.0.0
+pkgrel=2
+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-template"
+ "haskell-data-accessor-transformers" "haskell-mtl" 
"haskell-pandoc" "haskell-pandoc-types"
+ "haskell-roman-numerals" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('e7039ced02eaaec80f0814d1d242dd06002d76dc3bed784fd18e50ddec77e3bd')
+
+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 165804, 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-10 
06:31:15 UTC (rev 165805)
@@ -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 
165804, pandoc-crossref/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ 

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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:30:45
  Author: fyan
Revision: 165804

upgpkg: pandoc-crossref 0.2.0.0-2

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  pandoc-crossref/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 06:24:44 UTC (rev 165803)
+++ PKGBUILD2016-03-10 06:30:45 UTC (rev 165804)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-crossref
 pkgname=(pandoc-crossref haskell-pandoc-crossref)
 pkgver=0.2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Pandoc filter for cross-references"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("GPL2")


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:24:44
  Author: fyan
Revision: 165803

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 165802, hoogle/trunk/PKGBUILD)
  hoogle/repos/community-staging-x86_64/
  hoogle/repos/community-staging-x86_64/PKGBUILD
(from rev 165802, 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 165802, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 06:24:44 UTC (rev 165803)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=17
+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 165802, 
hoogle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 06:24:44 UTC (rev 165803)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hoogle
+pkgver=4.2.43
+pkgrel=17
+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-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 07:24:16
  Author: fyan
Revision: 165802

upgpkg: hoogle 4.2.43-17

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  hoogle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 04:32:11 UTC (rev 165801)
+++ PKGBUILD2016-03-10 06:24:16 UTC (rev 165802)
@@ -4,7 +4,7 @@
 
 pkgname=hoogle
 pkgver=4.2.43
-pkgrel=16
+pkgrel=17
 pkgdesc="Haskell API Search"
 url="http://www.haskell.org/hoogle/;
 license=("custom:BSD3")


[arch-commits] Commit in python-pycuda/repos/community-x86_64 (4 files)

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 05:32:11
  Author: fyan
Revision: 165801

archrelease: copy trunk to community-x86_64

Added:
  python-pycuda/repos/community-x86_64/LICENSE
(from rev 165800, python-pycuda/trunk/LICENSE)
  python-pycuda/repos/community-x86_64/PKGBUILD
(from rev 165800, python-pycuda/trunk/PKGBUILD)
Deleted:
  python-pycuda/repos/community-x86_64/LICENSE
  python-pycuda/repos/community-x86_64/PKGBUILD

--+
 LICENSE  |   14 ++---
 PKGBUILD |  154 ++---
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: LICENSE
===
--- LICENSE 2016-03-10 04:31:23 UTC (rev 165800)
+++ LICENSE 2016-03-10 04:32:11 UTC (rev 165801)
@@ -1,7 +0,0 @@
-Copyright (c) 2009,10 Andreas Klöckner and Contributors.
-
-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: python-pycuda/repos/community-x86_64/LICENSE (from rev 165800, 
python-pycuda/trunk/LICENSE)
===
--- LICENSE (rev 0)
+++ LICENSE 2016-03-10 04:32:11 UTC (rev 165801)
@@ -0,0 +1,7 @@
+Copyright (c) 2009,10 Andreas Klöckner and Contributors.
+
+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-10 04:31:23 UTC (rev 165800)
+++ PKGBUILD2016-03-10 04:32:11 UTC (rev 165801)
@@ -1,77 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Stéphane Gaudreault 
-
-pkgbase=python-pycuda
-pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2015.1.3
-pkgrel=6
-pkgdesc="Python wrapper for Nvidia CUDA"
-arch=('x86_64')
-url="http://mathema.tician.de/software/pycuda;
-license=('MIT' 'Apache')
-source=("http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
-LICENSE)
-makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('7730738024c1db49097bdf59f8cdcf98cbd14e8d143b31d023e0b83f720270df3010d756fe52ee430d19fd2850b120d137617e2e9b4462b45e9dffd9e107eedb'
-
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
-
-build() {
-   cd "${srcdir}"
-  
-   _arch=''
-   [[ "$CARCH" = "x86_64" ]] && _arch='64'
-
-   cp -a pycuda-${pkgver}{,-python2}
-  
-   cd "${srcdir}"/pycuda-${pkgver}
-   python3 ./configure.py \
-  --cuda-root=/opt/cuda \
-  --cuda-inc-dir=/opt/cuda/include \
-  --cudadrv-lib-dir=/opt/cuda/lib${_arch} \
-  --cudart-lib-dir=/opt/cuda/lib${_arch} \
-  --no-use-shipped-boost \
-  --boost-python-libname=boost_python3
-   make
-
-   cd "${srcdir}"/pycuda-${pkgver}-python2
-   python2 ./configure.py 

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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 05:31:23
  Author: fyan
Revision: 165800

upgpkg: python-pycuda 2016.1-1

Modified:
  python-pycuda/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 04:24:20 UTC (rev 165799)
+++ PKGBUILD2016-03-10 04:31:23 UTC (rev 165800)
@@ -4,8 +4,8 @@
 
 pkgbase=python-pycuda
 pkgname=('python-pycuda' 'python2-pycuda' 'pycuda-headers')
-pkgver=2015.1.3
-pkgrel=6
+pkgver=2016.1
+pkgrel=1
 pkgdesc="Python wrapper for Nvidia CUDA"
 arch=('x86_64')
 url="http://mathema.tician.de/software/pycuda;
@@ -13,7 +13,7 @@
 
source=("http://pypi.python.org/packages/source/p/pycuda/pycuda-${pkgver}.tar.gz;
 LICENSE)
 makedepends=('ctags' 'python2-setuptools' 'python-setuptools' 'python2-numpy' 
'python-numpy' 'mesa' 'cuda' 'boost' 'nvidia-utils')
-sha512sums=('7730738024c1db49097bdf59f8cdcf98cbd14e8d143b31d023e0b83f720270df3010d756fe52ee430d19fd2850b120d137617e2e9b4462b45e9dffd9e107eedb'
+sha512sums=('196c026f17faf82d9b142e62b675ad22e12055d8f898ebf0a0b043d4ef2472f3d556a19bb3ccc6e348760d95afc0e01bef01ca9259419f51246872652eb17985'
 
'ee0bef251b8b2c25cd5821932d506183655c04285ae7d01d12f86557812c5068568e9f38e9f6bffe28de870ec662ebe0ee9cce2b444883caaf66b4c877494130')
 
 build() {


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 05:24:20
  Author: fyan
Revision: 165799

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 165798, hindent/trunk/PKGBUILD)
  hindent/repos/community-staging-x86_64/
  hindent/repos/community-staging-x86_64/PKGBUILD
(from rev 165798, 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 165798, 
hindent/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 04:24:20 UTC (rev 165799)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=10
+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 165798, 
hindent/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 04:24:20 UTC (rev 165799)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=hindent
+pkgver=4.6.1
+pkgrel=10
+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-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 05:23:41
  Author: fyan
Revision: 165798

upgpkg: hindent 4.6.1-10

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 03:43:43 UTC (rev 165797)
+++ PKGBUILD2016-03-10 04:23:41 UTC (rev 165798)
@@ -4,7 +4,7 @@
 
 pkgname=hindent
 pkgver=4.6.1
-pkgrel=9
+pkgrel=10
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent;
 license=("custom:BSD3")


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 04:43:43
  Author: fyan
Revision: 165797

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

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

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

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

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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 04:42:08
  Author: fyan
Revision: 165796

upgpkg: stack 1.0.4.1-7

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  stack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 03:24:43 UTC (rev 165795)
+++ PKGBUILD2016-03-10 03:42:08 UTC (rev 165796)
@@ -5,7 +5,7 @@
 pkgbase=stack
 pkgname=(stack haskell-stack)
 pkgver=1.0.4.1
-pkgrel=6
+pkgrel=7
 pkgdesc="The Haskell Tool Stack"
 url="https://github.com/commercialhaskell/stack;
 license=("custom:BSD3")


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 04:24:43
  Author: fyan
Revision: 165795

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

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

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

Copied: stylish-haskell/repos/community-staging-i686/PKGBUILD (from rev 165794, 
stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 03:24:43 UTC (rev 165795)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.2
+pkgrel=5
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cf391b582b00aa392a89c15e7542a43ad694661d00500356aa818fac84ebe759')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: stylish-haskell/repos/community-staging-x86_64/PKGBUILD (from rev 
165794, stylish-haskell/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 03:24:43 UTC (rev 165795)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+pkgname=stylish-haskell
+pkgver=0.5.15.2
+pkgrel=5
+pkgdesc="Haskell code prettifier"
+url="https://github.com/jaspervdj/stylish-haskell;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=('gmp' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-aeson" "haskell-cmdargs" "haskell-src-exts" 
"haskell-mtl"
+ "haskell-strict" "haskell-syb" "haskell-yaml")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+sha256sums=('cf391b582b00aa392a89c15e7542a43ad694661d00500356aa818fac84ebe759')
+
+build() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+
+runhaskell Setup configure -O --prefix=/usr \
+--docdir="/usr/share/doc/${pkgname}" --datasubdir="$pkgname"
+runhaskell Setup build
+}
+
+package() {
+cd "${srcdir}/${pkgname}-${pkgver}"
+runhaskell Setup copy --destdir="${pkgdir}"
+rm -r "$pkgdir"/usr/{lib,share/doc}
+
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 04:23:56
  Author: fyan
Revision: 165794

upgpkg: stylish-haskell 0.5.15.2-5

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 03:10:52 UTC (rev 165793)
+++ PKGBUILD2016-03-10 03:23:56 UTC (rev 165794)
@@ -4,7 +4,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.5.15.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Haskell code prettifier"
 url="https://github.com/jaspervdj/stylish-haskell;
 license=("custom:BSD3")


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 04:10:52
  Author: fyan
Revision: 165793

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

Added:
  nodejs/repos/community-i686/PKGBUILD
(from rev 165792, nodejs/trunk/PKGBUILD)
  nodejs/repos/community-x86_64/PKGBUILD
(from rev 165792, 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-10 03:09:32 UTC (rev 165792)
+++ community-i686/PKGBUILD 2016-03-10 03:10:52 UTC (rev 165793)
@@ -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.1
-pkgrel=3
-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
-
-  # 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 165792, 
nodejs/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-10 03:10:52 UTC (rev 165793)
@@ -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.8.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=('e8cd580cec1c62053e6357633b9e46d49df1fd5b9fc5c804ca59ba80d722b898')
+
+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-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 04:09:32
  Author: fyan
Revision: 165792

upgpkg: nodejs 5.8.0-1

Modified:
  nodejs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 02:24:49 UTC (rev 165791)
+++ PKGBUILD2016-03-10 03:09:32 UTC (rev 165792)
@@ -9,8 +9,8 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=5.7.1
-pkgrel=3
+pkgver=5.8.0
+pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('i686' 'x86_64')
 url='http://nodejs.org/'
@@ -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=('ecd4956335c6b86f1b72fd203abd9a833717e6800edb12208d0e3ce625330198')
+sha256sums=('e8cd580cec1c62053e6357633b9e46d49df1fd5b9fc5c804ca59ba80d722b898')
 
 prepare() {
   cd node-v$pkgver


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

2016-03-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 03:24:49
  Author: fyan
Revision: 165791

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 165790, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-i686/haskell-warp-tls.install
(from rev 165790, 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 165790, haskell-warp-tls/trunk/PKGBUILD)
  haskell-warp-tls/repos/community-staging-x86_64/haskell-warp-tls.install
(from rev 165790, 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 
165790, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-10 02:24:49 UTC (rev 165791)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=4
+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 165790, 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-10 02:24:49 UTC 
(rev 165791)
@@ -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 
165790, haskell-warp-tls/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-10 02:24:49 UTC (rev 165791)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp-tls
+pkgname=haskell-warp-tls
+pkgver=3.2.1
+pkgrel=4
+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-09 Thread Felix Yan
Date: Thursday, March 10, 2016 @ 03:24:02
  Author: fyan
Revision: 165790

upgpkg: haskell-warp-tls 3.2.1-4

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-warp-tls/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-10 00:42:41 UTC (rev 165789)
+++ PKGBUILD2016-03-10 02:24:02 UTC (rev 165790)
@@ -5,7 +5,7 @@
 _hkgname=warp-tls
 pkgname=haskell-warp-tls
 pkgver=3.2.1
-pkgrel=3
+pkgrel=4
 pkgdesc="HTTP over TLS support for Warp via the TLS package"
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-03-09 Thread Anatol Pomozov
Date: Thursday, March 10, 2016 @ 01:42:41
  Author: anatolik
Revision: 165789

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-10 00:42:19 UTC (rev 165788)
+++ PKGBUILD2016-03-10 00:42:41 UTC (rev 165789)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-
-pkgbase=python-autobahn
-pkgname=(python-autobahn python2-autobahn)
-pkgver=0.11.0
-pkgrel=1
-pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
-arch=(any)
-url='http://autobahn.ws/python/'
-license=(MIT)
-makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
-source=(https://pypi.python.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
-sha1sums=('6753ceb8dfe2ea9ad5b31426dee8ff172cf15891')
-
-prepare() {
-  cp -a autobahn-$pkgver{,-py2}
-}
-
-build() {
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir/autobahn-$pkgver"
-  #It requires python-unittest2 in [community]
-  #python setup.py test
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  #python2 setup.py test
-}
-
-package_python-autobahn() {
-  depends=(python python-twisted python-six python-txaio)
-
-  cd "$srcdir/autobahn-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-autobahn() {
-  depends=(python2 python2-twisted python2-six python2-txaio)
-
-  cd "$srcdir/autobahn-$pkgver-py2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: python-autobahn/repos/community-any/PKGBUILD (from rev 165788, 
python-autobahn/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-10 00:42:41 UTC (rev 165789)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+
+pkgbase=python-autobahn
+pkgname=(python-autobahn python2-autobahn)
+pkgver=0.12.1
+pkgrel=1
+pkgdesc='Real-time framework for Web, Mobile & Internet of Things'
+arch=(any)
+url='http://autobahn.ws/python/'
+license=(MIT)
+makedepends=(python-setuptools python2-setuptools python-twisted python-six 
python-txaio python2-twisted python2-six python2-txaio)
+source=(https://pypi.python.org/packages/source/a/autobahn/autobahn-$pkgver.tar.gz)
+sha1sums=('d2feb28fa554d8e1e593df32dfe502f1eee499d3')
+
+prepare() {
+  cp -a autobahn-$pkgver{,-py2}
+}
+
+build() {
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir/autobahn-$pkgver"
+  #It requires python-unittest2 in [community]
+  #python setup.py test
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  #python2 setup.py test
+}
+
+package_python-autobahn() {
+  depends=(python python-twisted python-six python-txaio)
+
+  cd "$srcdir/autobahn-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-autobahn() {
+  depends=(python2 python2-twisted python2-six python2-txaio)
+
+  cd "$srcdir/autobahn-$pkgver-py2"
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}


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

2016-03-09 Thread Anatol Pomozov
Date: Thursday, March 10, 2016 @ 01:34:56
  Author: anatolik
Revision: 261255

upgpkg: vim 7.4.1529-1

Modified:
  vim/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 23:13:51 UTC (rev 261254)
+++ PKGBUILD2016-03-10 00:34:56 UTC (rev 261255)
@@ -7,17 +7,17 @@
 
 pkgbase=vim
 pkgname=(vim gvim vim-runtime)
-pkgver=7.4.1386
+pkgver=7.4.1529
 _versiondir=74
 pkgrel=1
 arch=(i686 x86_64)
 license=('custom:vim')
 url='http://www.vim.org'
-makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 lua gawk 
tcl)
+makedepends=(gpm python2 python ruby libxt desktop-file-utils gtk2 gtk3 lua 
gawk tcl)
 source=(vim-$pkgver.tar.gz::http://github.com/vim/vim/archive/v$pkgver.tar.gz
 vimrc
 archlinux.vim)
-sha1sums=('5a16a08693059eb17dbce5cb9add7cb43b1f7c2f'
+sha1sums=('cc590fc23c36141c33bf7908c92657e5ffccbdf7'
   '15ebf3f48693f1f219fe2d8edb7643683139eb6b'
   '94f7bb87b5d06bace86bc4b3ef1372813b4eedf2')
 


[arch-commits] Commit in bind/repos (40 files)

2016-03-09 Thread Sébastien Luttringer
Date: Thursday, March 10, 2016 @ 00:13:51
  Author: seblu
Revision: 261254

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

Added:
  bind/repos/extra-i686/127.0.0.zone
(from rev 261253, bind/trunk/127.0.0.zone)
  bind/repos/extra-i686/PKGBUILD
(from rev 261253, bind/trunk/PKGBUILD)
  bind/repos/extra-i686/bind.install
(from rev 261253, bind/trunk/bind.install)
  bind/repos/extra-i686/empty.zone
(from rev 261253, bind/trunk/empty.zone)
  bind/repos/extra-i686/localhost.ip6.zone
(from rev 261253, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-i686/localhost.zone
(from rev 261253, bind/trunk/localhost.zone)
  bind/repos/extra-i686/named.conf
(from rev 261253, bind/trunk/named.conf)
  bind/repos/extra-i686/named.service
(from rev 261253, bind/trunk/named.service)
  bind/repos/extra-i686/sysusers.conf
(from rev 261253, bind/trunk/sysusers.conf)
  bind/repos/extra-i686/tmpfiles.conf
(from rev 261253, bind/trunk/tmpfiles.conf)
  bind/repos/extra-x86_64/127.0.0.zone
(from rev 261253, bind/trunk/127.0.0.zone)
  bind/repos/extra-x86_64/PKGBUILD
(from rev 261253, bind/trunk/PKGBUILD)
  bind/repos/extra-x86_64/bind.install
(from rev 261253, bind/trunk/bind.install)
  bind/repos/extra-x86_64/empty.zone
(from rev 261253, bind/trunk/empty.zone)
  bind/repos/extra-x86_64/localhost.ip6.zone
(from rev 261253, bind/trunk/localhost.ip6.zone)
  bind/repos/extra-x86_64/localhost.zone
(from rev 261253, bind/trunk/localhost.zone)
  bind/repos/extra-x86_64/named.conf
(from rev 261253, bind/trunk/named.conf)
  bind/repos/extra-x86_64/named.service
(from rev 261253, bind/trunk/named.service)
  bind/repos/extra-x86_64/sysusers.conf
(from rev 261253, bind/trunk/sysusers.conf)
  bind/repos/extra-x86_64/tmpfiles.conf
(from rev 261253, bind/trunk/tmpfiles.conf)
Deleted:
  bind/repos/extra-i686/127.0.0.zone
  bind/repos/extra-i686/PKGBUILD
  bind/repos/extra-i686/bind.install
  bind/repos/extra-i686/empty.zone
  bind/repos/extra-i686/localhost.ip6.zone
  bind/repos/extra-i686/localhost.zone
  bind/repos/extra-i686/named.conf
  bind/repos/extra-i686/named.service
  bind/repos/extra-i686/sysusers.conf
  bind/repos/extra-i686/tmpfiles.conf
  bind/repos/extra-x86_64/127.0.0.zone
  bind/repos/extra-x86_64/PKGBUILD
  bind/repos/extra-x86_64/bind.install
  bind/repos/extra-x86_64/empty.zone
  bind/repos/extra-x86_64/localhost.ip6.zone
  bind/repos/extra-x86_64/localhost.zone
  bind/repos/extra-x86_64/named.conf
  bind/repos/extra-x86_64/named.service
  bind/repos/extra-x86_64/sysusers.conf
  bind/repos/extra-x86_64/tmpfiles.conf

-+
 /127.0.0.zone   |   20 +++
 /PKGBUILD   |  234 ++
 /bind.install   |   26 
 /empty.zone |   16 ++
 /localhost.ip6.zone |   20 +++
 /localhost.zone |   22 +++
 /named.conf |  144 +++
 /named.service  |   22 +++
 /sysusers.conf  |2 
 /tmpfiles.conf  |2 
 extra-i686/127.0.0.zone |   10 -
 extra-i686/PKGBUILD |  117 ---
 extra-i686/bind.install |   13 --
 extra-i686/empty.zone   |8 -
 extra-i686/localhost.ip6.zone   |   10 -
 extra-i686/localhost.zone   |   11 -
 extra-i686/named.conf   |   72 ---
 extra-i686/named.service|   11 -
 extra-i686/sysusers.conf|1 
 extra-i686/tmpfiles.conf|1 
 extra-x86_64/127.0.0.zone   |   10 -
 extra-x86_64/PKGBUILD   |  117 ---
 extra-x86_64/bind.install   |   13 --
 extra-x86_64/empty.zone |8 -
 extra-x86_64/localhost.ip6.zone |   10 -
 extra-x86_64/localhost.zone |   11 -
 extra-x86_64/named.conf |   72 ---
 extra-x86_64/named.service  |   11 -
 extra-x86_64/sysusers.conf  |1 
 extra-x86_64/tmpfiles.conf  |1 
 30 files changed, 508 insertions(+), 508 deletions(-)

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


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

2016-03-09 Thread Sébastien Luttringer
Date: Thursday, March 10, 2016 @ 00:12:40
  Author: seblu
Revision: 261253

upgpkg: bind 9.10.3.P4-1

Modified:
  bind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 19:46:40 UTC (rev 261252)
+++ PKGBUILD2016-03-09 23:12:40 UTC (rev 261253)
@@ -6,9 +6,9 @@
 
 pkgbase=bind
 pkgname=(bind bind-tools)
-_pkgver=9.10.3-P3
+_pkgver=9.10.3-P4
 pkgver=${_pkgver//-/.}
-pkgrel=3
+pkgrel=1
 url='http://www.isc.org/software/bind/'
 license=('custom:ISC')
 arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@
 'localhost.ip6.zone'
 '127.0.0.zone'
 'empty.zone')
-sha1sums=('393556621daf88647b0a8db86d12fe5d38d3f07d'
+sha1sums=('c3f87804b2b950a0be8122c41ebbc253d0624786'
   'SKIP'
   'c5a2bcd9b0f009ae71f3a03fbdbe012196962a11'
   '9537f4835a1f736788d0733c7996a10db2d4eee4'


[arch-commits] Commit in phoronix-test-suite/repos/community-any (4 files)

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 23:23:12
  Author: spupykin
Revision: 165787

archrelease: copy trunk to community-any

Added:
  phoronix-test-suite/repos/community-any/PKGBUILD
(from rev 165786, phoronix-test-suite/trunk/PKGBUILD)
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install
(from rev 165786, phoronix-test-suite/trunk/phoronix-test-suite.install)
Deleted:
  phoronix-test-suite/repos/community-any/PKGBUILD
  phoronix-test-suite/repos/community-any/phoronix-test-suite.install

-+
 PKGBUILD|   54 +-
 phoronix-test-suite.install |   24 +-
 2 files changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-09 22:23:03 UTC (rev 165786)
+++ PKGBUILD2016-03-09 22:23:12 UTC (rev 165787)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Andreas Schönfelder 
-
-pkgname=phoronix-test-suite
-pkgver=6.2.0
-pkgrel=1
-pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
-arch=('any')
-license=('GPL3')
-url="http://www.phoronix-test-suite.com/;
-depends=('php')
-optdepends=('php-gtk'
-   'php-gd')
-install=${pkgname}.install
-source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
-md5sums=('bd8498d670ecd5fa08e53757a0b4c1fc')
-
-package() {
-  cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
-  install -dm755 $pkgdir/usr/share/phoronix-test-suite
-  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
-  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
-  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
-  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
-}

Copied: phoronix-test-suite/repos/community-any/PKGBUILD (from rev 165786, 
phoronix-test-suite/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-09 22:23:12 UTC (rev 165787)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Andreas Schönfelder 
+
+pkgname=phoronix-test-suite
+pkgver=6.2.0
+pkgrel=2
+pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
+arch=('any')
+license=('GPL3')
+url="http://www.phoronix-test-suite.com/;
+depends=('php')
+optdepends=('php-gtk'
+   'php-gd')
+install=${pkgname}.install
+source=(http://www.phoronix.net/downloads/phoronix-test-suite/releases/phoronix-test-suite-$pkgver.tar.gz)
+md5sums=('bd8498d670ecd5fa08e53757a0b4c1fc')
+
+package() {
+  cd $srcdir/phoronix-test-suite
+  sed -i "s#--noconfirm#--noconfirm --asdeps#" 
pts-core/external-test-dependencies/scripts/install-arch-packages.sh
+  install -dm755 $pkgdir/usr/share/phoronix-test-suite
+  sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
+  install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite
+  rm -f $pkgdir/usr/share/phoronix-test-suite/pts/etc/scripts/package-build-*
+  cp -r pts-core/ $pkgdir/usr/share/phoronix-test-suite/
+}

Deleted: phoronix-test-suite.install
===
--- phoronix-test-suite.install 2016-03-09 22:23:03 UTC (rev 165786)
+++ phoronix-test-suite.install 2016-03-09 22:23:12 UTC (rev 165787)
@@ -1,12 +0,0 @@
-post_install() {
-  echo ">>>"
-  echo ">>> To complete the installation you should edit /etc/php/php.ini."
-  echo ">>> - Add / to the open_basedir list or comment this variable out."
-  echo ">>> - Enable zip.so"
-  echo ">>>"
-  echo ">>> EXAMPLE:"
-  echo ">>> ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
-  echo ">>> extension=zip.so"
-  echo ">>>"
-  echo ">>> To enable the GUI make sure you install php-gtk from aur"
-}

Copied: phoronix-test-suite/repos/community-any/phoronix-test-suite.install 
(from rev 165786, phoronix-test-suite/trunk/phoronix-test-suite.install)
===
--- phoronix-test-suite.install (rev 0)
+++ phoronix-test-suite.install 2016-03-09 22:23:12 UTC (rev 165787)
@@ -0,0 +1,12 @@
+post_install() {
+  echo ">>>"
+  echo ">>> To complete the installation you should edit /etc/php/php.ini."
+  echo ">>> - Add / to the open_basedir list or comment this variable out."
+  echo ">>> - Enable zip.so"
+  echo ">>>"
+  echo ">>> EXAMPLE:"
+  echo ">>> ; open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/"
+  echo ">>> extension=zip.so"
+  echo ">>>"
+  echo ">>> To enable the GUI make sure you install php-gtk from aur"
+}


[arch-commits] Commit in phoronix-test-suite/trunk (PKGBUILD)

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 23:23:03
  Author: spupykin
Revision: 165786

upgpkg: phoronix-test-suite 6.2.0-2

upd

Modified:
  phoronix-test-suite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 22:16:54 UTC (rev 165785)
+++ PKGBUILD2016-03-09 22:23:03 UTC (rev 165786)
@@ -4,7 +4,7 @@
 
 pkgname=phoronix-test-suite
 pkgver=6.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="The most comprehensive testing and benchmarking platform available 
for Linux"
 arch=('any')
 license=('GPL3')
@@ -18,7 +18,7 @@
 
 package() {
   cd $srcdir/phoronix-test-suite
-  sed -i 's#-packages.sh#-packages.sh --asdeps#' 
pts-core/objects/client/pts_external_dependencies.php
+  sed -i "s#--noconfirm#--noconfirm --asdeps#" 
pts-core/external-test-dependencies/scripts/install-arch-packages.sh
   install -dm755 $pkgdir/usr/share/phoronix-test-suite
   sed -e "s/^export PTS_DIR=.*/export 
PTS_DIR=\/usr\/share\/phoronix-test-suite/g" -i phoronix-test-suite
   install -Dm755 phoronix-test-suite $pkgdir/usr/bin/phoronix-test-suite


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

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 23:16:54
  Author: spupykin
Revision: 165785

fix homepage url

Modified:
  motion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 20:52:03 UTC (rev 165784)
+++ PKGBUILD2016-03-09 22:16:54 UTC (rev 165785)
@@ -7,7 +7,7 @@
 pkgdesc="A software motion detector which grabs images from video4linux 
devices and/or from webcams"
 arch=('i686' 'x86_64')
 license=('GPL')
-url="http://www.lavrsen.dk/twiki/bin/view/Motion/WebHome;
+url="http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome;
 depends=('libjpeg' 'v4l-utils' 'ffmpeg-compat')
 backup=('etc/motion/motion.conf')
 options=('!makeflags')


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

2016-03-09 Thread Lukas Fleischer
Date: Wednesday, March 9, 2016 @ 21:52:03
  Author: lfleischer
Revision: 165784

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

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

+
 /Makefile.patch|   24 +++
 /PKGBUILD  |  104 +++
 /stunnel.install   |   40 +++
 /stunnel.tmpfiles.conf |2 
 community-i686/Makefile.patch  |   12 ---
 community-i686/PKGBUILD|   52 ---
 community-i686/stunnel.install |   20 -
 community-i686/stunnel.tmpfiles.conf   |1 
 community-x86_64/Makefile.patch|   12 ---
 community-x86_64/PKGBUILD  |   52 ---
 community-x86_64/stunnel.install   |   20 -
 community-x86_64/stunnel.tmpfiles.conf |1 
 12 files changed, 170 insertions(+), 170 deletions(-)

Deleted: community-i686/Makefile.patch
===
--- community-i686/Makefile.patch   2016-03-09 20:51:52 UTC (rev 165783)
+++ community-i686/Makefile.patch   2016-03-09 20:52:03 UTC (rev 165784)
@@ -1,12 +0,0 @@
 tools/Makefile.in  2010-03-31 04:45:09.0 -0500
-+++ tools/Makefile.in  2010-04-11 17:17:41.0 -0500
-@@ -334,8 +334,7 @@
- 
- info-am:
- 
--install-data-am: install-confDATA install-data-local \
--  install-examplesDATA
-+install-data-am: install-confDATA install-examplesDATA
- 
- install-dvi: install-dvi-am
- 

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-09 20:51:52 UTC (rev 165783)
+++ community-i686/PKGBUILD 2016-03-09 20:52:03 UTC (rev 165784)
@@ -1,52 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Kaiting Chen 
-# Contributor: Daniel J Griffiths 
-# Contributor: Kevin Piche 
-
-pkgname=stunnel
-pkgver=5.30
-pkgrel=3
-pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
-arch=('i686' 'x86_64')
-url="https://www.stunnel.org/;
-license=('GPL')
-depends=('openssl')
-install=$pkgname.install
-source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
-'Makefile.patch'
-'stunnel.tmpfiles.conf')
-md5sums=('7bbf27296a83c0b752f6bb6d1b750b19'
- 'SKIP'
- '579f198ecb90a42fcbfd8a4e48006264'
- '2e065a39998e57727ee79887bbd1751e')
-validpgpkeys=('AC915EA30645D9D3D4DAE4FEB1048932DD33') # Michał Trojnara
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  # don't create a certificate...
-  patch -p0 <"$srcdir/Makefile.patch"
-
-  ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var \
---enable-ipv6 \
---disable-libwrap
-
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-
-  install -Dm644 tools/stunnel.conf 
"$pkgdir/etc/stunnel/stunnel-openssl.conf-sample"
-  install -Dm644 tools/stunnel.service 

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

2016-03-09 Thread Lukas Fleischer
Date: Wednesday, March 9, 2016 @ 21:51:52
  Author: lfleischer
Revision: 165783

upgpkg: stunnel 5.31-1

Upstream update.

Modified:
  stunnel/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 20:45:52 UTC (rev 165782)
+++ PKGBUILD2016-03-09 20:51:52 UTC (rev 165783)
@@ -4,8 +4,8 @@
 # Contributor: Kevin Piche 
 
 pkgname=stunnel
-pkgver=5.30
-pkgrel=3
+pkgver=5.31
+pkgrel=1
 pkgdesc="A program that allows you to encrypt arbitrary TCP connections inside 
SSL"
 arch=('i686' 'x86_64')
 url="https://www.stunnel.org/;
@@ -15,7 +15,7 @@
 
source=("https://www.stunnel.org/downloads/archive/5.x/$pkgname-$pkgver.tar.gz"{,.asc}
 'Makefile.patch'
 'stunnel.tmpfiles.conf')
-md5sums=('7bbf27296a83c0b752f6bb6d1b750b19'
+md5sums=('a39b89624984cefc6d229a54f34b33ec'
  'SKIP'
  '579f198ecb90a42fcbfd8a4e48006264'
  '2e065a39998e57727ee79887bbd1751e')


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

2016-03-09 Thread Lukas Fleischer
Date: Wednesday, March 9, 2016 @ 21:45:52
  Author: lfleischer
Revision: 165782

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-09 20:45:41 UTC (rev 165781)
+++ community-i686/PKGBUILD 2016-03-09 20:45:52 UTC (rev 165782)
@@ -1,43 +0,0 @@
-# Maintainer: Lukas Fleischer 
-# Contributor: Peter Lewis 
-# Contributor: TDY 
-# Contributor: Ray Kohler 
-# Contributor: muflax 
-# Contributor: coolkehon 
-
-pkgname=task
-pkgver=2.5.0
-pkgrel=2
-pkgdesc="A command-line todo list manager"
-arch=('i686' 'x86_64')
-url="http://taskwarrior.org/;
-license=('MIT')
-depends=('util-linux' 'gnutls')
-makedepends=('cmake')
-optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
-source=("http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz;)
-sha256sums=('4d8e67415a6993108c11b8eeef99b76a991af11b22874adbb7ae367e09334636')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  cmake -DCMAKE_INSTALL_PREFIX=/usr .
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  make DESTDIR="$pkgdir" install
-
-  # Note that we rename the bash completion script for bash-completion > 1.99, 
until upstream does so.
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task.sh" 
"$pkgdir/usr/share/bash-completion/completions/task"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" 
"$pkgdir/usr/share/fish/completions/task.fish"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" 
"$pkgdir/usr/share/zsh/site-functions/_task"
-
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskdata.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskdata.vim"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskedit.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskedit.vim"
-  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/syntax/taskrc.vim" 
"$pkgdir/usr/share/vim/vimfiles/syntax/taskrc.vim"
-
-  install -Dm644 "$srcdir/$pkgname-$pkgver/LICENSE" 
"$pkgdir/usr/share/licenses/task/LICENSE"
-}

Copied: task/repos/community-i686/PKGBUILD (from rev 165781, 
task/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-09 20:45:52 UTC (rev 165782)
@@ -0,0 +1,43 @@
+# Maintainer: Lukas Fleischer 
+# Contributor: Peter Lewis 
+# Contributor: TDY 
+# Contributor: Ray Kohler 
+# Contributor: muflax 
+# Contributor: coolkehon 
+
+pkgname=task
+pkgver=2.5.1
+pkgrel=1
+pkgdesc="A command-line todo list manager"
+arch=('i686' 'x86_64')
+url="http://taskwarrior.org/;
+license=('MIT')
+depends=('util-linux' 'gnutls')
+makedepends=('cmake')
+optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
+source=("http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz;)
+sha256sums=('d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  cmake -DCMAKE_INSTALL_PREFIX=/usr .
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install
+
+  # Note that we rename the bash completion script for bash-completion > 1.99, 
until upstream does so.
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/bash/task.sh" 
"$pkgdir/usr/share/bash-completion/completions/task"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/fish/task.fish" 
"$pkgdir/usr/share/fish/completions/task.fish"
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/zsh/_task" 
"$pkgdir/usr/share/zsh/site-functions/_task"
+
+  install -Dm644 "$pkgdir/usr/share/doc/task/scripts/vim/ftdetect/task.vim" 
"$pkgdir/usr/share/vim/vimfiles/ftdetect/task.vim"
+  install -Dm644 

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

2016-03-09 Thread Lukas Fleischer
Date: Wednesday, March 9, 2016 @ 21:45:41
  Author: lfleischer
Revision: 165781

upgpkg: task 2.5.1-1

Upstream update.

Modified:
  task/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 20:26:23 UTC (rev 165780)
+++ PKGBUILD2016-03-09 20:45:41 UTC (rev 165781)
@@ -6,8 +6,8 @@
 # Contributor: coolkehon 
 
 pkgname=task
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 pkgdesc="A command-line todo list manager"
 arch=('i686' 'x86_64')
 url="http://taskwarrior.org/;
@@ -16,7 +16,7 @@
 makedepends=('cmake')
 optdepends=('bash-completion: for bash completion' 'python: for python export 
addon' 'ruby: for ruby export addon' 'perl: for perl export addon' 'perl-json: 
for perl export addon')
 source=("http://www.taskwarrior.org/download/$pkgname-$pkgver.tar.gz;)
-sha256sums=('4d8e67415a6993108c11b8eeef99b76a991af11b22874adbb7ae367e09334636')
+sha256sums=('d87bcee58106eb8a79b850e9abc153d98b79e00d50eade0d63917154984f2a15')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-03-09 Thread Antonio Rojas
Date: Wednesday, March 9, 2016 @ 21:26:23
  Author: arojas
Revision: 165780

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

Added:
  nomacs/repos/community-staging-i686/
  nomacs/repos/community-staging-i686/PKGBUILD
(from rev 165779, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-i686/nomacs-opencv3.patch
(from rev 165779, nomacs/trunk/nomacs-opencv3.patch)
  nomacs/repos/community-staging-i686/nomacs.install
(from rev 165779, nomacs/trunk/nomacs.install)
  nomacs/repos/community-staging-x86_64/
  nomacs/repos/community-staging-x86_64/PKGBUILD
(from rev 165779, nomacs/trunk/PKGBUILD)
  nomacs/repos/community-staging-x86_64/nomacs-opencv3.patch
(from rev 165779, nomacs/trunk/nomacs-opencv3.patch)
  nomacs/repos/community-staging-x86_64/nomacs.install
(from rev 165779, nomacs/trunk/nomacs.install)

---+
 community-staging-i686/PKGBUILD   |   42 
 community-staging-i686/nomacs-opencv3.patch   |   21 
 community-staging-i686/nomacs.install |   11 ++
 community-staging-x86_64/PKGBUILD |   42 
 community-staging-x86_64/nomacs-opencv3.patch |   21 
 community-staging-x86_64/nomacs.install   |   11 ++
 6 files changed, 148 insertions(+)

Copied: nomacs/repos/community-staging-i686/PKGBUILD (from rev 165779, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 20:26:23 UTC (rev 165780)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps 
+
+pkgname=nomacs
+pkgver=3.0.0
+pkgrel=2
+pkgdesc="A Qt image viewer"
+arch=(i686 x86_64)
+url="http://www.nomacs.org/;
+license=('GPL3')
+#depends=('qt4' 'exiv2' 'libraw' 'opencv')
+depends=('qt5-svg' 'exiv2' 'libraw' 'opencv' 'desktop-file-utils')
+makedepends=('cmake' 'qt5-tools')
+install="$pkgname.install"
+source=("https://github.com/nomacs/nomacs/releases/download/$pkgver/nomacs-$pkgver-source.tar.bz2;
+
"https://github.com/nomacs/nomacs-plugins/archive/207cb0f5fb13907bf1ccf3549ad72768841cec63.zip;
+nomacs-opencv3.patch)
+md5sums=('e1630a4371d0e0f8aba9358ab20d43e5'
+ 'bbe351379e24c51e691b390a9c867719'
+ '0b51fcf4de8ee1debd1b8fadef2dd11d')
+
+prepare() {
+  mv nomacs-plugins-207cb0f5fb13907bf1ccf3549ad72768841cec63 
$pkgname-$pkgver/plugins
+  cd $pkgname-$pkgver
+  [ -d b ] || mkdir b
+
+# Fix opencv 3 detection (Gentoo)
+  patch -p2 -i ../nomacs-opencv3.patch
+}
+
+build() {
+  cd $pkgname-$pkgver/b
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr
+  make -j1
+}
+
+package() {
+  cd $pkgname-$pkgver/b
+  make DESTDIR="$pkgdir/" install
+}
+
+# vim:set ts=2 sw=2 et:

Copied: nomacs/repos/community-staging-i686/nomacs-opencv3.patch (from rev 
165779, nomacs/trunk/nomacs-opencv3.patch)
===
--- community-staging-i686/nomacs-opencv3.patch (rev 0)
+++ community-staging-i686/nomacs-opencv3.patch 2016-03-09 20:26:23 UTC (rev 
165780)
@@ -0,0 +1,21 @@
+commit aa3fffc15bb6cbec8ef140a070dc12e6888e79df
+Author: Andreas Sturmlechner 
+Date:   Sun Jan 31 17:38:21 2016 +0100
+
+Drop minimum OpenCV version messing with detection of >=3.0.0
+
+Similar to commit 624a2fa7fba25a9432dc15031f3fd569367927bd
+
+diff --git a/ImageLounge/cmake/Unix.cmake b/ImageLounge/cmake/Unix.cmake
+index 4e91135..e9ec436 100644
+--- a/ImageLounge/cmake/Unix.cmake
 b/ImageLounge/cmake/Unix.cmake
+@@ -43,7 +43,7 @@ endif(NOT EXIV2_FOUND)
+ # search for opencv
+ unset(OpenCV_FOUND CACHE)
+ if(ENABLE_OPENCV)
+-  find_package(OpenCV 2.1.0 REQUIRED core imgproc)
++  find_package(OpenCV REQUIRED core imgproc)
+   if (NOT OpenCV_LIBRARIES) # OpenCV_FOUND can not be used since it is 
set in Ubuntu 12.04 (without finding opencv)
+   # Older OpenCV versions only supplied pkg-config files
+   if(PKG_CONFIG_FOUND)

Copied: nomacs/repos/community-staging-i686/nomacs.install (from rev 165779, 
nomacs/trunk/nomacs.install)
===
--- community-staging-i686/nomacs.install   (rev 0)
+++ community-staging-i686/nomacs.install   2016-03-09 20:26:23 UTC (rev 
165780)
@@ -0,0 +1,11 @@
+post_install() {
+  update-desktop-database -q
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}

Copied: nomacs/repos/community-staging-x86_64/PKGBUILD (from rev 165779, 
nomacs/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 20:26:23 UTC (rev 165780)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: speps 
+

[arch-commits] Commit in nomacs/trunk (PKGBUILD nomacs-opencv3.patch)

2016-03-09 Thread Antonio Rojas
Date: Wednesday, March 9, 2016 @ 21:25:47
  Author: arojas
Revision: 165779

opencv 3.1 rebuild

Added:
  nomacs/trunk/nomacs-opencv3.patch
Modified:
  nomacs/trunk/PKGBUILD

--+
 PKGBUILD |   13 +
 nomacs-opencv3.patch |   21 +
 2 files changed, 30 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 19:41:17 UTC (rev 165778)
+++ PKGBUILD2016-03-09 20:25:47 UTC (rev 165779)
@@ -3,7 +3,7 @@
 
 pkgname=nomacs
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A Qt image viewer"
 arch=(i686 x86_64)
 url="http://www.nomacs.org/;
@@ -13,20 +13,25 @@
 makedepends=('cmake' 'qt5-tools')
 install="$pkgname.install"
 
source=("https://github.com/nomacs/nomacs/releases/download/$pkgver/nomacs-$pkgver-source.tar.bz2;
-
"https://github.com/nomacs/nomacs-plugins/archive/207cb0f5fb13907bf1ccf3549ad72768841cec63.zip;)
+
"https://github.com/nomacs/nomacs-plugins/archive/207cb0f5fb13907bf1ccf3549ad72768841cec63.zip;
+nomacs-opencv3.patch)
 md5sums=('e1630a4371d0e0f8aba9358ab20d43e5'
- 'bbe351379e24c51e691b390a9c867719')
+ 'bbe351379e24c51e691b390a9c867719'
+ '0b51fcf4de8ee1debd1b8fadef2dd11d')
 
 prepare() {
   mv nomacs-plugins-207cb0f5fb13907bf1ccf3549ad72768841cec63 
$pkgname-$pkgver/plugins
   cd $pkgname-$pkgver
   [ -d b ] || mkdir b
+
+# Fix opencv 3 detection (Gentoo)
+  patch -p2 -i ../nomacs-opencv3.patch
 }
 
 build() {
   cd $pkgname-$pkgver/b
   cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-  make
+  make -j1
 }
 
 package() {

Added: nomacs-opencv3.patch
===
--- nomacs-opencv3.patch(rev 0)
+++ nomacs-opencv3.patch2016-03-09 20:25:47 UTC (rev 165779)
@@ -0,0 +1,21 @@
+commit aa3fffc15bb6cbec8ef140a070dc12e6888e79df
+Author: Andreas Sturmlechner 
+Date:   Sun Jan 31 17:38:21 2016 +0100
+
+Drop minimum OpenCV version messing with detection of >=3.0.0
+
+Similar to commit 624a2fa7fba25a9432dc15031f3fd569367927bd
+
+diff --git a/ImageLounge/cmake/Unix.cmake b/ImageLounge/cmake/Unix.cmake
+index 4e91135..e9ec436 100644
+--- a/ImageLounge/cmake/Unix.cmake
 b/ImageLounge/cmake/Unix.cmake
+@@ -43,7 +43,7 @@ endif(NOT EXIV2_FOUND)
+ # search for opencv
+ unset(OpenCV_FOUND CACHE)
+ if(ENABLE_OPENCV)
+-  find_package(OpenCV 2.1.0 REQUIRED core imgproc)
++  find_package(OpenCV REQUIRED core imgproc)
+   if (NOT OpenCV_LIBRARIES) # OpenCV_FOUND can not be used since it is 
set in Ubuntu 12.04 (without finding opencv)
+   # Older OpenCV versions only supplied pkg-config files
+   if(PKG_CONFIG_FOUND)


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

2016-03-09 Thread Anatol Pomozov
Date: Wednesday, March 9, 2016 @ 20:46:40
  Author: anatolik
Revision: 261252

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

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

-+
 testing-i686/PKGBUILD   |   44 ++
 testing-i686/wget.install   |   20 +++
 testing-x86_64/PKGBUILD |   44 ++
 testing-x86_64/wget.install |   20 +++
 4 files changed, 128 insertions(+)

Copied: wget/repos/testing-i686/PKGBUILD (from rev 261251, wget/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-03-09 19:46:40 UTC (rev 261252)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wget
+pkgver=1.17.1
+pkgrel=1
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48'
+  'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc < /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}

Copied: wget/repos/testing-x86_64/PKGBUILD (from rev 261251, 
wget/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-03-09 19:46:40 UTC (rev 261252)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Eric Bélanger 
+
+pkgname=wget
+pkgver=1.17.1
+pkgrel=1
+pkgdesc="A network utility to retrieve files from the Web"
+arch=('i686' 'x86_64')
+url="http://www.gnu.org/software/wget/wget.html;
+license=('GPL3')
+depends=('openssl' 'libidn' 'libutil-linux')
+checkdepends=('perl-http-daemon' 'perl-io-socket-ssl' 'python')
+optdepends=('ca-certificates: HTTPS downloads')
+backup=('etc/wgetrc')
+install=wget.install
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
+sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48'
+  'SKIP')
+validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  cat >> doc/sample.wgetrc < /dev/null
+  done
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+pre_remove() {
+  [ -x usr/bin/install-info ] || return 0
+  for file in ${filelist[@]}; do
+install-info --delete $infodir/$file $infodir/dir 2> /dev/null
+  done
+}


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

2016-03-09 Thread Anatol Pomozov
Date: Wednesday, March 9, 2016 @ 20:46:12
  Author: anatolik
Revision: 261251

upgpkg: wget 1.17.1-1

Modified:
  wget/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 18:54:43 UTC (rev 261250)
+++ PKGBUILD2016-03-09 19:46:12 UTC (rev 261251)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger 
 
 pkgname=wget
-pkgver=1.16.3
-pkgrel=2
+pkgver=1.17.1
+pkgrel=1
 pkgdesc="A network utility to retrieve files from the Web"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/wget/wget.html;
@@ -14,7 +14,7 @@
 backup=('etc/wgetrc')
 install=wget.install
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz{,.sig})
-sha1sums=('a7d24a8512720893b0a8c5c436f324e9ed43874d'
+sha1sums=('8ae737ab2252607ce708f98d1dd7559ebf047f48'
   'SKIP')
 validpgpkeys=('AC404C1C0BF735C63FF4D562263D6DF2E163E1EA')
 


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

2016-03-09 Thread Anatol Pomozov
Date: Wednesday, March 9, 2016 @ 20:40:37
  Author: anatolik
Revision: 165777

upgpkg: fio 2.7-1

Modified:
  fio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 19:31:19 UTC (rev 165776)
+++ PKGBUILD2016-03-09 19:40:37 UTC (rev 165777)
@@ -4,7 +4,7 @@
 # Contributor: John Williams 
 
 pkgname=fio
-pkgver=2.6
+pkgver=2.7
 pkgrel=1
 pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
 arch=(i686 x86_64)
@@ -17,15 +17,12 @@
   'gtk2: for gfio - fio GUI frontend' 
   'gnuplot: generating plots using fio_generate_plots'
 )
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
-
types.patch::https://github.com/axboe/fio/commit/d7bb6180f831091c468e5aa749b142efd5eddda4.patch)
-sha256sums=('54aafbc715d6e977136795190a5b09d07761153a859cfb17f3f161f1f1ae5ed7'
-'7a28010acafdf8a3fd4b39ffd49ce935cc16fc89bfd4beb448ea9588cdb60031')
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('0d7d4ae342150e5307209afde54be0946af384dd77338da96ef5961c54f7a47a')
 
 prepare() {
   cd fio-fio-$pkgver
 
-  patch -p1 < ../types.patch
   sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
 }
 


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

2016-03-09 Thread Anatol Pomozov
Date: Wednesday, March 9, 2016 @ 20:41:17
  Author: anatolik
Revision: 165778

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

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

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   49 ---
 community-x86_64/PKGBUILD |   49 ---
 3 files changed, 92 insertions(+), 98 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-09 19:40:37 UTC (rev 165777)
+++ community-i686/PKGBUILD 2016-03-09 19:41:17 UTC (rev 165778)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.6
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio GUI frontend' 
-  'gnuplot: generating plots using fio_generate_plots'
-)
-source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip
-
types.patch::https://github.com/axboe/fio/commit/d7bb6180f831091c468e5aa749b142efd5eddda4.patch)
-sha256sums=('54aafbc715d6e977136795190a5b09d07761153a859cfb17f3f161f1f1ae5ed7'
-'7a28010acafdf8a3fd4b39ffd49ce935cc16fc89bfd4beb448ea9588cdb60031')
-
-prepare() {
-  cd fio-fio-$pkgver
-
-  patch -p1 < ../types.patch
-  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
-}
-
-build() {
-  cd fio-fio-$pkgver
-  ./configure --enable-gfio --extra-cflags="$CFLAGS"
-}
-
-package() {
-  cd fio-fio-$pkgver
-  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
-
-  # documentation
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  # examples
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
-  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
-}

Copied: fio/repos/community-i686/PKGBUILD (from rev 165777, fio/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-09 19:41:17 UTC (rev 165778)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+# Contributor: Mariusz Libera 
+# Contributor: John Williams 
+
+pkgname=fio
+pkgver=2.7
+pkgrel=1
+pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
+arch=(i686 x86_64)
+url='https://github.com/axboe/fio'
+license=(GPL2)
+# TODO: enable rdma, need to move the libraries from AUR
+depends=(bash libaio python2 numactl glusterfs ceph)
+makedepends=(gtk2)
+optdepends=(
+  'gtk2: for gfio - fio GUI frontend' 
+  'gnuplot: generating plots using fio_generate_plots'
+)
+source=(https://github.com/axboe/fio/archive/fio-$pkgver.zip)
+sha256sums=('0d7d4ae342150e5307209afde54be0946af384dd77338da96ef5961c54f7a47a')
+
+prepare() {
+  cd fio-fio-$pkgver
+
+  sed -e 's|#!/usr/bin/env python|#!/usr/bin/env python2|' -i 
tools/plot/fio2gnuplot
+}
+
+build() {
+  cd fio-fio-$pkgver
+  ./configure --enable-gfio --extra-cflags="$CFLAGS"
+}
+
+package() {
+  cd fio-fio-$pkgver
+  make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install
+
+  # documentation
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 HOWTO README REPORTING-BUGS SERVER-TODO 
"$pkgdir/usr/share/doc/$pkgname"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+
+  # examples
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname/examples"
+  install -m644 examples/* "$pkgdir/usr/share/doc/$pkgname/examples"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-09 19:40:37 UTC (rev 165777)
+++ community-x86_64/PKGBUILD   2016-03-09 19:41:17 UTC (rev 165778)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-# Contributor: Mariusz Libera 
-# Contributor: John Williams 
-
-pkgname=fio
-pkgver=2.6
-pkgrel=1
-pkgdesc='Scriptable I/O tool for storage benchmarks and drive testing'
-arch=(i686 x86_64)
-url='https://github.com/axboe/fio'
-license=(GPL2)
-# TODO: enable rdma, need to move the libraries from AUR
-depends=(bash libaio python2 numactl glusterfs ceph)
-makedepends=(gtk2)
-optdepends=(
-  'gtk2: for gfio - fio 

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

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 20:06:27
  Author: spupykin
Revision: 165772

upgpkg: bcg729 1.0.1-2

upd

Modified:
  bcg729/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 19:04:41 UTC (rev 165771)
+++ PKGBUILD2016-03-09 19:06:27 UTC (rev 165772)
@@ -3,15 +3,22 @@
 
 pkgname=bcg729
 pkgver=1.0.1
-pkgrel=1
+pkgrel=2
 pkgdesc="g729 codec"
 arch=('i686' 'x86_64')
 url="http://www.linphone.org/eng/documentation/dev/bcg729.html;
 license=('GPL')
 depends=('mediastreamer')
-source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz)
-md5sums=('c4dc6c09c71850f0b392772f519f1d19')
+source=(http://download-mirror.savannah.gnu.org/releases/linphone/plugins/sources/$pkgname-$pkgver.tar.gz
+   
"$pkgname-old-api.patch::https://bugs.archlinux.org/task/47938?getfile=13790;)
+md5sums=('c4dc6c09c71850f0b392772f519f1d19'
+ 'a7139d23ecc928e94715b11c90b460d2')
 
+prepare() {
+  cd $pkgname-$pkgver
+  patch -p1 -i $srcdir/$pkgname-old-api.patch
+}
+
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr


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

2016-03-09 Thread Gaetan Bisson
Date: Wednesday, March 9, 2016 @ 19:54:43
  Author: bisson
Revision: 261250

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-03-09 18:54:13 UTC (rev 261249)
+++ extra-i686/PKGBUILD 2016-03-09 18:54:43 UTC (rev 261250)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('df30bc87a7a8f37678dd679d17fa1f9638ea247e' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-i686/PKGBUILD (from rev 261249, 
libotr/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-03-09 18:54:43 UTC (rev 261250)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
+source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-03-09 18:54:13 UTC (rev 261249)
+++ extra-x86_64/PKGBUILD   2016-03-09 18:54:43 UTC (rev 261250)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Pierre Schmitz 
-# Contributor: Bug 
-
-pkgname=libotr
-pkgver=4.1.0
-pkgrel=1
-pkgdesc='Off-the-Record Messaging Library and Toolkit'
-url='http://otr.cypherpunks.ca/'
-license=('GPL' 'LGPL')
-arch=('i686' 'x86_64')
-depends=('libgcrypt')
-source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
-sha1sums=('df30bc87a7a8f37678dd679d17fa1f9638ea247e' 'SKIP')
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   ./configure --prefix=/usr --mandir=/usr/share/man
-   make
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-}

Copied: libotr/repos/extra-x86_64/PKGBUILD (from rev 261249, 
libotr/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2016-03-09 18:54:43 UTC (rev 261250)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Pierre Schmitz 
+# Contributor: Bug 
+
+pkgname=libotr
+pkgver=4.1.1
+pkgrel=1
+pkgdesc='Off-the-Record Messaging Library and Toolkit'
+url='http://otr.cypherpunks.ca/'
+license=('GPL' 'LGPL')
+arch=('i686' 'x86_64')
+depends=('libgcrypt')
+validpgpkeys=('576979E7D0CAB38C7AA3DDBDDED64EBB2BA87C5C')
+source=("http://otr.cypherpunks.ca/${pkgname}-${pkgver}.tar.gz"{,.asc})
+sha1sums=('3894b82a6c307ad011681ad342d69b18344933ae' 'SKIP')
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr --mandir=/usr/share/man
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


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

2016-03-09 Thread Jaroslav Lichtblau
Date: Wednesday, March 9, 2016 @ 19:06:57
  Author: jlichtblau
Revision: 165770

archrelease: copy trunk to community-any

Added:
  syncthing-gtk/repos/community-any/PKGBUILD
(from rev 165769, syncthing-gtk/trunk/PKGBUILD)
  syncthing-gtk/repos/community-any/syncthing-gtk.install
(from rev 165769, syncthing-gtk/trunk/syncthing-gtk.install)
Deleted:
  syncthing-gtk/repos/community-any/PKGBUILD
  syncthing-gtk/repos/community-any/syncthing-gtk.install

---+
 PKGBUILD  |   62 
 syncthing-gtk.install |   22 -
 2 files changed, 42 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-09 18:06:43 UTC (rev 165769)
+++ PKGBUILD2016-03-09 18:06:57 UTC (rev 165770)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Martin Wimpress 
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: kozec 
-
-pkgname=syncthing-gtk
-pkgver=0.8.2
-pkgrel=1
-epoch=1
-pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
-arch=('any')
-url='https://github.com/syncthing/syncthing-gtk'
-license=('GPL2')
-depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.12')
-makedepends=('python2-setuptools')
-optdepends=('python2-nautilus: file manager integration for Nautilus'
-'python2-caja: file manager integration for Caja'
-'librsvg: to shown menu icons correctly if not using traditional 
window header')
-install=$pkgname.install
-source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('b0dcf134e2ec34b93eb2f19d27dc346745939c66d35b6e809766d5e786c8c583')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-}

Copied: syncthing-gtk/repos/community-any/PKGBUILD (from rev 165769, 
syncthing-gtk/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-09 18:06:57 UTC (rev 165770)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Martin Wimpress 
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: kozec 
+
+pkgname=syncthing-gtk
+pkgver=0.8.3
+pkgrel=1
+epoch=1
+pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
+arch=('any')
+url='https://github.com/syncthing/syncthing-gtk'
+license=('GPL2')
+depends=('gtk3' 'libnotify' 'python2-dateutil' 'python2-gobject' 
'python2-pyinotify' 'python2-cairo' 'syncthing>=0.12')
+makedepends=('python2-setuptools')
+optdepends=('python2-nautilus: file manager integration for Nautilus'
+'python2-caja: file manager integration for Caja'
+'librsvg: to shown menu icons correctly if not using traditional 
window header')
+install=$pkgname.install
+source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('fae04ec3b3c1c1f8dc6b81894dacc6b46d5b2917c2ed0431dda11ec566742062')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install --root="${pkgdir}" --optimize=1
+}

Deleted: syncthing-gtk.install
===
--- syncthing-gtk.install   2016-03-09 18:06:43 UTC (rev 165769)
+++ syncthing-gtk.install   2016-03-09 18:06:57 UTC (rev 165770)
@@ -1,11 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: syncthing-gtk/repos/community-any/syncthing-gtk.install (from rev 
165769, syncthing-gtk/trunk/syncthing-gtk.install)
===
--- syncthing-gtk.install   (rev 0)
+++ syncthing-gtk.install   2016-03-09 18:06:57 UTC (rev 165770)
@@ -0,0 +1,11 @@
+post_install() {
+  xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+  post_install
+}
+
+post_remove() {
+  post_install
+}


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

2016-03-09 Thread Jaroslav Lichtblau
Date: Wednesday, March 9, 2016 @ 19:06:43
  Author: jlichtblau
Revision: 165769

upgpkg: syncthing-gtk 1:0.8.3-1 - new upstream release

Modified:
  syncthing-gtk/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 17:52:54 UTC (rev 165768)
+++ PKGBUILD2016-03-09 18:06:43 UTC (rev 165769)
@@ -4,7 +4,7 @@
 # Contributor: kozec 
 
 pkgname=syncthing-gtk
-pkgver=0.8.2
+pkgver=0.8.3
 pkgrel=1
 epoch=1
 pkgdesc='GTK3 based GUI and notification area icon for Syncthing'
@@ -18,7 +18,7 @@
 'librsvg: to shown menu icons correctly if not using traditional 
window header')
 install=$pkgname.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/syncthing/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('b0dcf134e2ec34b93eb2f19d27dc346745939c66d35b6e809766d5e786c8c583')
+sha256sums=('fae04ec3b3c1c1f8dc6b81894dacc6b46d5b2917c2ed0431dda11ec566742062')
 
 build() {
   cd $pkgname-$pkgver


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

2016-03-09 Thread Jaroslav Lichtblau
Date: Wednesday, March 9, 2016 @ 18:52:25
  Author: jlichtblau
Revision: 165767

upgpkg: python-scikit-image 0.12.3-1 - new upstream release

Modified:
  python-scikit-image/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 16:25:54 UTC (rev 165766)
+++ PKGBUILD2016-03-09 17:52:25 UTC (rev 165767)
@@ -6,7 +6,7 @@
 
 pkgbase=python-scikit-image
 pkgname=('python2-scikit-image' 'python-scikit-image')
-pkgver=0.12.1
+pkgver=0.12.3
 pkgrel=1
 pkgdesc="Image processing routines for SciPy"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
  'python-matplotlib' 'python2-networkx' 'python-networkx' 
'python2-pillow' 'python-pillow')
 options=(!emptydirs)
 
source=(https://pypi.python.org/packages/source/s/scikit-image/scikit-image-${pkgver}.tar.gz)
-sha256sums=('ae1ecc557c74b62d1f7a23d1204a46c760ea9f652db1302449b6a63630520056')
+sha256sums=('82da192f0e524701e89c5379c79200bc6dc21373f48bf7778a864c583897d7c7')
 
 prepare() {
   cd "$srcdir"


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 17:25:54
  Author: fyan
Revision: 165766

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 165765, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-i686/haskell-yesod-default.install
(from rev 165765, 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 165765, haskell-yesod-default/trunk/PKGBUILD)
  
haskell-yesod-default/repos/community-staging-x86_64/haskell-yesod-default.install
(from rev 165765, 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 
165765, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 16:25:54 UTC (rev 165766)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=23
+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 165765, 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-09 
16:25:54 UTC (rev 165766)
@@ -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 
165765, haskell-yesod-default/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 16:25:54 UTC (rev 165766)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-default
+pkgname=haskell-yesod-default
+pkgver=1.2.0
+pkgrel=23
+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-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 17:25:31
  Author: fyan
Revision: 165765

upgpkg: haskell-yesod-default 1.2.0-23

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-yesod-default/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 16:18:09 UTC (rev 165764)
+++ PKGBUILD2016-03-09 16:25:31 UTC (rev 165765)
@@ -5,7 +5,7 @@
 _hkgname=yesod-default
 pkgname=haskell-yesod-default
 pkgver=1.2.0
-pkgrel=22
+pkgrel=23
 pkgdesc="Default config and main functions for your yesod application 
(deprecated)"
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 17:18:09
  Author: fyan
Revision: 165764

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

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

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

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

Copied: haskell-yesod/repos/community-staging-i686/haskell-yesod.install (from 
rev 165763, haskell-yesod/trunk/haskell-yesod.install)
===
--- community-staging-i686/haskell-yesod.install
(rev 0)
+++ community-staging-i686/haskell-yesod.install2016-03-09 16:18:09 UTC 
(rev 165764)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-yesod
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-yesod/repos/community-staging-x86_64/PKGBUILD (from rev 165763, 
haskell-yesod/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 16:18:09 UTC (rev 165764)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 

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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 17:17:45
  Author: fyan
Revision: 165763

upgpkg: haskell-yesod 1.4.2-27

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-yesod/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 15:21:14 UTC (rev 165762)
+++ PKGBUILD2016-03-09 16:17:45 UTC (rev 165763)
@@ -5,7 +5,7 @@
 _hkgname=yesod
 pkgname=haskell-yesod
 pkgver=1.4.2
-pkgrel=26
+pkgrel=27
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 16:21:14
  Author: spupykin
Revision: 165762

archrelease: copy trunk to community-any

Added:
  scala/repos/community-any/PKGBUILD
(from rev 165761, scala/trunk/PKGBUILD)
Deleted:
  scala/repos/community-any/PKGBUILD

--+
 PKGBUILD |  157 ++---
 1 file changed, 79 insertions(+), 78 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-09 15:21:00 UTC (rev 165761)
+++ PKGBUILD2016-03-09 15:21:14 UTC (rev 165762)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: Marcin Karpezo 
-
-pkgbase=scala
-pkgname=(scala scala-docs scala-sources)
-pkgver=2.11.7
-pkgrel=1
-_watch="https://github.com/scala/scala/releases;
-_distdate=20150623-235300
-_distsha=1fbce4612c
-pkgdesc="A Java-interoperable language with object-oriented and functional 
features"
-arch=('any')
-url="http://www.scala-lang.org;
-license=('BSD')
-depends=('java-runtime')
-makedepends=('apache-ant' 'git')
-source=("scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
-   "http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-md5sums=('0ffb0dbb39ab1178676deaa2b6765279'
- '02391bf0b9e7a7f3bcc0ff5fe85b1c32')
-
-prepare() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  chmod 0755 tools/*
-  echo -e "#!/bin/bash\necho ${_distdate}" >tools/get-scala-commit-date
-  echo -e "#!/bin/bash\necho ${_distsha}" >tools/get-scala-commit-sha
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  export ANT_OPTS="-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC"
-  export M2_OPTS="-Dmaven.repo.local=/tmp"
-  ant build-opt pack.doc osgi.done -Dbuild.release=true -Duser.home=/tmp
-}
-
-package_scala() {
-  depends=('java-runtime')
-  optdepends=('scala-docs' 'scala-sources' 'graphviz: generate diagrams')
-
-  cd ${srcdir}/${pkgname}-${pkgver}/build/pack
-
-  install -d ${pkgdir}/usr/{bin,share} ${pkgdir}/usr/share/man/man1 
${pkgdir}/usr/share/scala/{bin,lib}
-  cp -r lib ${pkgdir}/usr/share/scala/
-  cp -r man ${pkgdir}/usr/share/
-  install -m 755 bin/{fsc,scala,scalac,scalap,scaladoc} 
${pkgdir}/usr/share/scala/bin
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-
-  ln -s ../share/scala/bin/fsc ${pkgdir}/usr/bin/fsc
-  ln -s ../share/scala/bin/scala ${pkgdir}/usr/bin/scala
-  ln -s ../share/scala/bin/scalac ${pkgdir}/usr/bin/scalac
-  ln -s ../share/scala/bin/scalap ${pkgdir}/usr/bin/scalap
-  ln -s ../share/scala/bin/scaladoc ${pkgdir}/usr/bin/scaladoc
-}
-
-package_scala-docs() {
-  replaces=('scala-doc' 'scala-devel-docs')
-  pkgdesc="Scala documentation"
-  depends=()
-
-  cd ${srcdir}
-  mkdir -p $pkgdir/usr/share/doc/
-  cp -r scala-docs-${pkgver} $pkgdir/usr/share/doc/scala
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-}
-
-package_scala-sources() {
-  replaces=('scala-src')
-  pkgdesc="Scala sources"
-  depends=()
-
-  cd ${srcdir}/scala-${pkgver}
-  mkdir -p $pkgdir/usr/share/scala/
-  find . -type f -name '*-src.jar' | while read f; do
-install -Dm0644 $f $pkgdir/usr/share/scala/src/`basename $f`
-  done
-  install -D -m0644 ${srcdir}/scala-${pkgver}/doc/LICENSE.md 
${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md
-}

Copied: scala/repos/community-any/PKGBUILD (from rev 165761, 
scala/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-09 15:21:14 UTC (rev 165762)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: Marcin Karpezo 
+
+pkgbase=scala
+pkgname=(scala scala-docs scala-sources)
+pkgver=2.11.8
+pkgrel=1
+_watch="https://github.com/scala/scala/releases;
+_distdate=20160309-060100
+_distsha=1706a37eb8
+pkgdesc="A Java-interoperable language with object-oriented and functional 
features"
+arch=('any')
+url="http://www.scala-lang.org;
+license=('BSD')
+depends=('java-runtime')
+makedepends=('apache-ant' 'git')
+source=("scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
+   "http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
+md5sums=('64c5160e6e98561096e004636463f3f0'
+ '7d8bc6cc70e15f03e6c9255415268de3')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  chmod 0755 tools/*
+  echo -e "#!/bin/bash\necho ${_distdate}" >tools/get-scala-commit-date
+  echo -e "#!/bin/bash\necho ${_distsha}" >tools/get-scala-commit-sha
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  export ANT_OPTS="-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+U

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

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 16:21:00
  Author: spupykin
Revision: 165761

upgpkg: scala 2.11.8-1

upd

Modified:
  scala/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 14:17:32 UTC (rev 165760)
+++ PKGBUILD2016-03-09 15:21:00 UTC (rev 165761)
@@ -4,11 +4,11 @@
 
 pkgbase=scala
 pkgname=(scala scala-docs scala-sources)
-pkgver=2.11.7
+pkgver=2.11.8
 pkgrel=1
 _watch="https://github.com/scala/scala/releases;
-_distdate=20150623-235300
-_distsha=1fbce4612c
+_distdate=20160309-060100
+_distsha=1706a37eb8
 pkgdesc="A Java-interoperable language with object-oriented and functional 
features"
 arch=('any')
 url="http://www.scala-lang.org;
@@ -17,8 +17,8 @@
 makedepends=('apache-ant' 'git')
 
source=("scala-$pkgver.tar.gz::https://github.com/scala/scala/archive/v${pkgver}.tar.gz;
"http://www.scala-lang.org/files/archive/scala-docs-${pkgver}.txz;)
-md5sums=('0ffb0dbb39ab1178676deaa2b6765279'
- '02391bf0b9e7a7f3bcc0ff5fe85b1c32')
+md5sums=('64c5160e6e98561096e004636463f3f0'
+ '7d8bc6cc70e15f03e6c9255415268de3')
 
 prepare() {
   cd ${srcdir}/${pkgname}-${pkgver}
@@ -31,6 +31,7 @@
   cd ${srcdir}/${pkgname}-${pkgver}
   export ANT_OPTS="-Xms2500M -Xmx2500M -Xss8M -XX:MaxPermSize=1024M 
-XX:+UseParallelGC"
   export M2_OPTS="-Dmaven.repo.local=/tmp"
+  # Need to change builduser's home in /etc/passwd. It should be writable.
   ant build-opt pack.doc osgi.done -Dbuild.release=true -Duser.home=/tmp
 }
 


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

2016-03-09 Thread Alexander Rødseth
Date: Wednesday, March 9, 2016 @ 15:17:32
  Author: arodseth
Revision: 165760

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-09 14:16:12 UTC (rev 165759)
+++ community-i686/PKGBUILD 2016-03-09 14:17:32 UTC (rev 165760)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.0.2
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm')
-makedepends=('gendesk')
-options=('!strip')
-source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;)
-source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;)
-md5sums_x86_64=('2cfde1b1755f9f42d534dd6d0ced9672')
-md5sums_i686=('a7f886f56586ef035f5a531de185c29d')
-
-prepare() {
-  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  
-  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
-  cp -r * "$pkgdir/usr/share/$pkgname/"
-  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
-  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
-
-  # Desktop icon / application shortcut
-  install -Dm644 "lib/icons/pde-128.png" \
-"$pkgdir/usr/share/pixmaps/$pkgname.png"
-  install -Dm644 "$srcdir/$pkgname.desktop" \
-"$pkgdir/usr/share/applications/$pkgname.desktop"
-}
-
-# getver: processing.org/download/?processing
-# vim:set ts=2 sw=2 et:

Copied: processing/repos/community-i686/PKGBUILD (from rev 165759, 
processing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-09 14:17:32 UTC (rev 165760)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Alexander F Rødseth 
+
+pkgname=processing
+pkgver=3.0.2
+pkgrel=2
+arch=('x86_64' 'i686')
+pkgdesc='Programming environment for creating images, animations and 
interactions'
+url='http://www.processing.org/'
+license=('GPL' 'LGPL')
+depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
+makedepends=('gendesk')
+options=('!strip')
+source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;)
+source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;)
+md5sums_x86_64=('2cfde1b1755f9f42d534dd6d0ced9672')
+md5sums_i686=('a7f886f56586ef035f5a531de185c29d')
+
+prepare() {
+  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  
+  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
+  cp -r * "$pkgdir/usr/share/$pkgname/"
+  ln -s "/usr/share/$pkgname/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  ln -s "/usr/share/$pkgname/$pkgname-java" "$pkgdir/usr/bin/$pkgname-java"
+
+  # Desktop icon / application shortcut
+  install -Dm644 "lib/icons/pde-128.png" \
+"$pkgdir/usr/share/pixmaps/$pkgname.png"
+  install -Dm644 "$srcdir/$pkgname.desktop" \
+"$pkgdir/usr/share/applications/$pkgname.desktop"
+}
+
+# getver: processing.org/download/?processing
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-03-09 14:16:12 UTC (rev 165759)
+++ community-x86_64/PKGBUILD   2016-03-09 14:17:32 UTC (rev 165760)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Alexander F Rødseth 
-
-pkgname=processing
-pkgver=3.0.2
-pkgrel=1
-arch=('x86_64' 'i686')
-pkgdesc='Programming environment for creating images, animations and 
interactions'
-url='http://www.processing.org/'
-license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm')
-makedepends=('gendesk')
-options=('!strip')
-source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;)
-source_i686=("http://download.$pkgname.org/$pkgname-$pkgver-linux32.tgz;)
-md5sums_x86_64=('2cfde1b1755f9f42d534dd6d0ced9672')
-md5sums_i686=('a7f886f56586ef035f5a531de185c29d')
-
-prepare() {
-  gendesk -n --pkgname="$pkgname" --pkgdesc="$pkgdesc"
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  
-  install -d "$pkgdir/usr/bin/" "$pkgdir/usr/share/$pkgname/"
-  cp -r * "$pkgdir/usr/share/$pkgname/"
-  ln -s 

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

2016-03-09 Thread Alexander Rødseth
Date: Wednesday, March 9, 2016 @ 15:15:44
  Author: arodseth
Revision: 165757

upgpkg: processing 3.0.2-2

Modified:
  processing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 13:56:29 UTC (rev 165756)
+++ PKGBUILD2016-03-09 14:15:44 UTC (rev 165757)
@@ -3,12 +3,12 @@
 
 pkgname=processing
 pkgver=3.0.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64' 'i686')
 pkgdesc='Programming environment for creating images, animations and 
interactions'
 url='http://www.processing.org/'
 license=('GPL' 'LGPL')
-depends=('libgl' 'libxxf86vm')
+depends=('libgl' 'libxxf86vm' 'gstreamer0.10-good-plugins')
 makedepends=('gendesk')
 options=('!strip')
 source_x86_64=("http://download.$pkgname.org/$pkgname-$pkgver-linux64.tgz;)


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 15:16:12
  Author: fyan
Revision: 165759

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

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

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

Copied: haskell-trifecta/repos/community-staging-i686/PKGBUILD (from rev 
165758, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 14:16:12 UTC (rev 165759)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=trifecta
+pkgname=haskell-trifecta
+pkgver=1.5.2
+pkgrel=9
+pkgdesc="A modern parser combinator library with convenient diagnostics"
+url="http://github.com/ekmett/trifecta/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-ansi-terminal" "haskell-ansi-wl-pprint" 
"haskell-blaze-builder"
+ "haskell-blaze-html" "haskell-blaze-markup" "haskell-charset" 
"haskell-comonad"
+ "haskell-fingertree" "haskell-hashable" "haskell-lens" "haskell-mtl" 
"haskell-parsers"
+ "haskell-profunctors" "haskell-reducers" "haskell-semigroups" 
"haskell-unordered-containers"
+ "haskell-utf8-string")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ebc23319d2cfd39c87b2cf688f3db45528e371de9a417fc9e07e50a796b6503a')
+
+prepare() {
+sed -i 's/comonad  >= 4   && < 5,/comonad  >= 
4   \&\& < 6,/' \
+${_hkgname}-${pkgver}/${_hkgname}.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-trifecta/repos/community-staging-i686/haskell-trifecta.install 
(from rev 165758, haskell-trifecta/trunk/haskell-trifecta.install)
===
--- community-staging-i686/haskell-trifecta.install 
(rev 0)
+++ community-staging-i686/haskell-trifecta.install 2016-03-09 14:16:12 UTC 
(rev 165759)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-trifecta
+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-trifecta/repos/community-staging-x86_64/PKGBUILD (from rev 
165758, haskell-trifecta/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 14:16:12 UTC (rev 165759)
@@ -0,0 

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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 15:15:48
  Author: fyan
Revision: 165758

upgpkg: haskell-trifecta 1.5.2-9

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-trifecta/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 14:15:44 UTC (rev 165757)
+++ PKGBUILD2016-03-09 14:15:48 UTC (rev 165758)
@@ -5,7 +5,7 @@
 _hkgname=trifecta
 pkgname=haskell-trifecta
 pkgver=1.5.2
-pkgrel=8
+pkgrel=9
 pkgdesc="A modern parser combinator library with convenient diagnostics"
 url="http://github.com/ekmett/trifecta/;
 license=("custom:BSD3")


[arch-commits] Commit in (4 files)

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 14:56:29
  Author: spupykin
Revision: 165756

Modified:
  libmediainfo/trunk/PKGBUILD
  libzen/trunk/PKGBUILD
  mediainfo-gui/trunk/PKGBUILD
  mediainfo/trunk/PKGBUILD

--+
 libmediainfo/trunk/PKGBUILD  |2 +-
 libzen/trunk/PKGBUILD|2 +-
 mediainfo-gui/trunk/PKGBUILD |2 +-
 mediainfo/trunk/PKGBUILD |2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

Modified: libmediainfo/trunk/PKGBUILD
===
--- libmediainfo/trunk/PKGBUILD 2016-03-09 13:55:16 UTC (rev 165755)
+++ libmediainfo/trunk/PKGBUILD 2016-03-09 13:56:29 UTC (rev 165756)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="shared library for mediainfo"
 arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
+url="http://mediaarea.net;
 license=('GPL')
 depends=( 'curl' 'libmms' 'libzen')
 makedepends=('libtool' 'automake' 'autoconf')

Modified: libzen/trunk/PKGBUILD
===
--- libzen/trunk/PKGBUILD   2016-03-09 13:55:16 UTC (rev 165755)
+++ libzen/trunk/PKGBUILD   2016-03-09 13:56:29 UTC (rev 165756)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="shared library for libmediainfo and mediainfo"
 arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
+url="http://mediaarea.net;
 license=('BSD')
 depends=('gcc-libs')
 makedepends=('libtool' 'automake' 'autoconf')

Modified: mediainfo/trunk/PKGBUILD
===
--- mediainfo/trunk/PKGBUILD2016-03-09 13:55:16 UTC (rev 165755)
+++ mediainfo/trunk/PKGBUILD2016-03-09 13:56:29 UTC (rev 165756)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="supplies technical and tag information about a video or audio file"
 arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
+url="http://mediaarea.net;
 license=('GPL')
 depends=('libmediainfo')
 makedepends=('libtool' 'automake' 'autoconf')

Modified: mediainfo-gui/trunk/PKGBUILD
===
--- mediainfo-gui/trunk/PKGBUILD2016-03-09 13:55:16 UTC (rev 165755)
+++ mediainfo-gui/trunk/PKGBUILD2016-03-09 13:56:29 UTC (rev 165756)
@@ -7,7 +7,7 @@
 pkgrel=1
 pkgdesc="GUI for mediainfo"
 arch=('i686' 'x86_64')
-url="http://mediainfo.sourceforge.net;
+url="http://mediaarea.net;
 license=('GPL')
 depends=('libmediainfo' 'wxgtk' 'libsm' 'desktop-file-utils')
 makedepends=('imagemagick')


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 14:55:16
  Author: fyan
Revision: 165755

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 165754, haskell-cheapskate/trunk/PKGBUILD)
  haskell-cheapskate/repos/community-staging-i686/haskell-cheapskate.install
(from rev 165754, haskell-cheapskate/trunk/haskell-cheapskate.install)
  haskell-cheapskate/repos/community-staging-x86_64/
  haskell-cheapskate/repos/community-staging-x86_64/PKGBUILD
(from rev 165754, haskell-cheapskate/trunk/PKGBUILD)
  haskell-cheapskate/repos/community-staging-x86_64/haskell-cheapskate.install
(from rev 165754, 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 
165754, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 13:55:16 UTC (rev 165755)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=12
+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 165754, haskell-cheapskate/trunk/haskell-cheapskate.install)
===
--- community-staging-i686/haskell-cheapskate.install   
(rev 0)
+++ community-staging-i686/haskell-cheapskate.install   2016-03-09 13:55:16 UTC 
(rev 165755)
@@ -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 
165754, haskell-cheapskate/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 13:55:16 UTC (rev 165755)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=cheapskate
+pkgname=haskell-cheapskate
+pkgver=0.1.0.4
+pkgrel=12
+pkgdesc="Experimental markdown processor."
+url="http://github.com/jgm/cheapskate;

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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 14:54:52
  Author: fyan
Revision: 165754

upgpkg: haskell-cheapskate 0.1.0.4-12

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-cheapskate/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 13:52:47 UTC (rev 165753)
+++ PKGBUILD2016-03-09 13:54:52 UTC (rev 165754)
@@ -5,7 +5,7 @@
 _hkgname=cheapskate
 pkgname=haskell-cheapskate
 pkgver=0.1.0.4
-pkgrel=11
+pkgrel=12
 pkgdesc="Experimental markdown processor."
 url="http://github.com/jgm/cheapskate;
 license=("custom:BSD3")


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

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 14:52:47
  Author: spupykin
Revision: 165753

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

Added:
  notion/repos/community-i686/ChangleLog
(from rev 165752, notion/trunk/ChangleLog)
  notion/repos/community-i686/PKGBUILD
(from rev 165752, notion/trunk/PKGBUILD)
  notion/repos/community-x86_64/ChangleLog
(from rev 165752, notion/trunk/ChangleLog)
  notion/repos/community-x86_64/PKGBUILD
(from rev 165752, notion/trunk/PKGBUILD)
Deleted:
  notion/repos/community-i686/ChangleLog
  notion/repos/community-i686/PKGBUILD
  notion/repos/community-x86_64/ChangleLog
  notion/repos/community-x86_64/PKGBUILD

-+
 /ChangleLog |   10 +
 /PKGBUILD   |  246 ++
 community-i686/ChangleLog   |5 
 community-i686/PKGBUILD |  109 --
 community-x86_64/ChangleLog |5 
 community-x86_64/PKGBUILD   |  109 --
 6 files changed, 256 insertions(+), 228 deletions(-)

Deleted: community-i686/ChangleLog
===
--- community-i686/ChangleLog   2016-03-09 13:52:29 UTC (rev 165752)
+++ community-i686/ChangleLog   2016-03-09 13:52:47 UTC (rev 165753)
@@ -1,5 +0,0 @@
-2011-09-14 Sergej Pupykin 
-
-   * 20110914-1 :
-   Add contrib/ to /usr/share/notion/contrib
-   Add mod_*.lua to /etc/notion/

Copied: notion/repos/community-i686/ChangleLog (from rev 165752, 
notion/trunk/ChangleLog)
===
--- community-i686/ChangleLog   (rev 0)
+++ community-i686/ChangleLog   2016-03-09 13:52:47 UTC (rev 165753)
@@ -0,0 +1,5 @@
+2011-09-14 Sergej Pupykin 
+
+   * 20110914-1 :
+   Add contrib/ to /usr/share/notion/contrib
+   Add mod_*.lua to /etc/notion/

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-09 13:52:29 UTC (rev 165752)
+++ community-i686/PKGBUILD 2016-03-09 13:52:47 UTC (rev 165753)
@@ -1,109 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
-# Contributor: aunoor
-
-pkgname=notion
-pkgver=20150812
-pkgrel=1
-pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
-url="http://sourceforge.net/projects/notion/;
-arch=('i686' 'x86_64')
-license=('custom:LGPL')
-depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
-optdepends=('libxinerama' 'libxrandr')
-makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
-'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
-backup=("etc/notion/cfg_defaults.lua"
-   "etc/notion/cfg_dock.lua"
-   "etc/notion/cfg_kludges.lua"
-   "etc/notion/cfg_layouts.lua"
-   "etc/notion/cfg_menu.lua"
-   "etc/notion/cfg_notion.lua"
-   "etc/notion/cfg_notioncore.lua"
-   "etc/notion/cfg_query.lua"
-   "etc/notion/cfg_sp.lua"
-   "etc/notion/cfg_statusbar.lua"
-   "etc/notion/cfg_tiling.lua"
-   "etc/notion/cfg_xrandr.lua"
-   "etc/notion/look.lua"
-   "etc/notion/look_brownsteel.lua"
-   "etc/notion/look_clean.lua"
-   "etc/notion/look_cleanios.lua"
-   "etc/notion/look_cleanviolet.lua"
-   "etc/notion/look_dusky.lua"
-   "etc/notion/look_greenlight.lua"
-   "etc/notion/look_greyviolet.lua"
-   "etc/notion/look_ios.lua"
-   "etc/notion/look_newviolet.lua"
-   "etc/notion/look_simpleblue.lua"
-   "etc/notion/lookcommon_clean.lua"
-   "etc/notion/lookcommon_emboss.lua"
-   "etc/notion/mod_xinerama.lua"
-   "etc/notion/statusbar_xkbgroup.lua"
-   "etc/notion/test_xinerama.lua"
-   "etc/notion/xkbbell.lua"
-   "etc/notion/xkbion.lua")
-provides=('libtu' 'libextl')
-changelog=ChangleLog
-source=("notion::git://notion.git.sourceforge.net/gitroot/notion/notion"
-   
"notion-doc::git://notion.git.sourceforge.net/gitroot/notion/notion-doc")
-md5sums=('SKIP'
- 'SKIP')
-
-prepare() {
-  cd ${srcdir}
-  cat >notion/build/lua-detect.mk <
+# Maintainer: Eugen Zagorodniy e dot zagorodniy at gmail dot com
+# Contributor: aunoor
+
+pkgname=notion
+pkgver=20150812
+pkgrel=2
+_commit=039f4ef807ed179fcdd4c6421e67014143e0331e
+_commit_doc=2bc82701a2eb1dcd5908c18be2245a51604178d6
+pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
+url="http://sourceforge.net/projects/notion/;
+arch=('i686' 'x86_64')
+license=('custom:LGPL')
+depends=('glib2' 'gettext' 'lua' 'libxext' 'libsm')
+optdepends=('libxinerama' 'libxrandr')
+makedepends=('git' 'pkgconfig' 'libxinerama' 'libxrandr'
+'rubber' 'latex2html' 'texlive-htmlxml' 'texlive-latexextra')
+backup=("etc/notion/cfg_defaults.lua"
+   "etc/notion/cfg_dock.lua"
+   "etc/notion/cfg_kludges.lua"
+   "etc/notion/cfg_layouts.lua"
+  

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

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 14:52:29
  Author: spupykin
Revision: 165752

upgpkg: notion 20150812-2

upd

Modified:
  notion/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 13:49:23 UTC (rev 165751)
+++ PKGBUILD2016-03-09 13:52:29 UTC (rev 165752)
@@ -5,7 +5,9 @@
 
 pkgname=notion
 pkgver=20150812
-pkgrel=1
+pkgrel=2
+_commit=039f4ef807ed179fcdd4c6421e67014143e0331e
+_commit_doc=2bc82701a2eb1dcd5908c18be2245a51604178d6
 pkgdesc="Tabbed tiling, window manager. Fork of Ion3"
 url="http://sourceforge.net/projects/notion/;
 arch=('i686' 'x86_64')
@@ -46,8 +48,8 @@
"etc/notion/xkbion.lua")
 provides=('libtu' 'libextl')
 changelog=ChangleLog
-source=("notion::git://notion.git.sourceforge.net/gitroot/notion/notion"
-   
"notion-doc::git://notion.git.sourceforge.net/gitroot/notion/notion-doc")
+source=("notion::git://notion.git.sourceforge.net/gitroot/notion/notion#commit=${_commit}"
+   
"notion-doc::git://notion.git.sourceforge.net/gitroot/notion/notion-doc#commit=${_commit_doc}")
 md5sums=('SKIP'
  'SKIP')
 
@@ -106,4 +108,16 @@
 
   # license
   install -Dm0644 LICENSE ${pkgdir}/usr/share/licenses/notion/LICENSE
+
+  #
+  mkdir -p $pkgdir/usr/share/xsessions
+  cat >$pkgdir/usr/share/xsessions/notion.desktop <

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

2016-03-09 Thread Laurent Carlier
Date: Wednesday, March 9, 2016 @ 14:49:15
  Author: lcarlier
Revision: 165750

upgpkg: performous 1.1-2

OpenCV 3 rebuild

Modified:
  performous/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 13:46:44 UTC (rev 165749)
+++ PKGBUILD2016-03-09 13:49:15 UTC (rev 165750)
@@ -4,7 +4,7 @@
 
 pkgname=performous
 pkgver=1.1
-pkgrel=1
+pkgrel=2
 pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
 arch=('i686' 'x86_64')
 url="http://performous.org/;


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

2016-03-09 Thread Laurent Carlier
Date: Wednesday, March 9, 2016 @ 14:49:23
  Author: lcarlier
Revision: 165751

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

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

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

Copied: performous/repos/community-staging-i686/PKGBUILD (from rev 165750, 
performous/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 13:49:23 UTC (rev 165751)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=2
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}

Copied: performous/repos/community-staging-x86_64/PKGBUILD (from rev 165750, 
performous/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 13:49:23 UTC (rev 165751)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer : Laurent Carlier 
+# Contributor: Christoph Zeiler 
+
+pkgname=performous
+pkgver=1.1
+pkgrel=2
+pkgdesc='A free game like "Singstar", "Rockband" or "Stepmania"'
+arch=('i686' 'x86_64')
+url="http://performous.org/;
+license=('GPL')
+depends=('boost-libs' 'libepoxy' 'libxml++' 'portaudio' 'portmidi' 'librsvg' 
'ffmpeg' 'opencv' 'sdl2')
+makedepends=('cmake' 'pkgconfig' 'help2man' 'boost' 'mesa')
+optdepends=('performous-freesongs: free songs for performous')
+source=($pkgname-$pkgver.tar.gz::https://github.com/performous/${pkgname}/archive/${pkgver}.tar.gz)
+md5sums=('cf31d0973cd88b3cd626d312d6d3f5b2')
+
+build() {
+  cd performous-${pkgver}
+
+  mkdir -p build
+  cd build
+
+  cmake -DCMAKE_BUILD_TYPE=Release \
+   -DCMAKE_INSTALL_PREFIX=/usr ..
+
+  make
+}
+
+package() {
+  cd performous-${pkgver}/build
+
+  make DESTDIR="$pkgdir" install
+}


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 14:46:44
  Author: fyan
Revision: 165749

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 165748, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-i686/haskell-pandoc-citeproc.install
(from rev 165748, pandoc-citeproc/trunk/haskell-pandoc-citeproc.install)
  pandoc-citeproc/repos/community-staging-x86_64/
  pandoc-citeproc/repos/community-staging-x86_64/PKGBUILD
(from rev 165748, pandoc-citeproc/trunk/PKGBUILD)
  pandoc-citeproc/repos/community-staging-x86_64/haskell-pandoc-citeproc.install
(from rev 165748, 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 165748, 
pandoc-citeproc/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 13:46:44 UTC (rev 165749)
@@ -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=35
+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 165748, 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-09 
13:46:44 UTC (rev 165749)
@@ -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-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 14:46:18
  Author: fyan
Revision: 165748

upgpkg: pandoc-citeproc 0.9-35

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  pandoc-citeproc/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 13:42:25 UTC (rev 165747)
+++ PKGBUILD2016-03-09 13:46:18 UTC (rev 165748)
@@ -5,7 +5,7 @@
 pkgbase=pandoc-citeproc
 pkgname=(pandoc-citeproc haskell-pandoc-citeproc)
 pkgver=0.9
-pkgrel=34
+pkgrel=35
 pkgdesc="Supports using pandoc with citeproc"
 url="http://hackage.haskell.org/package/${pkgbase};
 license=("custom:BSD3")


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 14:42:25
  Author: fyan
Revision: 165747

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

Added:
  haskell-project-template/repos/community-staging-i686/
  haskell-project-template/repos/community-staging-i686/PKGBUILD
(from rev 165746, haskell-project-template/trunk/PKGBUILD)
  
haskell-project-template/repos/community-staging-i686/haskell-project-template.install
(from rev 165746, 
haskell-project-template/trunk/haskell-project-template.install)
  haskell-project-template/repos/community-staging-x86_64/
  haskell-project-template/repos/community-staging-x86_64/PKGBUILD
(from rev 165746, haskell-project-template/trunk/PKGBUILD)
  
haskell-project-template/repos/community-staging-x86_64/haskell-project-template.install
(from rev 165746, 
haskell-project-template/trunk/haskell-project-template.install)

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

Copied: haskell-project-template/repos/community-staging-i686/PKGBUILD (from 
rev 165746, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 13:42:25 UTC (rev 165747)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template
+pkgver=0.2.0
+pkgrel=15
+pkgdesc="Specify Haskell project templates and generate files"
+url="https://github.com/fpco/haskell-ide;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base64-bytestring" "haskell-conduit"
+ "haskell-conduit-extra" "haskell-mtl" "haskell-resourcet"
+ "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('aeabd7d1785b31abaffc78f02d9dda67d57d01822755f09614bfc65e99506310')
+
+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-project-template/repos/community-staging-i686/haskell-project-template.install
 (from rev 165746, 
haskell-project-template/trunk/haskell-project-template.install)
===
--- community-staging-i686/haskell-project-template.install 
(rev 0)
+++ community-staging-i686/haskell-project-template.install 2016-03-09 
13:42:25 UTC (rev 165747)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-project-template
+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-project-template/repos/community-staging-x86_64/PKGBUILD (from 
rev 165746, haskell-project-template/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 13:42:25 UTC (rev 165747)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=project-template
+pkgname=haskell-project-template

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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 14:37:51
  Author: fyan
Revision: 165746

upgpkg: haskell-project-template 0.2.0-15

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-project-template/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 13:35:27 UTC (rev 165745)
+++ PKGBUILD2016-03-09 13:37:51 UTC (rev 165746)
@@ -5,7 +5,7 @@
 _hkgname=project-template
 pkgname=haskell-project-template
 pkgver=0.2.0
-pkgrel=14
+pkgrel=15
 pkgdesc="Specify Haskell project templates and generate files"
 url="https://github.com/fpco/haskell-ide;
 license=("custom:BSD3")


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

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 14:35:27
  Author: spupykin
Revision: 165745

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

Added:
  luasec/repos/community-i686/PKGBUILD
(from rev 165744, luasec/trunk/PKGBUILD)
  luasec/repos/community-i686/nossl.patch
(from rev 165744, luasec/trunk/nossl.patch)
  luasec/repos/community-x86_64/PKGBUILD
(from rev 165744, luasec/trunk/PKGBUILD)
  luasec/repos/community-x86_64/nossl.patch
(from rev 165744, luasec/trunk/nossl.patch)
Deleted:
  luasec/repos/community-i686/PKGBUILD
  luasec/repos/community-i686/nossl.patch
  luasec/repos/community-x86_64/PKGBUILD
  luasec/repos/community-x86_64/nossl.patch

--+
 /PKGBUILD|  172 +
 /nossl.patch |   26 ++
 community-i686/PKGBUILD  |   86 
 community-i686/nossl.patch   |   13 ---
 community-x86_64/PKGBUILD|   86 
 community-x86_64/nossl.patch |   13 ---
 6 files changed, 198 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-09 13:35:12 UTC (rev 165744)
+++ community-i686/PKGBUILD 2016-03-09 13:35:27 UTC (rev 165745)
@@ -1,86 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Dwayne Bent 
-# Contributor: Paul-Sebastian Manole 
-
-pkgbase=luasec
-pkgname=(lua-sec lua51-sec lua52-sec)
-pkgver=0.5.1
-pkgrel=1
-epoch=2
-pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
-arch=('i686' 'x86_64')
-url='https://github.com/brunoos/luasec/wiki'
-license=('MIT')
-makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')
-options=('!buildflags')
-source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;
-   'nossl.patch')
-md5sums=('e34e274a57e9045641191eb7398cce2a'
- 'fe42ad255b70610ad04a633d095fbc73')
-
-prepare() {
-  cd luasec-luasec-$pkgver
-  patch -p1 < ../nossl.patch
-  cd ..
-
-  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-51
-  cp -a luasec-luasec-$pkgver luasec-luasec-$pkgver-52
-}
-
-build() {
-  msg2 'Building with lua 5.3'
-  cd "$srcdir"/luasec-luasec-$pkgver
-  make linux
-
-  msg2 'Building with lua 5.1'
-  cd "$srcdir"/luasec-luasec-$pkgver-51
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include .lua.h.|include "lua5.1/lua.h"|g' \
--e 's|include .lualib.h.|include "lua5.1/lualib.h"|g' \
--e 's|include .luaconf.h.|include "lua5.1/luaconf.h"|g' \
--e 's|include .lauxlib.h.|include "lua5.1/lauxlib.h"|g' \
-{} \;
-  make linux
-
-  msg2 'Building with lua 5.2'
-  cd "$srcdir"/luasec-luasec-$pkgver-52
-  find . -type f -name \*.[ch] -exec sed -i \
--e 's|include .lua.h.|include "lua5.2/lua.h"|g' \
--e 's|include .lualib.h.|include "lua5.2/lualib.h"|g' \
--e 's|include .luaconf.h.|include "lua5.2/luaconf.h"|g' \
--e 's|include .lauxlib.h.|include "lua5.2/lauxlib.h"|g' \
-{} \;
-  make linux
-}
-
-package_lua-sec() {
-  depends=('openssl' 'lua' 'lua-socket')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.3"
-  cd luasec-luasec-$pkgver
-  make LUACPATH="$pkgdir/usr/lib/lua/5.3" LUAPATH="$pkgdir/usr/share/lua/5.3" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua51-sec() {
-  depends=('openssl' 'lua51' 'lua51-socket')
-  conflicts=('luasec')
-  replaces=('luasec')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.1"
-  cd luasec-luasec-$pkgver-51
-  make LUACPATH="$pkgdir/usr/lib/lua/5.1" LUAPATH="$pkgdir/usr/share/lua/5.1" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_lua52-sec() {
-  depends=('openssl' 'lua52' 'lua52-socket')
-
-  install -dm755 "$pkgdir/usr/lib/lua/5.2"
-  cd luasec-luasec-$pkgver-52
-  make LUACPATH="$pkgdir/usr/lib/lua/5.2" LUAPATH="$pkgdir/usr/share/lua/5.2" 
install
-  install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: luasec/repos/community-i686/PKGBUILD (from rev 165744, 
luasec/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-03-09 13:35:27 UTC (rev 165745)
@@ -0,0 +1,86 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Dwayne Bent 
+# Contributor: Paul-Sebastian Manole 
+
+pkgbase=luasec
+pkgname=(lua-sec lua51-sec lua52-sec)
+pkgver=0.5.1
+pkgrel=2
+epoch=2
+pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
+arch=('i686' 'x86_64')
+url='https://github.com/brunoos/luasec/wiki'
+license=('MIT')
+makedepends=('openssl' 'lua' 'lua-socket' 'lua51' 'lua51-socket' 'lua52' 
'lua52-socket')

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

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 14:35:05
  Author: spupykin
Revision: 165743

archrelease: copy trunk to community-any

Added:
  drupal/repos/community-any/PKGBUILD
(from rev 165742, drupal/trunk/PKGBUILD)
  drupal/repos/community-any/drupal.install
(from rev 165742, drupal/trunk/drupal.install)
Deleted:
  drupal/repos/community-any/PKGBUILD
  drupal/repos/community-any/drupal.install

+
 PKGBUILD   |   92 +++
 drupal.install |   14 
 2 files changed, 53 insertions(+), 53 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-03-09 13:34:53 UTC (rev 165742)
+++ PKGBUILD2016-03-09 13:35:05 UTC (rev 165743)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor: Corrado Primier 
-
-pkgname=drupal
-pkgver=8.0.4
-pkgrel=1
-pkgdesc="A PHP-based content management platform"
-arch=('any')
-url="http://www.drupal.org/;
-license=('GPL')
-depends=('php' 'php-gd')
-install='drupal.install'
-backup=('etc/webapps/drupal/.htaccess')
-options=(!strip)
-source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('7516dd4c18415020f80f35e970ce')
-
-package() {
-  _instdir=$pkgdir/usr/share/webapps/drupal
-  mkdir -p ${_instdir}
-  cd ${_instdir}
-  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
-
-  # move .htaccess
-  mkdir -p $pkgdir/etc/webapps/drupal
-  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
-  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
-  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
-
-  # move sites/
-  mkdir -p $pkgdir/var/lib/drupal/
-  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
-  ln -s /var/lib/drupal/sites ${_instdir}/sites
-
-  # apache config example
-  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
-   AllowOverride All
-   Options FollowSymlinks
-   Require all granted
-   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
-   
-EOF
-}

Copied: drupal/repos/community-any/PKGBUILD (from rev 165742, 
drupal/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-03-09 13:35:05 UTC (rev 165743)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Corrado Primier 
+
+pkgname=drupal
+pkgver=8.0.5
+pkgrel=1
+pkgdesc="A PHP-based content management platform"
+arch=('any')
+url="http://www.drupal.org/;
+license=('GPL')
+depends=('php' 'php-gd')
+install='drupal.install'
+backup=('etc/webapps/drupal/.htaccess')
+options=(!strip)
+source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
+md5sums=('c13a69b0f99d70ecb6415d77f484bc7f')
+
+package() {
+  _instdir=$pkgdir/usr/share/webapps/drupal
+  mkdir -p ${_instdir}
+  cd ${_instdir}
+  cp -r $srcdir/$pkgname-$pkgver/{*,.htaccess} ${_instdir}
+
+  # move .htaccess
+  mkdir -p $pkgdir/etc/webapps/drupal
+  sed -i '1,1iRequire all denied' ${_instdir}/.htaccess
+  mv ${_instdir}/.htaccess $pkgdir/etc/webapps/drupal/.htaccess
+  ln -s /etc/webapps/drupal/.htaccess ${_instdir}/.htaccess
+
+  # move sites/
+  mkdir -p $pkgdir/var/lib/drupal/
+  mv ${_instdir}/sites $pkgdir/var/lib/drupal/sites
+  ln -s /var/lib/drupal/sites ${_instdir}/sites
+
+  # apache config example
+  cat >$pkgdir/etc/webapps/drupal/apache.example.conf <
+   AllowOverride All
+   Options FollowSymlinks
+   Require all granted
+   php_admin_value open_basedir 
"/srv/:/tmp/:/usr/share/webapps/:/etc/webapps:/usr/share/pear/:/var/lib/drupal"
+   
+EOF
+}

Deleted: drupal.install
===
--- drupal.install  2016-03-09 13:34:53 UTC (rev 165742)
+++ drupal.install  2016-03-09 13:35:05 UTC (rev 165743)
@@ -1,7 +0,0 @@
-post_install() {
-  chown -R http:http var/lib/drupal
-}
-
-post_upgrade() {
-  chown -R http:http var/lib/drupal
-}

Copied: drupal/repos/community-any/drupal.install (from rev 165742, 
drupal/trunk/drupal.install)
===
--- drupal.install  (rev 0)
+++ drupal.install  2016-03-09 13:35:05 UTC (rev 165743)
@@ -0,0 +1,7 @@
+post_install() {
+  chown -R http:http var/lib/drupal
+}
+
+post_upgrade() {
+  chown -R http:http var/lib/drupal
+}


[arch-commits] Commit in luasec/trunk (PKGBUILD nossl.patch)

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 14:35:12
  Author: spupykin
Revision: 165744

upgpkg: luasec 2:0.5.1-2

upd

Modified:
  luasec/trunk/PKGBUILD
  luasec/trunk/nossl.patch

-+
 PKGBUILD|4 ++--
 nossl.patch |4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 13:35:05 UTC (rev 165743)
+++ PKGBUILD2016-03-09 13:35:12 UTC (rev 165744)
@@ -6,7 +6,7 @@
 pkgbase=luasec
 pkgname=(lua-sec lua51-sec lua52-sec)
 pkgver=0.5.1
-pkgrel=1
+pkgrel=2
 epoch=2
 pkgdesc='Lua bindings for OpenSSL library to provide TLS/SSL communication.'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 source=("https://github.com/brunoos/luasec/archive/luasec-$pkgver.tar.gz;
'nossl.patch')
 md5sums=('e34e274a57e9045641191eb7398cce2a'
- 'fe42ad255b70610ad04a633d095fbc73')
+ '7ce9d659e65fe9207e4808ad38f64d24')
 
 prepare() {
   cd luasec-luasec-$pkgver

Modified: nossl.patch
===
--- nossl.patch 2016-03-09 13:35:05 UTC (rev 165743)
+++ nossl.patch 2016-03-09 13:35:12 UTC (rev 165744)
@@ -1,10 +1,10 @@
 --- a/src/context.c2016-03-03 05:35:25.59327 +0100
 +++ b/src/context.c2016-03-03 05:35:47.79333 +0100
-@@ -65,10 +65,6 @@ static int set_option_flag(const char *o
+@@ -65,10 +65,7 @@ static int set_option_flag(const char *o
   */
  static LSEC_SSL_METHOD* str2method(const char *method)
  {
--  if (!strcmp(method, "sslv23"))  return SSLv23_method();
+   if (!strcmp(method, "sslv23"))  return SSLv23_method();
 -#ifndef OPENSSL_NO_SSL3
 -  if (!strcmp(method, "sslv3"))   return SSLv3_method();
 -#endif


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

2016-03-09 Thread Sergej Pupykin
Date: Wednesday, March 9, 2016 @ 14:34:53
  Author: spupykin
Revision: 165742

upgpkg: drupal 8.0.5-1

upd

Modified:
  drupal/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 13:25:54 UTC (rev 165741)
+++ PKGBUILD2016-03-09 13:34:53 UTC (rev 165742)
@@ -3,7 +3,7 @@
 # Contributor: Corrado Primier 
 
 pkgname=drupal
-pkgver=8.0.4
+pkgver=8.0.5
 pkgrel=1
 pkgdesc="A PHP-based content management platform"
 arch=('any')
@@ -14,7 +14,7 @@
 backup=('etc/webapps/drupal/.htaccess')
 options=(!strip)
 source=(http://www.drupal.org/files/projects/$pkgname-$pkgver.tar.gz)
-md5sums=('7516dd4c18415020f80f35e970ce')
+md5sums=('c13a69b0f99d70ecb6415d77f484bc7f')
 
 package() {
   _instdir=$pkgdir/usr/share/webapps/drupal


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 14:25:27
  Author: fyan
Revision: 165740

upgpkg: haskell-path-io 0.3.1-3

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-path-io/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 12:47:55 UTC (rev 165739)
+++ PKGBUILD2016-03-09 13:25:27 UTC (rev 165740)
@@ -6,7 +6,7 @@
 pkgname=haskell-path-io
 _hkgname=path-io
 pkgver=0.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Interface to ‘directory’ package for users of ‘path’"
 url="https://github.com/mrkkrp/path-io;
 license=("custom:BSD3")


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 14:25:54
  Author: fyan
Revision: 165741

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

Added:
  haskell-path-io/repos/community-staging-i686/
  haskell-path-io/repos/community-staging-i686/PKGBUILD
(from rev 165740, haskell-path-io/trunk/PKGBUILD)
  haskell-path-io/repos/community-staging-i686/haskell-path-io.install
(from rev 165740, haskell-path-io/trunk/haskell-path-io.install)
  haskell-path-io/repos/community-staging-x86_64/
  haskell-path-io/repos/community-staging-x86_64/PKGBUILD
(from rev 165740, haskell-path-io/trunk/PKGBUILD)
  haskell-path-io/repos/community-staging-x86_64/haskell-path-io.install
(from rev 165740, haskell-path-io/trunk/haskell-path-io.install)

--+
 community-staging-i686/PKGBUILD  |   42 +
 community-staging-i686/haskell-path-io.install   |   23 +++
 community-staging-x86_64/PKGBUILD|   42 +
 community-staging-x86_64/haskell-path-io.install |   23 +++
 4 files changed, 130 insertions(+)

Copied: haskell-path-io/repos/community-staging-i686/PKGBUILD (from rev 165740, 
haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 13:25:54 UTC (rev 165741)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=0.3.1
+pkgrel=3
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 'haskell-exceptions' 'haskell-path' 'haskell-temporary')
+options=('staticlibs')
+install=$pkgname.install
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+md5sums=('f0df7a3c4622ebff00ca77b9afda53df')
+
+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-dev
+  runhaskell Setup build
+  LC_CTYPE=en_US.UTF-8 runhaskell Setup haddock --hoogle --html
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  install -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.md" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE.md"
+}

Copied: haskell-path-io/repos/community-staging-i686/haskell-path-io.install 
(from rev 165740, haskell-path-io/trunk/haskell-path-io.install)
===
--- community-staging-i686/haskell-path-io.install  
(rev 0)
+++ community-staging-i686/haskell-path-io.install  2016-03-09 13:25:54 UTC 
(rev 165741)
@@ -0,0 +1,23 @@
+HS_DIR=usr/share/haskell/haskell-path-io
+
+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-path-io/repos/community-staging-x86_64/PKGBUILD (from rev 
165740, haskell-path-io/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 13:25:54 UTC (rev 165741)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 162763 2016-02-20 14:34:32Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-path-io
+_hkgname=path-io
+pkgver=0.3.1
+pkgrel=3
+pkgdesc="Interface to ‘directory’ package for users of ‘path’"
+url="https://github.com/mrkkrp/path-io;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 'haskell-exceptions' 'haskell-path' 'haskell-temporary')
+options=('staticlibs')
+install=$pkgname.install

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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 13:47:55
  Author: fyan
Revision: 165739

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

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

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

Copied: haskell-binary-tagged/repos/community-staging-i686/PKGBUILD (from rev 
165738, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 12:47:55 UTC (rev 165739)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.3.1
+pkgrel=5
+pkgdesc="Tagged binary serialisation."
+url="https://github.com/phadej/binary-tagged#readme;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-sha" "haskell-aeson" "haskell-generics-sop"
+ "haskell-hashable" "haskell-scientific" "haskell-tagged"
+ "haskell-text" "haskell-unordered-containers" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('cdd99120148015a56d92ebc38380f9ea9254d6272e5d0952dae4e55eaf52252f')
+
+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-binary-tagged/repos/community-staging-i686/haskell-binary-tagged.install
 (from rev 165738, haskell-binary-tagged/trunk/haskell-binary-tagged.install)
===
--- community-staging-i686/haskell-binary-tagged.install
(rev 0)
+++ community-staging-i686/haskell-binary-tagged.install2016-03-09 
12:47:55 UTC (rev 165739)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-binary-tagged
+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-binary-tagged/repos/community-staging-x86_64/PKGBUILD (from rev 
165738, haskell-binary-tagged/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 12:47:55 UTC (rev 165739)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=binary-tagged
+pkgname=haskell-binary-tagged
+pkgver=0.1.3.1
+pkgrel=5
+pkgdesc="Tagged binary 

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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 13:47:14
  Author: fyan
Revision: 165738

upgpkg: haskell-binary-tagged 0.1.3.1-5

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-binary-tagged/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 12:44:59 UTC (rev 165737)
+++ PKGBUILD2016-03-09 12:47:14 UTC (rev 165738)
@@ -5,7 +5,7 @@
 _hkgname=binary-tagged
 pkgname=haskell-binary-tagged
 pkgver=0.1.3.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Tagged binary serialisation."
 url="https://github.com/phadej/binary-tagged#readme;
 license=("custom:BSD3")


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 13:44:59
  Author: fyan
Revision: 165737

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 165736, haskell-descriptive/trunk/PKGBUILD)
  haskell-descriptive/repos/community-staging-i686/haskell-descriptive.install
(from rev 165736, haskell-descriptive/trunk/haskell-descriptive.install)
  haskell-descriptive/repos/community-staging-x86_64/
  haskell-descriptive/repos/community-staging-x86_64/PKGBUILD
(from rev 165736, haskell-descriptive/trunk/PKGBUILD)
  haskell-descriptive/repos/community-staging-x86_64/haskell-descriptive.install
(from rev 165736, 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 
165736, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 12:44:59 UTC (rev 165737)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=8
+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 165736, haskell-descriptive/trunk/haskell-descriptive.install)
===
--- community-staging-i686/haskell-descriptive.install  
(rev 0)
+++ community-staging-i686/haskell-descriptive.install  2016-03-09 12:44:59 UTC 
(rev 165737)
@@ -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 
165736, haskell-descriptive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 12:44:59 UTC (rev 165737)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=descriptive
+pkgname=haskell-descriptive
+pkgver=0.9.4
+pkgrel=8
+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-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 13:44:31
  Author: fyan
Revision: 165736

upgpkg: haskell-descriptive 0.9.4-8

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-descriptive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 12:23:18 UTC (rev 165735)
+++ PKGBUILD2016-03-09 12:44:31 UTC (rev 165736)
@@ -5,7 +5,7 @@
 _hkgname=descriptive
 pkgname=haskell-descriptive
 pkgver=0.9.4
-pkgrel=7
+pkgrel=8
 pkgdesc="Self-describing consumers/parsers; forms, cmd-line args, JSON, etc."
 url="https://github.com/chrisdone/descriptive;
 license=("custom:BSD3")


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 13:23:18
  Author: fyan
Revision: 165735

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

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

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

Copied: haskell-persistent-sqlite/repos/community-staging-i686/PKGBUILD (from 
rev 165734, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 12:23:18 UTC (rev 165735)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=persistent-sqlite
+pkgname=haskell-persistent-sqlite
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Backend for the persistent library using sqlite3"
+url="http://www.yesodweb.com/book/persistent;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-conduit" "haskell-monad-control"
+ "haskell-monad-logger" "haskell-old-locale" "haskell-persistent"
+ "haskell-resourcet" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('bac71080bb25ad20b9116e42df463bbe230bacb2d963a5b101a501cff7fffc5e')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-build-sanity-exe -f-systemlib
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-persistent-sqlite/repos/community-staging-i686/haskell-persistent-sqlite.install
 (from rev 165734, 
haskell-persistent-sqlite/trunk/haskell-persistent-sqlite.install)
===
--- community-staging-i686/haskell-persistent-sqlite.install
(rev 0)
+++ community-staging-i686/haskell-persistent-sqlite.install2016-03-09 
12:23:18 UTC (rev 165735)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-persistent-sqlite
+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-persistent-sqlite/repos/community-staging-x86_64/PKGBUILD (from 
rev 165734, haskell-persistent-sqlite/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 12:23:18 UTC (rev 165735)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch 

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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 13:22:48
  Author: fyan
Revision: 165734

upgpkg: haskell-persistent-sqlite 2.2.1-1

Modified:
  haskell-persistent-sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 12:16:12 UTC (rev 165733)
+++ PKGBUILD2016-03-09 12:22:48 UTC (rev 165734)
@@ -4,8 +4,8 @@
 
 _hkgname=persistent-sqlite
 pkgname=haskell-persistent-sqlite
-pkgver=2.2
-pkgrel=25
+pkgver=2.2.1
+pkgrel=1
 pkgdesc="Backend for the persistent library using sqlite3"
 url="http://www.yesodweb.com/book/persistent;
 license=("MIT")
@@ -16,7 +16,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('f11005a23df9ad0740111e675aab42f40eda7e37f4996ebae15e1fe48692c794')
+sha256sums=('bac71080bb25ad20b9116e42df463bbe230bacb2d963a5b101a501cff7fffc5e')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 13:16:12
  Author: fyan
Revision: 165733

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

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

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

Copied: haskell-dns/repos/community-staging-i686/PKGBUILD (from rev 165732, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-03-09 12:16:12 UTC (rev 165733)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.1
+pkgrel=14
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" 
"haskell-network"
+ "haskell-random" "haskell-resourcet")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3d11e14bbfd07b46bba9c676dd970731be190d6dc9c5e95089c4da60565e47d2')
+
+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-dns/repos/community-staging-i686/haskell-dns.install (from rev 
165732, haskell-dns/trunk/haskell-dns.install)
===
--- community-staging-i686/haskell-dns.install  (rev 0)
+++ community-staging-i686/haskell-dns.install  2016-03-09 12:16:12 UTC (rev 
165733)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-dns
+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-dns/repos/community-staging-x86_64/PKGBUILD (from rev 165732, 
haskell-dns/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-03-09 12:16:12 UTC (rev 165733)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=dns
+pkgname=haskell-dns
+pkgver=2.0.1
+pkgrel=14
+pkgdesc="DNS library in Haskell"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-conduit-extra" "haskell-iproute" "haskell-mtl" 
"haskell-network"
+ "haskell-random" "haskell-resourcet")

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

2016-03-09 Thread Felix Yan
Date: Wednesday, March 9, 2016 @ 13:15:40
  Author: fyan
Revision: 165732

upgpkg: haskell-dns 2.0.1-14

rebuild with persistent-2.2.4.1, path-0.5.7, persistent-sqlite-2.2.1, 
persistent-template-2.1.6, scientific-0.3.4.5

Modified:
  haskell-dns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-03-09 12:11:15 UTC (rev 165731)
+++ PKGBUILD2016-03-09 12:15:40 UTC (rev 165732)
@@ -5,7 +5,7 @@
 _hkgname=dns
 pkgname=haskell-dns
 pkgver=2.0.1
-pkgrel=13
+pkgrel=14
 pkgdesc="DNS library in Haskell"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


  1   2   >