[arch-commits] Commit in hwdetect/repos/extra-any (4 files)

2016-01-19 Thread Tobias Powalowski
Date: Tuesday, January 19, 2016 @ 09:33:42
  Author: tpowa
Revision: 258409

archrelease: copy trunk to extra-any

Added:
  hwdetect/repos/extra-any/PKGBUILD
(from rev 258408, hwdetect/trunk/PKGBUILD)
  hwdetect/repos/extra-any/hwdetect
(from rev 258408, hwdetect/trunk/hwdetect)
Deleted:
  hwdetect/repos/extra-any/PKGBUILD
  hwdetect/repos/extra-any/hwdetect

--+
 PKGBUILD |   39 ++--
 hwdetect |  556 ++---
 2 files changed, 298 insertions(+), 297 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-19 08:33:35 UTC (rev 258408)
+++ PKGBUILD2016-01-19 08:33:42 UTC (rev 258409)
@@ -1,19 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski 
-pkgname=hwdetect
-pkgver=2015.01
-pkgrel=1
-pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
-arch=(any)
-license=('GPL')
-depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
-optdepends=('cryptsetup: for encrypt mkinitcpio config support'
-'dmraid: for dmraid mkinitcpio config support'
-'lvm2:   for lvm2 mkinitcpio config support'
-'mdadm:  for raid mkinitcpio config support')
-source=(hwdetect)
-
-package() {
-  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
-}
-md5sums=('9010adf5ce888bda4e71a64353f6eabf')

Copied: hwdetect/repos/extra-any/PKGBUILD (from rev 258408, 
hwdetect/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-19 08:33:42 UTC (rev 258409)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Tobias Powalowski 
+pkgname=hwdetect
+pkgver=2016.01
+pkgrel=1
+pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
+arch=(any)
+license=('GPL')
+depends=('sh' 'awk' 'grep' 'coreutils' 'sed' 'e2fsprogs')
+optdepends=('cryptsetup: for encrypt mkinitcpio config support'
+'dmraid: for dmraid mkinitcpio config support'
+'lvm2:   for lvm2 mkinitcpio config support'
+'mdadm:  for raid mkinitcpio config support')
+source=(hwdetect)
+
+package() {
+  install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
+}
+
+md5sums=('aebf51dea5ab1a0b62fc08fe180e1b59')

Deleted: hwdetect
===
--- hwdetect2016-01-19 08:33:35 UTC (rev 258408)
+++ hwdetect2016-01-19 08:33:42 UTC (rev 258409)
@@ -1,278 +0,0 @@
-#! /bin/sh
-# Autodetection script for scanning /sys for hardware
-# for Archlinux by Tobias Powalowski 
-usage () {
-   echo "$0 [options]"
-   echo ""
-   echo " This is a tool that detects/lists modules that are exported by 
/sys"
-   echo ""
-   echo "  Options:"
-   echo "--kernel_version=  use kernel version (no autodetect)"
-   echo "--kernel_directory=use kernel module directory (no 
autodetect)"
-   echo "--show-modules show all detected modules"
-   echo "--show-modules-order   shows load order of detected modules"
-   echo "--show-agp show AGP modules"
-   echo "--show-acpishow ACPI modules"
-echo "--show-block   show BLOCK DEVICE modules"
-echo "--show-bluetooth   show BLUETOOTH modules"
-echo "--show-cdrom   show CDROM modules"
-echo "--show-cpufreq show CPUFREQ modules"
-echo "--show-crypto  show CRYPTO modules"
-echo "--show-drm show DRM modules"
-echo "--show-hwmon   show HWMON modules"
-echo "--show-i2c show I2C modules"
-   echo "--show-input   show INPUT modules"
-   echo "--show-irdashow IRDA modules"
-   echo "--show-isdnshow ISDN modules"
-echo "--show-kvm show KVM modules"
-echo "--show-media   show MEDIA modules"
-   echo "--show-net show NETWORK modules"
-   echo "--show-parport show PARPORT modules"
-   echo "--show-pcmcia  show PCMCIA modules"
-   echo "--show-sound   show SOUND modules"
-   echo "--show-staging show STAGING modules"
-echo "--show-tpm show TPM modules"
-echo "--show-watchdogshow WATCHDOG modules"
-   echo "--show-other   show OTHER modules"
-   echo ""
-   echo "  For /etc/mkinitcpio.conf use:"
-   echo "--filesystem   add filesystems to MODULES="
-   echo "--hostcontroller   show MODULES= for all hostcontrollers"
-   echo "--ati-kms  add ati kernel mode setting" 
-   echo "

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

2016-01-19 Thread Tobias Powalowski
Date: Tuesday, January 19, 2016 @ 09:33:35
  Author: tpowa
Revision: 258408

upgpkg: hwdetect 2016.01-1

fix nvme shifting in kernel 4.4

Modified:
  hwdetect/trunk/PKGBUILD
  hwdetect/trunk/hwdetect

--+
 PKGBUILD |5 +++--
 hwdetect |6 +++---
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 08:21:11 UTC (rev 258407)
+++ PKGBUILD2016-01-19 08:33:35 UTC (rev 258408)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Tobias Powalowski 
 pkgname=hwdetect
-pkgver=2015.01
+pkgver=2016.01
 pkgrel=1
 pkgdesc="Hardware detection script with loading modules and mkinitcpio.conf / 
rc.conf support"
 arch=(any)
@@ -16,4 +16,5 @@
 package() {
   install -D -m 755 "${srcdir}/hwdetect" "${pkgdir}/usr/bin/hwdetect"
 }
-md5sums=('9010adf5ce888bda4e71a64353f6eabf')
+
+md5sums=('aebf51dea5ab1a0b62fc08fe180e1b59')

Modified: hwdetect
===
--- hwdetect2016-01-19 08:21:11 UTC (rev 258407)
+++ hwdetect2016-01-19 08:33:35 UTC (rev 258408)
@@ -160,7 +160,7 @@
showlist "BLOCK" $(listmods ata/pata pata_acpi) 
$(listmods ata/ata_piix) \
 $(listmods virtio/virtio_pci) 
$(listmods scsi/) $(listmods message/fusion/) $(listmods drivers/block/ nbd 
pktcdvd sx8 floppy) \
 $(listmods ata/ pata ata_generic) 
$(listmods drivers/block/sx8) \
-$(listmods usb/ usb/input) 
$(listmods firewire/) $(listmods ieee1394/)
+$(listmods usb/ usb/input) 
$(listmods firewire/) $(listmods ieee1394/) $(listmods nvme/)
showlist "BLUETOOTH" $(listmods bluetooth/)
showlist "CDROM" $(listmods cdrom/)
showlist "CPUFREQ  " $(listmods cpufreq/)
@@ -193,7 +193,7 @@
--show-block) showlist "BLOCK" $(listmods ata/pata 
pata_acpi) $(listmods ata/ata_piix) \
   $(listmods 
virtio/virtio_pci) $(listmods scsi/) $(listmods message/fusion/) $(listmods 
drivers/block/ nbd pktcdvd sx8 floppy) \
   $(listmods ata/ pata 
ata_generic) $(listmods drivers/block/sx8) \
-  $(listmods usb/ 
usb/input) $(listmods firewire/) $(listmods ieee1394/) ;;
+  $(listmods usb/ 
usb/input) $(listmods firewire/) $(listmods ieee1394/) $(listmods nvme/) ;;
--show-bluetooth) showlist "BLUETOOTH" $(listmods bluetooth/) ;;
--show-cdrom) showlist "CDROM" $(listmods cdrom/) ;;
--show-cpufreq)   showlist "CPUFREQ  " $(listmods cpufreq/) ;;
@@ -223,7 +223,7 @@
MODULES_INITRAMFS="$MODULES_INITRAMFS $FS"
showlist2 "MODULES" \"$MODULES_INITRAMFS\" | 
sed -e 's/(\  /(/g' -e 's/"\ /"/g' -e 's/\ "/"/g' -e 's/\ \ /\ /g'
;;
-   --hostcontroller)HOSTCONTROLLER="$(listmods virtio/virtio_pci) 
$(listmods ata/pata pata_acpi) $(listmods scsi/ /sg.ko /st.ko scsi_mod sr_mod 
sd_mod) $(listmods message/fusion/) $(listmods drivers/block/ virtio_blk nbd 
pktcdvd sx8 floppy) $(listmods ata/ pata ata_generic) $(listmods 
drivers/block/sx8) $(listmods xhci-hcd) $(listmods ehci-hcd) $(listmods 
uhci-hcd) $(listmods ohci-hcd) $(listmods virtio_blk)"
+   --hostcontroller)HOSTCONTROLLER="$(listmods virtio/virtio_pci) 
$(listmods ata/pata pata_acpi) $(listmods scsi/ /sg.ko /st.ko scsi_mod sr_mod 
sd_mod) $(listmods message/fusion/) $(listmods drivers/block/ virtio_blk nbd 
pktcdvd sx8 floppy) $(listmods ata/ pata ata_generic) $(listmods 
drivers/block/sx8) $(listmods xhci-hcd) $(listmods ehci-hcd) $(listmods 
uhci-hcd) $(listmods ohci-hcd) $(listmods virtio_blk) $(listmods nvme/)" 
 MODULES_INITRAMFS="$MODULES_INITRAMFS 
$HOSTCONTROLLER"
 showlist2 "MODULES" \"$MODULES_INITRAMFS\" | 
sed -e 's/(\  /(/g' -e 's/"\ /"/g' -e 's/\ "/"/g' -e 's/\ \ /\ /g'
 ;;


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

2016-01-19 Thread Antonio Rojas
Date: Tuesday, January 19, 2016 @ 09:07:02
  Author: arojas
Revision: 258399

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

Added:
  kdebase/repos/staging-i686/
  kdebase/repos/staging-i686/PKGBUILD
(from rev 258398, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-i686/kdebase-konqueror.install
(from rev 258398, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-i686/kdebase.install
(from rev 258398, kdebase/trunk/kdebase.install)
  kdebase/repos/staging-x86_64/
  kdebase/repos/staging-x86_64/PKGBUILD
(from rev 258398, kdebase/trunk/PKGBUILD)
  kdebase/repos/staging-x86_64/kdebase-konqueror.install
(from rev 258398, kdebase/trunk/kdebase-konqueror.install)
  kdebase/repos/staging-x86_64/kdebase.install
(from rev 258398, kdebase/trunk/kdebase.install)

--+
 staging-i686/PKGBUILD|  121 +
 staging-i686/kdebase-konqueror.install   |   12 ++
 staging-i686/kdebase.install |   11 ++
 staging-x86_64/PKGBUILD  |  121 +
 staging-x86_64/kdebase-konqueror.install |   12 ++
 staging-x86_64/kdebase.install   |   11 ++
 6 files changed, 288 insertions(+)

Copied: kdebase/repos/staging-i686/PKGBUILD (from rev 258398, 
kdebase/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-01-19 08:07:02 UTC (rev 258399)
@@ -0,0 +1,121 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdebase
+pkgname=('kdebase-kdepasswd'
+ 'kdebase-kdialog'
+ 'kdebase-keditbookmarks'
+ 'kdebase-kfind'
+ 'kdebase-konq-plugins'
+ 'kdebase-konqueror'
+ 'kdebase-lib'
+'dolphinpart4')
+pkgver=15.12.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdebase')
+makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidy')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
+sha1sums=('75db465143614eafbce15ca80c8378444f2e3224')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kde-baseapps-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DKDE4_BUILD_TESTS=OFF \
+-DCMAKE_SKIP_RPATH=ON \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package_kdebase-kdepasswd() {
+  pkgdesc='Change Password'
+  depends=('kdebase-runtime' 'kdebase-lib')
+
+  cd "$srcdir"/build/kdepasswd
+  make DESTDIR="$pkgdir" install
+  cd "$srcdir"/build/doc/kdepasswd
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-kdialog() {
+  pkgdesc='A utility for displaying dialog boxes from shell scripts'
+  depends=('kdebase-runtime')
+
+  cd "$srcdir"/build/kdialog
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-keditbookmarks() {
+  pkgdesc='Bookmark Organizer and Editor'
+  depends=('kdebase-runtime')
+
+  cd "$srcdir"/build/keditbookmarks
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-kfind() {
+  pkgdesc='Find Files/Folders'
+  depends=('kdebase-runtime' 'kdebase-lib')
+  url="http://kde.org/applications/utilities/kfind/;
+  install='kdebase.install'
+
+  cd "$srcdir"/build/kfind
+  make DESTDIR="$pkgdir" install
+  cd "$srcdir"/build/doc/kfind
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-konq-plugins() {
+  pkgdesc='Extra plugins for Konqueror'
+  depends=('kdebase-konqueror' 'tidy')
+  replaces=('konq-plugins')
+  install='kdebase.install'
+
+  cd "$srcdir"/build/konq-plugins
+  make DESTDIR="$pkgdir" install
+}
+
+package_kdebase-konqueror() {
+  pkgdesc='KDE File Manager & Web Browser'
+  depends=('dolphinpart4' 'kdebase-keditbookmarks')
+  optdepends=('kwebkitpart: to enable webkit engine')
+  url="http://kde.org/applications/internet/konqueror/;
+  install='kdebase-konqueror.install'
+  conflicts=('kdebase-nsplugins')
+  replaces=('kdebase-nsplugins')
+
+  for i in konqueror doc/konqueror nsplugins; do
+cd "$srcdir"/build/${i}
+make DESTDIR="$pkgdir" install
+  done
+}
+
+package_kdebase-lib() {
+  pkgdesc='KDE libraries for the basic desktop applications'
+  groups=()
+  depends=('kdelibs')
+  conflicts=('kde-templates')
+
+  cd "$srcdir"/build/lib
+  make DESTDIR="$pkgdir" install
+}
+
+package_dolphinpart4() {
+  pkgdesc='KDE4 Dolphin KPart'
+  depends=('libkactivities4' 'kdebase-lib')
+  conflicts=('kdebase-dolphin')
+  provides=('kdebase-dolphin')
+  groups=()
+
+  cd "$srcdir"/build/dolphin
+  make DESTDIR="$pkgdir" install
+}

Copied: kdebase/repos/staging-i686/kdebase-konqueror.install (from rev 258398, 
kdebase/trunk/kdebase-konqueror.install)
===
--- staging-i686/kdebase-konqueror.install   

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

2016-01-19 Thread Antonio Rojas
Date: Tuesday, January 19, 2016 @ 09:09:51
  Author: arojas
Revision: 258400

tidy 5.0 rebuild

Modified:
  kdewebdev/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 08:07:02 UTC (rev 258399)
+++ PKGBUILD2016-01-19 08:09:51 UTC (rev 258400)
@@ -9,12 +9,12 @@
  'kdewebdev-klinkstatus'
  'kdewebdev-kommander')
 pkgver=15.12.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdewebdev')
-makedepends=('cmake' 'automoc4' 'ruby' 'tidyhtml' 'kdepimlibs4' 'boost')
+makedepends=('cmake' 'automoc4' 'ruby' 'tidy' 'kdepimlibs4' 'boost')
 
source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
 sha1sums=('f1bc673c20aadce44a1994189c7b358c3f44292b')
 
@@ -54,7 +54,7 @@
 
 package_kdewebdev-klinkstatus() {
pkgdesc='Link Checker'
-   depends=('kdebase-runtime' 'kdepimlibs4' 'tidyhtml')
+   depends=('kdebase-runtime' 'kdepimlibs4' 'tidy')
 url="http://www.kde.org/applications/development/klinkstatus/;
install='kdewebdev.install'
cd $srcdir/build/klinkstatus


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

2016-01-19 Thread Antonio Rojas
Date: Tuesday, January 19, 2016 @ 09:10:16
  Author: arojas
Revision: 258401

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

Added:
  kdewebdev/repos/staging-i686/
  kdewebdev/repos/staging-i686/PKGBUILD
(from rev 258400, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/staging-i686/kdewebdev-kimagemapeditor.install
(from rev 258400, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/staging-i686/kdewebdev.install
(from rev 258400, kdewebdev/trunk/kdewebdev.install)
  kdewebdev/repos/staging-x86_64/
  kdewebdev/repos/staging-x86_64/PKGBUILD
(from rev 258400, kdewebdev/trunk/PKGBUILD)
  kdewebdev/repos/staging-x86_64/kdewebdev-kimagemapeditor.install
(from rev 258400, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
  kdewebdev/repos/staging-x86_64/kdewebdev.install
(from rev 258400, kdewebdev/trunk/kdewebdev.install)

--+
 staging-i686/PKGBUILD|   72 +
 staging-i686/kdewebdev-kimagemapeditor.install   |   12 +++
 staging-i686/kdewebdev.install   |   11 +++
 staging-x86_64/PKGBUILD  |   72 +
 staging-x86_64/kdewebdev-kimagemapeditor.install |   12 +++
 staging-x86_64/kdewebdev.install |   11 +++
 6 files changed, 190 insertions(+)

Copied: kdewebdev/repos/staging-i686/PKGBUILD (from rev 258400, 
kdewebdev/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2016-01-19 08:10:16 UTC (rev 258401)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+# Contributor: Pierre Schmitz 
+
+pkgbase=kdewebdev
+pkgname=('kdewebdev-kfilereplace'
+ 'kdewebdev-kimagemapeditor'
+ 'kdewebdev-klinkstatus'
+ 'kdewebdev-kommander')
+pkgver=15.12.1
+pkgrel=2
+arch=('i686' 'x86_64')
+url='http://www.kde.org'
+license=('GPL' 'LGPL' 'FDL')
+groups=('kde-applications' 'kdewebdev')
+makedepends=('cmake' 'automoc4' 'ruby' 'tidy' 'kdepimlibs4' 'boost')
+source=("http://download.kde.org/stable/applications/${pkgver}/src/${pkgbase}-${pkgver}.tar.xz;)
+sha1sums=('f1bc673c20aadce44a1994189c7b358c3f44292b')
+
+build() {
+   cd $srcdir
+   mkdir -p build
+   cd build
+   cmake ../${pkgbase}-${pkgver} \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DCMAKE_INSTALL_PREFIX=/usr
+   make
+}
+
+package_kdewebdev-kfilereplace() {
+   pkgdesc='Search & Replace Tool'
+   depends=('kdebase-runtime')
+   url="http://kde.org/applications/utilities/kfilereplace/;
+   install='kdewebdev.install'
+   cd $srcdir/build/kfilereplace
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kfilereplace
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-kimagemapeditor() {
+   pkgdesc='HTML Image Map Editor'
+   depends=('kdebase-runtime')
+url="http://www.kde.org/applications/development/kimagemapeditor/;
+   install='kdewebdev-kimagemapeditor.install'
+   cd $srcdir/build/kimagemapeditor
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/kimagemapeditor
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-klinkstatus() {
+   pkgdesc='Link Checker'
+   depends=('kdebase-runtime' 'kdepimlibs4' 'tidy')
+url="http://www.kde.org/applications/development/klinkstatus/;
+   install='kdewebdev.install'
+   cd $srcdir/build/klinkstatus
+   make DESTDIR=$pkgdir install
+   cd $srcdir/build/doc/klinkstatus
+   make DESTDIR=$pkgdir install
+}
+
+package_kdewebdev-kommander() {
+   pkgdesc='Executor for Kommander dialogs'
+   depends=('kdebase-runtime')
+url="http://www.kde.org/applications/development/kommander/;
+   cd $srcdir/build/kommander
+   make DESTDIR=$pkgdir install
+}

Copied: kdewebdev/repos/staging-i686/kdewebdev-kimagemapeditor.install (from 
rev 258400, kdewebdev/trunk/kdewebdev-kimagemapeditor.install)
===
--- staging-i686/kdewebdev-kimagemapeditor.install  
(rev 0)
+++ staging-i686/kdewebdev-kimagemapeditor.install  2016-01-19 08:10:16 UTC 
(rev 258401)
@@ -0,0 +1,12 @@
+post_install() {
+xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+update-desktop-database -q
+}
+
+post_upgrade() {
+post_install
+}
+
+post_remove() {
+post_install
+}

Copied: kdewebdev/repos/staging-i686/kdewebdev.install (from rev 258400, 
kdewebdev/trunk/kdewebdev.install)
===
--- staging-i686/kdewebdev.install  (rev 0)
+++ 

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

2016-01-19 Thread Antonio Rojas
Date: Tuesday, January 19, 2016 @ 09:19:04
  Author: arojas
Revision: 258402

tidy 5.0 rebuild

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 08:10:16 UTC (rev 258401)
+++ PKGBUILD2016-01-19 08:19:04 UTC (rev 258402)
@@ -21,12 +21,12 @@
  'php-tidy'
  'php-xsl')
 pkgver=7.0.2
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 license=('PHP')
 url='http://www.php.net'
 makedepends=('apache' 'aspell' 'c-client' 'db' 'enchant' 'gd' 'gmp' 'icu' 
'libmcrypt' 'libxslt' 'libzip' 'net-snmp'
- 'postgresql-libs' 'sqlite' 'systemd' 'tidyhtml' 'unixodbc' 'curl' 
'libtool' 'postfix')
+ 'postgresql-libs' 'sqlite' 'systemd' 'tidy' 'unixodbc' 'curl' 
'libtool' 'postfix')
 checkdepends=('procps-ng')
 source=("https://www.php.net/distributions/${pkgbase}-${pkgver}.tar.xz"{,.asc}
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
@@ -312,7 +312,7 @@
 
 package_php-tidy() {
pkgdesc='tidy module for PHP'
-   depends=('php' 'tidyhtml')
+   depends=('php' 'tidy')
 
install -D -m755 ${srcdir}/build/modules/tidy.so 
${pkgdir}/usr/lib/php/modules/tidy.so
 }


[arch-commits] Commit in php/repos (18 files)

2016-01-19 Thread Antonio Rojas
Date: Tuesday, January 19, 2016 @ 09:19:50
  Author: arojas
Revision: 258403

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

Added:
  php/repos/staging-i686/
  php/repos/staging-i686/PKGBUILD
(from rev 258402, php/trunk/PKGBUILD)
  php/repos/staging-i686/apache.conf
(from rev 258402, php/trunk/apache.conf)
  php/repos/staging-i686/apache.patch
(from rev 258402, php/trunk/apache.patch)
  php/repos/staging-i686/generate_patches
(from rev 258402, php/trunk/generate_patches)
  php/repos/staging-i686/php-fpm.install
(from rev 258402, php/trunk/php-fpm.install)
  php/repos/staging-i686/php-fpm.patch
(from rev 258402, php/trunk/php-fpm.patch)
  php/repos/staging-i686/php-fpm.tmpfiles
(from rev 258402, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-i686/php.ini.patch
(from rev 258402, php/trunk/php.ini.patch)
  php/repos/staging-x86_64/
  php/repos/staging-x86_64/PKGBUILD
(from rev 258402, php/trunk/PKGBUILD)
  php/repos/staging-x86_64/apache.conf
(from rev 258402, php/trunk/apache.conf)
  php/repos/staging-x86_64/apache.patch
(from rev 258402, php/trunk/apache.patch)
  php/repos/staging-x86_64/generate_patches
(from rev 258402, php/trunk/generate_patches)
  php/repos/staging-x86_64/php-fpm.install
(from rev 258402, php/trunk/php-fpm.install)
  php/repos/staging-x86_64/php-fpm.patch
(from rev 258402, php/trunk/php-fpm.patch)
  php/repos/staging-x86_64/php-fpm.tmpfiles
(from rev 258402, php/trunk/php-fpm.tmpfiles)
  php/repos/staging-x86_64/php.ini.patch
(from rev 258402, php/trunk/php.ini.patch)

-+
 staging-i686/PKGBUILD   |  325 ++
 staging-i686/apache.conf|   13 +
 staging-i686/apache.patch   |   20 ++
 staging-i686/generate_patches   |   48 +
 staging-i686/php-fpm.install|9 +
 staging-i686/php-fpm.patch  |   74 
 staging-i686/php-fpm.tmpfiles   |1 
 staging-i686/php.ini.patch  |   95 +++
 staging-x86_64/PKGBUILD |  325 ++
 staging-x86_64/apache.conf  |   13 +
 staging-x86_64/apache.patch |   20 ++
 staging-x86_64/generate_patches |   48 +
 staging-x86_64/php-fpm.install  |9 +
 staging-x86_64/php-fpm.patch|   74 
 staging-x86_64/php-fpm.tmpfiles |1 
 staging-x86_64/php.ini.patch|   95 +++
 16 files changed, 1170 insertions(+)

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


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

2016-01-19 Thread Antonio Rojas
Date: Tuesday, January 19, 2016 @ 09:06:08
  Author: arojas
Revision: 258398

tidy 5.0 rebuild

Modified:
  kdebase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 07:43:07 UTC (rev 258397)
+++ PKGBUILD2016-01-19 08:06:08 UTC (rev 258398)
@@ -13,12 +13,12 @@
  'kdebase-lib'
 'dolphinpart4')
 pkgver=15.12.1
-pkgrel=1
+pkgrel=2
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde-applications' 'kdebase')
-makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidyhtml')
+makedepends=('libkactivities4' 'cmake' 'automoc4' 'tidy')
 
source=("http://download.kde.org/stable/applications/${pkgver}/src/kde-baseapps-${pkgver}.tar.xz;)
 sha1sums=('75db465143614eafbce15ca80c8378444f2e3224')
 
@@ -76,7 +76,7 @@
 
 package_kdebase-konq-plugins() {
   pkgdesc='Extra plugins for Konqueror'
-  depends=('kdebase-konqueror' 'tidyhtml')
+  depends=('kdebase-konqueror' 'tidy')
   replaces=('konq-plugins')
   install='kdebase.install'
 


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

2016-01-19 Thread Felix Yan
Date: Tuesday, January 19, 2016 @ 12:39:36
  Author: fyan
Revision: 157616

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

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

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

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

Copied: haskell-http2/repos/community-staging-i686/haskell-http2.install (from 
rev 157615, haskell-http2/trunk/haskell-http2.install)
===
--- community-staging-i686/haskell-http2.install
(rev 0)
+++ community-staging-i686/haskell-http2.install2016-01-19 11:39:36 UTC 
(rev 157616)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http2
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http2/repos/community-staging-x86_64/PKGBUILD (from rev 157615, 
haskell-http2/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-19 11:39:36 UTC (rev 157616)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http2
+pkgname=haskell-http2
+pkgver=1.4.3
+pkgrel=1
+pkgdesc="HTTP/2.0 library including frames and HPACK"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')

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

2016-01-19 Thread Felix Yan
Date: Tuesday, January 19, 2016 @ 12:39:10
  Author: fyan
Revision: 157615

upgpkg: haskell-http2 1.4.3-1

Modified:
  haskell-http2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 06:31:17 UTC (rev 157614)
+++ PKGBUILD2016-01-19 11:39:10 UTC (rev 157615)
@@ -4,7 +4,7 @@
 
 _hkgname=http2
 pkgname=haskell-http2
-pkgver=1.4.0
+pkgver=1.4.3
 pkgrel=1
 pkgdesc="HTTP/2.0 library including frames and HPACK"
 url="http://hackage.haskell.org/package/${_hkgname};
@@ -16,7 +16,7 @@
 options=('staticlibs')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install="${pkgname}.install"
-sha256sums=('26ffd2cb8ec5f44da3ca1c14640a356d55177ecb4e463fa6defef788902c409f')
+sha256sums=('f074760594e1599d3585f666762e96f86a9f6f546d6d3ed05379617b14729778')
 
 prepare() {
 sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal


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

2016-01-19 Thread Felix Yan
Date: Tuesday, January 19, 2016 @ 12:59:52
  Author: fyan
Revision: 157618

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

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

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

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

Copied: haskell-warp/repos/community-staging-i686/haskell-warp.install (from 
rev 157617, haskell-warp/trunk/haskell-warp.install)
===
--- community-staging-i686/haskell-warp.install (rev 0)
+++ community-staging-i686/haskell-warp.install 2016-01-19 11:59:52 UTC (rev 
157618)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-warp
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-warp/repos/community-staging-x86_64/PKGBUILD (from rev 157617, 
haskell-warp/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-19 11:59:52 UTC (rev 157618)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=warp
+pkgname=haskell-warp

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

2016-01-19 Thread Felix Yan
Date: Tuesday, January 19, 2016 @ 12:59:28
  Author: fyan
Revision: 157617

upgpkg: haskell-warp 3.2.1-2

rebuild with http2-1.4.3

Modified:
  haskell-warp/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 11:39:36 UTC (rev 157616)
+++ PKGBUILD2016-01-19 11:59:28 UTC (rev 157617)
@@ -5,7 +5,7 @@
 _hkgname=warp
 pkgname=haskell-warp
 pkgver=3.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A fast, light-weight web server for WAI applications."
 url="http://github.com/yesodweb/wai;
 license=("MIT")


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

2016-01-19 Thread Felix Yan
Date: Tuesday, January 19, 2016 @ 13:09:37
  Author: fyan
Revision: 157620

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

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

-+
 /PKGBUILD   |  108 ++
 /haskell-yesod-core.install |   36 
 community-i686/PKGBUILD |   54 -
 community-i686/haskell-yesod-core.install   |   18 
 community-x86_64/PKGBUILD   |   54 -
 community-x86_64/haskell-yesod-core.install |   18 
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-19 12:09:07 UTC (rev 157619)
+++ community-i686/PKGBUILD 2016-01-19 12:09:37 UTC (rev 157620)
@@ -1,54 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Arch Haskell Team 
-
-_hkgname=yesod-core
-pkgname=haskell-yesod-core
-pkgver=1.4.18.1
-pkgrel=3
-pkgdesc="Creation of type-safe, RESTful web applications."
-url="http://www.yesodweb.com/;
-license=("MIT")
-arch=('i686' 'x86_64')
-depends=("ghc=7.10.3" "haskell-aeson" "haskell-auto-update" 
"haskell-blaze-builder"
- "haskell-blaze-html" "haskell-blaze-markup" "haskell-byteable"
- "haskell-case-insensitive" "haskell-cereal" "haskell-clientsession"
- "haskell-conduit" "haskell-conduit-extra" "haskell-cookie"
- "haskell-data-default" "haskell-exceptions" "haskell-fast-logger"
- "haskell-http-types" "haskell-lifted-base" "haskell-monad-control"
- "haskell-monad-logger" "haskell-mtl" "haskell-mwc-random"
- "haskell-old-locale" "haskell-parsec" "haskell-path-pieces"
- "haskell-primitive" "haskell-random" "haskell-resourcet" 
"haskell-safe"
- "haskell-semigroups" "haskell-shakespeare" "haskell-text"
- "haskell-transformers-base" "haskell-unix-compat"
- "haskell-unordered-containers" "haskell-vector" "haskell-wai"
- "haskell-wai-extra" "haskell-wai-logger" "haskell-warp" 
"haskell-word8")
-options=('staticlibs')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-install="${pkgname}.install"
-sha256sums=('8964a1ce27f7d15037eee05611546a8e5e183640115e92e70fc73e1116beddb0')
-
-build() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-runhaskell Setup configure -O --enable-library-profiling --enable-shared \
---prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
---libsubdir=\$compiler/site-local/\$pkgid
-runhaskell Setup build
-runhaskell Setup haddock --hoogle --html
-runhaskell Setup register --gen-script
-runhaskell Setup unregister --gen-script
-sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
-}
-
-package() {
-cd "${srcdir}/${_hkgname}-${pkgver}"
-
-install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
-install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
-install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
-ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
-runhaskell Setup copy --destdir="${pkgdir}"
-install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-}

Copied: haskell-yesod-core/repos/community-i686/PKGBUILD (from rev 157619, 
haskell-yesod-core/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-19 12:09:37 UTC (rev 157620)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=yesod-core
+pkgname=haskell-yesod-core
+pkgver=1.4.18.1
+pkgrel=4
+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" 

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

2016-01-19 Thread Felix Yan
Date: Tuesday, January 19, 2016 @ 13:09:07
  Author: fyan
Revision: 157619

upgpkg: haskell-yesod-core 1.4.18.1-4

rebuild with http2-1.4.3

Modified:
  haskell-yesod-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 11:59:52 UTC (rev 157618)
+++ PKGBUILD2016-01-19 12:09:07 UTC (rev 157619)
@@ -5,7 +5,7 @@
 _hkgname=yesod-core
 pkgname=haskell-yesod-core
 pkgver=1.4.18.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Creation of type-safe, RESTful web applications."
 url="http://www.yesodweb.com/;
 license=("MIT")


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

2016-01-19 Thread Tobias Powalowski
Date: Tuesday, January 19, 2016 @ 21:27:32
  Author: tpowa
Revision: 258421

fix #47805, #47778

Added:
  linux/trunk/0001-sdhci-revert.patch
  
linux/trunk/tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch
Modified:
  linux/trunk/PKGBUILD

---+
 0001-sdhci-revert.patch
   |   25 ++
 PKGBUILD   
   |   19 ++-
 
tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch
 |   24 +
 3 files changed, 65 insertions(+), 3 deletions(-)

Added: 0001-sdhci-revert.patch
===
--- 0001-sdhci-revert.patch (rev 0)
+++ 0001-sdhci-revert.patch 2016-01-19 20:27:32 UTC (rev 258421)
@@ -0,0 +1,25 @@
+index 2cadf08..b48565e 100644
+--- a/drivers/mmc/host/sdhci.c
 b/drivers/mmc/host/sdhci.c
+@@ -1895,9 +1895,9 @@ static int sdhci_execute_tuning(struct mmc_host *mmc, 
u32 opcode)
+   tuning_count = host->tuning_count;
+ 
+   /*
+-   * The Host Controller needs tuning only in case of SDR104 mode
+-   * and for SDR50 mode when Use Tuning for SDR50 is set in the
+-   * Capabilities register.
++   * The Host Controller needs tuning in case of SDR104 and DDR50
++   * mode, and for SDR50 mode when Use Tuning for SDR50 is set in
++   * the Capabilities register.
+* If the Host Controller supports the HS200 mode then the
+* tuning function has to be executed.
+*/
+@@ -1917,6 +1917,7 @@ static int sdhci_execute_tuning(struct mmc_host *mmc, 
u32 opcode)
+   break;
+ 
+   case MMC_TIMING_UHS_SDR104:
++  case MMC_TIMING_UHS_DDR50:
+   break;
+ 
+   case MMC_TIMING_UHS_SDR50:
+generated by cgit v0.11.2 at 2016-01-01 22:11:38 (GMT)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 19:42:18 UTC (rev 258420)
+++ PKGBUILD2016-01-19 20:27:32 UTC (rev 258421)
@@ -6,7 +6,7 @@
 #pkgbase=linux-custom   # Build kernel with a different name
 _srcname=linux-4.4
 pkgver=4.4
-pkgrel=3
+pkgrel=4
 arch=('i686' 'x86_64')
 url="http://www.kernel.org/;
 license=('GPL2')
@@ -20,7 +20,9 @@
 'config' 'config.x86_64'
 # standard config files for mkinitcpio ramdisk
 'linux.preset'
-'change-default-console-loglevel.patch')
+'change-default-console-loglevel.patch'
+'0001-sdhci-revert.patch'
+
'tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch')
 
 sha256sums=('401d7c8fef594999a460d10c72c5a94e9c2e1022f16795ec51746b0d165418b2'
 'SKIP'
@@ -27,7 +29,9 @@
 'd402c67f5a7334ac9e242344055ef4ac63fe43a1d8f1cda82eddd59d7242a63e'
 'ddeadf2910deb0803d4d4920c4dc7f07d3fb63bca564073aeb5f6181358f20d7'
 'f0d90e756f14533ee67afda280500511a62465b4f76adcc5effa95a40045179c'
-'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99')
+'1256b241cd477b265a3c2d64bdc19ffe3c9bbcee82ea3994c590c2c76e767d99'
+'5313df7cb5b4d005422bd4cd0dae956b2dadba8f3db904275aaf99ac53894375'
+'ab57037ecee0a425c612babdff47c831378bca0bff063a1308599989a350226d')
 validpgpkeys=(
   'ABAF11C65A2970B130ABE3C479BE3E4300411886' # Linus Torvalds
   '647F28654894E3BD457199BE38DBBDC86092693E' # Greg Kroah-Hartman
@@ -44,6 +48,15 @@
   # add latest fixes from stable queue, if needed
   # http://git.kernel.org/?p=linux/kernel/git/stable/stable-queue.git
   
+  # revert 
http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=9faac7b95ea4f9e83b7a914084cc81ef1632fd91
+  # fixes #47778 sdhci broken on some boards
+  # https://bugzilla.kernel.org/show_bug.cgi?id=106541
+  patch -Rp1 -i "${srcdir}/0001-sdhci-revert.patch"
+
+  # fixes #47805 kernel panics on platform modules
+  # https://bugzilla.kernel.org/show_bug.cgi?id=110751
+  patch -Np1 -i 
"${srcdir}/tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch"
+
   # set DEFAULT_CONSOLE_LOGLEVEL to 4 (same value as the 'quiet' kernel param)
   # remove this when a Kconfig knob is made available by upstream
   # (relevant patch sent upstream: https://lkml.org/lkml/2011/7/26/227)

Added: 
tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch
===
--- 
tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch
   (rev 0)
+++ 
tpmdd-devel-v3-base-platform-fix-binding-for-drivers-without-probe-callback.patch
   2016-01-19 20:27:32 UTC (rev 258421)
@@ -0,0 +1,24 @@
+diff --git a/drivers/base/platform.c b/drivers/base/platform.c
+index 

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

2016-01-19 Thread Ray Rashif
Date: Tuesday, January 19, 2016 @ 21:35:15
  Author: schiv
Revision: 157724

upgpkg: qtractor 0.7.3-1

upstream release

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 18:27:14 UTC (rev 157723)
+++ PKGBUILD2016-01-19 20:35:15 UTC (rev 157724)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher 
 
 pkgname=qtractor
-pkgver=0.7.2
+pkgver=0.7.3
 pkgrel=1
 pkgdesc="Audio/MIDI multitrack sequencer"
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 optdepends=('dssi-vst: win32 VST support')
 install="$pkgname.install"
 source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('656b6cba7f7778fdebc01b80d0c22cc1')
+md5sums=('eaafa650c2b04901ab739b17e05bc7ab')
 
 prepare() {
   cd $pkgname-$pkgver


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

2016-01-19 Thread Ray Rashif
Date: Tuesday, January 19, 2016 @ 21:35:27
  Author: schiv
Revision: 157725

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

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

---+
 /PKGBUILD |  114 
 /qtractor.install |   26 
 community-i686/PKGBUILD   |   57 --
 community-i686/qtractor.install   |   13 
 community-x86_64/PKGBUILD |   57 --
 community-x86_64/qtractor.install |   13 
 6 files changed, 140 insertions(+), 140 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-19 20:35:15 UTC (rev 157724)
+++ community-i686/PKGBUILD 2016-01-19 20:35:27 UTC (rev 157725)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer : Ray Rashif 
-# Maintainer : speps 
-# Contributor: Philipp Überbacher 
-
-pkgname=qtractor
-pkgver=0.7.2
-pkgrel=1
-pkgdesc="Audio/MIDI multitrack sequencer"
-arch=('i686' 'x86_64')
-url="http://qtractor.sourceforge.net/;
-license=('GPL')
-depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
- 'rubberband' 'shared-mime-info' 'desktop-file-utils'
- 'hicolor-icon-theme')
-makedepends=('qt5-tools' 'ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-install="$pkgname.install"
-source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
-md5sums=('656b6cba7f7778fdebc01b80d0c22cc1')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
-
-  # force qt4
-  #export ac_qmake=/usr/bin/qmake-qt4 \
-  #   ac_moc=/usr/bin/moc-qt4 \
-  #   ac_uic=/usr/bin/uic-qt4 \
-  #   ac_lupdate=/usr/bin/lupdate-qt4 \
-  #   ac_lrelease=/usr/bin/lrelease-qt4 \
-  #   QMAKE=qmake-qt4
-
-  export ac_qmake=/usr/bin/qmake-qt5 \
- ac_moc=/usr/bin/moc-qt5 \
- ac_uic=/usr/bin/uic-qt5 \
- ac_lupdate=/usr/bin/lupdate-qt5 \
- ac_lrelease=/usr/bin/lrelease-qt5 \
- QMAKE=qmake-qt5
-
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 157724, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-19 20:35:27 UTC (rev 157725)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer : Ray Rashif 
+# Maintainer : speps 
+# Contributor: Philipp Überbacher 
+
+pkgname=qtractor
+pkgver=0.7.3
+pkgrel=1
+pkgdesc="Audio/MIDI multitrack sequencer"
+arch=('i686' 'x86_64')
+url="http://qtractor.sourceforge.net/;
+license=('GPL')
+depends=('qt5-x11extras' 'suil' 'lilv' 'libmad' 'liblo>=0.28'
+ 'rubberband' 'shared-mime-info' 'desktop-file-utils'
+ 'hicolor-icon-theme')
+makedepends=('qt5-tools' 'ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+install="$pkgname.install"
+source=("http://www.rncbc.org/archive/$pkgname-$pkgver.tar.gz;)
+md5sums=('eaafa650c2b04901ab739b17e05bc7ab')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  #export ac_qmake=/usr/bin/qmake-qt4 \
+  #   ac_moc=/usr/bin/moc-qt4 \
+  #   ac_uic=/usr/bin/uic-qt4 \
+  #   ac_lupdate=/usr/bin/lupdate-qt4 \
+  #   ac_lrelease=/usr/bin/lrelease-qt4 \
+  #   QMAKE=qmake-qt4
+
+  export ac_qmake=/usr/bin/qmake-qt5 \
+ ac_moc=/usr/bin/moc-qt5 \
+ ac_uic=/usr/bin/uic-qt5 \
+ ac_lupdate=/usr/bin/lupdate-qt5 \
+ ac_lrelease=/usr/bin/lrelease-qt5 \
+ QMAKE=qmake-qt5
+
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qtractor.install
===
--- community-i686/qtractor.install 2016-01-19 20:35:15 UTC (rev 157724)
+++ community-i686/qtractor.install 2016-01-19 20:35:27 UTC 

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

2016-01-19 Thread Daniel Micay
Date: Tuesday, January 19, 2016 @ 21:54:09
  Author: thestinger
Revision: 157726

remove obsolete provides/conflicts/replaces

Modified:
  linux-grsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 20:35:27 UTC (rev 157725)
+++ PKGBUILD2016-01-19 20:54:09 UTC (rev 157726)
@@ -111,9 +111,6 @@
   optdepends=('crda: to set the correct wireless channels of your country'
   'gradm: to configure and enable Role Based Access Control (RBAC)'
   'paxd: to enable PaX exploit mitigations and apply exceptions 
automatically')
-  provides=("kernel26${_kernelname}=${_pkgver}")
-  conflicts=("kernel26${_kernelname}")
-  replaces=("kernel26${_kernelname}")
   backup=("etc/mkinitcpio.d/${pkgbase}.preset")
   install=${pkgbase}.install
 
@@ -179,9 +176,6 @@
 
 _package-headers() {
   pkgdesc="Header files and scripts for building modules for 
${pkgbase/linux/Linux} kernel"
-  provides=("kernel26${_kernelname}-headers=${_pkgver}")
-  conflicts=("kernel26${_kernelname}-headers")
-  replaces=("kernel26${_kernelname}-headers")
 
   install -dm755 "${pkgdir}/usr/lib/modules/${_kernver}"
 
@@ -299,9 +293,6 @@
 
 _package-docs() {
   pkgdesc="Kernel hackers manual - HTML documentation that comes with the 
${pkgbase/linux/Linux} kernel"
-  provides=("kernel26${_kernelname}-docs=${_pkgver}")
-  conflicts=("kernel26${_kernelname}-docs")
-  replaces=("kernel26${_kernelname}-docs")
 
   cd "${srcdir}/${_srcname}"
 


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

2016-01-19 Thread Andreas Radke
Date: Tuesday, January 19, 2016 @ 19:31:49
  Author: andyrtr
Revision: 258416

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

Added:
  claws-mail/repos/extra-i686/PKGBUILD
(from rev 258415, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-i686/claws-mail.install
(from rev 258415, claws-mail/trunk/claws-mail.install)
  claws-mail/repos/extra-x86_64/PKGBUILD
(from rev 258415, claws-mail/trunk/PKGBUILD)
  claws-mail/repos/extra-x86_64/claws-mail.install
(from rev 258415, claws-mail/trunk/claws-mail.install)
Deleted:
  claws-mail/repos/extra-i686/PKGBUILD
  claws-mail/repos/extra-i686/claws-mail.install
  claws-mail/repos/extra-x86_64/PKGBUILD
  claws-mail/repos/extra-x86_64/claws-mail.install

-+
 /PKGBUILD   |  150 ++
 /claws-mail.install |   32 
 extra-i686/PKGBUILD |   75 ---
 extra-i686/claws-mail.install   |   16 
 extra-x86_64/PKGBUILD   |   75 ---
 extra-x86_64/claws-mail.install |   16 
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-19 18:31:36 UTC (rev 258415)
+++ extra-i686/PKGBUILD 2016-01-19 18:31:49 UTC (rev 258416)
@@ -1,75 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=claws-mail
-pkgver=3.13.1
-pkgrel=1
-pkgdesc="A GTK+ based e-mail client."
-arch=('i686' 'x86_64')
-license=('GPL3')
-url="http://www.claws-mail.org;
-depends=('gtk2' 'gnutls' 'startup-notification' 'enchant' 'gpgme' 'libetpan' 
'compface'
- 'libsm' 'dbus-glib' 'hicolor-icon-theme' 'desktop-file-utils')
-makedepends=('spamassassin' 'bogofilter' 'valgrind'
- # dependencies for plugins
- 'libsoup' 'libgdata' 'webkitgtk2' 'libnotify' 'libcanberra' 
'poppler-glib' 'pygtk') 
- #'libchamplain' needed for geolocation plugin, disabled for now - 
most time it's not compatible with current gnome releases
-optdepends=('python2:   needed for some tools and python plugin'
-'perl:  needed for some tools and perl plugin'
-'spamassassin:  adds support for spamfiltering'
-'bogofilter:adds support for spamfiltering'
-'libnotify: for notification plugin'
-'libcanberra:   for notification plugin'
-'dbus:  for notification plugin'
-'libxml2:   for gtkhtml2_viewer and rssyl plugins'
-'curl:  for gtkhtml2_viewer, vcalendar, rssyl and 
spamreport plugins'
-'libarchive:for archive plugin and various other plugins'
-'libytnef:  for tnef_parse plugin'
-'webkitgtk2:for the fancy webkit html plugin'
-'libsoup:   for the fancy webkit html plugin'
-   'libgdata:  for gdata plugin'
-   'poppler-glib:  for pdf viewer plugin'
-   'ghostscript:   for pdf viewer plugin')
-replaces=('sylpheed-claws' 'claws-mail-extra-plugins')
-conflicts=('claws-mail-extra-plugins')
-provides=('claws')
-install=claws-mail.install
-source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('ad3cc8227b5f6236445698d9b18b0876ebd887b6828e74439552c20ef2d92a11'
-'SKIP')
-validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

-
-build() {
-  cd ${pkgname}-${pkgver}
- 
-  # fixes for python2
-  export PYTHON="/usr/bin/python2"
-  sed -i 's@^#!.*python.*@#!/usr/bin/python2@' tools/*.py
-  sed -i 's:python -c:python2 -c:g' configure
-  
-  ./configure --prefix=/usr --disable-static \
---enable-enchant \
---enable-gnutls \
---enable-ldap \
---enable-crash-dialog \
---enable-pgpmime-plugin \
---enable-spamassassin-plugin \
---enable-bogofilter-plugin \
---enable-appdata
-#--help
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-
-  # build and install extra tools
-  cd tools
-  make
-   # all executables and .conf files ; only top directory
-  find -maxdepth 1 -type f -and -perm /111 -or -name '*.conf' | while read i ; 
do
-  install -D -m755 ${i} \
-${pkgdir}/usr/lib/claws-mail/tools/${i}
-  done
-}

Copied: claws-mail/repos/extra-i686/PKGBUILD (from rev 258415, 
claws-mail/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-19 18:31:49 UTC (rev 258416)
@@ -0,0 +1,75 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=claws-mail
+pkgver=3.13.2
+pkgrel=1
+pkgdesc="A GTK+ based e-mail client."
+arch=('i686' 'x86_64')
+license=('GPL3')
+url="http://www.claws-mail.org;

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

2016-01-19 Thread Andreas Radke
Date: Tuesday, January 19, 2016 @ 19:31:36
  Author: andyrtr
Revision: 258415

upgpkg: claws-mail 3.13.2-1

upstream update 3.13.2

Modified:
  claws-mail/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 13:42:31 UTC (rev 258414)
+++ PKGBUILD2016-01-19 18:31:36 UTC (rev 258415)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=claws-mail
-pkgver=3.13.1
+pkgver=3.13.2
 pkgrel=1
 pkgdesc="A GTK+ based e-mail client."
 arch=('i686' 'x86_64')
@@ -35,7 +35,7 @@
 provides=('claws')
 install=claws-mail.install
 
source=(http://www.claws-mail.org/download.php?file=releases/claws-mail-$pkgver.tar.xz{,.asc})
-sha256sums=('ad3cc8227b5f6236445698d9b18b0876ebd887b6828e74439552c20ef2d92a11'
+sha256sums=('6a731052814b3284abeca1662d47817a86e018bc7123ab428f015f0cfab40ad1'
 'SKIP')
 validpgpkeys=('8B3B297A03468356692F8D592CD716D654D6BBD4') # Paul 

 


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

2016-01-19 Thread Jaroslav Lichtblau
Date: Tuesday, January 19, 2016 @ 19:27:14
  Author: jlichtblau
Revision: 157723

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-19 18:26:57 UTC (rev 157722)
+++ community-i686/PKGBUILD 2016-01-19 18:27:14 UTC (rev 157723)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stefan Husmann 
-# Contributor: corvolino 
-# Contributor: Joel Schaerer
-
-pkgname=pdf2svg
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="A pdf to svg converter"
-arch=('i686' 'x86_64')
-url="http://www.cityinthesky.co.uk/opensource/pdf2svg/;
-license=('GPL')
-depends=('poppler-glib' 'gtk2' 'glib2')
-source=(http://www.cityinthesky.co.uk/wp-content/uploads/2013/10/$pkgname-$pkgver.tar.gz)
-md5sums=('800488ff6d773b309561dfa9be5dc712')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: pdf2svg/repos/community-i686/PKGBUILD (from rev 157722, 
pdf2svg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-19 18:27:14 UTC (rev 157723)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stefan Husmann 
+# Contributor: corvolino 
+# Contributor: Joel Schaerer
+
+pkgname=pdf2svg
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="A pdf to svg converter"
+arch=('i686' 'x86_64')
+url="http://www.cityinthesky.co.uk/opensource/pdf2svg/;
+license=('GPL')
+depends=('poppler-glib' 'gtk2' 'glib2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/db9052/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('4fb186070b3e7d33a51821e3307dce57300a062570d028feccd4e628d50dea8a')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-19 18:26:57 UTC (rev 157722)
+++ community-x86_64/PKGBUILD   2016-01-19 18:27:14 UTC (rev 157723)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Stefan Husmann 
-# Contributor: corvolino 
-# Contributor: Joel Schaerer
-
-pkgname=pdf2svg
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="A pdf to svg converter"
-arch=('i686' 'x86_64')
-url="http://www.cityinthesky.co.uk/opensource/pdf2svg/;
-license=('GPL')
-depends=('poppler-glib' 'gtk2' 'glib2')
-source=(http://www.cityinthesky.co.uk/wp-content/uploads/2013/10/$pkgname-$pkgver.tar.gz)
-md5sums=('800488ff6d773b309561dfa9be5dc712')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir/" install
-}

Copied: pdf2svg/repos/community-x86_64/PKGBUILD (from rev 157722, 
pdf2svg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-19 18:27:14 UTC (rev 157723)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Stefan Husmann 
+# Contributor: corvolino 
+# Contributor: Joel Schaerer
+
+pkgname=pdf2svg
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="A pdf to svg converter"
+arch=('i686' 'x86_64')
+url="http://www.cityinthesky.co.uk/opensource/pdf2svg/;
+license=('GPL')
+depends=('poppler-glib' 'gtk2' 'glib2')
+source=($pkgname-$pkgver.tar.gz::https://github.com/db9052/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('4fb186070b3e7d33a51821e3307dce57300a062570d028feccd4e628d50dea8a')
+
+build() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+}


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

2016-01-19 Thread Jaroslav Lichtblau
Date: Tuesday, January 19, 2016 @ 19:13:58
  Author: jlichtblau
Revision: 157720

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

Added:
  vifm/repos/community-i686/PKGBUILD
(from rev 157719, vifm/trunk/PKGBUILD)
  vifm/repos/community-i686/vifm.changelog
(from rev 157719, vifm/trunk/vifm.changelog)
  vifm/repos/community-i686/vifm.install
(from rev 157719, vifm/trunk/vifm.install)
  vifm/repos/community-x86_64/PKGBUILD
(from rev 157719, vifm/trunk/PKGBUILD)
  vifm/repos/community-x86_64/vifm.changelog
(from rev 157719, vifm/trunk/vifm.changelog)
  vifm/repos/community-x86_64/vifm.install
(from rev 157719, vifm/trunk/vifm.install)
Deleted:
  vifm/repos/community-i686/PKGBUILD
  vifm/repos/community-i686/vifm.changelog
  vifm/repos/community-i686/vifm.install
  vifm/repos/community-x86_64/PKGBUILD
  vifm/repos/community-x86_64/vifm.changelog
  vifm/repos/community-x86_64/vifm.install

-+
 /PKGBUILD   |   56 ++
 /vifm.changelog |   96 ++
 /vifm.install   |   22 
 community-i686/PKGBUILD |   28 ---
 community-i686/vifm.changelog   |   45 -
 community-i686/vifm.install |   11 
 community-x86_64/PKGBUILD   |   28 ---
 community-x86_64/vifm.changelog |   45 -
 community-x86_64/vifm.install   |   11 
 9 files changed, 174 insertions(+), 168 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-19 18:13:41 UTC (rev 157719)
+++ community-i686/PKGBUILD 2016-01-19 18:13:58 UTC (rev 157720)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=vifm
-pkgver=0.8
-pkgrel=2
-pkgdesc="Ncurses based file manager with vi like keybindings"
-arch=('i686' 'x86_64')
-url="http://vifm.info/;
-license=('GPL')
-depends=('ncurses' 'desktop-file-utils')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('69eb6b50dcf462f4233ff987f0b6a295df08a27bc42577ebef725bfe58dbdeeb')
-
-build() {
-   cd "${srcdir}"/$pkgname-$pkgver
-
-   ./configure --prefix=/usr
-   make 
-}
-
-package() {
-   cd "${srcdir}"/$pkgname-$pkgver
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: vifm/repos/community-i686/PKGBUILD (from rev 157719, 
vifm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-19 18:13:58 UTC (rev 157720)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=vifm
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Ncurses based file manager with vi like keybindings"
+arch=('i686' 'x86_64')
+url="http://vifm.info/;
+license=('GPL')
+depends=('ncurses' 'desktop-file-utils')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9918ac96290f9bb2da0fdbd6e579af19de32d9eca41d0ceb5e2cb7cf08ebc379')
+
+build() {
+   cd "${srcdir}"/$pkgname-$pkgver
+
+   ./configure --prefix=/usr
+   make 
+}
+
+package() {
+   cd "${srcdir}"/$pkgname-$pkgver
+
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/vifm.changelog
===
--- community-i686/vifm.changelog   2016-01-19 18:13:41 UTC (rev 157719)
+++ community-i686/vifm.changelog   2016-01-19 18:13:58 UTC (rev 157720)
@@ -1,45 +0,0 @@
-2015-07-10 Jaroslav Lichtblau 
-   * vifm 0.8-1
-   * .install file added
-
-2014-10-28 Jaroslav Lichtblau 
-   * vifm 0.7.8-1
-
-2014-05-18 Jaroslav Lichtblau 
-   * vifm 0.7.7-1
-
-2013-11-11 Jaroslav Lichtblau 
-   * vifm 0.7.6-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * vifm 0.7.5-1
-
-2013-01-30 Jaroslav Lichtblau 
-   * vifm 0.7.4b-1
-
-2012-10-20 Jaroslav Lichtblau 
-   * vifm 0.7.4a-1
-
-2012-07-07 Jaroslav Lichtblau 
-   * vifm 0.7.3a-1
-
-2012-06-04 Jaroslav Lichtblau 
-   * vifm 0.7.3-1
-
-2012-02-25 Jaroslav Lichtblau 
-   * vifm 0.7.2-1
-
-2011-11-28 Jaroslav Lichtblau 
-   * vifm 0.7.1-1
-
-2011-10-09 Jaroslav Lichtblau 
-   * vifm 0.7.0-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * vifm 0.6.3-1
-
-2011-07-19 Jaroslav Lichtblau 
-   * vifm 0.6.2-1
-
-2010-02-15 Jaroslav Lichtblau 
-

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

2016-01-19 Thread Jaroslav Lichtblau
Date: Tuesday, January 19, 2016 @ 19:13:41
  Author: jlichtblau
Revision: 157719

upgpkg: vifm 0.8.1-1 - new upstream release

Modified:
  vifm/trunk/PKGBUILD
  vifm/trunk/vifm.changelog

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 17:40:24 UTC (rev 157718)
+++ PKGBUILD2016-01-19 18:13:41 UTC (rev 157719)
@@ -2,8 +2,8 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=vifm
-pkgver=0.8
-pkgrel=2
+pkgver=0.8.1
+pkgrel=1
 pkgdesc="Ncurses based file manager with vi like keybindings"
 arch=('i686' 'x86_64')
 url="http://vifm.info/;
@@ -12,7 +12,7 @@
 changelog=$pkgname.changelog
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('69eb6b50dcf462f4233ff987f0b6a295df08a27bc42577ebef725bfe58dbdeeb')
+sha256sums=('9918ac96290f9bb2da0fdbd6e579af19de32d9eca41d0ceb5e2cb7cf08ebc379')
 
 build() {
cd "${srcdir}"/$pkgname-$pkgver

Modified: vifm.changelog
===
--- vifm.changelog  2016-01-19 17:40:24 UTC (rev 157718)
+++ vifm.changelog  2016-01-19 18:13:41 UTC (rev 157719)
@@ -1,3 +1,6 @@
+2016-01-19 Jaroslav Lichtblau 
+   * vifm 0.8.1-1
+
 2015-07-10 Jaroslav Lichtblau 
* vifm 0.8-1
* .install file added


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

2016-01-19 Thread Jaroslav Lichtblau
Date: Tuesday, January 19, 2016 @ 19:15:55
  Author: jlichtblau
Revision: 157721

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

Added:
  vifm/repos/community-i686/PKGBUILD
(from rev 157720, vifm/trunk/PKGBUILD)
  vifm/repos/community-i686/vifm.changelog
(from rev 157720, vifm/trunk/vifm.changelog)
  vifm/repos/community-i686/vifm.install
(from rev 157720, vifm/trunk/vifm.install)
  vifm/repos/community-x86_64/PKGBUILD
(from rev 157720, vifm/trunk/PKGBUILD)
  vifm/repos/community-x86_64/vifm.changelog
(from rev 157720, vifm/trunk/vifm.changelog)
  vifm/repos/community-x86_64/vifm.install
(from rev 157720, vifm/trunk/vifm.install)
Deleted:
  vifm/repos/community-i686/PKGBUILD
  vifm/repos/community-i686/vifm.changelog
  vifm/repos/community-i686/vifm.install
  vifm/repos/community-x86_64/PKGBUILD
  vifm/repos/community-x86_64/vifm.changelog
  vifm/repos/community-x86_64/vifm.install

-+
 /PKGBUILD   |   56 ++
 /vifm.changelog |   96 ++
 /vifm.install   |   22 
 community-i686/PKGBUILD |   28 ---
 community-i686/vifm.changelog   |   48 ---
 community-i686/vifm.install |   11 
 community-x86_64/PKGBUILD   |   28 ---
 community-x86_64/vifm.changelog |   48 ---
 community-x86_64/vifm.install   |   11 
 9 files changed, 174 insertions(+), 174 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-19 18:13:58 UTC (rev 157720)
+++ community-i686/PKGBUILD 2016-01-19 18:15:55 UTC (rev 157721)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-
-pkgname=vifm
-pkgver=0.8.1
-pkgrel=1
-pkgdesc="Ncurses based file manager with vi like keybindings"
-arch=('i686' 'x86_64')
-url="http://vifm.info/;
-license=('GPL')
-depends=('ncurses' 'desktop-file-utils')
-changelog=$pkgname.changelog
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
-sha256sums=('9918ac96290f9bb2da0fdbd6e579af19de32d9eca41d0ceb5e2cb7cf08ebc379')
-
-build() {
-   cd "${srcdir}"/$pkgname-$pkgver
-
-   ./configure --prefix=/usr
-   make 
-}
-
-package() {
-   cd "${srcdir}"/$pkgname-$pkgver
-
-   make DESTDIR="${pkgdir}" install
-}

Copied: vifm/repos/community-i686/PKGBUILD (from rev 157720, 
vifm/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-19 18:15:55 UTC (rev 157721)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+
+pkgname=vifm
+pkgver=0.8.1
+pkgrel=1
+pkgdesc="Ncurses based file manager with vi like keybindings"
+arch=('i686' 'x86_64')
+url="http://vifm.info/;
+license=('GPL')
+depends=('ncurses' 'desktop-file-utils')
+changelog=$pkgname.changelog
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2)
+sha256sums=('9918ac96290f9bb2da0fdbd6e579af19de32d9eca41d0ceb5e2cb7cf08ebc379')
+
+build() {
+   cd "${srcdir}"/$pkgname-$pkgver
+
+   ./configure --prefix=/usr
+   make 
+}
+
+package() {
+   cd "${srcdir}"/$pkgname-$pkgver
+
+   make DESTDIR="${pkgdir}" install
+}

Deleted: community-i686/vifm.changelog
===
--- community-i686/vifm.changelog   2016-01-19 18:13:58 UTC (rev 157720)
+++ community-i686/vifm.changelog   2016-01-19 18:15:55 UTC (rev 157721)
@@ -1,48 +0,0 @@
-2016-01-19 Jaroslav Lichtblau 
-   * vifm 0.8.1-1
-
-2015-07-10 Jaroslav Lichtblau 
-   * vifm 0.8-1
-   * .install file added
-
-2014-10-28 Jaroslav Lichtblau 
-   * vifm 0.7.8-1
-
-2014-05-18 Jaroslav Lichtblau 
-   * vifm 0.7.7-1
-
-2013-11-11 Jaroslav Lichtblau 
-   * vifm 0.7.6-1
-
-2013-05-18 Jaroslav Lichtblau 
-   * vifm 0.7.5-1
-
-2013-01-30 Jaroslav Lichtblau 
-   * vifm 0.7.4b-1
-
-2012-10-20 Jaroslav Lichtblau 
-   * vifm 0.7.4a-1
-
-2012-07-07 Jaroslav Lichtblau 
-   * vifm 0.7.3a-1
-
-2012-06-04 Jaroslav Lichtblau 
-   * vifm 0.7.3-1
-
-2012-02-25 Jaroslav Lichtblau 
-   * vifm 0.7.2-1
-
-2011-11-28 Jaroslav Lichtblau 
-   * vifm 0.7.1-1
-
-2011-10-09 Jaroslav Lichtblau 
-   * vifm 0.7.0-1
-
-2011-08-20 Jaroslav Lichtblau 
-   * vifm 0.6.3-1
-
-2011-07-19 Jaroslav Lichtblau 

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

2016-01-19 Thread Andreas Radke
Date: Tuesday, January 19, 2016 @ 19:48:01
  Author: andyrtr
Revision: 258418

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

Added:
  cups-filters/repos/extra-i686/PKGBUILD
(from rev 258417, cups-filters/trunk/PKGBUILD)
  cups-filters/repos/extra-x86_64/PKGBUILD
(from rev 258417, cups-filters/trunk/PKGBUILD)
Deleted:
  cups-filters/repos/extra-i686/PKGBUILD
  cups-filters/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-19 18:47:47 UTC (rev 258417)
+++ extra-i686/PKGBUILD 2016-01-19 18:48:01 UTC (rev 258418)
@@ -1,55 +0,0 @@
-# $Id$
-# Maintainer: Andreas Radke 
-
-pkgname=cups-filters
-pkgver=1.6.0
-pkgrel=1
-pkgdesc="OpenPrinting CUPS Filters"
-arch=('i686' 'x86_64')
-url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
-license=('GPL')
-depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis')
-makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
-optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
-   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
-   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
-   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
-backup=(etc/fonts/conf.d/99pdftoopvp.conf
-etc/cups/cups-browsed.conf)
-source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
-provides=('foomatic-filters')
-replaces=('foomatic-filters')
-conflicts=('foomatic-filters')
-md5sums=('51b7f8f068502b6afca9bc8462b53933')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr  \
---sysconfdir=/etc \
---sbindir=/usr/bin \
---localstatedir=/var \
---with-rcdir=no \
---enable-avahi \
---with-browseremoteprotocols=DNSSD,CUPS \
---with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  
-  # add upstream systemd support file
-  install -Dm644 utils/cups-browsed.service 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|/usr/sbin/cups-browsed|/usr/bin/cups-browsed|" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  sed -i "s|cups.service|org.cups.cupsd.service|g" 
${pkgdir}/usr/lib/systemd/system/cups-browsed.service
-  
-  # use lp group from cups pkg FS#36769
-  chgrp -R lp ${pkgdir}/etc/cups
-}

Copied: cups-filters/repos/extra-i686/PKGBUILD (from rev 258417, 
cups-filters/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-19 18:48:01 UTC (rev 258418)
@@ -0,0 +1,55 @@
+# $Id$
+# Maintainer: Andreas Radke 
+
+pkgname=cups-filters
+pkgver=1.7.0
+pkgrel=1
+pkgdesc="OpenPrinting CUPS Filters"
+arch=('i686' 'x86_64')
+url="http://www.linuxfoundation.org/collaborate/workgroups/openprinting;
+license=('GPL')
+depends=('lcms2' 'poppler' 'qpdf' 'imagemagick' 'liblouis')
+makedepends=('ghostscript' 'ttf-dejavu' 'python2') # ttf-dejavu for make check
+optdepends=('ghostscript: for non-PostScript printers to print with CUPS to 
convert PostScript to raster images'
+   'foomatic-db: drivers use Ghostscript to convert PostScript to a 
printable form directly'
+   'foomatic-db-engine: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'foomatic-db-nonfree: drivers use Ghostscript to convert PostScript 
to a printable form directly'
+   'antiword: needed to convert MS Word documents (requires also 
docx2txt (AUR)')
+backup=(etc/fonts/conf.d/99pdftoopvp.conf
+etc/cups/cups-browsed.conf)
+source=(http://www.openprinting.org/download/cups-filters/$pkgname-$pkgver.tar.xz)
+provides=('foomatic-filters')
+replaces=('foomatic-filters')
+conflicts=('foomatic-filters')
+md5sums=('aa63e117f963c83ad7d916287217cbc1')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr  \
+--sysconfdir=/etc \
+--sbindir=/usr/bin \
+--localstatedir=/var \
+--with-rcdir=no \
+--enable-avahi \
+--with-browseremoteprotocols=DNSSD,CUPS \
+--with-test-font-path=/usr/share/fonts/TTF/DejaVuSans.ttf
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make 

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

2016-01-19 Thread Andreas Radke
Date: Tuesday, January 19, 2016 @ 19:47:47
  Author: andyrtr
Revision: 258417

upgpkg: cups-filters 1.7.0-1

upstream update 1.7.0

Modified:
  cups-filters/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 18:31:49 UTC (rev 258416)
+++ PKGBUILD2016-01-19 18:47:47 UTC (rev 258417)
@@ -2,7 +2,7 @@
 # Maintainer: Andreas Radke 
 
 pkgname=cups-filters
-pkgver=1.6.0
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="OpenPrinting CUPS Filters"
 arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@
 provides=('foomatic-filters')
 replaces=('foomatic-filters')
 conflicts=('foomatic-filters')
-md5sums=('51b7f8f068502b6afca9bc8462b53933')
+md5sums=('aa63e117f963c83ad7d916287217cbc1')
 
 build() {
   cd $pkgname-$pkgver


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

2016-01-19 Thread Andreas Radke
Date: Tuesday, January 19, 2016 @ 20:42:18
  Author: andyrtr
Revision: 258420

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

Added:
  sqlite/repos/testing-i686/
  sqlite/repos/testing-i686/PKGBUILD
(from rev 258419, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-i686/license.txt
(from rev 258419, sqlite/trunk/license.txt)
  sqlite/repos/testing-x86_64/
  sqlite/repos/testing-x86_64/PKGBUILD
(from rev 258419, sqlite/trunk/PKGBUILD)
  sqlite/repos/testing-x86_64/license.txt
(from rev 258419, sqlite/trunk/license.txt)

+
 testing-i686/PKGBUILD  |  115 +++
 testing-i686/license.txt   |   33 
 testing-x86_64/PKGBUILD|  115 +++
 testing-x86_64/license.txt |   33 
 4 files changed, 296 insertions(+)

Copied: sqlite/repos/testing-i686/PKGBUILD (from rev 258419, 
sqlite/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-19 19:42:18 UTC (rev 258420)
@@ -0,0 +1,115 @@
+# $Id$
+# Maintainer: Andreas Radke 
+# Contributor: Tom Newsom 
+
+pkgbase="sqlite"
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer') 
+_srcver=3100100
+_docver=${_srcver}
+#_docver=3080001
+pkgver=3.10.1
+pkgrel=2
+pkgdesc="A C library that implements an SQL database engine"
+arch=('i686' 'x86_64')
+license=('custom:Public Domain')
+url="http://www.sqlite.org/;
+makedepends=('tcl' 'readline')
+source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip
+http://www.sqlite.org/2016/sqlite-doc-${_docver}.zip
+license.txt)
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
+sha1sums=('01f5aa582d41b1f306bd68555977ce7772bace8a'
+  '1a7035b584b9b587346c55ffcd384db2509ced9c'
+  'f34f6daa4ab3073d74e774aad21d66878cf26853')
+
+prepare() {
+  cd sqlite-src-$_srcver
+#  autoreconf -vfi
+}
+
+build() {
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_SECURE_DELETE"
+
+  # build sqlite
+  cd sqlite-src-$_srcver
+  ./configure --prefix=/usr \
+   --disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
+   TCLLIBDIR=/usr/lib/sqlite$pkgver
+  make
+  # build additional tools
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
+}
+
+package_sqlite() {
+ 
+ pkgdesc="A C library that implements an SQL database engine"
+ depends=('readline')
+ provides=("sqlite3=$pkgver")
+ replaces=("sqlite3")
+ 
+  cd sqlite-src-$_srcver
+  make DESTDIR=${pkgdir} install
+  
+  install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
+  
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/man1
+  install -m644 sqlite3.1 ${pkgdir}/usr/share/man/man1/
+  
+  # license - no linking required because pkgbase=pkgname
+  install -D -m644 ${srcdir}/license.txt 
${pkgdir}/usr/share/licenses/${pkgbase}/license.txt
+  
+  # split out tcl extension
+  mkdir $srcdir/tcl
+  mv $pkgdir/usr/lib/sqlite* $srcdir/tcl
+}
+
+package_sqlite-tcl() {
+ 
+ pkgdesc="sqlite Tcl Extension Architecture (TEA)"
+ depends=('sqlite')
+ provides=("sqlite3-tcl=$pkgver")
+ replaces=("sqlite3-tcl")
+
+  install -m755 -d ${pkgdir}/usr/lib
+  mv $srcdir/tcl/* ${pkgdir}/usr/lib
+  
+  # install manpage
+  install -m755 -d ${pkgdir}/usr/share/man/mann
+  install -m644 ${srcdir}/sqlite-src-$_srcver/autoconf/tea/doc/sqlite3.n 
${pkgdir}/usr/share/man/mann/
+  
+  # link license
+  install -m755 -d ${pkgdir}/usr/share/licenses
+  ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+package_sqlite-analyzer() {
+ 
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 sqlite3_analyzer ${pkgdir}/usr/bin/
+}
+
+package_sqlite-doc() {
+
+ pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
+ #arch=('any') - not yet supported
+ provides=("sqlite3-doc=$pkgver")
+ replaces=("sqlite3-doc")
+ 
+  cd sqlite-doc-${_docver}
+  mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
+  cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
+}

Copied: sqlite/repos/testing-i686/license.txt (from rev 258419, 
sqlite/trunk/license.txt)
===
--- testing-i686/license.txt(rev 0)
+++ testing-i686/license.txt2016-01-19 19:42:18 UTC (rev 258420)
@@ -0,0 

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

2016-01-19 Thread Andreas Radke
Date: Tuesday, January 19, 2016 @ 20:42:02
  Author: andyrtr
Revision: 258419

upgpkg: sqlite 3.10.1-2

fully disable amalgamation build; enable FTS5 and JSON1 extensions - FS#47800; 
build sqlite-analyzer

Modified:
  sqlite/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 18:48:01 UTC (rev 258418)
+++ PKGBUILD2016-01-19 19:42:02 UTC (rev 258419)
@@ -3,12 +3,12 @@
 # Contributor: Tom Newsom 
 
 pkgbase="sqlite"
-pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc') 
+pkgname=('sqlite' 'sqlite-tcl' 'sqlite-doc' 'sqlite-analyzer') 
 _srcver=3100100
 _docver=${_srcver}
 #_docver=3080001
 pkgver=3.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A C library that implements an SQL database engine"
 arch=('i686' 'x86_64')
 license=('custom:Public Domain')
@@ -17,32 +17,36 @@
 source=(http://www.sqlite.org/2016/sqlite-src-${_srcver}.zip
 http://www.sqlite.org/2016/sqlite-doc-${_docver}.zip
 license.txt)
-options=('!emptydirs' '!makeflags')
+options=('!emptydirs' '!makeflags') # json extensions breaks parallel build
 sha1sums=('01f5aa582d41b1f306bd68555977ce7772bace8a'
   '1a7035b584b9b587346c55ffcd384db2509ced9c'
   'f34f6daa4ab3073d74e774aad21d66878cf26853')
 
 prepare() {
-  cd "$srcdir"/sqlite-src-$_srcver
-  autoreconf -vfi
+  cd sqlite-src-$_srcver
+#  autoreconf -vfi
 }
 
 build() {
-  export CFLAGS="$CFLAGS -DSQLITE_ENABLE_FTS3=1 \
- -DSQLITE_ENABLE_COLUMN_METADATA=1 \
- -DSQLITE_ENABLE_UNLOCK_NOTIFY \
- -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
- -DSQLITE_ENABLE_RTREE=1 \
- -DSQLITE_SECURE_DELETE"
+  export CPPFLAGS="$CPPFLAGS -DSQLITE_ENABLE_COLUMN_METADATA=1 \
+ -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+ -DSQLITE_ENABLE_DBSTAT_VTAB=1 \
+ -DSQLITE_SECURE_DELETE"
 
   # build sqlite
-  cd "$srcdir"/sqlite-src-$_srcver
+  cd sqlite-src-$_srcver
   ./configure --prefix=/usr \
--disable-static \
+   --disable-amalgamation \
+   --enable-fts3 \
+   --enable-fts4 \
+   --enable-fts5 \
+   --enable-rtree \
+   --enable-json1 \
TCLLIBDIR=/usr/lib/sqlite$pkgver
   make
   # build additional tools
-  make showdb showjournal showstat4 showwal sqldiff
+  make showdb showjournal showstat4 showwal sqldiff sqlite3_analyzer
 }
 
 package_sqlite() {
@@ -52,7 +56,7 @@
  provides=("sqlite3=$pkgver")
  replaces=("sqlite3")
  
-  cd ${srcdir}/sqlite-src-$_srcver
+  cd sqlite-src-$_srcver
   make DESTDIR=${pkgdir} install
   
   install -m755 showdb showjournal showstat4 showwal sqldiff ${pkgdir}/usr/bin/
@@ -88,6 +92,16 @@
   ln -sf /usr/share/licenses/${pkgbase} 
"${pkgdir}/usr/share/licenses/${pkgname}"
 }
 
+package_sqlite-analyzer() {
+ 
+ pkgdesc="An analysis program for sqlite3 database files"
+ depends=('sqlite' 'tcl')
+
+  cd sqlite-src-$_srcver
+  install -m755 -d ${pkgdir}/usr/bin
+  install -m755 sqlite3_analyzer ${pkgdir}/usr/bin/
+}
+
 package_sqlite-doc() {
 
  pkgdesc="most of the static HTML files that comprise this website, including 
all of the SQL Syntax and the C/C++ interface specs and other miscellaneous 
documentation"
@@ -95,8 +109,7 @@
  provides=("sqlite3-doc=$pkgver")
  replaces=("sqlite3-doc")
  
-  #cd ${srcdir}/sqlite-doc-${_amalgamationver}
-  cd ${srcdir}/sqlite-doc-${_docver}
+  cd sqlite-doc-${_docver}
   mkdir -p ${pkgdir}/usr/share/doc/${pkgbase}
   cp -R *  ${pkgdir}/usr/share/doc/${pkgbase}/
 }


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

2016-01-19 Thread Jaroslav Lichtblau
Date: Tuesday, January 19, 2016 @ 19:26:57
  Author: jlichtblau
Revision: 157722

upgpkg: pdf2svg 0.2.3-1 - new upstream release

Modified:
  pdf2svg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 18:15:55 UTC (rev 157721)
+++ PKGBUILD2016-01-19 18:26:57 UTC (rev 157722)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau 
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Stefan Husmann 
 # Contributor: corvolino 
 # Contributor: Joel Schaerer
 
 pkgname=pdf2svg
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc="A pdf to svg converter"
 arch=('i686' 'x86_64')
@@ -12,11 +12,11 @@
 url="http://www.cityinthesky.co.uk/opensource/pdf2svg/;
 license=('GPL')
 depends=('poppler-glib' 'gtk2' 'glib2')
-source=(http://www.cityinthesky.co.uk/wp-content/uploads/2013/10/$pkgname-$pkgver.tar.gz)
-md5sums=('800488ff6d773b309561dfa9be5dc712')
+source=($pkgname-$pkgver.tar.gz::https://github.com/db9052/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('4fb186070b3e7d33a51821e3307dce57300a062570d028feccd4e628d50dea8a')
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "${srcdir}"/$pkgname-$pkgver
 
   ./configure --prefix=/usr
   make
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "${srcdir}"/$pkgname-$pkgver
 
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="${pkgdir}" install
 }


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:06:10
  Author: fyan
Revision: 157743

upgpkg: haskell-primitive 0.6.1.0-1

Modified:
  haskell-primitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:04:24 UTC (rev 157742)
+++ PKGBUILD2016-01-20 02:06:10 UTC (rev 157743)
@@ -2,18 +2,17 @@
 # Maintainer: Sergej Pupykin 
 
 pkgname=haskell-primitive
-pkgver=0.6
-pkgrel=4
+pkgver=0.6.1.0
+pkgrel=1
 pkgdesc="Wrappers for primitive operations"
 url="http://hackage.haskell.org/package/primitive;
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
-makedepends=()
 depends=("ghc")
-options=('strip' 'staticlibs')
+options=('staticlibs')
 install="${pkgname}.install"
 
source=("http://hackage.haskell.org/packages/archive/primitive/${pkgver}/primitive-${pkgver}.tar.gz;)
-sha256sums=('34a5f39213c68369e7edc2a3ea175d3f4edbf89e9f084710eff6f2d69722')
+sha256sums=('93731fa72eaf74e8e83453f080828e18cec9fbc82bee91b49ba8b61c043d38c8')
 
 build() {
   cd ${srcdir}/primitive-${pkgver}


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:38:35
  Author: fyan
Revision: 157757

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

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

-+
 community-staging-i686/PKGBUILD |   50 ++
 community-staging-i686/haskell-parsec.install   |   35 +++
 community-staging-x86_64/PKGBUILD   |   50 ++
 community-staging-x86_64/haskell-parsec.install |   35 +++
 4 files changed, 170 insertions(+)

Copied: haskell-parsec/repos/community-staging-i686/PKGBUILD (from rev 157756, 
haskell-parsec/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:38:35 UTC (rev 157757)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.9
+pkgrel=7
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh' 'haskell-mtl' 'haskell-text')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('6ec46302afa68518bac5f1117b6349f5')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${_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-parsec/repos/community-staging-i686/haskell-parsec.install 
(from rev 157756, haskell-parsec/trunk/haskell-parsec.install)
===
--- community-staging-i686/haskell-parsec.install   
(rev 0)
+++ community-staging-i686/haskell-parsec.install   2016-01-20 02:38:35 UTC 
(rev 157757)
@@ -0,0 +1,35 @@
+pkgname=haskell-parsec
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-parsec/repos/community-staging-x86_64/PKGBUILD (from rev 
157756, haskell-parsec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:38:35 UTC (rev 157757)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=parsec
+pkgname=haskell-parsec
+pkgver=3.1.9
+pkgrel=7
+pkgdesc="Monadic parser combinators"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh' 'haskell-mtl' 'haskell-text')
+install=${pkgname}.install
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('6ec46302afa68518bac5f1117b6349f5')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:37:13
  Author: fyan
Revision: 157755

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

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

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

Copied: haskell-comonad/repos/community-staging-i686/PKGBUILD (from rev 157754, 
haskell-comonad/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:37:13 UTC (rev 157755)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=comonad
+pkgname=haskell-comonad
+pkgver=5
+pkgrel=3
+pkgdesc="Comonads"
+url="http://github.com/ekmett/comonad/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-contravariant" "haskell-distributive" 
"haskell-semigroups"
+ "haskell-tagged" "haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('78e5b19da5b701d14ceb2ca19191cc6205b2024ff2f71b754f5e949faa19cb2a')
+
+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 \
+-fdistributive -fcontravariant -fcontainers -ftest-doctests
+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-comonad/repos/community-staging-i686/haskell-comonad.install 
(from rev 157754, haskell-comonad/trunk/haskell-comonad.install)
===
--- community-staging-i686/haskell-comonad.install  
(rev 0)
+++ community-staging-i686/haskell-comonad.install  2016-01-20 02:37:13 UTC 
(rev 157755)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-comonad
+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-comonad/repos/community-staging-x86_64/PKGBUILD (from rev 
157754, haskell-comonad/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:37:13 UTC (rev 157755)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=comonad
+pkgname=haskell-comonad
+pkgver=5
+pkgrel=3
+pkgdesc="Comonads"
+url="http://github.com/ekmett/comonad/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-contravariant" "haskell-distributive" 
"haskell-semigroups"
+ "haskell-tagged" 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:38:06
  Author: fyan
Revision: 157756

upgpkg: haskell-parsec 3.1.9-7

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-parsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:37:13 UTC (rev 157755)
+++ PKGBUILD2016-01-20 02:38:06 UTC (rev 157756)
@@ -3,7 +3,7 @@
 _hkgname=parsec
 pkgname=haskell-parsec
 pkgver=3.1.9
-pkgrel=6
+pkgrel=7
 pkgdesc="Monadic parser combinators"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:50:54
  Author: fyan
Revision: 157764

upgpkg: haskell-bifunctors 5.2-3

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-bifunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:47:46 UTC (rev 157763)
+++ PKGBUILD2016-01-20 02:50:54 UTC (rev 157764)
@@ -5,7 +5,7 @@
 _hkgname=bifunctors
 pkgname=haskell-bifunctors
 pkgver=5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Bifunctors"
 url="http://github.com/ekmett/bifunctors/;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:56:08
  Author: fyan
Revision: 157770

upgpkg: haskell-vault 0.3.0.5-2

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-vault/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:55:43 UTC (rev 157769)
+++ PKGBUILD2016-01-20 02:56:08 UTC (rev 157770)
@@ -5,7 +5,7 @@
 _hkgname=vault
 pkgname=haskell-vault
 pkgver=0.3.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc="A persistent store for values of arbitrary types"
 url="https://github.com/HeinrichApfelmus/vault;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:06:29
  Author: fyan
Revision: 157778

upgpkg: haskell-http-types 0.9-5

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-http-types/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:06:24 UTC (rev 15)
+++ PKGBUILD2016-01-20 03:06:29 UTC (rev 157778)
@@ -5,7 +5,7 @@
 _hkgname=http-types
 pkgname=haskell-http-types
 pkgver=0.9
-pkgrel=4
+pkgrel=5
 pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:07:02
  Author: fyan
Revision: 157779

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

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

-+
 community-staging-i686/PKGBUILD |   40 ++
 community-staging-i686/haskell-http-types.install   |   18 
 community-staging-x86_64/PKGBUILD   |   40 ++
 community-staging-x86_64/haskell-http-types.install |   18 
 4 files changed, 116 insertions(+)

Copied: haskell-http-types/repos/community-staging-i686/PKGBUILD (from rev 
157778, haskell-http-types/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:07:02 UTC (rev 157779)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9
+pkgrel=5
+pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('3569c6e2712e62590fbf4a20dcf8d4f3')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock
+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-http-types/repos/community-staging-i686/haskell-http-types.install 
(from rev 157778, haskell-http-types/trunk/haskell-http-types.install)
===
--- community-staging-i686/haskell-http-types.install   
(rev 0)
+++ community-staging-i686/haskell-http-types.install   2016-01-20 03:07:02 UTC 
(rev 157779)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-types
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-types/repos/community-staging-x86_64/PKGBUILD (from rev 
157778, haskell-http-types/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:07:02 UTC (rev 157779)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=http-types
+pkgname=haskell-http-types
+pkgver=0.9
+pkgrel=5
+pkgdesc="Generic HTTP types for Haskell (for both client and server code)."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-blaze-builder' 'haskell-case-insensitive' 
'haskell-text')
+options=('staticlibs')

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:06:24
  Author: fyan
Revision: 15

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

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

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

Copied: haskell-aeson/repos/community-staging-i686/PKGBUILD (from rev 157776, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:06:24 UTC (rev 15)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=0.10.0.0
+pkgrel=6
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=7.10.3" 'haskell-attoparsec' 'haskell-unordered-containers' 
'haskell-mtl'
+ 'haskell-syb' 'haskell-vector' 'haskell-dlist')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+options=('staticlibs')
+install=$pkgname.install
+md5sums=('a7f29ab57d21f7aa5d2889b2b386b2a1')
+
+build() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd "$srcdir/$_hkgname-$pkgver"
+  install -Dm744 register.sh "$pkgdir/usr/share/haskell/$pkgname/register.sh"
+  install -m744 unregister.sh 
"$pkgdir/usr/share/haskell/$pkgname/unregister.sh"
+  install -dm755 "$pkgdir/usr/share/doc/ghc/html/libraries"
+  ln -s /usr/share/doc/$pkgname/html 
"$pkgdir/usr/share/doc/ghc/html/libraries/$_hkgname"
+  runhaskell Setup copy --destdir="$pkgdir"
+  rm -f "$pkgdir/usr/share/doc/$pkgname/LICENSE"
+}

Copied: haskell-aeson/repos/community-staging-i686/haskell-aeson.install (from 
rev 157776, haskell-aeson/trunk/haskell-aeson.install)
===
--- community-staging-i686/haskell-aeson.install
(rev 0)
+++ community-staging-i686/haskell-aeson.install2016-01-20 03:06:24 UTC 
(rev 15)
@@ -0,0 +1,23 @@
+HS_DIR=usr/share/haskell/haskell-aeson
+
+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-aeson/repos/community-staging-x86_64/PKGBUILD (from rev 157776, 
haskell-aeson/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:06:24 UTC (rev 15)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+
+pkgname=haskell-aeson
+_hkgname=aeson
+pkgver=0.10.0.0
+pkgrel=6
+pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
+url="https://github.com/bos/aeson;
+license=("GPL")
+arch=('i686' 'x86_64')
+makedepends=('ghc')
+depends=("ghc=7.10.3" 'haskell-attoparsec' 'haskell-unordered-containers' 
'haskell-mtl'
+ 'haskell-syb' 'haskell-vector' 'haskell-dlist')
+source=("http://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-${pkgver}.tar.gz;)
+options=('staticlibs')

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:05:36
  Author: fyan
Revision: 157775

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

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

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

Copied: haskell-profunctors/repos/community-staging-i686/PKGBUILD (from rev 
157774, haskell-profunctors/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:05:36 UTC (rev 157775)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=profunctors
+pkgname=haskell-profunctors
+pkgver=5.2
+pkgrel=3
+pkgdesc="Profunctors"
+url="http://github.com/ekmett/profunctors/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-tagged")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('87a7e25c4745ea8ff479dd1212ec2e57710abb3d3dd30f948fa16be1d3ee05a4')
+
+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-profunctors/repos/community-staging-i686/haskell-profunctors.install 
(from rev 157774, haskell-profunctors/trunk/haskell-profunctors.install)
===
--- community-staging-i686/haskell-profunctors.install  
(rev 0)
+++ community-staging-i686/haskell-profunctors.install  2016-01-20 03:05:36 UTC 
(rev 157775)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-profunctors
+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-profunctors/repos/community-staging-x86_64/PKGBUILD (from rev 
157774, haskell-profunctors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:05:36 UTC (rev 157775)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=profunctors
+pkgname=haskell-profunctors
+pkgver=5.2
+pkgrel=3
+pkgdesc="Profunctors"
+url="http://github.com/ekmett/profunctors/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base-orphans" "haskell-bifunctors" 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:05:53
  Author: fyan
Revision: 157776

upgpkg: haskell-aeson 0.10.0.0-6

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:05:36 UTC (rev 157775)
+++ PKGBUILD2016-01-20 03:05:53 UTC (rev 157776)
@@ -6,7 +6,7 @@
 pkgname=haskell-aeson
 _hkgname=aeson
 pkgver=0.10.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="A JSON parsing and encoding library optimized for ease of use and 
high performance."
 url="https://github.com/bos/aeson;
 license=("GPL")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:05:03
  Author: fyan
Revision: 157774

upgpkg: haskell-profunctors 5.2-3

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-profunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:04:57 UTC (rev 157773)
+++ PKGBUILD2016-01-20 03:05:03 UTC (rev 157774)
@@ -5,7 +5,7 @@
 _hkgname=profunctors
 pkgname=haskell-profunctors
 pkgver=5.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Profunctors"
 url="http://github.com/ekmett/profunctors/;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 02:10:35
  Author: fyan
Revision: 258424

upgpkg: python-packaging 16.0-1

Modified:
  python-packaging/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 23:33:51 UTC (rev 258423)
+++ PKGBUILD2016-01-20 01:10:35 UTC (rev 258424)
@@ -4,15 +4,16 @@
 pkgbase=python-packaging
 pkgname=(python-packaging python2-packaging)
 _pkgname=packaging
-pkgver=15.3
-pkgrel=2
+pkgver=16.0
+_commit=fd6c1d301a5162d4c78620444c55bd56aa2670a0
+pkgrel=1
 pkgdesc="Core utilities for Python packages"
 arch=('any')
 url="https://github.com/pypa/packaging;
 license=('Apache')
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pyparsing' 
'python2-pyparsing' 'git')
 checkdepends=('python-pytest-runner' 'python2-pytest-runner' 'python-pretend' 
'python2-pretend' 'python-coverage' 'python2-coverage')
-source=("git+https://github.com/pypa/packaging.git#tag=$pkgver;)
+source=("git+https://github.com/pypa/packaging.git#commit=$_commit;)
 md5sums=('SKIP')
 
 prepare() {
@@ -36,7 +37,7 @@
 }
 
 package_python-packaging() {
-  depends=('python')
+  depends=('python-pyparsing')
 
   cd "${srcdir}/${_pkgname}"
   python setup.py install --root "$pkgdir"
@@ -43,7 +44,7 @@
 }
 
 package_python2-packaging() {
-  depends=('python2')
+  depends=('python2-pyparsing')
 
   cd "${srcdir}/${_pkgname}-py2"
   python2 setup.py install --root "$pkgdir"


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 02:10:51
  Author: fyan
Revision: 258425

archrelease: copy trunk to testing-any

Added:
  python-packaging/repos/testing-any/
  python-packaging/repos/testing-any/PKGBUILD
(from rev 258424, python-packaging/trunk/PKGBUILD)

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

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


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

2016-01-19 Thread Anatol Pomozov
Date: Wednesday, January 20, 2016 @ 02:35:57
  Author: anatolik
Revision: 157730

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-20 01:35:15 UTC (rev 157729)
+++ community-i686/PKGBUILD 2016-01-20 01:35:57 UTC (rev 157730)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov 
-
-pkgname=tarantool
-_commit=3dbc9ffe87307cd8f2ae84ce67824695c7eaf369
-pkgver=1.6.7.r562
-pkgrel=1
-pkgdesc='Lua application server integrated with a database management system'
-arch=(i686 x86_64)
-url='http://www.tarantool.org'
-license=(BSD)
-depends=(readline ncurses zlib)
-makedepends=(git cmake)
-checkdepends=(python2-daemon python2-gevent python2-tarantool)
-source=(git://github.com/tarantool/tarantool.git#commit=$_commit
-git://github.com/tarantool/luajit.git
-git://github.com/tarantool/msgpuck.git
-git://github.com/rtsisyk/luafun.git
-git://github.com/tarantool/sophia.git
-git://github.com/tarantool/test-run.git
-git://github.com/tarantool/small.git)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP'
-  'SKIP')
-
-pkgver() {
-  cd tarantool
-  git describe | sed 's/^v//; s/-/.r/; s/-.*//'
-}
-
-build() {
-  cd tarantool
-
-  # tarantool uses git submodule, handle this
-  git submodule init
-  git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
-  git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
-  git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
-  git config -f .gitmodules 'submodule.sophia.url' "$srcdir/sophia"
-  git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
-  git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
-  git submodule sync
-  git submodule update
-
-  cmake \
--DCMAKE_INSTALL_PREFIX=/usr \
--DCMAKE_INSTALL_SYSCONFDIR=/etc/tarantool \
--DCMAKE_INSTALL_LIBDIR=/usr/lib \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_SKIP_RPATH=ON \
-.
-
-  make
-}
-
-check() {
-  cd tarantool/test
-  ./test-run.py --suite box
-}
-
-package() {
-  cd tarantool
-  make install DESTDIR="$pkgdir"
-
-  install -D -m644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  rm "$pkgdir/usr/share/doc/tarantool/LICENSE"
-}

Copied: tarantool/repos/community-i686/PKGBUILD (from rev 157729, 
tarantool/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-20 01:35:57 UTC (rev 157730)
@@ -0,0 +1,71 @@
+# $Id$
+# Maintainer: Anatol Pomozov 
+
+pkgname=tarantool
+_commit=3fb2936620674fe33b98cccb9c462068f4a587e0
+pkgver=1.6.7.r592
+pkgrel=1
+pkgdesc='Lua application server integrated with a database management system'
+arch=(i686 x86_64)
+url='http://www.tarantool.org'
+license=(BSD)
+depends=(readline ncurses zlib)
+makedepends=(git cmake)
+checkdepends=(python2-daemon python2-gevent python2-tarantool)
+source=(git://github.com/tarantool/tarantool.git#commit=$_commit
+git://github.com/tarantool/luajit.git
+git://github.com/tarantool/msgpuck.git
+git://github.com/rtsisyk/luafun.git
+git://github.com/tarantool/sophia.git
+git://github.com/tarantool/test-run.git
+git://github.com/tarantool/small.git)
+sha1sums=('SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP'
+  'SKIP')
+
+pkgver() {
+  cd tarantool
+  git describe | sed 's/^v//; s/-/.r/; s/-.*//'
+}
+
+build() {
+  cd tarantool
+
+  # tarantool uses git submodule, handle this
+  git submodule init
+  git config -f .gitmodules 'submodule.third_party/luajit.url' "$srcdir/luajit"
+  git config -f .gitmodules 'submodule.src/lib/msgpuck.url' "$srcdir/msgpuck"
+  git config -f .gitmodules 'submodule.third_party/luafun.url' "$srcdir/luafun"
+  git config -f .gitmodules 'submodule.sophia.url' "$srcdir/sophia"
+  git config -f .gitmodules 'submodule.test-run.url' "$srcdir/test-run"
+  git config -f .gitmodules 'submodule.src/lib/small.url' "$srcdir/small"
+  git submodule sync
+  git submodule update
+
+  cmake \
+-DCMAKE_INSTALL_PREFIX=/usr \
+

[arch-commits] Commit in perl-html-parser/trunk (PKGBUILD)

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 02:36:31
  Author: fyan
Revision: 258426

upgpkg: perl-html-parser 3.72-1

Modified:
  perl-html-parser/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 01:10:51 UTC (rev 258425)
+++ PKGBUILD2016-01-20 01:36:31 UTC (rev 258426)
@@ -5,8 +5,8 @@
 # Contributor: Firmicus 
 
 pkgname=perl-html-parser
-pkgver=3.71
-pkgrel=4
+pkgver=3.72
+pkgrel=1
 pkgdesc="Perl HTML parser class"
 arch=('i686' 'x86_64')
 license=('PerlArtistic')
@@ -15,7 +15,7 @@
 checkdepends=('perl-test-pod')
 options=('!emptydirs')
 source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-${pkgver}.tar.gz)
-md5sums=('9128a45893097dfa3bf03301b19c5efe')
+md5sums=('eb7505e5f626913350df9dd4a03d54a8')
 
 build() {
   cd HTML-Parser-${pkgver}


[arch-commits] Commit in perl-html-parser/repos (4 files)

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 02:37:33
  Author: fyan
Revision: 258427

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

Added:
  perl-html-parser/repos/extra-i686/PKGBUILD
(from rev 258426, perl-html-parser/trunk/PKGBUILD)
  perl-html-parser/repos/extra-x86_64/PKGBUILD
(from rev 258426, perl-html-parser/trunk/PKGBUILD)
Deleted:
  perl-html-parser/repos/extra-i686/PKGBUILD
  perl-html-parser/repos/extra-x86_64/PKGBUILD

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-01-20 01:36:31 UTC (rev 258426)
+++ extra-i686/PKGBUILD 2016-01-20 01:37:33 UTC (rev 258427)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: kevin 
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus 
-
-pkgname=perl-html-parser
-pkgver=3.71
-pkgrel=4
-pkgdesc="Perl HTML parser class"
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/HTML-Parser/;
-depends=('perl-html-tagset')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-${pkgver}.tar.gz)
-md5sums=('9128a45893097dfa3bf03301b19c5efe')
-
-build() {
-  cd HTML-Parser-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd HTML-Parser-${pkgver}
-  make test
-}
-
-package() {
-  cd HTML-Parser-${pkgver}
-  make install DESTDIR="${pkgdir}"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}

Copied: perl-html-parser/repos/extra-i686/PKGBUILD (from rev 258426, 
perl-html-parser/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-01-20 01:37:33 UTC (rev 258427)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: kevin 
+# Contributor: Manolis Tzanidakis
+# Contributor: Firmicus 
+
+pkgname=perl-html-parser
+pkgver=3.72
+pkgrel=1
+pkgdesc="Perl HTML parser class"
+arch=('i686' 'x86_64')
+license=('PerlArtistic')
+url="http://search.cpan.org/dist/HTML-Parser/;
+depends=('perl-html-tagset')
+checkdepends=('perl-test-pod')
+options=('!emptydirs')
+source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-${pkgver}.tar.gz)
+md5sums=('eb7505e5f626913350df9dd4a03d54a8')
+
+build() {
+  cd HTML-Parser-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd HTML-Parser-${pkgver}
+  make test
+}
+
+package() {
+  cd HTML-Parser-${pkgver}
+  make install DESTDIR="${pkgdir}"
+# template start; name=perl-binary-module-dependency; version=1;
+if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
+   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
+   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
+   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
+fi
+# template end;
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2016-01-20 01:36:31 UTC (rev 258426)
+++ extra-x86_64/PKGBUILD   2016-01-20 01:37:33 UTC (rev 258427)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: kevin 
-# Contributor: Manolis Tzanidakis
-# Contributor: Firmicus 
-
-pkgname=perl-html-parser
-pkgver=3.71
-pkgrel=4
-pkgdesc="Perl HTML parser class"
-arch=('i686' 'x86_64')
-license=('PerlArtistic')
-url="http://search.cpan.org/dist/HTML-Parser/;
-depends=('perl-html-tagset')
-checkdepends=('perl-test-pod')
-options=('!emptydirs')
-source=(http://www.cpan.org/authors/id/G/GA/GAAS/HTML-Parser-${pkgver}.tar.gz)
-md5sums=('9128a45893097dfa3bf03301b19c5efe')
-
-build() {
-  cd HTML-Parser-${pkgver}
-  perl Makefile.PL INSTALLDIRS=vendor
-  make
-}
-
-check() {
-  cd HTML-Parser-${pkgver}
-  make test
-}
-
-package() {
-  cd HTML-Parser-${pkgver}
-  make install DESTDIR="${pkgdir}"
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 02:46:17
  Author: fyan
Revision: 157734

archrelease: copy trunk to community-any

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

--+
 LICENSE  |   44 ++--
 PKGBUILD |   57 ++---
 2 files changed, 52 insertions(+), 49 deletions(-)

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-20 01:46:01 UTC (rev 157733)
+++ PKGBUILD2016-01-20 01:46:17 UTC (rev 157734)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Mario Finelli 
-# Contributor: Andy Weidenbaum 
-# Contributor: Peter Wu 
-
-_npmname=babel-cli
-pkgname=nodejs-$_npmname
-pkgver=6.4.0
-pkgrel=1
-pkgdesc="A compiler for writing next generation JavaScript"
-arch=('any')
-url="https://babeljs.io/;
-license=('MIT')
-depends=('nodejs')
-makedepends=('npm')
-source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;
-LICENSE)
-noextract=($_npmname-$pkgver.tgz)
-sha256sums=('eed82e35b4189d588773856a263675a13195c6a6321ec95c2bccf833e33650fe'
-'8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
-
-package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}

Copied: nodejs-babel-cli/repos/community-any/PKGBUILD (from rev 157733, 
nodejs-babel-cli/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-20 01:46:17 UTC (rev 157734)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Mario Finelli 
+# Contributor: Andy Weidenbaum 
+# Contributor: Peter Wu 
+
+_npmname=babel-cli
+pkgname=nodejs-$_npmname
+pkgver=6.4.5
+pkgrel=1
+pkgdesc="A 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 02:46:01
  Author: fyan
Revision: 157733

upgpkg: nodejs-babel-cli 6.4.5-1

Modified:
  nodejs-babel-cli/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 01:42:07 UTC (rev 157732)
+++ PKGBUILD2016-01-20 01:46:01 UTC (rev 157733)
@@ -6,7 +6,7 @@
 
 _npmname=babel-cli
 pkgname=nodejs-$_npmname
-pkgver=6.4.0
+pkgver=6.4.5
 pkgrel=1
 pkgdesc="A compiler for writing next generation JavaScript"
 arch=('any')
@@ -17,7 +17,7 @@
 source=("https://registry.npmjs.org/$_npmname/-/$_npmname-$pkgver.tgz;
 LICENSE)
 noextract=($_npmname-$pkgver.tgz)
-sha256sums=('eed82e35b4189d588773856a263675a13195c6a6321ec95c2bccf833e33650fe'
+sha256sums=('4b39a28cf9cced87fafd1efbd59f877e812d2c62a25d9ff22f15ac04a58eb16b'
 '8a5a22eb7991f5a022b91273b2395c2342f56fb43deddd29c248efb40c8ad62c')
 
 package() {
@@ -24,4 +24,7 @@
   npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$_npmname-$pkgver.tgz
   rm -r "$pkgdir"/usr/etc
   install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+  find "$pkgdir/usr" -type f -exec chmod 644 '{}' +
+  find "$pkgdir/usr" -type d -exec chmod 755 '{}' +
 }


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 02:55:07
  Author: fyan
Revision: 157735

upgpkg: haskell-text 1.2.2.0-1

Modified:
  haskell-text/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 01:46:17 UTC (rev 157734)
+++ PKGBUILD2016-01-20 01:55:07 UTC (rev 157735)
@@ -2,8 +2,8 @@
 
 _hkgname=text
 pkgname=haskell-text
-pkgver=1.2.1.3
-pkgrel=4
+pkgver=1.2.2.0
+pkgrel=1
 pkgdesc="An efficient packed Unicode text type."
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
@@ -12,7 +12,7 @@
 depends=('ghc=7.10.3' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
-md5sums=('cda1b7c5322b46b2e5fdab92e2e21dd7')
+md5sums=('78f8a4720844d5a2064eb9f4a3935ae1')
 
 build() {
   cd ${_hkgname}-${pkgver}


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 02:55:29
  Author: fyan
Revision: 157736

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

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

---+
 community-staging-i686/PKGBUILD   |   50 
 community-staging-i686/haskell-text.install   |   35 
 community-staging-x86_64/PKGBUILD |   50 
 community-staging-x86_64/haskell-text.install |   35 
 4 files changed, 170 insertions(+)

Copied: haskell-text/repos/community-staging-i686/PKGBUILD (from rev 157735, 
haskell-text/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 01:55:29 UTC (rev 157736)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=1.2.2.0
+pkgrel=1
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('78f8a4720844d5a2064eb9f4a3935ae1')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+
+  cd ${_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-text/repos/community-staging-i686/haskell-text.install (from 
rev 157735, haskell-text/trunk/haskell-text.install)
===
--- community-staging-i686/haskell-text.install (rev 0)
+++ community-staging-i686/haskell-text.install 2016-01-20 01:55:29 UTC (rev 
157736)
@@ -0,0 +1,35 @@
+pkgname=haskell-text
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-text/repos/community-staging-x86_64/PKGBUILD (from rev 157735, 
haskell-text/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 01:55:29 UTC (rev 157736)
@@ -0,0 +1,50 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=text
+pkgname=haskell-text
+pkgver=1.2.2.0
+pkgrel=1
+pkgdesc="An efficient packed Unicode text type."
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('78f8a4720844d5a2064eb9f4a3935ae1')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:01:29
  Author: fyan
Revision: 157740

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

Added:
  haskell-unordered-containers/repos/community-staging-i686/
  haskell-unordered-containers/repos/community-staging-i686/PKGBUILD
(from rev 157739, haskell-unordered-containers/trunk/PKGBUILD)
  
haskell-unordered-containers/repos/community-staging-i686/haskell-unordered-containers.install
(from rev 157739, 
haskell-unordered-containers/trunk/haskell-unordered-containers.install)
  haskell-unordered-containers/repos/community-staging-x86_64/
  haskell-unordered-containers/repos/community-staging-x86_64/PKGBUILD
(from rev 157739, haskell-unordered-containers/trunk/PKGBUILD)
  
haskell-unordered-containers/repos/community-staging-x86_64/haskell-unordered-containers.install
(from rev 157739, 
haskell-unordered-containers/trunk/haskell-unordered-containers.install)

---+
 community-staging-i686/PKGBUILD   |   46 ++
 community-staging-i686/haskell-unordered-containers.install   |   18 +++
 community-staging-x86_64/PKGBUILD |   46 ++
 community-staging-x86_64/haskell-unordered-containers.install |   18 +++
 4 files changed, 128 insertions(+)

Copied: haskell-unordered-containers/repos/community-staging-i686/PKGBUILD 
(from rev 157739, haskell-unordered-containers/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:01:29 UTC (rev 157740)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+# Contributor: Daniel Micay 
+# Contributor: Martin Harvan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=unordered-containers
+pkgname=haskell-unordered-containers
+pkgver=0.2.6.0
+pkgrel=2
+pkgdesc="Efficient hashing-based container types"
+url="https://github.com/tibbe/unordered-containers;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('5f9fbba5f616344bd3b1b633d45f820cf9c840ad101e1110e698abc77d9de3f3')
+
+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-debug
+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-unordered-containers/repos/community-staging-i686/haskell-unordered-containers.install
 (from rev 157739, 
haskell-unordered-containers/trunk/haskell-unordered-containers.install)
===
--- community-staging-i686/haskell-unordered-containers.install 
(rev 0)
+++ community-staging-i686/haskell-unordered-containers.install 2016-01-20 
02:01:29 UTC (rev 157740)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-unordered-containers
+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-unordered-containers/repos/community-staging-x86_64/PKGBUILD 
(from rev 157739, haskell-unordered-containers/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:01:29 UTC (rev 157740)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:21:10
  Author: fyan
Revision: 157750

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

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

-+
 community-staging-i686/PKGBUILD |   43 ++
 community-staging-i686/haskell-vector.install   |   26 +
 community-staging-x86_64/PKGBUILD   |   43 ++
 community-staging-x86_64/haskell-vector.install |   26 +
 4 files changed, 138 insertions(+)

Copied: haskell-vector/repos/community-staging-i686/PKGBUILD (from rev 157749, 
haskell-vector/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:21:10 UTC (rev 157750)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-vector
+pkgver=0.11.0.0
+pkgrel=5
+pkgdesc="Efficient Arrays"
+url="http://hackage.haskell.org/package/vector;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=()
+# deps adjusted to specific versions in package()
+depends=("ghc" "haskell-primitive")
+options=('strip' 'staticlibs')
+install="${pkgname}.install"
+source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz;)
+md5sums=('a08605271abb3ed815135572a42b8524')
+
+build() {
+  cd ${srcdir}/vector-${pkgver}
+  runhaskell Setup configure -O -p --enable-split-objs --enable-shared \
+--prefix=/usr --docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+  runhaskell Setup build
+  runhaskell Setup haddock
+  runhaskell Setup register --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  _ghcver=`pacman -Q ghc | cut -f2 -d\  | cut -f1 -d-`
+  depends=("ghc=${_ghcver}" "haskell-primitive")
+
+  cd ${srcdir}/vector-${pkgver}
+  install -Dm744 register.sh   
${pkgdir}/usr/share/haskell/${pkgname}/register.sh
+  install -Dm744 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/vector
+  runhaskell Setup copy --destdir=${pkgdir}
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+  rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
+}

Copied: haskell-vector/repos/community-staging-i686/haskell-vector.install 
(from rev 157749, haskell-vector/trunk/haskell-vector.install)
===
--- community-staging-i686/haskell-vector.install   
(rev 0)
+++ community-staging-i686/haskell-vector.install   2016-01-20 02:21:10 UTC 
(rev 157750)
@@ -0,0 +1,26 @@
+# custom variables
+pkgname=haskell-vector
+HS_DIR=/usr/share/haskell/${pkgname}
+
+# functions
+post_install() {
+${HS_DIR}/register.sh
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_upgrade() {
+${HS_DIR}/unregister.sh
+}
+
+post_upgrade() {
+${HS_DIR}/register.sh
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+pre_remove() {
+${HS_DIR}/unregister.sh
+}
+
+post_remove() {
+(cd /usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-vector/repos/community-staging-x86_64/PKGBUILD (from rev 
157749, haskell-vector/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:21:10 UTC (rev 157750)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+
+pkgname=haskell-vector
+pkgver=0.11.0.0
+pkgrel=5
+pkgdesc="Efficient Arrays"
+url="http://hackage.haskell.org/package/vector;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+makedepends=()
+# deps adjusted to specific versions in package()
+depends=("ghc" "haskell-primitive")
+options=('strip' 'staticlibs')
+install="${pkgname}.install"
+source=("http://hackage.haskell.org/packages/archive/vector/${pkgver}/vector-${pkgver}.tar.gz;)
+md5sums=('a08605271abb3ed815135572a42b8524')
+
+build() {
+  cd 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:44:49
  Author: fyan
Revision: 157758

upgpkg: haskell-blaze-builder 0.4.0.1-3

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-blaze-builder/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:38:35 UTC (rev 157757)
+++ PKGBUILD2016-01-20 02:44:49 UTC (rev 157758)
@@ -5,7 +5,7 @@
 _hkgname=blaze-builder
 pkgname=haskell-blaze-builder
 pkgver=0.4.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Efficient buffered output"
 url="http://github.com/lpsmith/blaze-builder;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:45:22
  Author: fyan
Revision: 157760

upgpkg: haskell-case-insensitive 1.2.0.5-5

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-case-insensitive/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:45:17 UTC (rev 157759)
+++ PKGBUILD2016-01-20 02:45:22 UTC (rev 157760)
@@ -5,7 +5,7 @@
 _hkgname=case-insensitive
 pkgname=haskell-case-insensitive
 pkgver=1.2.0.5
-pkgrel=4
+pkgrel=5
 pkgdesc="Case insensitive string comparison"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:45:17
  Author: fyan
Revision: 157759

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

Added:
  haskell-blaze-builder/repos/community-staging-i686/
  haskell-blaze-builder/repos/community-staging-i686/PKGBUILD
(from rev 157758, haskell-blaze-builder/trunk/PKGBUILD)
  
haskell-blaze-builder/repos/community-staging-i686/haskell-blaze-builder.install
(from rev 157758, haskell-blaze-builder/trunk/haskell-blaze-builder.install)
  haskell-blaze-builder/repos/community-staging-x86_64/
  haskell-blaze-builder/repos/community-staging-x86_64/PKGBUILD
(from rev 157758, haskell-blaze-builder/trunk/PKGBUILD)
  
haskell-blaze-builder/repos/community-staging-x86_64/haskell-blaze-builder.install
(from rev 157758, haskell-blaze-builder/trunk/haskell-blaze-builder.install)

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

Copied: haskell-blaze-builder/repos/community-staging-i686/PKGBUILD (from rev 
157758, haskell-blaze-builder/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:45:17 UTC (rev 157759)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 143042 2015-10-06 10:01:37Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-builder
+pkgname=haskell-blaze-builder
+pkgver=0.4.0.1
+pkgrel=3
+pkgdesc="Efficient buffered output"
+url="http://github.com/lpsmith/blaze-builder;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c136ec877bb8d1558409e87b77174977ae01f8dff5bddb472df8b8d4c7e0a3c5')
+
+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-blaze-builder/repos/community-staging-i686/haskell-blaze-builder.install
 (from rev 157758, haskell-blaze-builder/trunk/haskell-blaze-builder.install)
===
--- community-staging-i686/haskell-blaze-builder.install
(rev 0)
+++ community-staging-i686/haskell-blaze-builder.install2016-01-20 
02:45:17 UTC (rev 157759)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-blaze-builder
+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-blaze-builder/repos/community-staging-x86_64/PKGBUILD (from rev 
157758, haskell-blaze-builder/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:45:17 UTC (rev 157759)
@@ -0,0 +1,42 @@
+# $Id: PKGBUILD 143042 2015-10-06 10:01:37Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-builder
+pkgname=haskell-blaze-builder
+pkgver=0.4.0.1
+pkgrel=3
+pkgdesc="Efficient buffered output"
+url="http://github.com/lpsmith/blaze-builder;
+license=("custom:BSD3")

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:45:52
  Author: fyan
Revision: 157761

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

Added:
  haskell-case-insensitive/repos/community-staging-i686/
  haskell-case-insensitive/repos/community-staging-i686/PKGBUILD
(from rev 157760, haskell-case-insensitive/trunk/PKGBUILD)
  
haskell-case-insensitive/repos/community-staging-i686/haskell-case-insensitive.install
(from rev 157760, 
haskell-case-insensitive/trunk/haskell-case-insensitive.install)
  haskell-case-insensitive/repos/community-staging-x86_64/
  haskell-case-insensitive/repos/community-staging-x86_64/PKGBUILD
(from rev 157760, haskell-case-insensitive/trunk/PKGBUILD)
  
haskell-case-insensitive/repos/community-staging-x86_64/haskell-case-insensitive.install
(from rev 157760, 
haskell-case-insensitive/trunk/haskell-case-insensitive.install)

---+
 community-staging-i686/PKGBUILD   |   39 
 community-staging-i686/haskell-case-insensitive.install   |   18 +
 community-staging-x86_64/PKGBUILD |   39 
 community-staging-x86_64/haskell-case-insensitive.install |   18 +
 4 files changed, 114 insertions(+)

Copied: haskell-case-insensitive/repos/community-staging-i686/PKGBUILD (from 
rev 157760, haskell-case-insensitive/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:45:52 UTC (rev 157761)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.5
+pkgrel=5
+pkgdesc="Case insensitive string comparison"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-hashable' 'haskell-text')
+options=('staticlibs')
+source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+install=${pkgname}.install
+md5sums=('e1473703da830478f5bf37100d7a72a7')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid -fnetwork-uri
+runhaskell Setup build
+runhaskell Setup haddock
+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-case-insensitive/repos/community-staging-i686/haskell-case-insensitive.install
 (from rev 157760, 
haskell-case-insensitive/trunk/haskell-case-insensitive.install)
===
--- community-staging-i686/haskell-case-insensitive.install 
(rev 0)
+++ community-staging-i686/haskell-case-insensitive.install 2016-01-20 
02:45:52 UTC (rev 157761)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-case-insensitive
+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-case-insensitive/repos/community-staging-x86_64/PKGBUILD (from 
rev 157760, haskell-case-insensitive/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:45:52 UTC (rev 157761)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Nagy 
+
+_hkgname=case-insensitive
+pkgname=haskell-case-insensitive
+pkgver=1.2.0.5
+pkgrel=5
+pkgdesc="Case insensitive string comparison"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=7.10.3' 'haskell-hashable' 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:14:44
  Author: fyan
Revision: 157790

upgpkg: haskell-aeson-pretty 0.7.2-6

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-aeson-pretty/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:14:06 UTC (rev 157789)
+++ PKGBUILD2016-01-20 03:14:44 UTC (rev 157790)
@@ -5,7 +5,7 @@
 _hkgname=aeson-pretty
 pkgname=haskell-aeson-pretty
 pkgver=0.7.2
-pkgrel=5
+pkgrel=6
 pkgdesc="JSON pretty-printing library and command-line tool."
 url="http://github.com/informatikr/aeson-pretty;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:15:18
  Author: fyan
Revision: 157791

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

Added:
  haskell-aeson-pretty/repos/community-staging-i686/
  haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD
(from rev 157790, haskell-aeson-pretty/trunk/PKGBUILD)
  haskell-aeson-pretty/repos/community-staging-i686/haskell-aeson-pretty.install
(from rev 157790, haskell-aeson-pretty/trunk/haskell-aeson-pretty.install)
  haskell-aeson-pretty/repos/community-staging-x86_64/
  haskell-aeson-pretty/repos/community-staging-x86_64/PKGBUILD
(from rev 157790, haskell-aeson-pretty/trunk/PKGBUILD)
  
haskell-aeson-pretty/repos/community-staging-x86_64/haskell-aeson-pretty.install
(from rev 157790, haskell-aeson-pretty/trunk/haskell-aeson-pretty.install)

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

Copied: haskell-aeson-pretty/repos/community-staging-i686/PKGBUILD (from rev 
157790, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:15:18 UTC (rev 157791)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.7.2
+pkgrel=6
+pkgdesc="JSON pretty-printing library and command-line tool."
+url="http://github.com/informatikr/aeson-pretty;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-aeson" "haskell-attoparsec" "haskell-cmdargs"
+ "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=('6408b8b2bcd12cf591e4b93b4d9f5143449b33a59fbd3653f328e2515040570d')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-lib-only
+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-aeson-pretty/repos/community-staging-i686/haskell-aeson-pretty.install 
(from rev 157790, haskell-aeson-pretty/trunk/haskell-aeson-pretty.install)
===
--- community-staging-i686/haskell-aeson-pretty.install 
(rev 0)
+++ community-staging-i686/haskell-aeson-pretty.install 2016-01-20 03:15:18 UTC 
(rev 157791)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-aeson-pretty
+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-aeson-pretty/repos/community-staging-x86_64/PKGBUILD (from rev 
157790, haskell-aeson-pretty/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:15:18 UTC (rev 157791)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=aeson-pretty
+pkgname=haskell-aeson-pretty
+pkgver=0.7.2
+pkgrel=6
+pkgdesc="JSON pretty-printing library and command-line tool."

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:16:03
  Author: fyan
Revision: 157792

upgpkg: haskell-free 4.12.4-3

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-free/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:15:18 UTC (rev 157791)
+++ PKGBUILD2016-01-20 03:16:03 UTC (rev 157792)
@@ -5,7 +5,7 @@
 _hkgname=free
 pkgname=haskell-free
 pkgver=4.12.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Monads for free"
 url="http://github.com/ekmett/free/;
 license=("custom:BSD3")


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

2016-01-19 Thread Ray Rashif
Date: Wednesday, January 20, 2016 @ 00:33:51
  Author: schiv
Revision: 258423

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

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

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

Deleted: extra-i686/.contrib
===
--- extra-i686/.contrib 2016-01-19 23:33:36 UTC (rev 258422)
+++ extra-i686/.contrib 2016-01-19 23:33:51 UTC (rev 258423)
@@ -1,2 +0,0 @@
-# Contributor: Bernardo Barros 
-# Contributor: Uli Armbruster 

Copied: ardour/repos/extra-i686/.contrib (from rev 258422, 
ardour/trunk/.contrib)
===
--- extra-i686/.contrib (rev 0)
+++ extra-i686/.contrib 2016-01-19 23:33:51 UTC (rev 258423)
@@ -0,0 +1,2 @@
+# Contributor: Bernardo Barros 
+# Contributor: Uli Armbruster 

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

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

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

2016-01-19 Thread Ray Rashif
Date: Wednesday, January 20, 2016 @ 00:33:36
  Author: schiv
Revision: 258422

upgpkg: ardour 4.6-1

upstream release

Modified:
  ardour/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 20:27:32 UTC (rev 258421)
+++ PKGBUILD2016-01-19 23:33:36 UTC (rev 258422)
@@ -4,8 +4,8 @@
 # Contributor: see .contrib
 
 pkgname=ardour
-pkgver=4.4
-pkgrel=2
+pkgver=4.6
+pkgrel=1
 pkgdesc="Professional-grade digital audio workstation"
 arch=('i686' 'x86_64')
 url="http://ardour.org/;
@@ -36,7 +36,8 @@
 --libjack=weak \
 --optimize \
 --docs \
---cxx11
+--cxx11 \
+--no-phone-home
 
   python2 waf build $MAKEFLAGS
 }


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:51:23
  Author: fyan
Revision: 157765

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

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

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

Copied: haskell-bifunctors/repos/community-staging-i686/PKGBUILD (from rev 
157764, haskell-bifunctors/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:51:23 UTC (rev 157765)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bifunctors
+pkgname=haskell-bifunctors
+pkgver=5.2
+pkgrel=3
+pkgdesc="Bifunctors"
+url="http://github.com/ekmett/bifunctors/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-semigroups" "haskell-tagged")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('46e173dac5863a7b8404b44ab1ead2de94e743d24a2de571ff086cfb8748de14')
+
+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 \
+-ftagged -fsemigroups
+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-bifunctors/repos/community-staging-i686/haskell-bifunctors.install 
(from rev 157764, haskell-bifunctors/trunk/haskell-bifunctors.install)
===
--- community-staging-i686/haskell-bifunctors.install   
(rev 0)
+++ community-staging-i686/haskell-bifunctors.install   2016-01-20 02:51:23 UTC 
(rev 157765)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-bifunctors
+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-bifunctors/repos/community-staging-x86_64/PKGBUILD (from rev 
157764, haskell-bifunctors/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:51:23 UTC (rev 157765)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=bifunctors
+pkgname=haskell-bifunctors
+pkgver=5.2
+pkgrel=3
+pkgdesc="Bifunctors"
+url="http://github.com/ekmett/bifunctors/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-comonad" "haskell-semigroups" "haskell-tagged")
+options=('staticlibs')

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:52:41
  Author: fyan
Revision: 157766

upgpkg: haskell-network 2.6.2.1-5

fix dependency

Modified:
  haskell-network/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:51:23 UTC (rev 157765)
+++ PKGBUILD2016-01-20 02:52:41 UTC (rev 157766)
@@ -3,13 +3,13 @@
 _hkgname=network
 pkgname=haskell-network
 pkgver=2.6.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc="Low-level networking interface"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 options=('staticlibs')
-depends=('ghc=7.10.3' 'sh' 'haskell-parsec')
+depends=('ghc=7.10.3' 'sh')
 
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 install=${pkgname}.install
 md5sums=('c58ab6f46a20a755970bec73f7bd4612')


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:04:57
  Author: fyan
Revision: 157773

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

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

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

Copied: haskell-semigroupoids/repos/community-staging-i686/PKGBUILD (from rev 
157772, haskell-semigroupoids/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:04:57 UTC (rev 157773)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=semigroupoids
+pkgname=haskell-semigroupoids
+pkgver=5.0.1
+pkgrel=3
+pkgdesc="Semigroupoids: Category sans id"
+url="http://github.com/ekmett/semigroupoids;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-base-orphans" "haskell-bifunctors" 
"haskell-comonad"
+ "haskell-contravariant" "haskell-distributive" "haskell-semigroups"
+ "haskell-tagged" "haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('0ce989b8b0dc02ebe9aa19c47982a6bc802b8dc973c39c7ac40ea7a21cdbd616')
+
+prepare() {
+sed -i 's/comonad >= 4.2.6 && < 5/comonad >= 4.2.6 \&\& < 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 \
+-ftagged -fcomonad -fdoctests -fdistributive -fcontravariant 
-fcontainers
+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-semigroupoids/repos/community-staging-i686/haskell-semigroupoids.install
 (from rev 157772, haskell-semigroupoids/trunk/haskell-semigroupoids.install)
===
--- community-staging-i686/haskell-semigroupoids.install
(rev 0)
+++ community-staging-i686/haskell-semigroupoids.install2016-01-20 
03:04:57 UTC (rev 157773)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-semigroupoids
+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-semigroupoids/repos/community-staging-x86_64/PKGBUILD (from rev 
157772, haskell-semigroupoids/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:04:57 UTC (rev 157773)
@@ -0,0 +1,49 @@
+# $Id$
+# 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:04:27
  Author: fyan
Revision: 157772

upgpkg: haskell-semigroupoids 5.0.1-3

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:56:39 UTC (rev 157771)
+++ PKGBUILD2016-01-20 03:04:27 UTC (rev 157772)
@@ -5,7 +5,7 @@
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
 pkgver=5.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Semigroupoids: Category sans id"
 url="http://github.com/ekmett/semigroupoids;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:17:17
  Author: fyan
Revision: 157795

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

Added:
  haskell-fast-logger/repos/community-staging-i686/
  haskell-fast-logger/repos/community-staging-i686/PKGBUILD
(from rev 157794, haskell-fast-logger/trunk/PKGBUILD)
  haskell-fast-logger/repos/community-staging-i686/haskell-fast-logger.install
(from rev 157794, haskell-fast-logger/trunk/haskell-fast-logger.install)
  haskell-fast-logger/repos/community-staging-x86_64/
  haskell-fast-logger/repos/community-staging-x86_64/PKGBUILD
(from rev 157794, haskell-fast-logger/trunk/PKGBUILD)
  haskell-fast-logger/repos/community-staging-x86_64/haskell-fast-logger.install
(from rev 157794, haskell-fast-logger/trunk/haskell-fast-logger.install)

--+
 community-staging-i686/PKGBUILD  |   46 +
 community-staging-i686/haskell-fast-logger.install   |   18 ++
 community-staging-x86_64/PKGBUILD|   46 +
 community-staging-x86_64/haskell-fast-logger.install |   18 ++
 4 files changed, 128 insertions(+)

Copied: haskell-fast-logger/repos/community-staging-i686/PKGBUILD (from rev 
157794, haskell-fast-logger/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:17:17 UTC (rev 157795)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=2.4.1
+pkgrel=4
+pkgdesc="A fast logging system"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-auto-update" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e51218b5a00b8b5746fcbd1666262f9ae77b9daea5c4e351459a321c0c0a534e')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+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-fast-logger/repos/community-staging-i686/haskell-fast-logger.install 
(from rev 157794, haskell-fast-logger/trunk/haskell-fast-logger.install)
===
--- community-staging-i686/haskell-fast-logger.install  
(rev 0)
+++ community-staging-i686/haskell-fast-logger.install  2016-01-20 03:17:17 UTC 
(rev 157795)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-fast-logger
+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-fast-logger/repos/community-staging-x86_64/PKGBUILD (from rev 
157794, haskell-fast-logger/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:17:17 UTC (rev 157795)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=fast-logger
+pkgname=haskell-fast-logger
+pkgver=2.4.1
+pkgrel=4
+pkgdesc="A fast logging system"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:16:35
  Author: fyan
Revision: 157794

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

Added:
  haskell-free/repos/community-staging-i686/
  haskell-free/repos/community-staging-i686/PKGBUILD
(from rev 157792, haskell-free/trunk/PKGBUILD)
  haskell-free/repos/community-staging-i686/haskell-free.install
(from rev 157792, haskell-free/trunk/haskell-free.install)
  haskell-free/repos/community-staging-x86_64/
  haskell-free/repos/community-staging-x86_64/PKGBUILD
(from rev 157793, haskell-free/trunk/PKGBUILD)
  haskell-free/repos/community-staging-x86_64/haskell-free.install
(from rev 157793, haskell-free/trunk/haskell-free.install)

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

Copied: haskell-free/repos/community-staging-i686/PKGBUILD (from rev 157792, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:16:35 UTC (rev 157794)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=4.12.4
+pkgrel=3
+pkgdesc="Monads for free"
+url="http://github.com/ekmett/free/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-bifunctors" "haskell-comonad" 
"haskell-distributive"
+ "haskell-exceptions" "haskell-mtl" "haskell-prelude-extras"
+ "haskell-profunctors" "haskell-semigroupoids" "haskell-semigroups"
+ "haskell-transformers-compat")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c9fe45aae387855626ecb5a0fea6afdb207143cb00af3b1f715d1032d2d08784')
+
+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-free/repos/community-staging-i686/haskell-free.install (from 
rev 157792, haskell-free/trunk/haskell-free.install)
===
--- community-staging-i686/haskell-free.install (rev 0)
+++ community-staging-i686/haskell-free.install 2016-01-20 03:16:35 UTC (rev 
157794)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-free
+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-free/repos/community-staging-x86_64/PKGBUILD (from rev 157793, 
haskell-free/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:16:35 UTC (rev 157794)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=free
+pkgname=haskell-free
+pkgver=4.12.4
+pkgrel=3
+pkgdesc="Monads for free"
+url="http://github.com/ekmett/free/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-bifunctors" "haskell-comonad" 
"haskell-distributive"
+ "haskell-exceptions" "haskell-mtl" "haskell-prelude-extras"
+ 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:16:18
  Author: fyan
Revision: 157793

upgpkg: haskell-fast-logger 2.4.1-4

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-fast-logger/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:16:03 UTC (rev 157792)
+++ PKGBUILD2016-01-20 03:16:18 UTC (rev 157793)
@@ -5,7 +5,7 @@
 _hkgname=fast-logger
 pkgname=haskell-fast-logger
 pkgver=2.4.1
-pkgrel=3
+pkgrel=4
 pkgdesc="A fast logging system"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:11:48
  Author: fyan
Revision: 157748

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

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

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

Copied: haskell-contravariant/repos/community-staging-i686/PKGBUILD (from rev 
157747, haskell-contravariant/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:11:48 UTC (rev 157748)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant
+pkgname=haskell-contravariant
+pkgver=1.4
+pkgrel=3
+pkgdesc="Contravariant functors"
+url="http://github.com/ekmett/contravariant/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-statevar" "haskell-semigroups" 
"haskell-transformers-compat"
+ "haskell-void")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e1666df1373ed784baa7d1e8e963bbc2d1f3c391578ac550ae74e7399173ee84')
+
+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 \
+-fstatevar -fsemigroups -ftagged -f-safe
+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-contravariant/repos/community-staging-i686/haskell-contravariant.install
 (from rev 157747, haskell-contravariant/trunk/haskell-contravariant.install)
===
--- community-staging-i686/haskell-contravariant.install
(rev 0)
+++ community-staging-i686/haskell-contravariant.install2016-01-20 
02:11:48 UTC (rev 157748)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-contravariant
+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-contravariant/repos/community-staging-x86_64/PKGBUILD (from rev 
157747, haskell-contravariant/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:11:48 UTC (rev 157748)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=contravariant
+pkgname=haskell-contravariant
+pkgver=1.4
+pkgrel=3
+pkgdesc="Contravariant functors"
+url="http://github.com/ekmett/contravariant/;

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:26:16
  Author: fyan
Revision: 157753

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

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

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

Copied: haskell-scientific/repos/community-staging-i686/PKGBUILD (from rev 
157752, haskell-scientific/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:26:16 UTC (rev 157753)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=scientific
+pkgname=haskell-scientific
+pkgver=0.3.4.4
+pkgrel=4
+pkgdesc="Numbers represented using scientific notation"
+url="https://github.com/basvandijk/scientific;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-text" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f7c81e6ce6bf1161033ad4bc47b5bf164f4404d9df686dd0edadd488db25a519')
+
+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-integer-simple -fbytestring-builder
+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-scientific/repos/community-staging-i686/haskell-scientific.install 
(from rev 157752, haskell-scientific/trunk/haskell-scientific.install)
===
--- community-staging-i686/haskell-scientific.install   
(rev 0)
+++ community-staging-i686/haskell-scientific.install   2016-01-20 02:26:16 UTC 
(rev 157753)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-scientific
+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)
+}
\ No newline at end of file

Copied: haskell-scientific/repos/community-staging-x86_64/PKGBUILD (from rev 
157752, haskell-scientific/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:26:16 UTC (rev 157753)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=scientific
+pkgname=haskell-scientific
+pkgver=0.3.4.4
+pkgrel=4
+pkgdesc="Numbers represented using scientific notation"
+url="https://github.com/basvandijk/scientific;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:25:46
  Author: fyan
Revision: 157752

upgpkg: haskell-scientific 0.3.4.4-4

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-scientific/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:23:16 UTC (rev 157751)
+++ PKGBUILD2016-01-20 02:25:46 UTC (rev 157752)
@@ -5,7 +5,7 @@
 _hkgname=scientific
 pkgname=haskell-scientific
 pkgver=0.3.4.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Numbers represented using scientific notation"
 url="https://github.com/basvandijk/scientific;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:47:17
  Author: fyan
Revision: 157762

upgpkg: haskell-attoparsec 0.13.0.1-8

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-attoparsec/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:45:52 UTC (rev 157761)
+++ PKGBUILD2016-01-20 02:47:17 UTC (rev 157762)
@@ -5,7 +5,7 @@
 _hkgname=attoparsec
 pkgname=haskell-attoparsec
 pkgver=0.13.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Fast combinator parsing for bytestrings and text"
 url="https://github.com/bos/attoparsec;
 license=("BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:47:46
  Author: fyan
Revision: 157763

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

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

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

Copied: haskell-attoparsec/repos/community-staging-i686/PKGBUILD (from rev 
157762, haskell-attoparsec/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:47:46 UTC (rev 157763)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=attoparsec
+pkgname=haskell-attoparsec
+pkgver=0.13.0.1
+pkgrel=8
+pkgdesc="Fast combinator parsing for bytestrings and text"
+url="https://github.com/bos/attoparsec;
+license=("BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-scientific" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ce880acb45142eafd872e01d9af57d8dbb95c9f2b9a27f01ca9912ba4e9ef932')
+
+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-developer
+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-attoparsec/repos/community-staging-i686/haskell-attoparsec.install 
(from rev 157762, haskell-attoparsec/trunk/haskell-attoparsec.install)
===
--- community-staging-i686/haskell-attoparsec.install   
(rev 0)
+++ community-staging-i686/haskell-attoparsec.install   2016-01-20 02:47:46 UTC 
(rev 157763)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-attoparsec
+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-attoparsec/repos/community-staging-x86_64/PKGBUILD (from rev 
157762, haskell-attoparsec/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:47:46 UTC (rev 157763)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=attoparsec
+pkgname=haskell-attoparsec
+pkgver=0.13.0.1
+pkgrel=8
+pkgdesc="Fast combinator parsing for bytestrings and text"
+url="https://github.com/bos/attoparsec;
+license=("BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-scientific" "haskell-text")
+options=('staticlibs')

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:11:32
  Author: fyan
Revision: 157783

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

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

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

Copied: haskell-conduit-extra/repos/community-staging-i686/PKGBUILD (from rev 
157782, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:11:32 UTC (rev 157783)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra
+pkgname=haskell-conduit-extra
+pkgver=1.1.9.2
+pkgrel=9
+pkgdesc="Batteries included conduit: adapters for common libraries."
+url="http://github.com/snoyberg/conduit;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-attoparsec" "haskell-blaze-builder" 
"haskell-conduit"
+ "haskell-monad-control" "haskell-network" "haskell-primitive" 
"haskell-resourcet"
+ "haskell-stm" "haskell-streaming-commons" "haskell-text" 
"haskell-transformers-base")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('9a7b3f44990014082f589dd91f70d8b5faef66e720677888a54fb2e463940a9f')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: 
haskell-conduit-extra/repos/community-staging-i686/haskell-conduit-extra.install
 (from rev 157782, haskell-conduit-extra/trunk/haskell-conduit-extra.install)
===
--- community-staging-i686/haskell-conduit-extra.install
(rev 0)
+++ community-staging-i686/haskell-conduit-extra.install2016-01-20 
03:11:32 UTC (rev 157783)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-conduit-extra
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-conduit-extra/repos/community-staging-x86_64/PKGBUILD (from rev 
157782, haskell-conduit-extra/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:11:32 UTC (rev 157783)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=conduit-extra

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:11:00
  Author: fyan
Revision: 157782

upgpkg: haskell-conduit-extra 1.1.9.2-9

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-conduit-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:10:15 UTC (rev 157781)
+++ PKGBUILD2016-01-20 03:11:00 UTC (rev 157782)
@@ -5,7 +5,7 @@
 _hkgname=conduit-extra
 pkgname=haskell-conduit-extra
 pkgver=1.1.9.2
-pkgrel=8
+pkgrel=9
 pkgdesc="Batteries included conduit: adapters for common libraries."
 url="http://github.com/snoyberg/conduit;
 license=("MIT")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:10:15
  Author: fyan
Revision: 157781

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

Added:
  haskell-blaze-markup/repos/community-staging-i686/
  haskell-blaze-markup/repos/community-staging-i686/PKGBUILD
(from rev 157780, haskell-blaze-markup/trunk/PKGBUILD)
  haskell-blaze-markup/repos/community-staging-i686/haskell-blaze-markup.install
(from rev 157780, haskell-blaze-markup/trunk/haskell-blaze-markup.install)
  haskell-blaze-markup/repos/community-staging-x86_64/
  haskell-blaze-markup/repos/community-staging-x86_64/PKGBUILD
(from rev 157780, haskell-blaze-markup/trunk/PKGBUILD)
  
haskell-blaze-markup/repos/community-staging-x86_64/haskell-blaze-markup.install
(from rev 157780, haskell-blaze-markup/trunk/haskell-blaze-markup.install)

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

Copied: haskell-blaze-markup/repos/community-staging-i686/PKGBUILD (from rev 
157780, haskell-blaze-markup/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:10:15 UTC (rev 157781)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-markup
+pkgname=haskell-blaze-markup
+pkgver=0.7.0.3
+pkgrel=3
+pkgdesc="A blazingly fast markup combinator library for Haskell"
+url="http://jaspervdj.be/blaze;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-text")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('3e69a0e88dde5a6a3c8b4204d847a545f7872025a2ac4554cd5df2861aa41b20')
+
+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-blaze-markup/repos/community-staging-i686/haskell-blaze-markup.install 
(from rev 157780, haskell-blaze-markup/trunk/haskell-blaze-markup.install)
===
--- community-staging-i686/haskell-blaze-markup.install 
(rev 0)
+++ community-staging-i686/haskell-blaze-markup.install 2016-01-20 03:10:15 UTC 
(rev 157781)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-blaze-markup
+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-blaze-markup/repos/community-staging-x86_64/PKGBUILD (from rev 
157780, haskell-blaze-markup/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:10:15 UTC (rev 157781)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=blaze-markup
+pkgname=haskell-blaze-markup
+pkgver=0.7.0.3
+pkgrel=3
+pkgdesc="A blazingly fast markup combinator library for Haskell"
+url="http://jaspervdj.be/blaze;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-text")

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:09:42
  Author: fyan
Revision: 157780

upgpkg: haskell-blaze-markup 0.7.0.3-3

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-blaze-markup/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:07:02 UTC (rev 157779)
+++ PKGBUILD2016-01-20 03:09:42 UTC (rev 157780)
@@ -5,7 +5,7 @@
 _hkgname=blaze-markup
 pkgname=haskell-blaze-markup
 pkgver=0.7.0.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A blazingly fast markup combinator library for Haskell"
 url="http://jaspervdj.be/blaze;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:11:48
  Author: fyan
Revision: 157784

upgpkg: haskell-psqueues 0.2.0.3-2

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-psqueues/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:11:32 UTC (rev 157783)
+++ PKGBUILD2016-01-20 03:11:48 UTC (rev 157784)
@@ -5,7 +5,7 @@
 _hkgname=psqueues
 pkgname=haskell-psqueues
 pkgver=0.2.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Pure priority search queues"
 url="http://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")


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

2016-01-19 Thread Anatol Pomozov
Date: Wednesday, January 20, 2016 @ 02:35:15
  Author: anatolik
Revision: 157729

upgpkg: tarantool 1.6.7.r592-1

Modified:
  tarantool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 23:29:54 UTC (rev 157728)
+++ PKGBUILD2016-01-20 01:35:15 UTC (rev 157729)
@@ -2,8 +2,8 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=tarantool
-_commit=3dbc9ffe87307cd8f2ae84ce67824695c7eaf369
-pkgver=1.6.7.r562
+_commit=3fb2936620674fe33b98cccb9c462068f4a587e0
+pkgver=1.6.7.r592
 pkgrel=1
 pkgdesc='Lua application server integrated with a database management system'
 arch=(i686 x86_64)


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 02:42:07
  Author: fyan
Revision: 157732

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-20 01:40:58 UTC (rev 157731)
+++ PKGBUILD2016-01-20 01:42:07 UTC (rev 157732)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-flaky
-pkgname=('python-flaky' 'python2-flaky')
-_pypiname=flaky
-pkgver=3.0.2
-pkgrel=1
-pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
-arch=('any')
-license=('Apache')
-url='https://github.com/box/flaky'
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
-  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
-source=("git+https://github.com/box/flaky.git#tag=v$pkgver;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a "${srcdir}/${_pypiname}"{,-py2}
-}
-
-build() {
-  cd "$srcdir/$_pypiname"
-  python setup.py build
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py build
-}
-
-check() {
-  # Hack entry points by installing it
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
-nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test -k 'example and not options' --doctest-modules test/test_pytest/
-py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
-  (
-export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python2.7/site-packages:$PYTHONPATH"
-nosetests2 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
-py.test2 -k 'example and not options' --doctest-modules test/test_pytest/
-py.test2 -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
-nosetests2 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
-py.test2 --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
-  )
-}
-
-package_python-flaky() {
-  depends=('python')
-
-  cd "$srcdir/$_pypiname"
-  python setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-package_python2-flaky() {
-  depends=('python2')
-
-  cd "$srcdir/$_pypiname-py2"
-  python2 setup.py install --root="$pkgdir"/ --optimize=1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-flaky/repos/community-any/PKGBUILD (from rev 157731, 
python-flaky/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-20 01:42:07 UTC (rev 157732)
@@ -0,0 +1,72 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-flaky
+pkgname=('python-flaky' 'python2-flaky')
+_pypiname=flaky
+pkgver=3.0.3
+_commit=7acd408e3727bc5bdedf4ac4341ffea5ee15deac
+pkgrel=1
+pkgdesc='Plugin for nose or py.test that automatically reruns flaky tests'
+arch=('any')
+license=('Apache')
+url='https://github.com/box/flaky'
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-nose' 'python2-nose'
+  'python-genty' 'python2-genty' 'python-mock' 'python2-mock')
+source=("git+https://github.com/box/flaky.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a "${srcdir}/${_pypiname}"{,-py2}
+}
+
+build() {
+  cd "$srcdir/$_pypiname"
+  python setup.py build
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py build
+}
+
+check() {
+  # Hack entry points by installing it
+
+  cd "$srcdir/$_pypiname"
+  python setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 
PYTHONPATH="$PWD/tmp_install/usr/lib/python3.5/site-packages:$PYTHONPATH"
+nosetests3 --with-flaky --exclude="test_nose_options_example" 
test/test_nose/
+py.test -k 'example and not options' --doctest-modules test/test_pytest/
+py.test -p no:flaky test/test_pytest/test_flaky_pytest_plugin.py
+nosetests3 --with-flaky --force-flaky --max-runs 2 
test/test_nose/test_nose_options_example.py
+py.test --force-flaky --max-runs 2 
test/test_pytest/test_pytest_options_example.py
+  )
+
+  cd "$srcdir/$_pypiname-py2"
+  python2 setup.py install --root="$PWD/tmp_install" --optimize=1
+  (
+export 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 02:59:41
  Author: fyan
Revision: 157739

upgpkg: haskell-unordered-containers 0.2.6.0-2

rebuild with text-1.2.2.0

Modified:
  haskell-unordered-containers/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 01:57:43 UTC (rev 157738)
+++ PKGBUILD2016-01-20 01:59:41 UTC (rev 157739)
@@ -8,7 +8,7 @@
 _hkgname=unordered-containers
 pkgname=haskell-unordered-containers
 pkgver=0.2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Efficient hashing-based container types"
 url="https://github.com/tibbe/unordered-containers;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:11:00
  Author: fyan
Revision: 157747

upgpkg: haskell-contravariant 1.4-3

rebuild with text-1.2.2.0

Modified:
  haskell-contravariant/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:09:00 UTC (rev 157746)
+++ PKGBUILD2016-01-20 02:11:00 UTC (rev 157747)
@@ -5,7 +5,7 @@
 _hkgname=contravariant
 pkgname=haskell-contravariant
 pkgver=1.4
-pkgrel=2
+pkgrel=3
 pkgdesc="Contravariant functors"
 url="http://github.com/ekmett/contravariant/;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:09:00
  Author: fyan
Revision: 157746

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

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

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

Copied: haskell-void/repos/community-staging-i686/PKGBUILD (from rev 157745, 
haskell-void/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:09:00 UTC (rev 157746)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=void
+pkgname=haskell-void
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="A Haskell 98 logically uninhabited data type"
+url="http://github.com/ekmett/void;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-semigroups")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c9f0fd93680c029abb9654b5464be260652829961b18b7046f96a0df95e825f4')
+
+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-safe
+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-void/repos/community-staging-i686/haskell-void.install (from 
rev 157745, haskell-void/trunk/haskell-void.install)
===
--- community-staging-i686/haskell-void.install (rev 0)
+++ community-staging-i686/haskell-void.install 2016-01-20 02:09:00 UTC (rev 
157746)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-void
+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-void/repos/community-staging-x86_64/PKGBUILD (from rev 157745, 
haskell-void/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:09:00 UTC (rev 157746)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=void
+pkgname=haskell-void
+pkgver=0.7.1
+pkgrel=3
+pkgdesc="A Haskell 98 logically uninhabited data type"
+url="http://github.com/ekmett/void;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-semigroups")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c9f0fd93680c029abb9654b5464be260652829961b18b7046f96a0df95e825f4')
+

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:36:42
  Author: fyan
Revision: 157754

upgpkg: haskell-comonad 5-3

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-comonad/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:26:16 UTC (rev 157753)
+++ PKGBUILD2016-01-20 02:36:42 UTC (rev 157754)
@@ -5,7 +5,7 @@
 _hkgname=comonad
 pkgname=haskell-comonad
 pkgver=5
-pkgrel=2
+pkgrel=3
 pkgdesc="Comonads"
 url="http://github.com/ekmett/comonad/;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:53:11
  Author: fyan
Revision: 157767

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

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

--+
 community-staging-i686/PKGBUILD  |   49 +
 community-staging-i686/haskell-network.install   |   35 +++
 community-staging-x86_64/PKGBUILD|   49 +
 community-staging-x86_64/haskell-network.install |   35 +++
 4 files changed, 168 insertions(+)

Copied: haskell-network/repos/community-staging-i686/PKGBUILD (from rev 157766, 
haskell-network/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:53:11 UTC (rev 157767)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.6.2.1
+pkgrel=5
+pkgdesc="Low-level networking interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('c58ab6f46a20a755970bec73f7bd4612')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid
+
+  runhaskell Setup build
+
+  runhaskell Setup haddock
+
+  runhaskell Setup register   --gen-script
+  runhaskell Setup unregister --gen-script
+  sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+  cd ${_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-network/repos/community-staging-i686/haskell-network.install 
(from rev 157766, haskell-network/trunk/haskell-network.install)
===
--- community-staging-i686/haskell-network.install  
(rev 0)
+++ community-staging-i686/haskell-network.install  2016-01-20 02:53:11 UTC 
(rev 157767)
@@ -0,0 +1,35 @@
+pkgname=haskell-network
+
+_register() {
+  usr/share/haskell/${pkgname}/register.sh
+}
+
+_unregister() {
+  usr/share/haskell/${pkgname}/unregister.sh
+}
+
+_gen_contents() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+
+post_install() {
+  _register
+  _gen_contents
+}
+
+pre_upgrade() {
+  _unregister
+}
+
+post_upgrade() {
+  _register
+  _gen_contents
+}
+
+pre_remove() {
+  _unregister
+}
+
+post_remove() {
+  _gen_contents
+}

Copied: haskell-network/repos/community-staging-x86_64/PKGBUILD (from rev 
157766, haskell-network/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:53:11 UTC (rev 157767)
@@ -0,0 +1,49 @@
+# Maintainer: Thomas Dziedzic 
+
+_hkgname=network
+pkgname=haskell-network
+pkgver=2.6.2.1
+pkgrel=5
+pkgdesc="Low-level networking interface"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+options=('staticlibs')
+depends=('ghc=7.10.3' 'sh')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install=${pkgname}.install
+md5sums=('c58ab6f46a20a755970bec73f7bd4612')
+
+build() {
+  cd ${_hkgname}-${pkgver}
+
+  runhaskell Setup configure -O -p \
+--enable-split-objs \
+--enable-shared \
+--prefix=/usr \
+--docdir=/usr/share/doc/${pkgname} \
+--libsubdir=\$compiler/site-local/\$pkgid

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:14:06
  Author: fyan
Revision: 157789

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

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

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

Copied: haskell-wai/repos/community-staging-i686/PKGBUILD (from rev 157788, 
haskell-wai/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:14:06 UTC (rev 157789)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai
+pkgname=haskell-wai
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="Web Application Interface."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-http-types" 
"haskell-network"
+ "haskell-text" "haskell-vault")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('7f8e6903de20d64251657fdaba77c798249b6ddbe358cdb5eb277c1193467c9a')
+
+prepare() {
+sed -i '/bytestring-builder/d' $_hkgname-$pkgver/$_hkgname.cabal
+}
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-wai/repos/community-staging-i686/haskell-wai.install (from rev 
157788, haskell-wai/trunk/haskell-wai.install)
===
--- community-staging-i686/haskell-wai.install  (rev 0)
+++ community-staging-i686/haskell-wai.install  2016-01-20 03:14:06 UTC (rev 
157789)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-wai
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-wai/repos/community-staging-x86_64/PKGBUILD (from rev 157788, 
haskell-wai/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:14:06 UTC (rev 157789)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=wai
+pkgname=haskell-wai
+pkgver=3.2.0
+pkgrel=2
+pkgdesc="Web Application Interface."
+url="https://github.com/yesodweb/wai;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-http-types" 
"haskell-network"
+ "haskell-text" "haskell-vault")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:13:30
  Author: fyan
Revision: 157788

upgpkg: haskell-wai 3.2.0-2

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-wai/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:13:24 UTC (rev 157787)
+++ PKGBUILD2016-01-20 03:13:30 UTC (rev 157788)
@@ -5,7 +5,7 @@
 _hkgname=wai
 pkgname=haskell-wai
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Web Application Interface."
 url="https://github.com/yesodweb/wai;
 license=("MIT")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:13:24
  Author: fyan
Revision: 157787

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

Added:
  haskell-crypto-random/repos/community-staging-i686/
  haskell-crypto-random/repos/community-staging-i686/PKGBUILD
(from rev 157786, haskell-crypto-random/trunk/PKGBUILD)
  
haskell-crypto-random/repos/community-staging-i686/haskell-crypto-random.install
(from rev 157786, haskell-crypto-random/trunk/haskell-crypto-random.install)
  haskell-crypto-random/repos/community-staging-x86_64/
  haskell-crypto-random/repos/community-staging-x86_64/PKGBUILD
(from rev 157786, haskell-crypto-random/trunk/PKGBUILD)
  
haskell-crypto-random/repos/community-staging-x86_64/haskell-crypto-random.install
(from rev 157786, haskell-crypto-random/trunk/haskell-crypto-random.install)

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

Copied: haskell-crypto-random/repos/community-staging-i686/PKGBUILD (from rev 
157786, haskell-crypto-random/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:13:24 UTC (rev 157787)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=crypto-random
+pkgname=haskell-crypto-random
+pkgver=0.0.9
+pkgrel=2
+pkgdesc="Simple cryptographic random related types"
+url="http://github.com/vincenthz/hs-crypto-random;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-securemem" "haskell-vector")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('170a7a18441379c2d1c19b502ee5919026a19adc6e78641cd4fb40b1d69a6904')
+
+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-crypto-random/repos/community-staging-i686/haskell-crypto-random.install
 (from rev 157786, haskell-crypto-random/trunk/haskell-crypto-random.install)
===
--- community-staging-i686/haskell-crypto-random.install
(rev 0)
+++ community-staging-i686/haskell-crypto-random.install2016-01-20 
03:13:24 UTC (rev 157787)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-crypto-random
+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-crypto-random/repos/community-staging-x86_64/PKGBUILD (from rev 
157786, haskell-crypto-random/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:13:24 UTC (rev 157787)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=crypto-random
+pkgname=haskell-crypto-random
+pkgver=0.0.9
+pkgrel=2
+pkgdesc="Simple cryptographic random related types"
+url="http://github.com/vincenthz/hs-crypto-random;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:12:53
  Author: fyan
Revision: 157786

upgpkg: haskell-crypto-random 0.0.9-2

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-crypto-random/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:12:22 UTC (rev 157785)
+++ PKGBUILD2016-01-20 03:12:53 UTC (rev 157786)
@@ -5,7 +5,7 @@
 _hkgname=crypto-random
 pkgname=haskell-crypto-random
 pkgver=0.0.9
-pkgrel=1
+pkgrel=2
 pkgdesc="Simple cryptographic random related types"
 url="http://github.com/vincenthz/hs-crypto-random;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:12:22
  Author: fyan
Revision: 157785

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

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

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

Copied: haskell-psqueues/repos/community-staging-i686/PKGBUILD (from rev 
157784, haskell-psqueues/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:12:22 UTC (rev 157785)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=psqueues
+pkgname=haskell-psqueues
+pkgver=0.2.0.3
+pkgrel=2
+pkgdesc="Pure priority search queues"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('ac8a60de9979f80948d0becfb35cdafe7e1fdfce062c0468e4e2abced9a85c69')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/${pkgname}/register.sh"
+install-m744 unregister.sh 
"${pkgdir}/usr/share/haskell/${pkgname}/unregister.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-psqueues/repos/community-staging-i686/haskell-psqueues.install 
(from rev 157784, haskell-psqueues/trunk/haskell-psqueues.install)
===
--- community-staging-i686/haskell-psqueues.install 
(rev 0)
+++ community-staging-i686/haskell-psqueues.install 2016-01-20 03:12:22 UTC 
(rev 157785)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-psqueues
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-psqueues/repos/community-staging-x86_64/PKGBUILD (from rev 
157784, haskell-psqueues/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:12:22 UTC (rev 157785)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=psqueues
+pkgname=haskell-psqueues
+pkgver=0.2.0.3
+pkgrel=2
+pkgdesc="Pure priority search queues"
+url="http://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"

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

2016-01-19 Thread Jan Steffens
Date: Wednesday, January 20, 2016 @ 00:23:33
  Author: heftig
Revision: 157727

3.10

Modified:
  rubinius/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-19 20:54:09 UTC (rev 157726)
+++ PKGBUILD2016-01-19 23:23:33 UTC (rev 157727)
@@ -3,7 +3,7 @@
 
 pkgbase=rubinius
 pkgname=(rubinius rubinius-ruby)
-pkgver=3.7
+pkgver=3.10
 pkgrel=1
 pkgdesc="Ruby runtime written in Ruby, designed for concurrency"
 arch=(i686 x86_64)
@@ -14,7 +14,7 @@
 options=(!emptydirs)
 source=(http://releases.rubinius.com/${pkgbase}-${pkgver}.tar.bz2
 gemrc dirs.patch)
-sha256sums=('fafcdc518b5b2440960d023203bedca133be4af62e1ef8be9ff37a2842438257'
+sha256sums=('a5980628edf318c4142cd3f7c6b01d3b07b50387533056ea67d75a63af3a5054'
 '4bb7eb2fe66e396ed16b589cdb656831407b39ad4e138d88536754c0448ac614'
 'a9922b199730c059c26781af45adc46401811ff2e6840c4aeb49da4fa41acdd9')
 


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:03:47
  Author: fyan
Revision: 157741

upgpkg: haskell-semigroups 0.18.0.1-3

rebuild with text-1.2.2.0

Modified:
  haskell-semigroups/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:01:29 UTC (rev 157740)
+++ PKGBUILD2016-01-20 02:03:47 UTC (rev 157741)
@@ -5,7 +5,7 @@
 _hkgname=semigroups
 pkgname=haskell-semigroups
 pkgver=0.18.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Anything that associates"
 url="http://github.com/ekmett/semigroups/;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:04:24
  Author: fyan
Revision: 157742

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

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

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

Copied: haskell-semigroups/repos/community-staging-i686/PKGBUILD (from rev 
157741, haskell-semigroups/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:04:24 UTC (rev 157742)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=semigroups
+pkgname=haskell-semigroups
+pkgver=0.18.0.1
+pkgrel=3
+pkgdesc="Anything that associates"
+url="http://github.com/ekmett/semigroups/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-tagged" "haskell-text"
+ "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('f6e787519acf261e823d529cc3e5d4fca019075f39f8986649f21891d06d3115')
+
+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 \
+-funordered-containers -ftext -ftagged -fdeepseq -fcontainers 
-fbytestring -fhashable
+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-semigroups/repos/community-staging-i686/haskell-semigroups.install 
(from rev 157741, haskell-semigroups/trunk/haskell-semigroups.install)
===
--- community-staging-i686/haskell-semigroups.install   
(rev 0)
+++ community-staging-i686/haskell-semigroups.install   2016-01-20 02:04:24 UTC 
(rev 157742)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-semigroups
+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-semigroups/repos/community-staging-x86_64/PKGBUILD (from rev 
157741, haskell-semigroups/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:04:24 UTC (rev 157742)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=semigroups
+pkgname=haskell-semigroups
+pkgver=0.18.0.1
+pkgrel=3
+pkgdesc="Anything that associates"
+url="http://github.com/ekmett/semigroups/;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:20:46
  Author: fyan
Revision: 157749

upgpkg: haskell-vector 0.11.0.0-5

rebuild with text-1.2.2.0

Modified:
  haskell-vector/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:11:48 UTC (rev 157748)
+++ PKGBUILD2016-01-20 02:20:46 UTC (rev 157749)
@@ -3,7 +3,7 @@
 
 pkgname=haskell-vector
 pkgver=0.11.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Efficient Arrays"
 url="http://hackage.haskell.org/package/vector;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:55:14
  Author: fyan
Revision: 157768

upgpkg: haskell-streaming-commons 0.1.15-4

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-streaming-commons/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 02:53:11 UTC (rev 157767)
+++ PKGBUILD2016-01-20 02:55:14 UTC (rev 157768)
@@ -5,7 +5,7 @@
 _hkgname=streaming-commons
 pkgname=haskell-streaming-commons
 pkgver=0.1.15
-pkgrel=3
+pkgrel=4
 pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
 url="https://github.com/fpco/streaming-commons;
 license=("MIT")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:55:43
  Author: fyan
Revision: 157769

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

Added:
  haskell-streaming-commons/repos/community-staging-i686/
  haskell-streaming-commons/repos/community-staging-i686/PKGBUILD
(from rev 157768, haskell-streaming-commons/trunk/PKGBUILD)
  
haskell-streaming-commons/repos/community-staging-i686/haskell-streaming-commons.install
(from rev 157768, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)
  haskell-streaming-commons/repos/community-staging-x86_64/
  haskell-streaming-commons/repos/community-staging-x86_64/PKGBUILD
(from rev 157768, haskell-streaming-commons/trunk/PKGBUILD)
  
haskell-streaming-commons/repos/community-staging-x86_64/haskell-streaming-commons.install
(from rev 157768, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)

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

Copied: haskell-streaming-commons/repos/community-staging-i686/PKGBUILD (from 
rev 157768, haskell-streaming-commons/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:55:43 UTC (rev 157769)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=streaming-commons
+pkgname=haskell-streaming-commons
+pkgver=0.1.15
+pkgrel=4
+pkgdesc="Common lower-level functions needed by various streaming data 
libraries"
+url="https://github.com/fpco/streaming-commons;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-blaze-builder" "haskell-network" 
"haskell-random" "haskell-stm"
+ "haskell-text" "haskell-zlib")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('e507beac9ab68eaa8be4933bc1e9511610c581fdfc72621ba51faa913e5fce42')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-bytestring-builder
+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-streaming-commons/repos/community-staging-i686/haskell-streaming-commons.install
 (from rev 157768, 
haskell-streaming-commons/trunk/haskell-streaming-commons.install)
===
--- community-staging-i686/haskell-streaming-commons.install
(rev 0)
+++ community-staging-i686/haskell-streaming-commons.install2016-01-20 
02:55:43 UTC (rev 157769)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-streaming-commons
+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-streaming-commons/repos/community-staging-x86_64/PKGBUILD (from 
rev 157768, haskell-streaming-commons/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:55:43 UTC (rev 157769)
@@ -0,0 +1,44 @@
+# $Id: PKGBUILD 143480 2015-10-09 08:41:28Z fyan $
+# Maintainer: Felix Yan 

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 03:56:39
  Author: fyan
Revision: 157771

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

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

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

Copied: haskell-vault/repos/community-staging-i686/PKGBUILD (from rev 157770, 
haskell-vault/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 02:56:39 UTC (rev 157771)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vault
+pkgname=haskell-vault
+pkgver=0.3.0.5
+pkgrel=2
+pkgdesc="A persistent store for values of arbitrary types"
+url="https://github.com/HeinrichApfelmus/vault;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+install="${pkgname}.install"
+sha256sums=('c37bf617db6b39333de40540ecbda8ae644ec6cc8e18bbccbe5d976aeb8cdea7')
+
+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 \
+-fuseghc
+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-vault/repos/community-staging-i686/haskell-vault.install (from 
rev 157770, haskell-vault/trunk/haskell-vault.install)
===
--- community-staging-i686/haskell-vault.install
(rev 0)
+++ community-staging-i686/haskell-vault.install2016-01-20 02:56:39 UTC 
(rev 157771)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-vault
+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-vault/repos/community-staging-x86_64/PKGBUILD (from rev 157770, 
haskell-vault/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 02:56:39 UTC (rev 157771)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=vault
+pkgname=haskell-vault
+pkgver=0.3.0.5
+pkgrel=2
+pkgdesc="A persistent store for values of arbitrary types"
+url="https://github.com/HeinrichApfelmus/vault;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "haskell-hashable" "haskell-unordered-containers")
+options=('staticlibs')
+source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:18:40
  Author: fyan
Revision: 157796

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

rebuild with text-1.2.2.0, primitive-0.6.1.0

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

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:17:17 UTC (rev 157795)
+++ PKGBUILD2016-01-20 03:18:40 UTC (rev 157796)
@@ -5,7 +5,7 @@
 _hkgname=http-api-data
 pkgname=haskell-http-api-data
 pkgver=0.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
 url="http://github.com/fizruk/http-api-data;
 license=("custom:BSD3")


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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:19:11
  Author: fyan
Revision: 157797

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

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

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

Copied: haskell-http-api-data/repos/community-staging-i686/PKGBUILD (from rev 
157796, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2016-01-20 03:19:11 UTC (rev 157797)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."
+url="http://github.com/fizruk/http-api-data;
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=7.10.3" "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=('fba6a38c0f3a39e2ce02b42351953d9aa82f48ef83e5c921a9a1e719b8bc45dc')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid \
+-f-use-text-show
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*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-http-api-data/repos/community-staging-i686/haskell-http-api-data.install
 (from rev 157796, haskell-http-api-data/trunk/haskell-http-api-data.install)
===
--- community-staging-i686/haskell-http-api-data.install
(rev 0)
+++ community-staging-i686/haskell-http-api-data.install2016-01-20 
03:19:11 UTC (rev 157797)
@@ -0,0 +1,18 @@
+HS_DIR=usr/share/haskell/haskell-http-api-data
+post_install() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_upgrade() {
+  ${HS_DIR}/unregister.sh
+}
+post_upgrade() {
+  ${HS_DIR}/register.sh
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}
+pre_remove() {
+  ${HS_DIR}/unregister.sh
+}
+post_remove() {
+  (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
+}

Copied: haskell-http-api-data/repos/community-staging-x86_64/PKGBUILD (from rev 
157796, haskell-http-api-data/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2016-01-20 03:19:11 UTC (rev 157797)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=http-api-data
+pkgname=haskell-http-api-data
+pkgver=0.2.2
+pkgrel=2
+pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query 
parameters."

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

2016-01-19 Thread Felix Yan
Date: Wednesday, January 20, 2016 @ 04:29:28
  Author: fyan
Revision: 157818

upgpkg: haskell-resource-pool 0.2.3.2-6

rebuild with text-1.2.2.0, primitive-0.6.1.0

Modified:
  haskell-resource-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-20 03:29:23 UTC (rev 157817)
+++ PKGBUILD2016-01-20 03:29:28 UTC (rev 157818)
@@ -5,7 +5,7 @@
 _hkgname=resource-pool
 pkgname=haskell-resource-pool
 pkgver=0.2.3.2
-pkgrel=5
+pkgrel=6
 pkgdesc="A high-performance striped resource pooling implementation"
 url="http://github.com/bos/pool;
 license=("custom:BSD3")


  1   2   3   4   >