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

2016-12-31 Thread Gaëtan Bisson
Date: Sunday, January 1, 2017 @ 07:58:34
  Author: bisson
Revision: 203471

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

Added:
  collectd/repos/community-i686/PKGBUILD
(from rev 203470, collectd/trunk/PKGBUILD)
  collectd/repos/community-i686/service
(from rev 203470, collectd/trunk/service)
  collectd/repos/community-x86_64/PKGBUILD
(from rev 203470, collectd/trunk/PKGBUILD)
  collectd/repos/community-x86_64/service
(from rev 203470, collectd/trunk/service)
Deleted:
  collectd/repos/community-i686/PKGBUILD
  collectd/repos/community-i686/service
  collectd/repos/community-x86_64/PKGBUILD
  collectd/repos/community-x86_64/service

---+
 /PKGBUILD |  156 
 /service  |   26 +++
 community-i686/PKGBUILD   |   78 --
 community-i686/service|   13 ---
 community-x86_64/PKGBUILD |   78 --
 community-x86_64/service  |   13 ---
 6 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-01 07:58:03 UTC (rev 203470)
+++ community-i686/PKGBUILD 2017-01-01 07:58:34 UTC (rev 203471)
@@ -1,78 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson 
-# Contributor: Gerhard Brauer 
-
-pkgname=collectd
-pkgver=5.6.2
-pkgrel=1
-pkgdesc='Daemon which collects system performance statistics periodically'
-url='https://collectd.org/'
-arch=('i686' 'x86_64')
-license=('GPL')
-
-optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
-'libdbi: dbi plugin'
-'libesmtp: notify_email plugin'
-'libgcrypt: encryption and authentication for network plugin'
-'libmemcached: memcachec plugin'
-'libmariadbclient: mysql plugin'
-'iproute2: netlink plugin'
-'net-snmp: snmp plugin'
-'libnotify: notify_desktop plugin'
-'openipmi: ipmi plugin'
-'liboping: ping plugin'
-'libpcap: dns plugin'
-'perl: perl plugin'
-'postgresql-libs: postgresql plugin'
-'python2: python plugin'
-'rrdtool: rrdtool and rrdcached plugins'
-'lm_sensors: lm_sensors and sensors plugins'
-'libvirt: libvirt plugin'
-'libxml2: ascent and libvirt plugins'
-'yajl: curl_json plugin'
-'libatasmart: smart plugin'
-'lvm2: lvm plugin'
-'protobuf-c: write_riemann plugin'
-'mosquitto: MQTT plugin')
-
-makedepends=('curl' 'libdbi' 'libesmtp' 'libgcrypt' 'libmemcached'
- 'libmariadbclient' 'iproute2' 'net-snmp' 'libnotify' 'openipmi'
- 'liboping' 'libpcap' 'postgresql-libs' 'python2' 'rrdtool'
- 'lm_sensors' 'libvirt' 'libxml2' 'yajl' 'libatasmart' 'lvm2'
- 'protobuf-c' 'mosquitto')
-
-depends=('libltdl' 'iptables')
-
-source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
-'service')
-sha256sums=('cc0b4118a91e5369409ced22d1d8a85c1a400098419414160c1839268ecad0c6'
-'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
-
-backup=('etc/collectd.conf')
-
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   sed 's/-Werror//g' -i *.ac */*.{am,in} */*/*.{am,in}
-   autoreconf
-}
-
-build() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   export MAKEFLAGS='-j1'
-   ./configure \
-   --prefix=/usr \
-   --sysconfdir=/etc \
-   --localstatedir=/var \
-   --sbindir=/usr/bin \
-   --with-python=/usr/bin/python2 \
-   --with-perl-bindings='INSTALLDIRS=vendor'
-   make all
-}
-
-package() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   make DESTDIR="${pkgdir}" install
-   rmdir "${pkgdir}/var/run" # FS#30201
-   install -Dm644 ../service 
"${pkgdir}"/usr/lib/systemd/system/collectd.service
-   install -Dm644 contrib/collectd2html.pl 
"${pkgdir}"/usr/share/collectd/collectd2html.pl
-}

Copied: collectd/repos/community-i686/PKGBUILD (from rev 203470, 
collectd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-01 07:58:34 UTC (rev 203471)
@@ -0,0 +1,78 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: Gerhard Brauer 
+
+pkgname=collectd
+pkgver=5.7.0
+pkgrel=1
+pkgdesc='Daemon which collects system performance statistics periodically'
+url='https://collectd.org/'
+arch=('i686' 'x86_64')
+license=('GPL')
+
+optdepends=('curl: apache, ascent, curl, nginx, and write_http plugins'
+'libdbi: dbi plugin'
+'libesmtp: notify_email plugin'
+'libgcrypt: 

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

2016-12-31 Thread Gaëtan Bisson
Date: Sunday, January 1, 2017 @ 07:58:03
  Author: bisson
Revision: 203470

upstream update

Modified:
  collectd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 05:22:03 UTC (rev 203469)
+++ PKGBUILD2017-01-01 07:58:03 UTC (rev 203470)
@@ -3,7 +3,7 @@
 # Contributor: Gerhard Brauer 
 
 pkgname=collectd
-pkgver=5.6.2
+pkgver=5.7.0
 pkgrel=1
 pkgdesc='Daemon which collects system performance statistics periodically'
 url='https://collectd.org/'
@@ -45,7 +45,7 @@
 
 source=("${url}files/${pkgname}-${pkgver}.tar.bz2"
 'service')
-sha256sums=('cc0b4118a91e5369409ced22d1d8a85c1a400098419414160c1839268ecad0c6'
+sha256sums=('25a05fbdc6baad571554342bbac6141928bf95a47fc60ee3b32e46d0c89ef2b2'
 'e45e261146563b0bf6967c669dff7ac2400f066f0eb4c022ac3fdb0ccadca2f9')
 
 backup=('etc/collectd.conf')


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

2016-12-31 Thread Gaëtan Bisson
Date: Sunday, January 1, 2017 @ 07:56:13
  Author: bisson
Revision: 285008

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

Added:
  ldns/repos/staging-i686/
  ldns/repos/staging-i686/PKGBUILD
(from rev 285007, ldns/trunk/PKGBUILD)
  ldns/repos/staging-x86_64/
  ldns/repos/staging-x86_64/PKGBUILD
(from rev 285007, ldns/trunk/PKGBUILD)

-+
 staging-i686/PKGBUILD   |   39 +++
 staging-x86_64/PKGBUILD |   39 +++
 2 files changed, 78 insertions(+)

Copied: ldns/repos/staging-i686/PKGBUILD (from rev 285007, ldns/trunk/PKGBUILD)
===
--- staging-i686/PKGBUILD   (rev 0)
+++ staging-i686/PKGBUILD   2017-01-01 07:56:13 UTC (rev 285008)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: mathieui 
+# Contributor: jiribb 
+
+pkgname=ldns
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='https://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8')
+
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-rpath \
+   --with-drill \
+   --with-examples \
+   --with-trust-anchor=/etc/trusted-key.key \
+   --disable-dane-verify # needs openssl>=1.1.0
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}

Copied: ldns/repos/staging-x86_64/PKGBUILD (from rev 285007, 
ldns/trunk/PKGBUILD)
===
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-01-01 07:56:13 UTC (rev 285008)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Gaetan Bisson 
+# Contributor: mathieui 
+# Contributor: jiribb 
+
+pkgname=ldns
+pkgver=1.7.0
+pkgrel=1
+pkgdesc='Fast DNS library supporting recent RFCs'
+url='https://www.nlnetlabs.nl/projects/ldns/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('openssl' 'dnssec-anchors')
+optdepends=('libpcap: ldns-dpa tool')
+makedepends=('libpcap')
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8')
+
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --disable-rpath \
+   --with-drill \
+   --with-examples \
+   --with-trust-anchor=/etc/trusted-key.key \
+   --disable-dane-verify # needs openssl>=1.1.0
+
+   make
+}
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+   install -D -m644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}


[arch-commits] Commit in ldns/trunk (PKGBUILD perl-recent.patch)

2016-12-31 Thread Gaëtan Bisson
Date: Sunday, January 1, 2017 @ 07:55:47
  Author: bisson
Revision: 285007

upstream update

Modified:
  ldns/trunk/PKGBUILD
Deleted:
  ldns/trunk/perl-recent.patch

---+
 PKGBUILD  |   15 +--
 perl-recent.patch |   12 
 2 files changed, 5 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 05:06:19 UTC (rev 285006)
+++ PKGBUILD2017-01-01 07:55:47 UTC (rev 285007)
@@ -4,8 +4,8 @@
 # Contributor: jiribb 
 
 pkgname=ldns
-pkgver=1.6.17
-pkgrel=4
+pkgver=1.7.0
+pkgrel=1
 pkgdesc='Fast DNS library supporting recent RFCs'
 url='https://www.nlnetlabs.nl/projects/ldns/'
 license=('custom:BSD')
@@ -13,15 +13,9 @@
 depends=('openssl' 'dnssec-anchors')
 optdepends=('libpcap: ldns-dpa tool')
 makedepends=('libpcap')
-source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;
-'perl-recent.patch')
-sha1sums=('4218897b3c002aadfc7280b3f40cda829e05c9a4'
-  '026b276a360d29b3bd3690293a27178262a0b3dc')
+source=("https://www.nlnetlabs.nl/downloads/${pkgname}/${pkgname}-${pkgver}.tar.gz;)
+sha1sums=('ceeeccf8a27e61a854762737f6ee02f44662c1b8')
 
-prepare() {
-   cd "${srcdir}/${pkgname}-${pkgver}"
-   patch -p1 -i ../perl-recent.patch
-}
 
 build() {
cd "${srcdir}/${pkgname}-${pkgver}"
@@ -33,6 +27,7 @@
--with-drill \
--with-examples \
--with-trust-anchor=/etc/trusted-key.key \
+   --disable-dane-verify # needs openssl>=1.1.0
 
make
 }

Deleted: perl-recent.patch
===
--- perl-recent.patch   2017-01-01 05:06:19 UTC (rev 285006)
+++ perl-recent.patch   2017-01-01 07:55:47 UTC (rev 285007)
@@ -1,12 +0,0 @@
-diff -Naur old/doc/doxyparse.pl new/doc/doxyparse.pl
 old/doc/doxyparse.pl   2014-01-11 06:04:41.0 +0900
-+++ new/doc/doxyparse.pl   2015-08-08 22:29:34.216889652 +0900
-@@ -273,7 +273,7 @@
- 
-   print MAN $MAN_MIDDLE;
- 
--  if (defined(@$also)) {
-+  if (@$also) {
-   print MAN "\n.SH SEE ALSO\n\\fI";
-   print MAN join "\\fR, \\fI", @$also;
-   print MAN "\\fR.\nAnd ";


[arch-commits] Commit in (rxvt)

2016-12-31 Thread Sébastien Luttringer
Date: Sunday, January 1, 2017 @ 05:22:03
  Author: seblu
Revision: 203469

Moved to AUR

Deleted:
  rxvt/


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

2016-12-31 Thread Sébastien Luttringer
Date: Sunday, January 1, 2017 @ 05:06:19
  Author: seblu
Revision: 285006

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

Added:
  nftables/repos/extra-i686/PKGBUILD
(from rev 285005, nftables/trunk/PKGBUILD)
  nftables/repos/extra-i686/nftables.conf
(from rev 285005, nftables/trunk/nftables.conf)
  nftables/repos/extra-i686/nftables.service
(from rev 285005, nftables/trunk/nftables.service)
  nftables/repos/extra-x86_64/PKGBUILD
(from rev 285005, nftables/trunk/PKGBUILD)
  nftables/repos/extra-x86_64/nftables.conf
(from rev 285005, nftables/trunk/nftables.conf)
  nftables/repos/extra-x86_64/nftables.service
(from rev 285005, nftables/trunk/nftables.service)
Deleted:
  nftables/repos/extra-i686/PKGBUILD
  nftables/repos/extra-i686/nftables-reload
  nftables/repos/extra-i686/nftables.conf
  nftables/repos/extra-i686/nftables.service
  nftables/repos/extra-x86_64/PKGBUILD
  nftables/repos/extra-x86_64/nftables-reload
  nftables/repos/extra-x86_64/nftables.conf
  nftables/repos/extra-x86_64/nftables.service

---+
 /PKGBUILD |  116 
 /nftables.conf|   76 ++
 /nftables.service |   30 ++
 extra-i686/PKGBUILD   |   61 -
 extra-i686/nftables-reload|3 -
 extra-i686/nftables.conf  |   38 -
 extra-i686/nftables.service   |   15 -
 extra-x86_64/PKGBUILD |   61 -
 extra-x86_64/nftables-reload  |3 -
 extra-x86_64/nftables.conf|   38 -
 extra-x86_64/nftables.service |   15 -
 11 files changed, 222 insertions(+), 234 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2017-01-01 05:06:02 UTC (rev 285005)
+++ extra-i686/PKGBUILD 2017-01-01 05:06:19 UTC (rev 285006)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sébastien "Seblu" Luttringer 
-
-pkgname=nftables
-epoch=1
-pkgver=0.7
-pkgrel=1
-pkgdesc='Netfilter tables userspace tools'
-arch=('i686' 'x86_64')
-url='https://netfilter.org/projects/nftables/'
-license=('GPL2')
-depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
-makedepends=('docbook2x')
-backup=('etc/nftables.conf')
-validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
-# 2016-11-03: https sources download is broken with curl
-source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
-'nftables.conf'
-'nftables.service'
-'nftables-reload')
-sha1sums=('c003fa8b63b1b44c52de345a4d84487d81865a98'
-  'SKIP'
-  'a7146fad414f9e827e2e83b630308890c876b80d'
-  '65833b9c5b777cfb3a0776060c569a727ce6f460'
-  'd9f40e751b44dd9dc9fdb3b7eba3cc0a9b7e1b01')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-if [[ "$filename" =~ \.patch$ ]]; then
-  msg2 "Applying patch ${filename##*/}"
-  patch -p1 -N -i "$srcdir/${filename##*/}"
-fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/usr/share \
-CONFIG_MAN=y DB2MAN=docbook2man
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  popd
-  # basic safe firewall config
-  install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
-  # systemd
-  install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
-  install -Dm755 nftables-reload 
"$pkgdir/usr/lib/systemd/scripts/nftables-reload"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: nftables/repos/extra-i686/PKGBUILD (from rev 285005, 
nftables/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2017-01-01 05:06:19 UTC (rev 285006)
@@ -0,0 +1,58 @@
+# $Id$
+# Maintainer: Sébastien "Seblu" Luttringer 
+
+pkgname=nftables
+epoch=1
+pkgver=0.7
+pkgrel=2
+pkgdesc='Netfilter tables userspace tools'
+arch=('i686' 'x86_64')
+url='https://netfilter.org/projects/nftables/'
+license=('GPL2')
+depends=('libmnl' 'libnftnl' 'gmp' 'readline' 'ncurses')
+makedepends=('docbook2x')
+backup=('etc/nftables.conf')
+validpgpkeys=('C09DB2063F1D7034BA6152ADAB4655A126D292E4') # Netfilter Core Team
+# 2016-11-03: https sources download is broken with curl
+source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
+'nftables.conf'
+'nftables.service')
+sha1sums=('c003fa8b63b1b44c52de345a4d84487d81865a98'
+  'SKIP'
+  'a7146fad414f9e827e2e83b630308890c876b80d'
+  '59185e947ebfd599954800ad2c774171b3f4cd58')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman 

[arch-commits] Commit in nftables/trunk (PKGBUILD nftables-reload nftables.service)

2016-12-31 Thread Sébastien Luttringer
Date: Sunday, January 1, 2017 @ 05:06:02
  Author: seblu
Revision: 285005

upgpkg: nftables 1:0.7-2

Modified:
  nftables/trunk/PKGBUILD
  nftables/trunk/nftables.service
Deleted:
  nftables/trunk/nftables-reload

--+
 PKGBUILD |9 +++--
 nftables-reload  |3 ---
 nftables.service |2 +-
 3 files changed, 4 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 20:42:40 UTC (rev 285004)
+++ PKGBUILD2017-01-01 05:06:02 UTC (rev 285005)
@@ -4,7 +4,7 @@
 pkgname=nftables
 epoch=1
 pkgver=0.7
-pkgrel=1
+pkgrel=2
 pkgdesc='Netfilter tables userspace tools'
 arch=('i686' 'x86_64')
 url='https://netfilter.org/projects/nftables/'
@@ -16,13 +16,11 @@
 # 2016-11-03: https sources download is broken with curl
 
source=("http://netfilter.org/projects/nftables/files/nftables-$pkgver.tar.bz2"{,.sig}
 'nftables.conf'
-'nftables.service'
-'nftables-reload')
+'nftables.service')
 sha1sums=('c003fa8b63b1b44c52de345a4d84487d81865a98'
   'SKIP'
   'a7146fad414f9e827e2e83b630308890c876b80d'
-  '65833b9c5b777cfb3a0776060c569a727ce6f460'
-  'd9f40e751b44dd9dc9fdb3b7eba3cc0a9b7e1b01')
+  '59185e947ebfd599954800ad2c774171b3f4cd58')
 
 prepare() {
   cd $pkgname-$pkgver
@@ -55,7 +53,6 @@
   install -Dm644 nftables.conf "$pkgdir/etc/nftables.conf"
   # systemd
   install -Dm644 nftables.service 
"$pkgdir/usr/lib/systemd/system/nftables.service"
-  install -Dm755 nftables-reload 
"$pkgdir/usr/lib/systemd/scripts/nftables-reload"
 }
 
 # vim:set ts=2 sw=2 et:

Deleted: nftables-reload
===
--- nftables-reload 2016-12-31 20:42:40 UTC (rev 285004)
+++ nftables-reload 2017-01-01 05:06:02 UTC (rev 285005)
@@ -1,3 +0,0 @@
-#!/usr/bin/nft -f
-flush ruleset
-include "/etc/nftables.conf"

Modified: nftables.service
===
--- nftables.service2016-12-31 20:42:40 UTC (rev 285004)
+++ nftables.service2017-01-01 05:06:02 UTC (rev 285005)
@@ -7,7 +7,7 @@
 [Service]
 Type=oneshot
 ExecStart=/usr/bin/nft -f /etc/nftables.conf
-ExecReload=/usr/bin/nft -f /usr/lib/systemd/scripts/nftables-reload
+ExecReload=/usr/bin/nft flush ruleset ';' include '"/etc/nftables.conf"'
 ExecStop=/usr/bin/nft flush ruleset
 RemainAfterExit=yes
 


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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:57:12
  Author: felixonmars
Revision: 203463

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

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

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

Copied: haskell-turtle/repos/community-staging-i686/PKGBUILD (from rev 203462, 
haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-01 02:57:12 UTC (rev 203463)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
+ 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
+ 'haskell-stm' 'haskell-system-fileio' 'haskell-system-filepath' 
'haskell-temporary'
+ 'haskell-text' 'haskell-unix-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('44b38073e44a0dfb7431a2cc14e29509')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-turtle/repos/community-staging-x86_64/PKGBUILD (from rev 
203462, haskell-turtle/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-01 02:57:12 UTC (rev 203463)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=turtle
+pkgname=haskell-turtle
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="Shell programming, Haskell-style"
+url="https://github.com/Gabriel439/Haskell-Turtle-Library;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-ansi-wl-pprint' 'haskell-async' 'haskell-clock' 
'haskell-foldl'
+ 'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
+ 'haskell-stm' 'haskell-system-fileio' 'haskell-system-filepath' 
'haskell-temporary'
+ 'haskell-text' 'haskell-unix-compat')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('44b38073e44a0dfb7431a2cc14e29509')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 

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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:56:47
  Author: felixonmars
Revision: 203462

upgpkg: haskell-turtle 1.3.0-5

rebuild with foldl-1.2.2

Modified:
  haskell-turtle/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 02:54:20 UTC (rev 203461)
+++ PKGBUILD2017-01-01 02:56:47 UTC (rev 203462)
@@ -5,7 +5,7 @@
 _hkgname=turtle
 pkgname=haskell-turtle
 pkgver=1.3.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Shell programming, Haskell-style"
 url="https://github.com/Gabriel439/Haskell-Turtle-Library;
 license=('custom:BSD3')
@@ -14,7 +14,7 @@
  'haskell-hostname' 'haskell-managed' 'haskell-optparse-applicative' 
'haskell-optional-args'
  'haskell-stm' 'haskell-system-fileio' 'haskell-system-filepath' 
'haskell-temporary'
  'haskell-text' 'haskell-unix-compat')
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
 md5sums=('44b38073e44a0dfb7431a2cc14e29509')
 
 build() {


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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:54:00
  Author: felixonmars
Revision: 203460

upgpkg: haskell-hasql-pool 0.4.1-9

rebuild with foldl-1.2.2

Modified:
  haskell-hasql-pool/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 02:52:05 UTC (rev 203459)
+++ PKGBUILD2017-01-01 02:54:00 UTC (rev 203460)
@@ -5,7 +5,7 @@
 _hkgname=hasql-pool
 pkgname=haskell-hasql-pool
 pkgver=0.4.1
-pkgrel=8
+pkgrel=9
 pkgdesc="A pool of connections for Hasql"
 url="https://github.com/nikita-volkov/hasql-pool;
 license=('MIT')


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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:54:20
  Author: felixonmars
Revision: 203461

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

Added:
  haskell-hasql-pool/repos/community-staging-i686/
  haskell-hasql-pool/repos/community-staging-i686/PKGBUILD
(from rev 203460, haskell-hasql-pool/trunk/PKGBUILD)
  haskell-hasql-pool/repos/community-staging-x86_64/
  haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD
(from rev 203460, haskell-hasql-pool/trunk/PKGBUILD)

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

Copied: haskell-hasql-pool/repos/community-staging-i686/PKGBUILD (from rev 
203460, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-01 02:54:20 UTC (rev 203461)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=9
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hasql-pool/repos/community-staging-x86_64/PKGBUILD (from rev 
203460, haskell-hasql-pool/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-01 02:54:20 UTC (rev 203461)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql-pool
+pkgname=haskell-hasql-pool
+pkgver=0.4.1
+pkgrel=9
+pkgdesc="A pool of connections for Hasql"
+url="https://github.com/nikita-volkov/hasql-pool;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-base-prelude' 'haskell-hasql' 
'haskell-resource-pool')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c0fcb158ccfc72f1101d9a9289ade442')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}


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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:52:05
  Author: felixonmars
Revision: 203459

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

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

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

Copied: haskell-hasql/repos/community-staging-i686/PKGBUILD (from rev 203458, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-01 02:52:05 UTC (rev 203459)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.15.2
+pkgrel=9
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base-prelude'
+ 'haskell-bytestring-tree-builder' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-data-default-class' 'haskell-dlist' 'haskell-either' 
'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-mtl' 
'haskell-placeholders'
+ 'haskell-postgresql-binary' 'haskell-postgresql-libpq' 
'haskell-profunctors'
+ 'haskell-scientific' 'haskell-semigroups' 'haskell-text' 
'haskell-uuid' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c82ea1c8858ebeae9c4f283910310ec2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-hasql/repos/community-staging-x86_64/PKGBUILD (from rev 203458, 
haskell-hasql/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-01 02:52:05 UTC (rev 203459)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+
+_hkgname=hasql
+pkgname=haskell-hasql
+pkgver=0.19.15.2
+pkgrel=9
+pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
+url="https://github.com/nikita-volkov/hasql;
+license=('MIT')
+arch=('i686' 'x86_64')
+depends=('ghc=8.0.1' 'haskell-aeson' 'haskell-attoparsec' 
'haskell-base-prelude'
+ 'haskell-bytestring-tree-builder' 'haskell-contravariant' 
'haskell-contravariant-extras'
+ 'haskell-data-default-class' 'haskell-dlist' 'haskell-either' 
'haskell-hashable'
+ 'haskell-hashtables' 'haskell-loch-th' 'haskell-mtl' 
'haskell-placeholders'
+ 'haskell-postgresql-binary' 'haskell-postgresql-libpq' 
'haskell-profunctors'
+ 'haskell-scientific' 'haskell-semigroups' 'haskell-text' 
'haskell-uuid' 'haskell-vector')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+md5sums=('c82ea1c8858ebeae9c4f283910310ec2')
+
+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 

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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:51:38
  Author: felixonmars
Revision: 203458

upgpkg: haskell-hasql 0.19.15.2-9

rebuild with foldl-1.2.2

Modified:
  haskell-hasql/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 02:47:59 UTC (rev 203457)
+++ PKGBUILD2017-01-01 02:51:38 UTC (rev 203458)
@@ -5,7 +5,7 @@
 _hkgname=hasql
 pkgname=haskell-hasql
 pkgver=0.19.15.2
-pkgrel=8
+pkgrel=9
 pkgdesc="An efficient PostgreSQL driver and a flexible mapping API"
 url="https://github.com/nikita-volkov/hasql;
 license=('MIT')


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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:47:59
  Author: felixonmars
Revision: 203457

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

Added:
  haskell-postgresql-binary/repos/community-staging-i686/
  haskell-postgresql-binary/repos/community-staging-i686/PKGBUILD
(from rev 203456, haskell-postgresql-binary/trunk/PKGBUILD)
  haskell-postgresql-binary/repos/community-staging-x86_64/
  haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD
(from rev 203456, haskell-postgresql-binary/trunk/PKGBUILD)

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

Copied: haskell-postgresql-binary/repos/community-staging-i686/PKGBUILD (from 
rev 203456, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-01 02:47:59 UTC (rev 203457)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.9.1.1
+pkgrel=8
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-binary-parser" "haskell-aeson" "haskell-uuid" 
"haskell-scientific"
+ "haskell-text" "haskell-vector" "haskell-loch-th" 
"haskell-placeholders" "haskell-foldl"
+ "haskell-base-prelude")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e9aeb3abc2e191ecde5f6112221fe0957364c72779dbcbe8eba6bc5c830ddac2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-postgresql-binary/repos/community-staging-x86_64/PKGBUILD (from 
rev 203456, haskell-postgresql-binary/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-01 02:47:59 UTC (rev 203457)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=postgresql-binary
+pkgname=haskell-postgresql-binary
+pkgver=0.9.1.1
+pkgrel=8
+pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
+url="https://github.com/nikita-volkov/postgresql-binary;
+license=("MIT")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-binary-parser" "haskell-aeson" "haskell-uuid" 
"haskell-scientific"
+ "haskell-text" "haskell-vector" "haskell-loch-th" 
"haskell-placeholders" "haskell-foldl"
+ "haskell-base-prelude")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('e9aeb3abc2e191ecde5f6112221fe0957364c72779dbcbe8eba6bc5c830ddac2')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   

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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:47:22
  Author: felixonmars
Revision: 203456

upgpkg: haskell-postgresql-binary 0.9.1.1-8

rebuild with foldl-1.2.2

Modified:
  haskell-postgresql-binary/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 02:44:48 UTC (rev 203455)
+++ PKGBUILD2017-01-01 02:47:22 UTC (rev 203456)
@@ -5,7 +5,7 @@
 _hkgname=postgresql-binary
 pkgname=haskell-postgresql-binary
 pkgver=0.9.1.1
-pkgrel=7
+pkgrel=8
 pkgdesc="Encoders and decoders for the PostgreSQL's binary format"
 url="https://github.com/nikita-volkov/postgresql-binary;
 license=("MIT")


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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:44:48
  Author: felixonmars
Revision: 203455

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

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

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

Copied: haskell-foldl/repos/community-staging-i686/PKGBUILD (from rev 203454, 
haskell-foldl/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2017-01-01 02:44:48 UTC (rev 203455)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=foldl
+pkgname=haskell-foldl
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Composable, streaming, and efficient left folds"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mwc-random" "haskell-primitive" "haskell-text" 
"haskell-vector"
+ "haskell-contravariant" "haskell-profunctors" "haskell-comonad")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c869deb0dc7d41d496539968968ff6045022d1286dfb2c1d53f61dc974f455eb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy --destdir="${pkgdir}"
+install -D -m644 "LICENSE" 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+}

Copied: haskell-foldl/repos/community-staging-x86_64/PKGBUILD (from rev 203454, 
haskell-foldl/trunk/PKGBUILD)
===
--- community-staging-x86_64/PKGBUILD   (rev 0)
+++ community-staging-x86_64/PKGBUILD   2017-01-01 02:44:48 UTC (rev 203455)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Arch Haskell Team 
+
+_hkgname=foldl
+pkgname=haskell-foldl
+pkgver=1.2.2
+pkgrel=1
+pkgdesc="Composable, streaming, and efficient left folds"
+url="https://hackage.haskell.org/package/${_hkgname};
+license=("custom:BSD3")
+arch=('i686' 'x86_64')
+depends=("ghc=8.0.1" "haskell-mwc-random" "haskell-primitive" "haskell-text" 
"haskell-vector"
+ "haskell-contravariant" "haskell-profunctors" "haskell-comonad")
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c869deb0dc7d41d496539968968ff6045022d1286dfb2c1d53f61dc974f455eb')
+
+build() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+runhaskell Setup configure -O --enable-library-profiling --enable-shared \
+--prefix=/usr --docdir="/usr/share/doc/${pkgname}" \
+--libsubdir=\$compiler/site-local/\$pkgid
+runhaskell Setup build
+runhaskell Setup haddock --hoogle --html
+runhaskell Setup register --gen-script
+runhaskell Setup unregister --gen-script
+sed -i -r -e "s|ghc-pkg.*update[^ ]* |&'--force' |" register.sh
+sed -i -r -e "s|ghc-pkg.*unregister[^ ]* |&'--force' |" unregister.sh
+}
+
+package() {
+cd "${srcdir}/${_hkgname}-${pkgver}"
+
+install -D -m744 register.sh   
"${pkgdir}/usr/share/haskell/register/${pkgname}.sh"
+install -D -m744 unregister.sh 
"${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
+install -d -m755 "${pkgdir}/usr/share/doc/ghc/html/libraries"
+ln -s "/usr/share/doc/${pkgname}/html" 
"${pkgdir}/usr/share/doc/ghc/html/libraries/${_hkgname}"
+runhaskell Setup copy 

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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:44:27
  Author: felixonmars
Revision: 203454

upgpkg: haskell-foldl 1.2.2-1

rebuild with foldl-1.2.2

Modified:
  haskell-foldl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 02:39:56 UTC (rev 203453)
+++ PKGBUILD2017-01-01 02:44:27 UTC (rev 203454)
@@ -4,16 +4,16 @@
 
 _hkgname=foldl
 pkgname=haskell-foldl
-pkgver=1.2.1
-pkgrel=4
+pkgver=1.2.2
+pkgrel=1
 pkgdesc="Composable, streaming, and efficient left folds"
-url="http://hackage.haskell.org/package/${_hkgname};
+url="https://hackage.haskell.org/package/${_hkgname};
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=("ghc=8.0.1" "haskell-mwc-random" "haskell-primitive" "haskell-text" 
"haskell-vector"
  "haskell-contravariant" "haskell-profunctors" "haskell-comonad")
-source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
-sha256sums=('86afa8df81991d9901e717107fa12fc6f3577e8fd40ef9e57d388435b6e68073')
+source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz;)
+sha256sums=('c869deb0dc7d41d496539968968ff6045022d1286dfb2c1d53f61dc974f455eb')
 
 build() {
 cd "${srcdir}/${_hkgname}-${pkgver}"


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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:39:40
  Author: felixonmars
Revision: 203452

upgpkg: python-construct 2.8.10-1

Modified:
  python-construct/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 02:38:19 UTC (rev 203451)
+++ PKGBUILD2017-01-01 02:39:40 UTC (rev 203452)
@@ -3,8 +3,8 @@
 
 pkgbase=python-construct
 pkgname=('python-construct' 'python2-construct')
-pkgver=2.8.8
-_commit=f11f07f9b70a9e5719c2f2e237a45d6c791144cd
+pkgver=2.8.10
+_commit=3622db936af6df67ff6421bbbeb3ef492d9808d0
 pkgrel=1
 pkgdesc="A powerful declarative parser/builder for binary data"
 arch=('any')


[arch-commits] Commit in python-construct/repos/community-staging-any (2 files)

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:39:56
  Author: felixonmars
Revision: 203453

archrelease: copy trunk to community-staging-any

Added:
  python-construct/repos/community-staging-any/PKGBUILD
(from rev 203452, python-construct/trunk/PKGBUILD)
Deleted:
  python-construct/repos/community-staging-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-01 02:39:40 UTC (rev 203452)
+++ PKGBUILD2017-01-01 02:39:56 UTC (rev 203453)
@@ -1,52 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-
-pkgbase=python-construct
-pkgname=('python-construct' 'python2-construct')
-pkgver=2.8.8
-_commit=f11f07f9b70a9e5719c2f2e237a45d6c791144cd
-pkgrel=1
-pkgdesc="A powerful declarative parser/builder for binary data"
-arch=('any')
-license=('MIT')
-url="http://construct.readthedocs.org;
-makedepends=('python-setuptools' 'python2-setuptools' 'git')
-checkdepends=('python-pytest' 'python2-pytest' 'python-numpy' 'python2-numpy')
-source=("git+https://github.com/construct/construct.git#commit=$_commit;)
-sha512sums=('SKIP')
-
-prepare() {
-  cp -a construct{,-py2}
-}
-
-build() {
-  cd "$srcdir"/construct
-  python setup.py build
-
-  cd "$srcdir"/construct-py2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/construct
-  PYTHONPATH="$PWD" py.test
-
-  cd "$srcdir"/construct-py2
-  PYTHONPATH="$PWD" py.test2
-}
-
-package_python-construct() {
-  depends=('python')
-
-  cd construct
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-construct() {
-  depends=('python2')
-
-  cd construct-py2
-  python2 setup.py install --root="$pkgdir" --optimize=1
-  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-construct/repos/community-staging-any/PKGBUILD (from rev 203452, 
python-construct/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-01 02:39:56 UTC (rev 203453)
@@ -0,0 +1,52 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgbase=python-construct
+pkgname=('python-construct' 'python2-construct')
+pkgver=2.8.10
+_commit=3622db936af6df67ff6421bbbeb3ef492d9808d0
+pkgrel=1
+pkgdesc="A powerful declarative parser/builder for binary data"
+arch=('any')
+license=('MIT')
+url="http://construct.readthedocs.org;
+makedepends=('python-setuptools' 'python2-setuptools' 'git')
+checkdepends=('python-pytest' 'python2-pytest' 'python-numpy' 'python2-numpy')
+source=("git+https://github.com/construct/construct.git#commit=$_commit;)
+sha512sums=('SKIP')
+
+prepare() {
+  cp -a construct{,-py2}
+}
+
+build() {
+  cd "$srcdir"/construct
+  python setup.py build
+
+  cd "$srcdir"/construct-py2
+  python2 setup.py build
+}
+
+check() {
+  cd "$srcdir"/construct
+  PYTHONPATH="$PWD" py.test
+
+  cd "$srcdir"/construct-py2
+  PYTHONPATH="$PWD" py.test2
+}
+
+package_python-construct() {
+  depends=('python')
+
+  cd construct
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-construct() {
+  depends=('python2')
+
+  cd construct-py2
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


[arch-commits] Commit in python-email-validator/repos/community-staging-any (2 files)

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:38:19
  Author: felixonmars
Revision: 203451

archrelease: copy trunk to community-staging-any

Added:
  python-email-validator/repos/community-staging-any/PKGBUILD
(from rev 203450, python-email-validator/trunk/PKGBUILD)
Deleted:
  python-email-validator/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2017-01-01 02:37:43 UTC (rev 203450)
+++ PKGBUILD2017-01-01 02:38:19 UTC (rev 203451)
@@ -1,59 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Daniel Wallace 
-
-pkgbase=python-email-validator
-pkgname=(python-email-validator python2-email-validator)
-pkgver=1.0.1
-_commit=6b7e3e362eaeb2b1ae4281f4d18421bd31dad3fb
-pkgrel=2
-pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
-arch=('any')
-url="https://github.com/JoshData/python-email-validator;
-license=('custom:CC0')
-makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-dnspython' 
'python2-dnspython'
- 'python-idna' 'python2-idna')
-source=("git+https://github.com/JoshData/python-email-validator.git#commit=$_commit;)
-md5sums=('SKIP')
-
-prepare() {
-  cp -a python-email-validator{,-py2}
-}
-
-build() {
-  cd "$srcdir"/python-email-validator
-  python setup.py build
-
-  cd "$srcdir"/python-email-validator-py2
-  python2 setup.py build
-}
-
-check() {
-  export LC_CTYPE=en_US.UTF-8
-
-  cd "$srcdir"/python-email-validator
-  python email_validator/__init__.py --tests < test_pass.txt
-
-  cd "$srcdir"/python-email-validator-py2
-  python2 email_validator/__init__.py --tests < test_pass.txt
-}
-
-package_python-email-validator() {
-  depends=('python-dnspython' 'python-idna')
-
-  cd "$srcdir"/python-email-validator
-  python setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-email-validator() {
-  depends=('python2-dnspython' 'python2-idna')
-
-  cd "$srcdir"/python-email-validator-py2
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-
-  mv "$pkgdir"/usr/bin/email_validator{,2}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-email-validator/repos/community-staging-any/PKGBUILD (from rev 
203450, python-email-validator/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2017-01-01 02:38:19 UTC (rev 203451)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Daniel Wallace 
+
+pkgbase=python-email-validator
+pkgname=(python-email-validator python2-email-validator)
+pkgver=1.0.2
+_commit=ca2c3b79589ec94d654dfab6aa7dbc117ab296ea
+pkgrel=1
+pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
+arch=('any')
+url="https://github.com/JoshData/python-email-validator;
+license=('custom:CC0')
+makedepends=('git' 'python-setuptools' 'python2-setuptools' 'python-dnspython' 
'python2-dnspython'
+ 'python-idna' 'python2-idna')
+source=("git+https://github.com/JoshData/python-email-validator.git#commit=$_commit;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a python-email-validator{,-py2}
+}
+
+build() {
+  cd "$srcdir"/python-email-validator
+  python setup.py build
+
+  cd "$srcdir"/python-email-validator-py2
+  python2 setup.py build
+}
+
+check() {
+  export LC_CTYPE=en_US.UTF-8
+
+  cd "$srcdir"/python-email-validator
+  python email_validator/__init__.py --tests < test_pass.txt
+
+  cd "$srcdir"/python-email-validator-py2
+  python2 email_validator/__init__.py --tests < test_pass.txt
+}
+
+package_python-email-validator() {
+  depends=('python-dnspython' 'python-idna')
+
+  cd "$srcdir"/python-email-validator
+  python setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-email-validator() {
+  depends=('python2-dnspython' 'python2-idna')
+
+  cd "$srcdir"/python-email-validator-py2
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  install -Dm644 "LICENSE" "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+
+  mv "$pkgdir"/usr/bin/email_validator{,2}
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-31 Thread Felix Yan
Date: Sunday, January 1, 2017 @ 02:37:43
  Author: felixonmars
Revision: 203450

upgpkg: python-email-validator 1.0.2-1

Modified:
  python-email-validator/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 01:08:53 UTC (rev 203449)
+++ PKGBUILD2017-01-01 02:37:43 UTC (rev 203450)
@@ -4,9 +4,9 @@
 
 pkgbase=python-email-validator
 pkgname=(python-email-validator python2-email-validator)
-pkgver=1.0.1
-_commit=6b7e3e362eaeb2b1ae4281f4d18421bd31dad3fb
-pkgrel=2
+pkgver=1.0.2
+_commit=ca2c3b79589ec94d654dfab6aa7dbc117ab296ea
+pkgrel=1
 pkgdesc="A robust email syntax and deliverability validation library for 
Python 2.x/3.x."
 arch=('any')
 url="https://github.com/JoshData/python-email-validator;


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

2016-12-31 Thread Mihails Strasuns
Date: Sunday, January 1, 2017 @ 01:08:39
  Author: dicebot
Revision: 203448

upgpkg: dtools 2.072.2-1

Modified:
  dtools/trunk/PKGBUILD

--+
 PKGBUILD |8 +---
 1 file changed, 1 insertion(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 01:04:05 UTC (rev 203447)
+++ PKGBUILD2017-01-01 01:08:39 UTC (rev 203448)
@@ -2,7 +2,7 @@
 # Maintainer: Mihails Strasunse 
 
 pkgname=('dtools')
-pkgver=2.072.1
+pkgver=2.072.2
 pkgrel=1
 pkgdesc="Ancilliary tools for the D programming language"
 license=("custom")
@@ -21,12 +21,6 @@
   'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566'
   '283f6708499b62b0d2e1429f329f809dc6f2fd659c51e8d3cd0d16ce81efe70d')
 
-prepare()
-{
-# rdmd is broken without https://github.com/dlang/tools/pull/185
-sed -i 's|std.syserror|std.windows.syserror|g' $srcdir/tools/rdmd.d
-}
-
 build()
 {
 # DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`


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

2016-12-31 Thread Mihails Strasuns
Date: Sunday, January 1, 2017 @ 01:08:53
  Author: dicebot
Revision: 203449

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

Added:
  dtools/repos/community-i686/PKGBUILD
(from rev 203448, dtools/trunk/PKGBUILD)
  dtools/repos/community-i686/autodetect.diff
(from rev 203448, dtools/trunk/autodetect.diff)
  dtools/repos/community-x86_64/PKGBUILD
(from rev 203448, dtools/trunk/PKGBUILD)
  dtools/repos/community-x86_64/autodetect.diff
(from rev 203448, dtools/trunk/autodetect.diff)
Deleted:
  dtools/repos/community-i686/PKGBUILD
  dtools/repos/community-i686/autodetect.diff
  dtools/repos/community-x86_64/PKGBUILD
  dtools/repos/community-x86_64/autodetect.diff

--+
 /PKGBUILD|  108 +
 /autodetect.diff |   94 
 community-i686/PKGBUILD  |   60 
 community-i686/autodetect.diff   |   47 
 community-x86_64/PKGBUILD|   60 
 community-x86_64/autodetect.diff |   47 
 6 files changed, 202 insertions(+), 214 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-01 01:08:39 UTC (rev 203448)
+++ community-i686/PKGBUILD 2017-01-01 01:08:53 UTC (rev 203449)
@@ -1,60 +0,0 @@
-# $Id$
-# Maintainer: Mihails Strasunse 
-
-pkgname=('dtools')
-pkgver=2.072.1
-pkgrel=1
-pkgdesc="Ancilliary tools for the D programming language"
-license=("custom")
-groups=('dlang')
-arch=('i686' 'x86_64')
-url="http://www.dlang.org;
-makedepends=('dmd' 'libphobos' 'git')
-depends=('curl')
-
-source=(
-
"git+http://github.com/D-Programming-Language/tools#commit=3a32331303e2e62f429b8136ba0de0e9a9294722;
-"http://www.boost.org/LICENSE_1_0.txt;
-"autodetect.diff"
-)
-sha256sums=('SKIP'
-  'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566'
-  '283f6708499b62b0d2e1429f329f809dc6f2fd659c51e8d3cd0d16ce81efe70d')
-
-prepare()
-{
-# rdmd is broken without https://github.com/dlang/tools/pull/185
-sed -i 's|std.syserror|std.windows.syserror|g' $srcdir/tools/rdmd.d
-}
-
-build()
-{
-# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
-DMD=dmd
-
-cd $srcdir/tools
-git apply $srcdir/autodetect.diff
-
-# rdmd is used to build others
-$DMD -od. -ofdtools-rdmd rdmd.d
-
-for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
-./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
-done
-}
-
-package()
-{
-cd $srcdir/tools
-
-mkdir -p $pkgdir/usr/bin
-for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
-install -m755 -t $pkgdir/usr/bin $pkgname-$tool
-done
-
-cd $pkgdir
-ln -s dtools-rdmd usr/bin/rdmd
-ln -s dtools-dustmite usr/bin/dustmite
-
-install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
-}

Copied: dtools/repos/community-i686/PKGBUILD (from rev 203448, 
dtools/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-01 01:08:53 UTC (rev 203449)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Mihails Strasunse 
+
+pkgname=('dtools')
+pkgver=2.072.2
+pkgrel=1
+pkgdesc="Ancilliary tools for the D programming language"
+license=("custom")
+groups=('dlang')
+arch=('i686' 'x86_64')
+url="http://www.dlang.org;
+makedepends=('dmd' 'libphobos' 'git')
+depends=('curl')
+
+source=(
+
"git+http://github.com/D-Programming-Language/tools#commit=3a32331303e2e62f429b8136ba0de0e9a9294722;
+"http://www.boost.org/LICENSE_1_0.txt;
+"autodetect.diff"
+)
+sha256sums=('SKIP'
+  'c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566'
+  '283f6708499b62b0d2e1429f329f809dc6f2fd659c51e8d3cd0d16ce81efe70d')
+
+build()
+{
+# DMD=`$srcdir/Arch-PKGBUILDs/d-compiler.sh`
+DMD=dmd
+
+cd $srcdir/tools
+git apply $srcdir/autodetect.diff
+
+# rdmd is used to build others
+$DMD -od. -ofdtools-rdmd rdmd.d
+
+for tool in DustMite/dustmite ddemangle catdoc detab tolf dget; do
+./dtools-rdmd --compiler=$DMD --build-only -od. -ofdtools-`basename 
$tool` $tool.d
+done
+}
+
+package()
+{
+cd $srcdir/tools
+
+mkdir -p $pkgdir/usr/bin
+for tool in rdmd ddemangle catdoc detab tolf dget dustmite; do
+install -m755 -t $pkgdir/usr/bin $pkgname-$tool
+done
+
+cd $pkgdir
+ln -s dtools-rdmd usr/bin/rdmd
+ln -s dtools-dustmite usr/bin/dustmite
+
+install -Dm644 $srcdir/LICENSE_1_0.txt usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/autodetect.diff
===
--- community-i686/autodetect.diff  2017-01-01 

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

2016-12-31 Thread Mihails Strasuns
Date: Sunday, January 1, 2017 @ 01:04:05
  Author: dicebot
Revision: 203447

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

Added:
  dmd/repos/community-i686/PKGBUILD
(from rev 203446, dmd/trunk/PKGBUILD)
  dmd/repos/community-i686/dmd.conf
(from rev 203446, dmd/trunk/dmd.conf)
  dmd/repos/community-x86_64/PKGBUILD
(from rev 203446, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd.conf
(from rev 203446, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-i686/dmd.conf
  dmd/repos/community-x86_64/dmd.conf

---+
 /dmd.conf |   10 
 community-i686/PKGBUILD   |  100 
 community-i686/dmd.conf   |5 --
 community-x86_64/PKGBUILD |  100 
 community-x86_64/dmd.conf |5 --
 5 files changed, 210 insertions(+), 10 deletions(-)

Copied: dmd/repos/community-i686/PKGBUILD (from rev 203446, dmd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-01 01:04:05 UTC (rev 203447)
@@ -0,0 +1,100 @@
+# Maintainer: Mihails Strasunse 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Chris Brannon 
+# Contributor: Andrea Scarpino 
+# Contributor: Anders Bergh 
+# Contributor: Alexander Fehr 
+
+pkgname=('dmd' 'libphobos-devel' 'libphobos')
+pkgdesc="D programming language compiler and standard library"
+groups=('dlang' 'dlang-dmd')
+pkgbase=dmd
+pkgver=2.072.2
+pkgrel=2
+epoch=1
+arch=('i686' 'x86_64')
+url="http://www.dlang.org;
+makedepends=('git' 'gcc' 'make' 'dmd' 'libphobos-devel')
+source=("git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
+
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
+"git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+"dmd.conf")
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035')
+
+[[ $CARCH == "x86_64" ]] && _archbits="64"
+[[ $CARCH == "i686" ]] && _archbits="32"
+
+build() {
+cd $srcdir/dmd/src
+echo $pkgver > ../VERSION
+make -f posix.mak MODEL=$_archbits RELEASE=1
+
+cd $srcdir/druntime
+make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
+
+cd $srcdir/phobos
+make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
+}
+
+package_dmd() {
+pkgdesc="The D programming language reference compiler"
+backup=('etc/dmd.conf')
+depends=('gcc' 'libphobos-devel')
+optdepends=(
+'dtools: collection of useful utilities for development in D'
+'libphobos: standard D library, Phobos; shared library'
+'gcc-multilib: to cross-compile 32-bit applications'
+)
+provides=("d-compiler=$pkgver")
+license=('custom')
+
+install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
+
+mkdir -p $pkgdir/etc
+install -Dm644 $srcdir/dmd.conf $pkgdir/etc/dmd.conf
+
+mkdir -p $pkgdir/usr/share/man/man1
+mkdir -p $pkgdir/usr/share/man/man5
+cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
+cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
+
+install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
+install -Dm644 $srcdir/dmd/src/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
+
+mkdir -p $pkgdir/usr/share/d/samples/
+cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
+
+find $pkgdir/usr -type f | xargs chmod 0644
+chmod 755 $pkgdir/usr/bin/*
+}
+
+package_libphobos-devel() {
+pkgdesc="The Phobos standard library for D programming language. Modules 
and static library."
+options=("staticlibs")
+provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
+license=("custom")
+
+install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+mkdir -p $pkgdir/usr/include/dlang/dmd
+cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
+cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
+
+find $pkgdir/usr -type f | xargs chmod 0644
+
+install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
+install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
+}
+
+package_libphobos() {
+pkgdesc="The Phobos standard library for D programming language."
+depends=("curl")
+license=("custom")
+
+install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.so 
$pkgdir/usr/lib/libphobos2.so
+install -Dm644 

[arch-commits] Commit in dmd/repos (community-i686/PKGBUILD community-x86_64/PKGBUILD)

2016-12-31 Thread Mihails Strasuns
Date: Sunday, January 1, 2017 @ 00:53:54
  Author: dicebot
Revision: 203446

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

Deleted:
  dmd/repos/community-i686/PKGBUILD
  dmd/repos/community-x86_64/PKGBUILD

---+
 community-i686/PKGBUILD   |  100 
 community-x86_64/PKGBUILD |  100 
 2 files changed, 200 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-01 00:53:40 UTC (rev 203445)
+++ community-i686/PKGBUILD 2017-01-01 00:53:54 UTC (rev 203446)
@@ -1,100 +0,0 @@
-# Maintainer: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'libphobos-devel' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.072.2
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://www.dlang.org;
-makedepends=('git' 'gcc' 'make' 'dmd' 'libphobos-devel')
-source=("git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
-
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-"git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
-"dmd.conf")
-sha256sums=('SKIP'
-'SKIP'
-'SKIP'
-'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035')
-
-[[ $CARCH == "x86_64" ]] && _archbits="64"
-[[ $CARCH == "i686" ]] && _archbits="32"
-
-build() {
-cd $srcdir/dmd/src
-echo $pkgver > ../VERSION
-make -f posix.mak MODEL=$_archbits RELEASE=1
-
-cd $srcdir/druntime
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos-devel')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'libphobos: standard D library, Phobos; shared library'
-'gcc-multilib: to cross-compile 32-bit applications'
-)
-provides=("d-compiler=$pkgver")
-license=('custom')
-
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
-
-mkdir -p $pkgdir/etc
-install -Dm644 $srcdir/dmd.conf $pkgdir/etc/dmd.conf
-
-mkdir -p $pkgdir/usr/share/man/man1
-mkdir -p $pkgdir/usr/share/man/man5
-cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
-cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
-
-install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
-
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
-}
-
-package_libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library."
-options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-mkdir -p $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language."
-depends=("curl")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.so 
$pkgdir/usr/lib/libphobos2.so
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-01-01 00:53:40 UTC (rev 203445)
+++ community-x86_64/PKGBUILD   2017-01-01 00:53:54 UTC (rev 203446)
@@ -1,100 +0,0 @@
-# Maintainer: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 

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

2016-12-31 Thread Mihails Strasuns
Date: Sunday, January 1, 2017 @ 00:53:40
  Author: dicebot
Revision: 203445

upgpkg: dmd 1:2.072.2-2

Modified:
  dmd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 00:48:52 UTC (rev 203444)
+++ PKGBUILD2017-01-01 00:53:40 UTC (rev 203445)
@@ -10,7 +10,7 @@
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
 pkgver=2.072.2
-pkgrel=1
+pkgrel=2
 epoch=1
 arch=('i686' 'x86_64')
 url="http://www.dlang.org;


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

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:48:52
  Author: anthraxx
Revision: 203444

archrelease: copy trunk to community-any

Added:
  ruby-rubydns/repos/community-any/
  ruby-rubydns/repos/community-any/PKGBUILD
(from rev 203443, ruby-rubydns/trunk/PKGBUILD)

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

Copied: ruby-rubydns/repos/community-any/PKGBUILD (from rev 203443, 
ruby-rubydns/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-01 00:48:52 UTC (rev 203444)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+_gemname=rubydns
+pkgname=ruby-${_gemname}
+_pkgver=1.0.3
+pkgver=1.0.3.af7984c
+_gitcommit=af7984cd39a23445e6b2a19e2e12444c8d2f7d27
+pkgrel=3
+pkgdesc='High-performance asynchronous DNS server and resolver for Ruby'
+url='https://github.com/ioquatix/rubydns'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-celluloid-dns')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ioquatix/rubydns/archive/${_gitcommit}.tar.gz)
+sha512sums=('3795bd482916db229d4c399f82bd2646c72b828727ff0267f9f3073b4403b8169356f7df7bbce7d6890e715099b9c61008a3685b054dcdb3ac191059f297d33b')
+
+prepare() {
+  cd ${_gemname}-${_gitcommit}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec
+  sed "s|2.0.0|${_pkgver}|" -i lib/rubydns/version.rb
+}
+
+build() {
+  cd ${_gemname}-${_gitcommit}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${_gitcommit}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${_pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${_pkgver}.gem
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:48:01
  Author: anthraxx
Revision: 203443

addpkg: ruby-rubydns 1.0.3.af7984c-3

Modified:
  ruby-rubydns/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 00:43:45 UTC (rev 203442)
+++ PKGBUILD2017-01-01 00:48:01 UTC (rev 203443)
@@ -19,7 +19,7 @@
   cd ${_gemname}-${_gitcommit}
   sed 's|git ls-files|find|' -i ${_gemname}.gemspec
   sed 's|~>|>=|g' -i ${_gemname}.gemspec
-  sed 's|2.0.0|1.0.3|' -i lib/rubydns/version.rb
+  sed "s|2.0.0|${_pkgver}|" -i lib/rubydns/version.rb
 }
 
 build() {
@@ -33,7 +33,7 @@
   gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${_pkgver}.gem
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
   cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
-  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-*.gem
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-${_pkgver}.gem
 }
 
 # vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:43:45
  Author: anthraxx
Revision: 203442

addpkg: ruby-rubydns 1.0.3.af7984c-3

Added:
  ruby-rubydns/
  ruby-rubydns/repos/
  ruby-rubydns/trunk/
  ruby-rubydns/trunk/PKGBUILD

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

Added: ruby-rubydns/trunk/PKGBUILD
===
--- ruby-rubydns/trunk/PKGBUILD (rev 0)
+++ ruby-rubydns/trunk/PKGBUILD 2017-01-01 00:43:45 UTC (rev 203442)
@@ -0,0 +1,39 @@
+# Maintainer: Levente Polyak 
+
+_gemname=rubydns
+pkgname=ruby-${_gemname}
+_pkgver=1.0.3
+pkgver=1.0.3.af7984c
+_gitcommit=af7984cd39a23445e6b2a19e2e12444c8d2f7d27
+pkgrel=3
+pkgdesc='High-performance asynchronous DNS server and resolver for Ruby'
+url='https://github.com/ioquatix/rubydns'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-celluloid-dns')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/ioquatix/rubydns/archive/${_gitcommit}.tar.gz)
+sha512sums=('3795bd482916db229d4c399f82bd2646c72b828727ff0267f9f3073b4403b8169356f7df7bbce7d6890e715099b9c61008a3685b054dcdb3ac191059f297d33b')
+
+prepare() {
+  cd ${_gemname}-${_gitcommit}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed 's|~>|>=|g' -i ${_gemname}.gemspec
+  sed 's|2.0.0|1.0.3|' -i lib/rubydns/version.rb
+}
+
+build() {
+  cd ${_gemname}-${_gitcommit}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${_gitcommit}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${_pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}"/${_gemdir}/cache/${_gemname}-*.gem
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Mihails Strasuns
Date: Sunday, January 1, 2017 @ 00:43:10
  Author: dicebot
Revision: 203441

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

Added:
  dmd/repos/community-i686/PKGBUILD
(from rev 203440, dmd/trunk/PKGBUILD)
  dmd/repos/community-i686/dmd.conf
(from rev 203440, dmd/trunk/dmd.conf)
  dmd/repos/community-x86_64/PKGBUILD
(from rev 203440, dmd/trunk/PKGBUILD)
  dmd/repos/community-x86_64/dmd.conf
(from rev 203440, dmd/trunk/dmd.conf)
Deleted:
  dmd/repos/community-i686/PKGBUILD
  dmd/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |  200 
 community-i686/PKGBUILD   |   99 -
 community-i686/dmd.conf   |5 +
 community-x86_64/PKGBUILD |   99 -
 community-x86_64/dmd.conf |5 +
 5 files changed, 210 insertions(+), 198 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-01-01 00:42:39 UTC (rev 203440)
+++ community-i686/PKGBUILD 2017-01-01 00:43:10 UTC (rev 203441)
@@ -1,99 +0,0 @@
-# Maintainer: Mihails Strasunse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Chris Brannon 
-# Contributor: Andrea Scarpino 
-# Contributor: Anders Bergh 
-# Contributor: Alexander Fehr 
-
-pkgname=('dmd' 'libphobos-devel' 'libphobos')
-pkgdesc="D programming language compiler and standard library"
-groups=('dlang' 'dlang-dmd')
-pkgbase=dmd
-pkgver=2.072.1
-pkgrel=1
-epoch=1
-arch=('i686' 'x86_64')
-url="http://www.dlang.org;
-makedepends=('git' 'gcc' 'make' 'dmd' 'libphobos-devel')
-source=("git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
-
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-"git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP')
-
-[[ $CARCH == "x86_64" ]] && _archbits="64"
-[[ $CARCH == "i686" ]] && _archbits="32"
-
-build() {
-cd $srcdir/dmd/src
-echo $pkgver > ../VERSION
-make -f posix.mak MODEL=$_archbits RELEASE=1
-
-cd $srcdir/druntime
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-
-cd $srcdir/phobos
-make -f posix.mak MODEL=$_archbits DMD=$srcdir/dmd/src/dmd RELEASE=1
-}
-
-package_dmd() {
-pkgdesc="The D programming language reference compiler"
-backup=('etc/dmd.conf')
-depends=('gcc' 'libphobos-devel')
-optdepends=(
-'dtools: collection of useful utilities for development in D'
-'libphobos: standard D library, Phobos; shared library'
-'gcc-multilib: to cross-compile 32-bit applications'
-)
-provides=("d-compiler=$pkgver")
-license=('custom')
-backup=('etc/dmd.conf')
-
-install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
-
-mkdir -p $pkgdir/etc
-echo -e "[Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--export-dynamic" > $pkgdir/etc/dmd.conf
-
-mkdir -p $pkgdir/usr/share/man/man1
-mkdir -p $pkgdir/usr/share/man/man5
-cp -r $srcdir/dmd/docs/man/man1/* $pkgdir/usr/share/man/man1/
-cp -r $srcdir/dmd/docs/man/man5/* $pkgdir/usr/share/man/man5/
-
-install -Dm644 $srcdir/dmd/src/backendlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-backend
-install -Dm644 $srcdir/dmd/src/boostlicense.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-frontend
-
-mkdir -p $pkgdir/usr/share/d/samples/
-cp -r $srcdir/dmd/samples/* $pkgdir/usr/share/d/samples/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-chmod 755 $pkgdir/usr/bin/*
-}
-
-package_libphobos-devel() {
-pkgdesc="The Phobos standard library for D programming language. Modules 
and static library."
-options=("staticlibs")
-provides=("d-runtime=$pkgver" "d-stdlib=$pkgver")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.a 
$pkgdir/usr/lib/libphobos2.a
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-mkdir -p $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/phobos/{*.d,etc,std} $pkgdir/usr/include/dlang/dmd
-cp -r $srcdir/druntime/import/* $pkgdir/usr/include/dlang/dmd/
-
-find $pkgdir/usr -type f | xargs chmod 0644
-
-install -Dm644 $srcdir/druntime/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-druntime
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE-phobos
-}
-
-package_libphobos() {
-pkgdesc="The Phobos standard library for D programming language."
-depends=("curl")
-license=("custom")
-
-install -Dm644 
$srcdir/phobos/generated/linux/release/$_archbits/libphobos2.so 
$pkgdir/usr/lib/libphobos2.so
-install -Dm644 $srcdir/phobos/LICENSE_1_0.txt 

[arch-commits] Commit in dmd/trunk (PKGBUILD dmd.conf)

2016-12-31 Thread Mihails Strasuns
Date: Sunday, January 1, 2017 @ 00:42:39
  Author: dicebot
Revision: 203440

upgpkg: dmd 1:2.072.2-1

DMD 2.072.2 with -fPIC enabled by default

Added:
  dmd/trunk/dmd.conf
Modified:
  dmd/trunk/PKGBUILD

--+
 PKGBUILD |   15 ---
 dmd.conf |5 +
 2 files changed, 13 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2017-01-01 00:40:28 UTC (rev 203439)
+++ PKGBUILD2017-01-01 00:42:39 UTC (rev 203440)
@@ -9,7 +9,7 @@
 pkgdesc="D programming language compiler and standard library"
 groups=('dlang' 'dlang-dmd')
 pkgbase=dmd
-pkgver=2.072.1
+pkgver=2.072.2
 pkgrel=1
 epoch=1
 arch=('i686' 'x86_64')
@@ -17,10 +17,12 @@
 makedepends=('git' 'gcc' 'make' 'dmd' 'libphobos-devel')
 source=("git+http://github.com/D-Programming-Language/dmd.git#tag=v$pkgver;
 
"git+http://github.com/D-Programming-Language/druntime.git#tag=v$pkgver;
-"git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;)
-sha1sums=('SKIP'
-  'SKIP'
-  'SKIP')
+"git+http://github.com/D-Programming-Language/phobos.git#tag=v$pkgver;
+"dmd.conf")
+sha256sums=('SKIP'
+'SKIP'
+'SKIP'
+'3d639e89528fed1da90006f4dfb2b0fdc41308da5a96d953381ff4ccf257c035')
 
 [[ $CARCH == "x86_64" ]] && _archbits="64"
 [[ $CARCH == "i686" ]] && _archbits="32"
@@ -48,12 +50,11 @@
 )
 provides=("d-compiler=$pkgver")
 license=('custom')
-backup=('etc/dmd.conf')
 
 install -Dm755 $srcdir/dmd/src/dmd $pkgdir/usr/bin/dmd
 
 mkdir -p $pkgdir/etc
-echo -e "[Environment]\nDFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib 
-L-L/usr/lib32 -L--export-dynamic" > $pkgdir/etc/dmd.conf
+install -Dm644 $srcdir/dmd.conf $pkgdir/etc/dmd.conf
 
 mkdir -p $pkgdir/usr/share/man/man1
 mkdir -p $pkgdir/usr/share/man/man5

Added: dmd.conf
===
--- dmd.conf(rev 0)
+++ dmd.conf2017-01-01 00:42:39 UTC (rev 203440)
@@ -0,0 +1,5 @@
+[Environment32]
+DFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib32 -L--export-dynamic -fPIC
+
+[Environment64]
+DFLAGS=-I/usr/include/dlang/dmd -L-L/usr/lib -L--export-dynamic -fPIC


[arch-commits] Commit in ruby-celluloid-dns/repos (2 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:40:28
  Author: anthraxx
Revision: 203439

archrelease: copy trunk to community-any

Added:
  ruby-celluloid-dns/repos/community-any/
  ruby-celluloid-dns/repos/community-any/PKGBUILD
(from rev 203438, ruby-celluloid-dns/trunk/PKGBUILD)

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

Copied: ruby-celluloid-dns/repos/community-any/PKGBUILD (from rev 203438, 
ruby-celluloid-dns/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-01 00:40:28 UTC (rev 203439)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-dns
+pkgname=ruby-${_gemname}
+pkgver=0.17.3
+pkgrel=2
+pkgdesc='Simple finite state machines with integrated Celluloid timeout 
support'
+url='https://github.com/celluloid/celluloid-dns'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers' 'ruby-celluloid' 'ruby-celluloid-io' 
'ruby-rspec-core')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-dns/archive/v${pkgver}.tar.gz)
+sha512sums=('5aa436db250a2f3fe77c4d0afa1693bcfdf708d43e08e77e03896e9f7c40364ceea41c77fb1c10e40c019a1c10a15308b26e48c3588e6095fe01c7f8a1db3e12')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:40:16
  Author: anthraxx
Revision: 203438

addpkg: ruby-celluloid-dns 0.17.3-2

Added:
  ruby-celluloid-dns/
  ruby-celluloid-dns/repos/
  ruby-celluloid-dns/trunk/
  ruby-celluloid-dns/trunk/PKGBUILD

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

Added: ruby-celluloid-dns/trunk/PKGBUILD
===
--- ruby-celluloid-dns/trunk/PKGBUILD   (rev 0)
+++ ruby-celluloid-dns/trunk/PKGBUILD   2017-01-01 00:40:16 UTC (rev 203438)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-dns
+pkgname=ruby-${_gemname}
+pkgver=0.17.3
+pkgrel=2
+pkgdesc='Simple finite state machines with integrated Celluloid timeout 
support'
+url='https://github.com/celluloid/celluloid-dns'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers' 'ruby-celluloid' 'ruby-celluloid-io' 
'ruby-rspec-core')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-dns/archive/v${pkgver}.tar.gz)
+sha512sums=('5aa436db250a2f3fe77c4d0afa1693bcfdf708d43e08e77e03896e9f7c40364ceea41c77fb1c10e40c019a1c10a15308b26e48c3588e6095fe01c7f8a1db3e12')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-celluloid-io/repos (2 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:38:04
  Author: anthraxx
Revision: 203437

archrelease: copy trunk to community-any

Added:
  ruby-celluloid-io/repos/community-any/
  ruby-celluloid-io/repos/community-any/PKGBUILD
(from rev 203436, ruby-celluloid-io/trunk/PKGBUILD)

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

Copied: ruby-celluloid-io/repos/community-any/PKGBUILD (from rev 203436, 
ruby-celluloid-io/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-01 00:38:04 UTC (rev 203437)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-io
+pkgname=ruby-${_gemname}
+pkgver=0.17.3
+pkgrel=2
+pkgdesc='Evented IO for Celluloid actors'
+url='https://github.com/celluloid/celluloid-io'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers' 'ruby-celluloid' 'ruby-nio4r')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-io/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('fbd9c443f724e03b523178cba77b682f0c4093ac73fc76aca483f6e02a7f1b062512a1c1dd2e099ee50a776502163bdf16336f4782b26b2211dd6ec6afd833bc'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find -not -path "*culture*"|' -i ${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:37:55
  Author: anthraxx
Revision: 203436

addpkg: ruby-celluloid-io 0.17.3-2

Added:
  ruby-celluloid-io/
  ruby-celluloid-io/repos/
  ruby-celluloid-io/trunk/
  ruby-celluloid-io/trunk/PKGBUILD

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

Added: ruby-celluloid-io/trunk/PKGBUILD
===
--- ruby-celluloid-io/trunk/PKGBUILD(rev 0)
+++ ruby-celluloid-io/trunk/PKGBUILD2017-01-01 00:37:55 UTC (rev 203436)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-io
+pkgname=ruby-${_gemname}
+pkgver=0.17.3
+pkgrel=2
+pkgdesc='Evented IO for Celluloid actors'
+url='https://github.com/celluloid/celluloid-io'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers' 'ruby-celluloid' 'ruby-nio4r')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-io/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('fbd9c443f724e03b523178cba77b682f0c4093ac73fc76aca483f6e02a7f1b062512a1c1dd2e099ee50a776502163bdf16336f4782b26b2211dd6ec6afd833bc'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find -not -path "*culture*"|' -i ${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:35:17
  Author: anthraxx
Revision: 203435

archrelease: copy trunk to community-any

Added:
  ruby-celluloid/repos/community-any/
  ruby-celluloid/repos/community-any/PKGBUILD
(from rev 203434, ruby-celluloid/trunk/PKGBUILD)

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

Copied: ruby-celluloid/repos/community-any/PKGBUILD (from rev 203434, 
ruby-celluloid/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-01 00:35:17 UTC (rev 203435)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid
+pkgname=ruby-${_gemname}
+pkgver=0.17.3
+pkgrel=2
+pkgdesc='Celluloid provides a simple and natural way to build fault-tolerant 
concurrent programs in Ruby'
+url='https://github.com/celluloid/celluloid'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers' 'ruby-celluloid-supervision' 
'ruby-celluloid-pool' 'ruby-celluloid-fsm'
+ 'ruby-celluloid-extras' 'ruby-celluloid-essentials')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('14e0da06024a884ae4a949906e7a2e518215bc69161e6ce1aead65b4356f2487d25618be44fd06200d2a5b04e68b89c99020d4329bb58aaad2355cd138e7524c'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:35:05
  Author: anthraxx
Revision: 203434

addpkg: ruby-celluloid 0.17.3-2

Added:
  ruby-celluloid/
  ruby-celluloid/repos/
  ruby-celluloid/trunk/
  ruby-celluloid/trunk/PKGBUILD

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

Added: ruby-celluloid/trunk/PKGBUILD
===
--- ruby-celluloid/trunk/PKGBUILD   (rev 0)
+++ ruby-celluloid/trunk/PKGBUILD   2017-01-01 00:35:05 UTC (rev 203434)
@@ -0,0 +1,42 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid
+pkgname=ruby-${_gemname}
+pkgver=0.17.3
+pkgrel=2
+pkgdesc='Celluloid provides a simple and natural way to build fault-tolerant 
concurrent programs in Ruby'
+url='https://github.com/celluloid/celluloid'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers' 'ruby-celluloid-supervision' 
'ruby-celluloid-pool' 'ruby-celluloid-fsm'
+ 'ruby-celluloid-extras' 'ruby-celluloid-essentials')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('14e0da06024a884ae4a949906e7a2e518215bc69161e6ce1aead65b4356f2487d25618be44fd06200d2a5b04e68b89c99020d4329bb58aaad2355cd138e7524c'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-celluloid-supervision/repos (2 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:29:55
  Author: anthraxx
Revision: 203433

archrelease: copy trunk to community-any

Added:
  ruby-celluloid-supervision/repos/community-any/
  ruby-celluloid-supervision/repos/community-any/PKGBUILD
(from rev 203432, ruby-celluloid-supervision/trunk/PKGBUILD)

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

Copied: ruby-celluloid-supervision/repos/community-any/PKGBUILD (from rev 
203432, ruby-celluloid-supervision/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-01 00:29:55 UTC (rev 203433)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-supervision
+pkgname=ruby-${_gemname}
+pkgver=0.20.6
+pkgrel=2
+pkgdesc='Simple finite state machines with integrated Celluloid timeout 
support'
+url='https://github.com/celluloid/celluloid-supervision'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-supervision/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('f27d873641bf732822f1c65a8344a2c3bb611040ff0b3c72baff44ad3166f9a872e3dc536310a725f6ae91f1664ff72eba77c3192325ec52a25b7efee1beeaed'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:29:43
  Author: anthraxx
Revision: 203432

addpkg: ruby-celluloid-supervision 0.20.6-2

Added:
  ruby-celluloid-supervision/
  ruby-celluloid-supervision/repos/
  ruby-celluloid-supervision/trunk/
  ruby-celluloid-supervision/trunk/PKGBUILD

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

Added: ruby-celluloid-supervision/trunk/PKGBUILD
===
--- ruby-celluloid-supervision/trunk/PKGBUILD   (rev 0)
+++ ruby-celluloid-supervision/trunk/PKGBUILD   2017-01-01 00:29:43 UTC (rev 
203432)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-supervision
+pkgname=ruby-${_gemname}
+pkgver=0.20.6
+pkgrel=2
+pkgdesc='Simple finite state machines with integrated Celluloid timeout 
support'
+url='https://github.com/celluloid/celluloid-supervision'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-supervision/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('f27d873641bf732822f1c65a8344a2c3bb611040ff0b3c72baff44ad3166f9a872e3dc536310a725f6ae91f1664ff72eba77c3192325ec52a25b7efee1beeaed'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-celluloid-pool/repos (2 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:29:19
  Author: anthraxx
Revision: 203431

archrelease: copy trunk to community-any

Added:
  ruby-celluloid-pool/repos/community-any/
  ruby-celluloid-pool/repos/community-any/PKGBUILD
(from rev 203430, ruby-celluloid-pool/trunk/PKGBUILD)

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

Copied: ruby-celluloid-pool/repos/community-any/PKGBUILD (from rev 203430, 
ruby-celluloid-pool/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-01 00:29:19 UTC (rev 203431)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-pool
+pkgname=ruby-${_gemname}
+pkgver=0.20.5
+pkgrel=2
+pkgdesc='Implementation of an actor pool, based on the Celluloid concurrent 
object framework'
+url='https://github.com/celluloid/celluloid-pool'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-pool/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('6bded1ee7bfeaebddd49af9c5d72d078da9ebd6817cebd6124f95c0303e20ea31417930e71680e9d75bd0ce21689e7b409cd13132d8f802d51b9eced67a79ae5'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:29:05
  Author: anthraxx
Revision: 203430

addpkg: ruby-celluloid-pool 0.20.5-2

Added:
  ruby-celluloid-pool/
  ruby-celluloid-pool/repos/
  ruby-celluloid-pool/trunk/
  ruby-celluloid-pool/trunk/PKGBUILD

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

Added: ruby-celluloid-pool/trunk/PKGBUILD
===
--- ruby-celluloid-pool/trunk/PKGBUILD  (rev 0)
+++ ruby-celluloid-pool/trunk/PKGBUILD  2017-01-01 00:29:05 UTC (rev 203430)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-pool
+pkgname=ruby-${_gemname}
+pkgver=0.20.5
+pkgrel=2
+pkgdesc='Implementation of an actor pool, based on the Celluloid concurrent 
object framework'
+url='https://github.com/celluloid/celluloid-pool'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-pool/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('6bded1ee7bfeaebddd49af9c5d72d078da9ebd6817cebd6124f95c0303e20ea31417930e71680e9d75bd0ce21689e7b409cd13132d8f802d51b9eced67a79ae5'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-celluloid-fsm/repos (2 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:23:34
  Author: anthraxx
Revision: 203429

archrelease: copy trunk to community-any

Added:
  ruby-celluloid-fsm/repos/community-any/
  ruby-celluloid-fsm/repos/community-any/PKGBUILD
(from rev 203428, ruby-celluloid-fsm/trunk/PKGBUILD)

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

Copied: ruby-celluloid-fsm/repos/community-any/PKGBUILD (from rev 203428, 
ruby-celluloid-fsm/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-01 00:23:34 UTC (rev 203429)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-fsm
+pkgname=ruby-${_gemname}
+pkgver=0.20.5
+pkgrel=2
+pkgdesc='Simple finite state machines with integrated Celluloid timeout 
support'
+url='https://github.com/celluloid/celluloid-fsm'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-fsm/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('b5d622a1192332dc84f9cd074e143da731304d2640f37a4123e6905f91cdb0ad238663254a4de05ecd2071519b12eb3ac44e608aac8d968b9a9d32726d88ba07'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:23:19
  Author: anthraxx
Revision: 203428

addpkg: ruby-celluloid-fsm 0.20.5-2

Added:
  ruby-celluloid-fsm/
  ruby-celluloid-fsm/repos/
  ruby-celluloid-fsm/trunk/
  ruby-celluloid-fsm/trunk/PKGBUILD

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

Added: ruby-celluloid-fsm/trunk/PKGBUILD
===
--- ruby-celluloid-fsm/trunk/PKGBUILD   (rev 0)
+++ ruby-celluloid-fsm/trunk/PKGBUILD   2017-01-01 00:23:19 UTC (rev 203428)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-fsm
+pkgname=ruby-${_gemname}
+pkgver=0.20.5
+pkgrel=2
+pkgdesc='Simple finite state machines with integrated Celluloid timeout 
support'
+url='https://github.com/celluloid/celluloid-fsm'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-fsm/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('b5d622a1192332dc84f9cd074e143da731304d2640f37a4123e6905f91cdb0ad238663254a4de05ecd2071519b12eb3ac44e608aac8d968b9a9d32726d88ba07'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-celluloid-extras/repos (2 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:19:13
  Author: anthraxx
Revision: 203427

archrelease: copy trunk to community-any

Added:
  ruby-celluloid-extras/repos/community-any/
  ruby-celluloid-extras/repos/community-any/PKGBUILD
(from rev 203426, ruby-celluloid-extras/trunk/PKGBUILD)

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

Copied: ruby-celluloid-extras/repos/community-any/PKGBUILD (from rev 203426, 
ruby-celluloid-extras/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-01 00:19:13 UTC (rev 203427)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-extras
+pkgname=ruby-${_gemname}
+pkgver=0.20.5
+pkgrel=2
+pkgdesc='Classes to support examples, benchmarks, or add special functionality'
+url='https://github.com/celluloid/celluloid-extras'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-extras/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=29baead42e0ce86b09ed94fe9bcb23160749565d;)
+sha512sums=('99f78a8f5761d205acc5ec1a2e9eca59b7c4c979e959f691c60e7700dd06ad72afa88d785451bbf0ec554f6fdb2e7f2fae5870020ad0a6676522832f6767'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:18:58
  Author: anthraxx
Revision: 203426

addpkg: ruby-celluloid-extras 0.20.5-2

Added:
  ruby-celluloid-extras/
  ruby-celluloid-extras/repos/
  ruby-celluloid-extras/trunk/
  ruby-celluloid-extras/trunk/PKGBUILD

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

Added: ruby-celluloid-extras/trunk/PKGBUILD
===
--- ruby-celluloid-extras/trunk/PKGBUILD(rev 0)
+++ ruby-celluloid-extras/trunk/PKGBUILD2017-01-01 00:18:58 UTC (rev 
203426)
@@ -0,0 +1,40 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-extras
+pkgname=ruby-${_gemname}
+pkgver=0.20.5
+pkgrel=2
+pkgdesc='Classes to support examples, benchmarks, or add special functionality'
+url='https://github.com/celluloid/celluloid-extras'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-extras/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=29baead42e0ce86b09ed94fe9bcb23160749565d;)
+sha512sums=('99f78a8f5761d205acc5ec1a2e9eca59b7c4c979e959f691c60e7700dd06ad72afa88d785451bbf0ec554f6fdb2e7f2fae5870020ad0a6676522832f6767'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-celluloid-essentials/repos (2 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:14:40
  Author: anthraxx
Revision: 203425

archrelease: copy trunk to community-any

Added:
  ruby-celluloid-essentials/repos/community-any/
  ruby-celluloid-essentials/repos/community-any/PKGBUILD
(from rev 203424, ruby-celluloid-essentials/trunk/PKGBUILD)

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

Copied: ruby-celluloid-essentials/repos/community-any/PKGBUILD (from rev 
203424, ruby-celluloid-essentials/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-01 00:14:40 UTC (rev 203425)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-essentials
+pkgname=ruby-${_gemname}
+pkgver=0.20.5
+pkgrel=3
+pkgdesc='Internally used tools, and superstructural dependencies of Celluloid'
+url='https://github.com/celluloid/celluloid-essentials'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-essentials/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('66b03babcc5b0795147140e9a1d5552b6f8232c0ad3b444db04f397b919da57d7b4a0fa1427d2d0aa1904c6eefb78ddc7b0a607b8df9e7291d3a1732e6303d33'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:14:17
  Author: anthraxx
Revision: 203424

addpkg: ruby-celluloid-essentials 0.20.5-3

Added:
  ruby-celluloid-essentials/
  ruby-celluloid-essentials/repos/
  ruby-celluloid-essentials/trunk/
  ruby-celluloid-essentials/trunk/PKGBUILD

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

Added: ruby-celluloid-essentials/trunk/PKGBUILD
===
--- ruby-celluloid-essentials/trunk/PKGBUILD(rev 0)
+++ ruby-celluloid-essentials/trunk/PKGBUILD2017-01-01 00:14:17 UTC (rev 
203424)
@@ -0,0 +1,41 @@
+# Maintainer: Levente Polyak 
+
+_gemname=celluloid-essentials
+pkgname=ruby-${_gemname}
+pkgver=0.20.5
+pkgrel=3
+pkgdesc='Internally used tools, and superstructural dependencies of Celluloid'
+url='https://github.com/celluloid/celluloid-essentials'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-timers')
+makedepends=('git')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/celluloid-essentials/archive/v${pkgver}.tar.gz
+
culture-git::"git+https://github.com/celluloid/culture#commit=d76f772a2d669be2028d8be1c8baa95f7d3174a0;)
+sha512sums=('66b03babcc5b0795147140e9a1d5552b6f8232c0ad3b444db04f397b919da57d7b4a0fa1427d2d0aa1904c6eefb78ddc7b0a607b8df9e7291d3a1732e6303d33'
+'SKIP')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files -z|find -not -path "*culture*" -print0|' -i 
${_gemname}.gemspec
+  rmdir culture
+  cp -ra "${srcdir}/culture-git" culture
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:05:51
  Author: anthraxx
Revision: 203423

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

Added:
  ruby-nio4r/repos/community-i686/
  ruby-nio4r/repos/community-i686/PKGBUILD
(from rev 203422, ruby-nio4r/trunk/PKGBUILD)
  ruby-nio4r/repos/community-x86_64/
  ruby-nio4r/repos/community-x86_64/PKGBUILD
(from rev 203422, ruby-nio4r/trunk/PKGBUILD)

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

Copied: ruby-nio4r/repos/community-i686/PKGBUILD (from rev 203422, 
ruby-nio4r/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-01-01 00:05:51 UTC (rev 203423)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=nio4r
+pkgname=ruby-${_gemname}
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Abstract, cross-platform stateful I/O selector API for Ruby'
+url='https://github.com/celluloid/nio4r'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/nio4r/archive/v${pkgver}.tar.gz)
+sha512sums=('433a98971a735abf0ee3f5473a6acb824ea3322b7418147aacc578260bcc9b989e491d4331c61b94935d048bad655c1c4f552adf58c5da3ec36a589eafa961ca')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-nio4r/repos/community-x86_64/PKGBUILD (from rev 203422, 
ruby-nio4r/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-01-01 00:05:51 UTC (rev 203423)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=nio4r
+pkgname=ruby-${_gemname}
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Abstract, cross-platform stateful I/O selector API for Ruby'
+url='https://github.com/celluloid/nio4r'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/nio4r/archive/v${pkgver}.tar.gz)
+sha512sums=('433a98971a735abf0ee3f5473a6acb824ea3322b7418147aacc578260bcc9b989e491d4331c61b94935d048bad655c1c4f552adf58c5da3ec36a589eafa961ca')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:05:07
  Author: anthraxx
Revision: 203422

addpkg: ruby-nio4r 2.0.0-2

Added:
  ruby-nio4r/
  ruby-nio4r/repos/
  ruby-nio4r/trunk/
  ruby-nio4r/trunk/PKGBUILD

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

Added: ruby-nio4r/trunk/PKGBUILD
===
--- ruby-nio4r/trunk/PKGBUILD   (rev 0)
+++ ruby-nio4r/trunk/PKGBUILD   2017-01-01 00:05:07 UTC (rev 203422)
@@ -0,0 +1,37 @@
+# Maintainer: Levente Polyak 
+
+_gemname=nio4r
+pkgname=ruby-${_gemname}
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Abstract, cross-platform stateful I/O selector API for Ruby'
+url='https://github.com/celluloid/nio4r'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/nio4r/archive/v${pkgver}.tar.gz)
+sha512sums=('433a98971a735abf0ee3f5473a6acb824ea3322b7418147aacc578260bcc9b989e491d4331c61b94935d048bad655c1c4f552adf58c5da3ec36a589eafa961ca')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE.txt -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:01:56
  Author: anthraxx
Revision: 203421

archrelease: copy trunk to community-any

Added:
  ruby-timers/repos/community-any/
  ruby-timers/repos/community-any/PKGBUILD
(from rev 203420, ruby-timers/trunk/PKGBUILD)

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

Copied: ruby-timers/repos/community-any/PKGBUILD (from rev 203420, 
ruby-timers/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2017-01-01 00:01:56 UTC (rev 203421)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Hugo Osvaldo Barrera 
+
+_gemname=timers
+pkgname=ruby-${_gemname}
+pkgver=4.1.2
+pkgrel=2
+pkgdesc='Schedule procs to run after a certain time, or at periodic intervals, 
using any API that accepts a timeout'
+url='https://github.com/celluloid/timers'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-hitimes')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/timers/archive/v${pkgver}.tar.gz)
+sha512sums=('4f3fae32e868fbf87a4e02767b3ebdb04a30596f3668d8e0d1ad70d59e3c590de42a89d9773e6a830cf34ab68f063663839775a5618e832b871dc976c670e6af')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Sunday, January 1, 2017 @ 00:01:41
  Author: anthraxx
Revision: 203420

addpkg: ruby-timers 4.1.2-2

Added:
  ruby-timers/
  ruby-timers/repos/
  ruby-timers/trunk/
  ruby-timers/trunk/PKGBUILD

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

Added: ruby-timers/trunk/PKGBUILD
===
--- ruby-timers/trunk/PKGBUILD  (rev 0)
+++ ruby-timers/trunk/PKGBUILD  2017-01-01 00:01:41 UTC (rev 203420)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Hugo Osvaldo Barrera 
+
+_gemname=timers
+pkgname=ruby-${_gemname}
+pkgver=4.1.2
+pkgrel=2
+pkgdesc='Schedule procs to run after a certain time, or at periodic intervals, 
using any API that accepts a timeout'
+url='https://github.com/celluloid/timers'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-hitimes')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/celluloid/timers/archive/v${pkgver}.tar.gz)
+sha512sums=('4f3fae32e868fbf87a4e02767b3ebdb04a30596f3668d8e0d1ad70d59e3c590de42a89d9773e6a830cf34ab68f063663839775a5618e832b871dc976c670e6af')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGES.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 23:58:23
  Author: anthraxx
Revision: 203419

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

Added:
  ruby-hitimes/repos/community-i686/
  ruby-hitimes/repos/community-i686/PKGBUILD
(from rev 203418, ruby-hitimes/trunk/PKGBUILD)
  ruby-hitimes/repos/community-x86_64/
  ruby-hitimes/repos/community-x86_64/PKGBUILD
(from rev 203418, ruby-hitimes/trunk/PKGBUILD)

---+
 community-i686/PKGBUILD   |   33 +
 community-x86_64/PKGBUILD |   33 +
 2 files changed, 66 insertions(+)

Copied: ruby-hitimes/repos/community-i686/PKGBUILD (from rev 203418, 
ruby-hitimes/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 23:58:23 UTC (rev 203419)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Olivier Biesmans 
+
+_gemname=hitimes
+pkgname=ruby-${_gemname}
+pkgver=1.2.4
+pkgrel=2
+pkgdesc='Fast, high resolution timer library for recording performance metrics'
+url='https://github.com/copiousfreetime/hitimes'
+arch=('i686' 'x86_64')
+license=('ISC')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/copiousfreetime/hitimes/archive/v${pkgver}.tar.gz)
+sha512sums=('8d4c6ab8a56d8fee5e3968d07a344ec9407dcca2bf18847740f6a53a665980b387dbdf70d0cb5535254b231edacd686dd9aeb7e584e2c5217f616c2333fc1891')
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name '*.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-hitimes/repos/community-x86_64/PKGBUILD (from rev 203418, 
ruby-hitimes/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-31 23:58:23 UTC (rev 203419)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Olivier Biesmans 
+
+_gemname=hitimes
+pkgname=ruby-${_gemname}
+pkgver=1.2.4
+pkgrel=2
+pkgdesc='Fast, high resolution timer library for recording performance metrics'
+url='https://github.com/copiousfreetime/hitimes'
+arch=('i686' 'x86_64')
+license=('ISC')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/copiousfreetime/hitimes/archive/v${pkgver}.tar.gz)
+sha512sums=('8d4c6ab8a56d8fee5e3968d07a344ec9407dcca2bf18847740f6a53a665980b387dbdf70d0cb5535254b231edacd686dd9aeb7e584e2c5217f616c2333fc1891')
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name '*.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 23:58:05
  Author: anthraxx
Revision: 203418

addpkg: ruby-hitimes 1.2.4-2

Added:
  ruby-hitimes/
  ruby-hitimes/repos/
  ruby-hitimes/trunk/
  ruby-hitimes/trunk/PKGBUILD

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

Added: ruby-hitimes/trunk/PKGBUILD
===
--- ruby-hitimes/trunk/PKGBUILD (rev 0)
+++ ruby-hitimes/trunk/PKGBUILD 2016-12-31 23:58:05 UTC (rev 203418)
@@ -0,0 +1,33 @@
+# Maintainer: Levente Polyak 
+# Contributor: Olivier Biesmans 
+
+_gemname=hitimes
+pkgname=ruby-${_gemname}
+pkgver=1.2.4
+pkgrel=2
+pkgdesc='Fast, high resolution timer library for recording performance metrics'
+url='https://github.com/copiousfreetime/hitimes'
+arch=('i686' 'x86_64')
+license=('ISC')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/copiousfreetime/hitimes/archive/v${pkgver}.tar.gz)
+sha512sums=('8d4c6ab8a56d8fee5e3968d07a344ec9407dcca2bf18847740f6a53a665980b387dbdf70d0cb5535254b231edacd686dd9aeb7e584e2c5217f616c2333fc1891')
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name '*.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 23:53:56
  Author: anthraxx
Revision: 203417

archrelease: copy trunk to community-any

Added:
  ruby-packetfu/repos/community-any/
  ruby-packetfu/repos/community-any/PKGBUILD
(from rev 203416, ruby-packetfu/trunk/PKGBUILD)

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

Copied: ruby-packetfu/repos/community-any/PKGBUILD (from rev 203416, 
ruby-packetfu/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-12-31 23:53:56 UTC (rev 203417)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=packetfu
+pkgname=ruby-${_gemname}
+pkgver=1.1.11
+pkgrel=2
+pkgdesc='Library for reading and writing packets to an interface or to a 
libpcap-formatted file'
+url='https://github.com/packetfu/packetfu'
+arch=('any')
+license=('BSD')
+depends=('ruby' 'ruby-network_interface' 'ruby-pcaprub')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/packetfu/packetfu/archive/version-${pkgver}.tar.gz)
+sha512sums=('c1144b11e3b4020a96ad7a73b299b06fbe51a8e0a81ff2ddbef8f82268bbe2edd8497eb4f69cb66078ce724e41d0d1105571e0462794d11ca42b7da573753837')
+
+prepare() {
+  cd ${_gemname}-version-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-version-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-version-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 23:53:38
  Author: anthraxx
Revision: 203416

addpkg: ruby-packetfu 1.1.11-2

Added:
  ruby-packetfu/
  ruby-packetfu/repos/
  ruby-packetfu/trunk/
  ruby-packetfu/trunk/PKGBUILD

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

Added: ruby-packetfu/trunk/PKGBUILD
===
--- ruby-packetfu/trunk/PKGBUILD(rev 0)
+++ ruby-packetfu/trunk/PKGBUILD2016-12-31 23:53:38 UTC (rev 203416)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=packetfu
+pkgname=ruby-${_gemname}
+pkgver=1.1.11
+pkgrel=2
+pkgdesc='Library for reading and writing packets to an interface or to a 
libpcap-formatted file'
+url='https://github.com/packetfu/packetfu'
+arch=('any')
+license=('BSD')
+depends=('ruby' 'ruby-network_interface' 'ruby-pcaprub')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/packetfu/packetfu/archive/version-${pkgver}.tar.gz)
+sha512sums=('c1144b11e3b4020a96ad7a73b299b06fbe51a8e0a81ff2ddbef8f82268bbe2edd8497eb4f69cb66078ce724e41d0d1105571e0462794d11ca42b7da573753837')
+
+prepare() {
+  cd ${_gemname}-version-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+  sed -r 's|~>|>=|g' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-version-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-version-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 LICENSE.txt "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.rdoc -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 examples/* -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 23:45:23
  Author: anthraxx
Revision: 203415

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

Added:
  ruby-pcaprub/repos/community-i686/
  ruby-pcaprub/repos/community-i686/PKGBUILD
(from rev 203414, ruby-pcaprub/trunk/PKGBUILD)
  ruby-pcaprub/repos/community-x86_64/
  ruby-pcaprub/repos/community-x86_64/PKGBUILD
(from rev 203414, ruby-pcaprub/trunk/PKGBUILD)

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

Copied: ruby-pcaprub/repos/community-i686/PKGBUILD (from rev 203414, 
ruby-pcaprub/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 23:45:23 UTC (rev 203415)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+
+_gemname=pcaprub
+pkgname=ruby-${_gemname}
+pkgver=0.12.4
+pkgrel=2
+pkgdesc='Consistent interface to libpcap packet capture library'
+url='https://github.com/pcaprub/pcaprub'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('ruby' 'libpcap')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('707221429dcdf95eba24076589054dd022ba8a479148c3ec8ce9667016225ee64bed13d3fdf8ebd46027244feec8e77a484c67f040d0439bfa44d9212997645b')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/"{USAGE.rdoc,README.rdoc,FAQ.rdoc}
 \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s "${_gemdir}/gems/${_gemname}-${pkgver}/examples" 
"${pkgdir}/usr/share/doc/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-pcaprub/repos/community-x86_64/PKGBUILD (from rev 203414, 
ruby-pcaprub/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-31 23:45:23 UTC (rev 203415)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+
+_gemname=pcaprub
+pkgname=ruby-${_gemname}
+pkgver=0.12.4
+pkgrel=2
+pkgdesc='Consistent interface to libpcap packet capture library'
+url='https://github.com/pcaprub/pcaprub'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('ruby' 'libpcap')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('707221429dcdf95eba24076589054dd022ba8a479148c3ec8ce9667016225ee64bed13d3fdf8ebd46027244feec8e77a484c67f040d0439bfa44d9212997645b')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/"{USAGE.rdoc,README.rdoc,FAQ.rdoc}
 \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s "${_gemdir}/gems/${_gemname}-${pkgver}/examples" 
"${pkgdir}/usr/share/doc/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 23:45:04
  Author: anthraxx
Revision: 203414

addpkg: ruby-pcaprub 0.12.4-2

Added:
  ruby-pcaprub/
  ruby-pcaprub/repos/
  ruby-pcaprub/trunk/
  ruby-pcaprub/trunk/PKGBUILD

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

Added: ruby-pcaprub/trunk/PKGBUILD
===
--- ruby-pcaprub/trunk/PKGBUILD (rev 0)
+++ ruby-pcaprub/trunk/PKGBUILD 2016-12-31 23:45:04 UTC (rev 203414)
@@ -0,0 +1,27 @@
+# Maintainer: Levente Polyak 
+
+_gemname=pcaprub
+pkgname=ruby-${_gemname}
+pkgver=0.12.4
+pkgrel=2
+pkgdesc='Consistent interface to libpcap packet capture library'
+url='https://github.com/pcaprub/pcaprub'
+arch=('i686' 'x86_64')
+license=('LGPL2.1')
+depends=('ruby' 'libpcap')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('707221429dcdf95eba24076589054dd022ba8a479148c3ec8ce9667016225ee64bed13d3fdf8ebd46027244feec8e77a484c67f040d0439bfa44d9212997645b')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 
"${pkgdir}${_gemdir}/gems/${_gemname}-${pkgver}/"{USAGE.rdoc,README.rdoc,FAQ.rdoc}
 \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  ln -s "${_gemdir}/gems/${_gemname}-${pkgver}/examples" 
"${pkgdir}/usr/share/doc/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 23:27:00
  Author: anthraxx
Revision: 203412

addpkg: ruby-network_interface 0.0.1-4

Added:
  ruby-network_interface/
  ruby-network_interface/repos/
  ruby-network_interface/trunk/
  ruby-network_interface/trunk/PKGBUILD

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

Added: ruby-network_interface/trunk/PKGBUILD
===
--- ruby-network_interface/trunk/PKGBUILD   (rev 0)
+++ ruby-network_interface/trunk/PKGBUILD   2016-12-31 23:27:00 UTC (rev 
203412)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=network_interface
+pkgname=ruby-${_gemname}
+pkgver=0.0.1
+pkgrel=4
+pkgdesc='Library to get network interface information'
+url='https://github.com/rapid7/network_interface'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/network_interface/archive/v${pkgver}.tar.gz)
+sha512sums=('d6ef7b82b2e3b4834b1eede2734bbef80c5a635ac62db33b3b3ba5660910c4cbc38c270e3b4e5be039217ba20e7064da172869cf7553a62db9526bcb43bf1013')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 23:27:19
  Author: anthraxx
Revision: 203413

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

Added:
  ruby-network_interface/repos/community-i686/
  ruby-network_interface/repos/community-i686/PKGBUILD
(from rev 203412, ruby-network_interface/trunk/PKGBUILD)
  ruby-network_interface/repos/community-x86_64/
  ruby-network_interface/repos/community-x86_64/PKGBUILD
(from rev 203412, ruby-network_interface/trunk/PKGBUILD)

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

Copied: ruby-network_interface/repos/community-i686/PKGBUILD (from rev 203412, 
ruby-network_interface/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 23:27:19 UTC (rev 203413)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=network_interface
+pkgname=ruby-${_gemname}
+pkgver=0.0.1
+pkgrel=4
+pkgdesc='Library to get network interface information'
+url='https://github.com/rapid7/network_interface'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/network_interface/archive/v${pkgver}.tar.gz)
+sha512sums=('d6ef7b82b2e3b4834b1eede2734bbef80c5a635ac62db33b3b3ba5660910c4cbc38c270e3b4e5be039217ba20e7064da172869cf7553a62db9526bcb43bf1013')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-network_interface/repos/community-x86_64/PKGBUILD (from rev 
203412, ruby-network_interface/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-31 23:27:19 UTC (rev 203413)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=network_interface
+pkgname=ruby-${_gemname}
+pkgver=0.0.1
+pkgrel=4
+pkgdesc='Library to get network interface information'
+url='https://github.com/rapid7/network_interface'
+arch=('i686' 'x86_64')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/rapid7/network_interface/archive/v${pkgver}.tar.gz)
+sha512sums=('d6ef7b82b2e3b4834b1eede2734bbef80c5a635ac62db33b3b3ba5660910c4cbc38c270e3b4e5be039217ba20e7064da172869cf7553a62db9526bcb43bf1013')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  find "${pkgdir}" \( -name gem_make.out -o -name mkmf.log \) -delete
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in ruby-net-dns/repos (community-any community-any/PKGBUILD)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 23:21:08
  Author: anthraxx
Revision: 203411

archrelease: copy trunk to community-any

Added:
  ruby-net-dns/repos/community-any/
  ruby-net-dns/repos/community-any/PKGBUILD
(from rev 203410, ruby-net-dns/trunk/PKGBUILD)

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

Copied: ruby-net-dns/repos/community-any/PKGBUILD (from rev 203410, 
ruby-net-dns/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-12-31 23:21:08 UTC (rev 203411)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+_gemname=net-dns
+pkgname=ruby-${_gemname}
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='Pure Ruby DNS library, with a clean OO interface and an extensible 
API'
+url='https://github.com/bluemonk/net-dns'
+arch=('any')
+license=('BSDL')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bluemonk/net-dns/archive/v${pkgver}.tar.gz)
+sha512sums=('48db69a5547899d447fb953dab1e4054d7d7ed9afb796b39bf5ea7c875c9980e7d60040ee570b53f003ca9dfe054d6c3e65ec1291646332e1acbbd3721267146')
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 CHANGELOG.md README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 23:20:54
  Author: anthraxx
Revision: 203410

addpkg: ruby-net-dns 0.8.0-2

Added:
  ruby-net-dns/
  ruby-net-dns/repos/
  ruby-net-dns/trunk/
  ruby-net-dns/trunk/PKGBUILD

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

Added: ruby-net-dns/trunk/PKGBUILD
===
--- ruby-net-dns/trunk/PKGBUILD (rev 0)
+++ ruby-net-dns/trunk/PKGBUILD 2016-12-31 23:20:54 UTC (rev 203410)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+
+_gemname=net-dns
+pkgname=ruby-${_gemname}
+pkgver=0.8.0
+pkgrel=2
+pkgdesc='Pure Ruby DNS library, with a clean OO interface and an extensible 
API'
+url='https://github.com/bluemonk/net-dns'
+arch=('any')
+license=('BSDL')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/bluemonk/net-dns/archive/v${pkgver}.tar.gz)
+sha512sums=('48db69a5547899d447fb953dab1e4054d7d7ed9afb796b39bf5ea7c875c9980e7d60040ee570b53f003ca9dfe054d6c3e65ec1291646332e1acbbd3721267146')
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 CHANGELOG.md README.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Kyle Keen
Date: Saturday, December 31, 2016 @ 23:16:52
  Author: kkeen
Revision: 203409

better hashes

Modified:
  zeromq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 22:59:30 UTC (rev 203408)
+++ PKGBUILD2016-12-31 23:16:52 UTC (rev 203409)
@@ -13,8 +13,8 @@
 # "http://download.zeromq.org/$pkgname-$pkgver.tar.gz;
 
source=("https://github.com/zeromq/libzmq/releases/download/v$pkgver/zeromq-$pkgver.tar.gz;
 'https://raw.githubusercontent.com/zeromq/cppzmq/8b52a6f/zmq.hpp')
-md5sums=('1fb2595d2a905a9e820c976a1d8348bc'
- 'c732ee5409f8419323185d8aa44bc54c')
+sha256sums=('53b83bf0ee978931f76fa9cb46ad4affea65787264a5f3d140bc743412d0c117'
+'60a4dc7d0746c9d04618a2842204c00034c4815b18ee463dbeda5b59448f')
 
 prepare() {
   # Needed for new libsodium


[arch-commits] Commit in ruby-em-proxy/repos (community-any community-any/PKGBUILD)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 22:59:30
  Author: anthraxx
Revision: 203408

archrelease: copy trunk to community-any

Added:
  ruby-em-proxy/repos/community-any/
  ruby-em-proxy/repos/community-any/PKGBUILD
(from rev 203407, ruby-em-proxy/trunk/PKGBUILD)

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

Copied: ruby-em-proxy/repos/community-any/PKGBUILD (from rev 203407, 
ruby-em-proxy/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-12-31 22:59:30 UTC (rev 203408)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=em-proxy
+pkgname=ruby-${_gemname}
+pkgver=0.1.9
+pkgrel=2
+pkgdesc='EventMachine Proxy DSL for writing high-performance transparent / 
intercepting proxies'
+url='https://github.com/igrigorik/em-proxy'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-eventmachine')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/igrigorik/em-proxy/archive/v${pkgver}.tar.gz)
+sha512sums=('722b5010c8de9a809016b330e2123dc3bfb61e0c497844babb3af283e166271c00d74d58ca24c14e02b89346c114a2fd516a62ea00d5efe75981785719ad48e6')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 22:59:14
  Author: anthraxx
Revision: 203407

addpkg: ruby-em-proxy 0.1.9-2

Added:
  ruby-em-proxy/
  ruby-em-proxy/repos/
  ruby-em-proxy/trunk/
  ruby-em-proxy/trunk/PKGBUILD

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

Added: ruby-em-proxy/trunk/PKGBUILD
===
--- ruby-em-proxy/trunk/PKGBUILD(rev 0)
+++ ruby-em-proxy/trunk/PKGBUILD2016-12-31 22:59:14 UTC (rev 203407)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+
+_gemname=em-proxy
+pkgname=ruby-${_gemname}
+pkgver=0.1.9
+pkgrel=2
+pkgdesc='EventMachine Proxy DSL for writing high-performance transparent / 
intercepting proxies'
+url='https://github.com/igrigorik/em-proxy'
+arch=('any')
+license=('MIT')
+depends=('ruby' 'ruby-eventmachine')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/igrigorik/em-proxy/archive/v${pkgver}.tar.gz)
+sha512sums=('722b5010c8de9a809016b330e2123dc3bfb61e0c497844babb3af283e166271c00d74d58ca24c14e02b89346c114a2fd516a62ea00d5efe75981785719ad48e6')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  cp -r examples "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 22:52:22
  Author: anthraxx
Revision: 203406

archrelease: copy trunk to community-any

Added:
  ruby-colorize/repos/community-any/
  ruby-colorize/repos/community-any/PKGBUILD
(from rev 203405, ruby-colorize/trunk/PKGBUILD)

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

Copied: ruby-colorize/repos/community-any/PKGBUILD (from rev 203405, 
ruby-colorize/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2016-12-31 22:52:22 UTC (rev 203406)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Phillips 
+# Contributor: Anatol Pomozov 
+
+_gemname=colorize
+pkgname=ruby-colorize
+pkgver=0.8.1
+pkgrel=2
+pkgdesc='Ruby string class extension to set color, background and text effect 
using ANSI escape sequences'
+url='https://github.com/fazibear/colorize'
+arch=('any')
+license=('GPL2')
+depends=('ruby')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('0819dfaa94150c85cbe633c77006f2f4bdd6c4f9bf9dfa954b8c4038b8a680c99a2b4b160da05bf426402d287a0db4c4eb1cc66a949405188b632f39da381c72')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/"{README.md,CHANGELOG} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE" \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 22:52:06
  Author: anthraxx
Revision: 203405

addpkg: ruby-colorize 0.8.1-2

Added:
  ruby-colorize/
  ruby-colorize/repos/
  ruby-colorize/trunk/
  ruby-colorize/trunk/PKGBUILD

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

Added: ruby-colorize/trunk/PKGBUILD
===
--- ruby-colorize/trunk/PKGBUILD(rev 0)
+++ ruby-colorize/trunk/PKGBUILD2016-12-31 22:52:06 UTC (rev 203405)
@@ -0,0 +1,29 @@
+# Maintainer: Levente Polyak 
+# Contributor: David Phillips 
+# Contributor: Anatol Pomozov 
+
+_gemname=colorize
+pkgname=ruby-colorize
+pkgver=0.8.1
+pkgrel=2
+pkgdesc='Ruby string class extension to set color, background and text effect 
using ANSI escape sequences'
+url='https://github.com/fazibear/colorize'
+arch=('any')
+license=('GPL2')
+depends=('ruby')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=("${_gemname}-${pkgver}.gem")
+sha512sums=('0819dfaa94150c85cbe633c77006f2f4bdd6c4f9bf9dfa954b8c4038b8a680c99a2b4b160da05bf426402d287a0db4c4eb1cc66a949405188b632f39da381c72')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 
"${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/"{README.md,CHANGELOG} \
+-t "${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 "${pkgdir}/${_gemdir}/gems/${_gemname}-${pkgver}/LICENSE" \
+-t "${pkgdir}/usr/share/licenses/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 22:35:55
  Author: anthraxx
Revision: 203404

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

Added:
  ruby-eventmachine/repos/community-i686/
  ruby-eventmachine/repos/community-i686/PKGBUILD
(from rev 203403, ruby-eventmachine/trunk/PKGBUILD)
  ruby-eventmachine/repos/community-x86_64/
  ruby-eventmachine/repos/community-x86_64/PKGBUILD
(from rev 203403, ruby-eventmachine/trunk/PKGBUILD)

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

Copied: ruby-eventmachine/repos/community-i686/PKGBUILD (from rev 203403, 
ruby-eventmachine/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 22:35:55 UTC (rev 203404)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Carsten Feuls 
+
+_gemname=eventmachine
+pkgname=ruby-${_gemname}
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='EventMachine: fast, simple event-processing library'
+url='http://rubyeventmachine.com'
+arch=('i686' 'x86_64')
+license=('Ruby' 'GPL2')
+depends=('ruby' 'openssl')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/eventmachine/eventmachine/archive/v${pkgver}.tar.gz)
+sha512sums=('57bbfb8477b9f61a791b90b3d84307d1a5e02e74e79b6646b2aee6189a73012a678e6117e256a38b074030663cc2644f00cc7c2467225e49d2fbf180a3ea7a13')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files README.md CHANGELOG.md GNU LICENSE|find|' -i 
${_gemname}.gemspec
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}*.gem
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}

Copied: ruby-eventmachine/repos/community-x86_64/PKGBUILD (from rev 203403, 
ruby-eventmachine/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-31 22:35:55 UTC (rev 203404)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Carsten Feuls 
+
+_gemname=eventmachine
+pkgname=ruby-${_gemname}
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='EventMachine: fast, simple event-processing library'
+url='http://rubyeventmachine.com'
+arch=('i686' 'x86_64')
+license=('Ruby' 'GPL2')
+depends=('ruby' 'openssl')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/eventmachine/eventmachine/archive/v${pkgver}.tar.gz)
+sha512sums=('57bbfb8477b9f61a791b90b3d84307d1a5e02e74e79b6646b2aee6189a73012a678e6117e256a38b074030663cc2644f00cc7c2467225e49d2fbf180a3ea7a13')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files README.md CHANGELOG.md GNU LICENSE|find|' -i 
${_gemname}.gemspec
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}*.gem
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}


[arch-commits] Commit in (4 files)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 22:35:23
  Author: anthraxx
Revision: 203403

addpkg: ruby-eventmachine 1.2.1-1

Added:
  ruby-eventmachine/
  ruby-eventmachine/repos/
  ruby-eventmachine/trunk/
  ruby-eventmachine/trunk/PKGBUILD

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

Added: ruby-eventmachine/trunk/PKGBUILD
===
--- ruby-eventmachine/trunk/PKGBUILD(rev 0)
+++ ruby-eventmachine/trunk/PKGBUILD2016-12-31 22:35:23 UTC (rev 203403)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Carsten Feuls 
+
+_gemname=eventmachine
+pkgname=ruby-${_gemname}
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='EventMachine: fast, simple event-processing library'
+url='http://rubyeventmachine.com'
+arch=('i686' 'x86_64')
+license=('Ruby' 'GPL2')
+depends=('ruby' 'openssl')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/eventmachine/eventmachine/archive/v${pkgver}.tar.gz)
+sha512sums=('57bbfb8477b9f61a791b90b3d84307d1a5e02e74e79b6646b2aee6189a73012a678e6117e256a38b074030663cc2644f00cc7c2467225e49d2fbf180a3ea7a13')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed 's|git ls-files README.md CHANGELOG.md GNU LICENSE|find|' -i 
${_gemname}.gemspec
+  sed 's|git ls-files|find|' -i ${_gemname}.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build ${_gemname}.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" ${_gemname}*.gem
+  install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 22:08:06
  Author: anthraxx
Revision: 203402

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

Added:
  ruby-pg/repos/community-i686/
  ruby-pg/repos/community-i686/PKGBUILD
(from rev 203401, ruby-pg/trunk/PKGBUILD)
  ruby-pg/repos/community-x86_64/
  ruby-pg/repos/community-x86_64/PKGBUILD
(from rev 203401, ruby-pg/trunk/PKGBUILD)

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

Copied: ruby-pg/repos/community-i686/PKGBUILD (from rev 203401, 
ruby-pg/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 22:08:06 UTC (rev 203402)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+# Contributor: Niels Abspoel 
+
+_gemname=pg
+pkgname=ruby-pg
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='Pg is the Ruby interface to the Postgresql RDBMS'
+url='https://bitbucket.org/ged/ruby-pg'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ruby' 'ruby-rspec-core' 'postgresql-libs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('e72843d9056cad3998959a37a2abf460a047be734e64e6101a5c9067b7a284b94e25ef410e55444e1a60f88184f26982be851fc25a851b3144a8ed041248d9d4')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" pg-${pkgver}.gem
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:

Copied: ruby-pg/repos/community-x86_64/PKGBUILD (from rev 203401, 
ruby-pg/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-31 22:08:06 UTC (rev 203402)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+# Contributor: Niels Abspoel 
+
+_gemname=pg
+pkgname=ruby-pg
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='Pg is the Ruby interface to the Postgresql RDBMS'
+url='https://bitbucket.org/ged/ruby-pg'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ruby' 'ruby-rspec-core' 'postgresql-libs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('e72843d9056cad3998959a37a2abf460a047be734e64e6101a5c9067b7a284b94e25ef410e55444e1a60f88184f26982be851fc25a851b3144a8ed041248d9d4')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" pg-${pkgver}.gem
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:


[arch-commits] Commit in (ruby-pg ruby-pg/repos ruby-pg/trunk ruby-pg/trunk/PKGBUILD)

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 22:07:46
  Author: anthraxx
Revision: 203401

addpkg: ruby-pg 0.19.0-1

Added:
  ruby-pg/
  ruby-pg/repos/
  ruby-pg/trunk/
  ruby-pg/trunk/PKGBUILD

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

Added: ruby-pg/trunk/PKGBUILD
===
--- ruby-pg/trunk/PKGBUILD  (rev 0)
+++ ruby-pg/trunk/PKGBUILD  2016-12-31 22:07:46 UTC (rev 203401)
@@ -0,0 +1,24 @@
+# Maintainer: Levente Polyak 
+# Contributor: Niels Abspoel 
+
+_gemname=pg
+pkgname=ruby-pg
+pkgver=0.19.0
+pkgrel=1
+pkgdesc='Pg is the Ruby interface to the Postgresql RDBMS'
+url='https://bitbucket.org/ged/ruby-pg'
+arch=('i686' 'x86_64')
+license=('GPL')
+depends=('ruby' 'ruby-rspec-core' 'postgresql-libs')
+options=('!emptydirs')
+source=(https://rubygems.org/downloads/${_gemname}-${pkgver}.gem)
+noextract=(${_gemname}-${pkgver}.gem)
+sha512sums=('e72843d9056cad3998959a37a2abf460a047be734e64e6101a5c9067b7a284b94e25ef410e55444e1a60f88184f26982be851fc25a851b3144a8ed041248d9d4')
+
+package() {
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" pg-${pkgver}.gem
+  find "${pkgdir}/${_gemdir}" \( -name 'mkmf.log' -or -name 'gem_make.out' \) 
-delete
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 20:42:40
  Author: anthraxx
Revision: 285004

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-31 20:41:17 UTC (rev 285003)
+++ extra-i686/PKGBUILD 2016-12-31 20:42:40 UTC (rev 285004)
@@ -1,71 +0,0 @@
-# Maintainer: Levente Polyak 
-# Maintainer: Eric Bélanger 
-
-pkgbase=avidemux
-pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.6.15
-pkgrel=2
-pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
-url='http://fixounet.free.fr/avidemux/'
-arch=('i686' 'x86_64')
-license=('GPL2')
-makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
- 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 'libx264' 
'x265' 'libsamplerate'
- 'opencore-amr' 'yasm' 'mesa' 'libvpx' 'libpulse' 'libva' 
'intltool' 'sqlite'
- 'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'pkg-config')
-options=('!emptydirs')
-source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha512sums=('42964509cb51133abe624631d07bd223a7cee9fcfd971655ce26193598a48428a2eb1ba0c43034477b60a626fd332431281217644baa82f935f4aeb945d4508a')
-
-prepare() {
-  cd ${pkgbase}_${pkgver}
-  sed -i 's|../avidemux/qt4|../avidemux/qt4 
-DLRELEASE_EXECUTABLE=/usr/bin/lrelease-qt5|' bootStrap.bash
-  cp avidemux2.desktop avidemux-qt.desktop
-  sed -ri 's|(Name=).*|\1avidemux (Qt)|' avidemux-qt.desktop
-  sed -ri 's|(Exec=).*|\1avidemux3_qt5|' avidemux-qt.desktop
-}
-
-build() {
-  cd ${pkgbase}_${pkgver}
-  bash bootStrap.bash --with-core --with-cli --with-plugins
-}
-
-package_avidemux-cli() {
-  depends=('libxml2' 'fontconfig' 'libvpx' 'libva' 'sqlite')
-  optdepends=('lame: for the corresponding audio encoder plugin'
-  'faac: for the corresponding audio encoder plugin'
-  'faad2: for the corresponding audio decoder plugin'
-  'opus: for the corresponding audio decoder plugin'
-  'opencore-amr: for the corresponding audio decoder plugin'
-  'jack: for the corresponding audio device plugin'
-  'libpulse: for the corresponding audio device plugin'
-  'x264: for the corresponding video encoder plugin'
-  'libx264: for the corresponding video encoder plugin'
-  'x265: for the corresponding video encoder plugin'
-  'xvidcore: for the corresponding video encoder plugin'
-  'qt5-base: for the QtScript scripting support'
-  'libdca: for the corresponding audio decoder plugin'
-  'fribidi: for the corresponding video filter plugin')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildCli DESTDIR="${pkgdir}" install
-  make -C buildCore DESTDIR="${pkgdir}" install
-  make -C buildPluginsCLI DESTDIR="${pkgdir}" install
-  make -C buildPluginsCommon DESTDIR="${pkgdir}" install
-
-  install -Dm 644 avidemux_icon.png "${pkgdir}/usr/share/pixmaps/avidemux.png"
-  install -Dm 644 man/avidemux.1 -t "${pkgdir}/usr/share/man/man1"
-}
-
-package_avidemux-qt() {
-  pkgdesc='Graphical tool to edit video (filter/re-encode/split) - Qt GUI'
-  depends=("avidemux-cli=${pkgver}" 'qt5-base' 'x264' 'x265' 'libx264' 'glu' 
'libxv' 'desktop-file-utils')
-  replaces=('avidemux-gtk')
-
-  cd ${pkgbase}_${pkgver}
-  make -C buildQt5 DESTDIR="${pkgdir}" install
-  make -C buildPluginsQt5 DESTDIR="${pkgdir}" install
-  install -Dm 644 avidemux-qt.desktop -t "${pkgdir}/usr/share/applications"
-}
-
-# vim: ts=2 sw=2 et:

Copied: avidemux/repos/extra-i686/PKGBUILD (from rev 285003, 
avidemux/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-31 20:42:40 UTC (rev 285004)
@@ -0,0 +1,71 @@
+# Maintainer: Levente Polyak 
+# Maintainer: Eric Bélanger 
+
+pkgbase=avidemux
+pkgname=('avidemux-cli' 'avidemux-qt')
+pkgver=2.6.16
+pkgrel=1
+pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
+url='http://fixounet.free.fr/avidemux/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+makedepends=('cmake' 'libxslt' 'qt5-base' 'jack' 'libvorbis' 'libxv' 'opus' 
'desktop-file-utils'
+ 'alsa-lib' 'lame' 'xvidcore' 'faad2' 'faac' 'x264' 

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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 20:41:17
  Author: anthraxx
Revision: 285003

upgpkg: avidemux 2.6.16-1

Modified:
  avidemux/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 19:27:22 UTC (rev 285002)
+++ PKGBUILD2016-12-31 20:41:17 UTC (rev 285003)
@@ -3,8 +3,8 @@
 
 pkgbase=avidemux
 pkgname=('avidemux-cli' 'avidemux-qt')
-pkgver=2.6.15
-pkgrel=2
+pkgver=2.6.16
+pkgrel=1
 pkgdesc='Graphical tool to edit video (filter/re-encode/split)'
 url='http://fixounet.free.fr/avidemux/'
 arch=('i686' 'x86_64')
@@ -15,7 +15,7 @@
  'libvdpau' 'libdca' 'fribidi' 'glu' 'qt5-tools' 'pkg-config')
 options=('!emptydirs')
 source=(https://downloads.sourceforge.net/avidemux/avidemux_${pkgver}.tar.gz)
-sha512sums=('42964509cb51133abe624631d07bd223a7cee9fcfd971655ce26193598a48428a2eb1ba0c43034477b60a626fd332431281217644baa82f935f4aeb945d4508a')
+sha512sums=('617c36f6f0557ac6c4bda140f4efb262a3bc4529f49d2d34eabd3a6aeff1fda800fd2bb1e4b5ac542d4be099d763ee006555db12d57e5e19d795ecb83e569fa6')
 
 prepare() {
   cd ${pkgbase}_${pkgver}


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 20:00:07
  Author: anthraxx
Revision: 203398

archrelease: copy trunk to community-any

Added:
  ruby-paint/repos/community-any/PKGBUILD
(from rev 203397, ruby-paint/trunk/PKGBUILD)
Deleted:
  ruby-paint/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-31 19:59:59 UTC (rev 203397)
+++ PKGBUILD2016-12-31 20:00:07 UTC (rev 203398)
@@ -1,31 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Gordin <9ordin @t gmail dot com>
-
-_gemname=paint
-pkgname=ruby-${_gemname}
-pkgver=2.0.0
-pkgrel=1
-pkgdesc='Ruby paint manages terminal colors and effects'
-url='https://github.com/janlelis/paint'
-arch=('any')
-license=('MIT')
-depends=('ruby-rspec' 'ruby-rainbow' 'ruby-term-ansicolor')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/janlelis/paint/archive/v${pkgver}.tar.gz)
-sha512sums=('3a30635b193fcd2d929a09f64226fefdf01dabf3c33427ca28d8d5a550d56642c8069d5f1334d845977282a6083cdfa16177f3bd23560f61c36d3822c891c5fe')
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build paint.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
-  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
-  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-paint/repos/community-any/PKGBUILD (from rev 203397, 
ruby-paint/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-31 20:00:07 UTC (rev 203398)
@@ -0,0 +1,36 @@
+# Maintainer: Levente Polyak 
+# Contributor: Gordin <9ordin @t gmail dot com>
+
+_gemname=paint
+pkgname=ruby-${_gemname}
+pkgver=2.0.0
+pkgrel=2
+pkgdesc='Ruby paint manages terminal colors and effects'
+url='https://github.com/janlelis/paint'
+arch=('any')
+license=('MIT')
+depends=('ruby-rspec' 'ruby-rainbow' 'ruby-term-ansicolor')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/janlelis/paint/archive/v${pkgver}.tar.gz)
+sha512sums=('3a30635b193fcd2d929a09f64226fefdf01dabf3c33427ca28d8d5a550d56642c8069d5f1334d845977282a6083cdfa16177f3bd23560f61c36d3822c891c5fe')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i paint.gemspec # don't give a fuck about rubys bla bla
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build paint.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${_gemname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${_gemname}-${pkgver}.gem"
+  install -Dm 644 MIT-LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md CHANGELOG.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 19:59:59
  Author: anthraxx
Revision: 203397

upgpkg: ruby-paint 2.0.0-2

Modified:
  ruby-paint/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 19:59:35 UTC (rev 203396)
+++ PKGBUILD2016-12-31 19:59:59 UTC (rev 203397)
@@ -4,7 +4,7 @@
 _gemname=paint
 pkgname=ruby-${_gemname}
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Ruby paint manages terminal colors and effects'
 url='https://github.com/janlelis/paint'
 arch=('any')
@@ -14,6 +14,11 @@
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/janlelis/paint/archive/v${pkgver}.tar.gz)
 
sha512sums=('3a30635b193fcd2d929a09f64226fefdf01dabf3c33427ca28d8d5a550d56642c8069d5f1334d845977282a6083cdfa16177f3bd23560f61c36d3822c891c5fe')
 
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i paint.gemspec # don't give a fuck about rubys bla bla
+}
+
 build() {
   cd ${_gemname}-${pkgver}
   gem build paint.gemspec


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 19:59:35
  Author: anthraxx
Revision: 203396

archrelease: copy trunk to community-any

Added:
  ruby-rainbow/repos/community-any/PKGBUILD
(from rev 203395, ruby-rainbow/trunk/PKGBUILD)
Deleted:
  ruby-rainbow/repos/community-any/PKGBUILD

--+
 PKGBUILD |   75 ++---
 1 file changed, 38 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-31 19:59:27 UTC (rev 203395)
+++ PKGBUILD2016-12-31 19:59:35 UTC (rev 203396)
@@ -1,37 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Hyacinthe Cartiaux 
-# Contributor: Juan Diego Tascon
-# Contributor: Tom Vincent 
-
-_gemname=rainbow
-pkgname=ruby-${_gemname}
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="Rainbow is extension to ruby's String class adding support for 
colorizing text on ANSI terminal"
-url='https://rubygems.org/gems/rainbow'
-arch=('any')
-license=('MIT')
-depends=('ruby')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sickill/rainbow/archive/v${pkgver}.tar.gz)
-sha512sums=('cf3a280301f98c48d9fd52e95c6bcf41fcf4ff9322627ac09a94abb5dd94f56377e62c5d060065c2b97a427d46d5231db74a77aadc4289e43a5ebf3a19777aa1')
-
-prepare() {
-  cd ${_gemname}-${pkgver}
-  sed -r 's|git ls-files|find|g' -i rainbow.gemspec
-}
-
-build() {
-  cd ${_gemname}-${pkgver}
-  gem build rainbow.gemspec
-}
-
-package() {
-  cd ${_gemname}-${pkgver}
-  local _gemdir="$(ruby -e'puts Gem.default_dir')"
-  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" rainbow*.gem
-  install -Dm 644 README.markdown Changelog.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}
-
-# vim: ts=2 sw=2 et:

Copied: ruby-rainbow/repos/community-any/PKGBUILD (from rev 203395, 
ruby-rainbow/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-31 19:59:35 UTC (rev 203396)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Hyacinthe Cartiaux 
+# Contributor: Juan Diego Tascon
+# Contributor: Tom Vincent 
+
+_gemname=rainbow
+pkgname=ruby-${_gemname}
+pkgver=2.2.1
+pkgrel=1
+pkgdesc="Rainbow is extension to ruby's String class adding support for 
colorizing text on ANSI terminal"
+url='https://rubygems.org/gems/rainbow'
+arch=('any')
+license=('MIT')
+depends=('ruby')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sickill/rainbow/archive/v${pkgver}.tar.gz)
+sha512sums=('07e92ffdd803c0622453f9acfb13064a098e3f50347a18e766b70aad1781755a3d805e61f0fd485126e9c576b2179175290a5a80440fbb06bff79fea6ec639cd')
+
+prepare() {
+  cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i rainbow.gemspec # don't give a fuck about rubys bla bla
+  sed -r 's|git ls-files|find|g' -i rainbow.gemspec
+}
+
+build() {
+  cd ${_gemname}-${pkgver}
+  gem build rainbow.gemspec
+}
+
+package() {
+  cd ${_gemname}-${pkgver}
+  local _gemdir="$(ruby -e'puts Gem.default_dir')"
+  gem install --ignore-dependencies --no-user-install -i 
"${pkgdir}/${_gemdir}" -n "${pkgdir}/usr/bin" rainbow*.gem
+  install -Dm 644 README.markdown Changelog.md -t 
"${pkgdir}/usr/share/doc/${pkgname}"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 19:59:27
  Author: anthraxx
Revision: 203395

upgpkg: ruby-rainbow 2.2.1-1

Modified:
  ruby-rainbow/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 19:56:22 UTC (rev 203394)
+++ PKGBUILD2016-12-31 19:59:27 UTC (rev 203395)
@@ -5,7 +5,7 @@
 
 _gemname=rainbow
 pkgname=ruby-${_gemname}
-pkgver=2.1.0
+pkgver=2.2.1
 pkgrel=1
 pkgdesc="Rainbow is extension to ruby's String class adding support for 
colorizing text on ANSI terminal"
 url='https://rubygems.org/gems/rainbow'
@@ -14,10 +14,11 @@
 depends=('ruby')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/sickill/rainbow/archive/v${pkgver}.tar.gz)
-sha512sums=('cf3a280301f98c48d9fd52e95c6bcf41fcf4ff9322627ac09a94abb5dd94f56377e62c5d060065c2b97a427d46d5231db74a77aadc4289e43a5ebf3a19777aa1')
+sha512sums=('07e92ffdd803c0622453f9acfb13064a098e3f50347a18e766b70aad1781755a3d805e61f0fd485126e9c576b2179175290a5a80440fbb06bff79fea6ec639cd')
 
 prepare() {
   cd ${_gemname}-${pkgver}
+  sed -r 's|~>|>=|g' -i rainbow.gemspec # don't give a fuck about rubys bla bla
   sed -r 's|git ls-files|find|g' -i rainbow.gemspec
 }
 


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 19:56:22
  Author: anthraxx
Revision: 203394

archrelease: copy trunk to community-any

Added:
  lolcat/repos/community-any/PKGBUILD
(from rev 203393, lolcat/trunk/PKGBUILD)
Deleted:
  lolcat/repos/community-any/PKGBUILD

--+
 PKGBUILD |   76 ++---
 1 file changed, 38 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-31 19:56:14 UTC (rev 203393)
+++ PKGBUILD2016-12-31 19:56:22 UTC (rev 203394)
@@ -1,38 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Gordin <9ordin @t gmail dot com>
-
-pkgname=lolcat
-pkgver=42.1.44
-pkgrel=2
-pkgdesc='Okay, no unicorns. But rainbows!!'
-url='https://github.com/busyloop/lolcat'
-arch=('any')
-license=('custom')
-depends=('ruby' 'ruby-paint' 'ruby-trollop')
-options=('!emptydirs')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/busyloop/lolcat/archive/v${pkgver}.tar.gz)
-sha512sums=('6bda0ffcc55e3be12163617f3edcd85b3e27b82dfec71044c5918fdeed5670c6df8cedd25e7c77659bd05f59fcecef88efd251545f718a2784425618a1a2f58e')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -r 's|~>|>=|g' -i lolcat.gemspec # don't give a fuck about rubys bla 
bla, we will handle it
-  sed 's|git ls-files -- bin/\*|find bin -type f|' -i lolcat.gemspec
-  sed 's|git ls-files -- {test,spec,features}/*|echo|' -i lolcat.gemspec
-  sed 's|git ls-files|find -type f|' -i lolcat.gemspec
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  gem build lolcat.gemspec
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  local _gemdir="$(gem env gemdir)"
-  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${pkgname}-${pkgver}.gem
-  rm "${pkgdir}/${_gemdir}/cache/${pkgname}-${pkgver}.gem"
-  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: lolcat/repos/community-any/PKGBUILD (from rev 203393, 
lolcat/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-31 19:56:22 UTC (rev 203394)
@@ -0,0 +1,38 @@
+# Maintainer: Levente Polyak 
+# Contributor: Gordin <9ordin @t gmail dot com>
+
+pkgname=lolcat
+pkgver=42.24.0
+pkgrel=1
+pkgdesc='Okay, no unicorns. But rainbows!!'
+url='https://github.com/busyloop/lolcat'
+arch=('any')
+license=('custom')
+depends=('ruby' 'ruby-paint' 'ruby-trollop')
+options=('!emptydirs')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/busyloop/lolcat/archive/v${pkgver}.tar.gz)
+sha512sums=('ad610dac62717da0b1d0b8ccfc77ac1d0cd6bd448df52fa616af70b6e3cec679e489394304ecaf3b50995ad9ded5412c387c8cdb7687876b2586a9706e45a604')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -r 's|~>|>=|g' -i lolcat.gemspec # don't give a fuck about rubys bla bla
+  sed 's|git ls-files -- bin/\*|find bin -type f|' -i lolcat.gemspec
+  sed 's|git ls-files -- {test,spec,features}/*|echo|' -i lolcat.gemspec
+  sed 's|git ls-files|find -type f|' -i lolcat.gemspec
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  gem build lolcat.gemspec
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  local _gemdir="$(gem env gemdir)"
+  gem install --ignore-dependencies --no-user-install -i "${pkgdir}${_gemdir}" 
-n "${pkgdir}/usr/bin" ${pkgname}-${pkgver}.gem
+  rm "${pkgdir}/${_gemdir}/cache/${pkgname}-${pkgver}.gem"
+  install -Dm 644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 19:56:14
  Author: anthraxx
Revision: 203393

upgpkg: lolcat 42.24.0-1

Modified:
  lolcat/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 19:49:23 UTC (rev 203392)
+++ PKGBUILD2016-12-31 19:56:14 UTC (rev 203393)
@@ -2,8 +2,8 @@
 # Contributor: Gordin <9ordin @t gmail dot com>
 
 pkgname=lolcat
-pkgver=42.1.44
-pkgrel=2
+pkgver=42.24.0
+pkgrel=1
 pkgdesc='Okay, no unicorns. But rainbows!!'
 url='https://github.com/busyloop/lolcat'
 arch=('any')
@@ -11,11 +11,11 @@
 depends=('ruby' 'ruby-paint' 'ruby-trollop')
 options=('!emptydirs')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/busyloop/lolcat/archive/v${pkgver}.tar.gz)
-sha512sums=('6bda0ffcc55e3be12163617f3edcd85b3e27b82dfec71044c5918fdeed5670c6df8cedd25e7c77659bd05f59fcecef88efd251545f718a2784425618a1a2f58e')
+sha512sums=('ad610dac62717da0b1d0b8ccfc77ac1d0cd6bd448df52fa616af70b6e3cec679e489394304ecaf3b50995ad9ded5412c387c8cdb7687876b2586a9706e45a604')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  sed -r 's|~>|>=|g' -i lolcat.gemspec # don't give a fuck about rubys bla 
bla, we will handle it
+  sed -r 's|~>|>=|g' -i lolcat.gemspec # don't give a fuck about rubys bla bla
   sed 's|git ls-files -- bin/\*|find bin -type f|' -i lolcat.gemspec
   sed 's|git ls-files -- {test,spec,features}/*|echo|' -i lolcat.gemspec
   sed 's|git ls-files|find -type f|' -i lolcat.gemspec


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 19:49:23
  Author: anthraxx
Revision: 203392

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 19:49:11 UTC (rev 203391)
+++ community-i686/PKGBUILD 2016-12-31 19:49:23 UTC (rev 203392)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Beej Jorgensen 
-
-pkgname=wavemon
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Ncurses-based monitoring application for wireless network devices'
-url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('ncurses' 'libcap' 'libnl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2df48eb300e9b30e0cb7a0ab41ba5e10b2a6e8170dbd11a4c978462c8cd6dc1171f79ceadfdb7344c495420a4e87b7dd723efea4f1af59a6d0312d93049ee798')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e '/^CFLAGS=/d' -i configure.ac
-  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
-  sed -r 's|\?=|=|g' -i Makefile.in
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wavemon/repos/community-i686/PKGBUILD (from rev 203391, 
wavemon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-12-31 19:49:23 UTC (rev 203392)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Beej Jorgensen 
+
+pkgname=wavemon
+pkgver=0.8.1
+pkgrel=1
+pkgdesc='Ncurses-based monitoring application for wireless network devices'
+url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('ncurses' 'libcap' 'libnl')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
+sha512sums=('6614e7591a55f76cc11391d1694ed8ad786adcf564c4cb1a8b52ce2b4eb591f2da239065ce274aa5e065d799479c65d3dabed3c228b851892f0a989b7ac36eb9')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e '/^CFLAGS=/d' -i configure.ac
+  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
+  sed -r 's|\?=|=|g' -i Makefile.in
+  autoreconf -fiv
+}
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-12-31 19:49:11 UTC (rev 203391)
+++ community-x86_64/PKGBUILD   2016-12-31 19:49:23 UTC (rev 203392)
@@ -1,34 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Beej Jorgensen 
-
-pkgname=wavemon
-pkgver=0.8.0
-pkgrel=1
-pkgdesc='Ncurses-based monitoring application for wireless network devices'
-url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('ncurses' 'libcap' 'libnl')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2df48eb300e9b30e0cb7a0ab41ba5e10b2a6e8170dbd11a4c978462c8cd6dc1171f79ceadfdb7344c495420a4e87b7dd723efea4f1af59a6d0312d93049ee798')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e '/^CFLAGS=/d' -i configure.ac
-  sed -r 's|(/share)|\1/doc|g' -i Makefile.in
-  sed -r 's|\?=|=|g' -i Makefile.in
-  autoreconf -fiv
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: wavemon/repos/community-x86_64/PKGBUILD (from rev 203391, 
wavemon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-12-31 19:49:23 UTC (rev 203392)
@@ -0,0 +1,34 @@
+# Maintainer: Levente Polyak 
+# Contributor: Beej Jorgensen 
+
+pkgname=wavemon
+pkgver=0.8.1
+pkgrel=1

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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 19:49:11
  Author: anthraxx
Revision: 203391

upgpkg: wavemon 0.8.1-1

Modified:
  wavemon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 19:43:57 UTC (rev 203390)
+++ PKGBUILD2016-12-31 19:49:11 UTC (rev 203391)
@@ -2,7 +2,7 @@
 # Contributor: Beej Jorgensen 
 
 pkgname=wavemon
-pkgver=0.8.0
+pkgver=0.8.1
 pkgrel=1
 pkgdesc='Ncurses-based monitoring application for wireless network devices'
 url='http://eden-feed.erg.abdn.ac.uk/wavemon/'
@@ -10,7 +10,7 @@
 license=('GPL3')
 depends=('ncurses' 'libcap' 'libnl')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/uoaerg/${pkgname}/archive/v${pkgver}.tar.gz)
-sha512sums=('2df48eb300e9b30e0cb7a0ab41ba5e10b2a6e8170dbd11a4c978462c8cd6dc1171f79ceadfdb7344c495420a4e87b7dd723efea4f1af59a6d0312d93049ee798')
+sha512sums=('6614e7591a55f76cc11391d1694ed8ad786adcf564c4cb1a8b52ce2b4eb591f2da239065ce274aa5e065d799479c65d3dabed3c228b851892f0a989b7ac36eb9')
 
 prepare() {
   cd ${pkgname}-${pkgver}


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 19:43:48
  Author: anthraxx
Revision: 203389

upgpkg: volatility 2.6-1

Modified:
  volatility/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 15:25:26 UTC (rev 203388)
+++ PKGBUILD2016-12-31 19:43:48 UTC (rev 203389)
@@ -3,10 +3,10 @@
 # Contributor: Wes Brown 
 
 pkgname=volatility
-pkgver=2.5
-pkgrel=3
-pkgdesc="Advanced memory forensics framework"
-url="https://github.com/volatilityfoundation/volatility/wiki;
+pkgver=2.6
+pkgrel=1
+pkgdesc='Advanced memory forensics framework'
+url='https://github.com/volatilityfoundation/volatility/wiki'
 arch=('any')
 license=('GPL2')
 depends=('python2-distorm' 'python2-crypto' 'python2-ujson')
@@ -21,11 +21,11 @@
 )
 makedepends=('python2-setuptools')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/volatilityfoundation/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('137a0727106beb2321f956c53f304ae4ff00397da935d490c595e7b657bdec348cd5ac4472ba9da8c7ce2a1a8559e33535df7b68efb815084217f131cb044632')
+sha512sums=('7f71ae5aac38d66dd1e3ff830d0859d7da72d65c5f729bb2d73a374088c3116cdf8a69a419749ee3c92cd084c9a4cf3e20da5de94588a4c0424ca55a55c1e793')
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  sed -e 's/env python$/env python2/g' -i tools/vtype_diff.py
+  sed -e 's/env python$/env python2/g' -i tools/vtype_diff.py 
tools/mac/convert.py
 }
 
 package() {


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

2016-12-31 Thread Levente Polyak
Date: Saturday, December 31, 2016 @ 19:43:57
  Author: anthraxx
Revision: 203390

archrelease: copy trunk to community-any

Added:
  volatility/repos/community-any/PKGBUILD
(from rev 203389, volatility/trunk/PKGBUILD)
Deleted:
  volatility/repos/community-any/PKGBUILD

--+
 PKGBUILD |   86 ++---
 1 file changed, 43 insertions(+), 43 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-31 19:43:48 UTC (rev 203389)
+++ PKGBUILD2016-12-31 19:43:57 UTC (rev 203390)
@@ -1,43 +0,0 @@
-# Maintainer: Levente Polyak 
-# Contributor: Limao Luo 
-# Contributor: Wes Brown 
-
-pkgname=volatility
-pkgver=2.5
-pkgrel=3
-pkgdesc="Advanced memory forensics framework"
-url="https://github.com/volatilityfoundation/volatility/wiki;
-arch=('any')
-license=('GPL2')
-depends=('python2-distorm' 'python2-crypto' 'python2-ujson')
-optdepends=(
-  'python2-yara: classify malware support'
-  'python2-pillow: screenshots plugin support'
-  'python2-pytz: timezone conversion support'
-  'ipython2: enhanced volshell support'
-  'python2-libforensic1394: firewire live analysis support'
-  'libraw1394: alternative firewire live analysis support'
-  'python2-openpyxl: Excel xlsx/xlsm files support'
-)
-makedepends=('python2-setuptools')
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/volatilityfoundation/${pkgname}/archive/${pkgver}.tar.gz)
-sha512sums=('137a0727106beb2321f956c53f304ae4ff00397da935d490c595e7b657bdec348cd5ac4472ba9da8c7ce2a1a8559e33535df7b68efb815084217f131cb044632')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -e 's/env python$/env python2/g' -i tools/vtype_diff.py
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-
-  python2 setup.py install -O1 --prefix=/usr --root="${pkgdir}"
-  ln -s /usr/bin/vol.py "${pkgdir}/usr/bin/${pkgname}"
-
-  install -d "${pkgdir}/usr/share/${pkgname}"
-  mv "${pkgdir}/usr/tools" "${pkgdir}/usr/share/${pkgname}"
-  mv "${pkgdir}/usr/contrib" "${pkgdir}/usr/share/${pkgname}"
-  install -Dm 644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README"
-}
-
-# vim: ts=2 sw=2 et:

Copied: volatility/repos/community-any/PKGBUILD (from rev 203389, 
volatility/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-31 19:43:57 UTC (rev 203390)
@@ -0,0 +1,43 @@
+# Maintainer: Levente Polyak 
+# Contributor: Limao Luo 
+# Contributor: Wes Brown 
+
+pkgname=volatility
+pkgver=2.6
+pkgrel=1
+pkgdesc='Advanced memory forensics framework'
+url='https://github.com/volatilityfoundation/volatility/wiki'
+arch=('any')
+license=('GPL2')
+depends=('python2-distorm' 'python2-crypto' 'python2-ujson')
+optdepends=(
+  'python2-yara: classify malware support'
+  'python2-pillow: screenshots plugin support'
+  'python2-pytz: timezone conversion support'
+  'ipython2: enhanced volshell support'
+  'python2-libforensic1394: firewire live analysis support'
+  'libraw1394: alternative firewire live analysis support'
+  'python2-openpyxl: Excel xlsx/xlsm files support'
+)
+makedepends=('python2-setuptools')
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/volatilityfoundation/${pkgname}/archive/${pkgver}.tar.gz)
+sha512sums=('7f71ae5aac38d66dd1e3ff830d0859d7da72d65c5f729bb2d73a374088c3116cdf8a69a419749ee3c92cd084c9a4cf3e20da5de94588a4c0424ca55a55c1e793')
+
+prepare() {
+  cd ${pkgname}-${pkgver}
+  sed -e 's/env python$/env python2/g' -i tools/vtype_diff.py 
tools/mac/convert.py
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+
+  python2 setup.py install -O1 --prefix=/usr --root="${pkgdir}"
+  ln -s /usr/bin/vol.py "${pkgdir}/usr/bin/${pkgname}"
+
+  install -d "${pkgdir}/usr/share/${pkgname}"
+  mv "${pkgdir}/usr/tools" "${pkgdir}/usr/share/${pkgname}"
+  mv "${pkgdir}/usr/contrib" "${pkgdir}/usr/share/${pkgname}"
+  install -Dm 644 README.txt "${pkgdir}/usr/share/doc/${pkgname}/README"
+}
+
+# vim: ts=2 sw=2 et:


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

2016-12-31 Thread Anatol Pomozov
Date: Saturday, December 31, 2016 @ 19:24:54
  Author: anatolik
Revision: 284997

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

Added:
  nghttp2/repos/testing-i686/PKGBUILD
(from rev 284996, nghttp2/trunk/PKGBUILD)
  nghttp2/repos/testing-x86_64/PKGBUILD
(from rev 284996, nghttp2/trunk/PKGBUILD)
Deleted:
  nghttp2/repos/testing-i686/PKGBUILD
  nghttp2/repos/testing-x86_64/PKGBUILD

-+
 /PKGBUILD   |   90 ++
 testing-i686/PKGBUILD   |   45 ---
 testing-x86_64/PKGBUILD |   45 ---
 3 files changed, 90 insertions(+), 90 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2016-12-31 19:24:12 UTC (rev 284996)
+++ testing-i686/PKGBUILD   2016-12-31 19:24:54 UTC (rev 284997)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei 
-
-pkgname=nghttp2
-pkgver=1.18.0
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(i686 x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
-source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
-backup=(
-  etc/nghttpx/nghttpx.conf
-  etc/logrotate.d/nghttpx
-)
-sha256sums=('74b0a9314f320203d963e4b64d940ce32936562dd3eab9eb7184beb6b90950cc')
-
-build() {
-  cd nghttp2-$pkgver
-
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---with-spdylay=no \
---disable-examples \
---disable-python-bindings
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
-  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
-  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
-}

Copied: nghttp2/repos/testing-i686/PKGBUILD (from rev 284996, 
nghttp2/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-12-31 19:24:54 UTC (rev 284997)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Anatol Pomozov
+# Contributor: Zhuoyun Wei 
+
+pkgname=nghttp2
+pkgver=1.18.0
+pkgrel=2
+pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
+arch=(i686 x86_64)
+url='https://nghttp2.org/'
+license=(MIT)
+depends=(openssl libev zlib libxml2 jansson jemalloc c-ares)
+source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
+backup=(
+  etc/nghttpx/nghttpx.conf
+  etc/logrotate.d/nghttpx
+)
+sha256sums=('74b0a9314f320203d963e4b64d940ce32936562dd3eab9eb7184beb6b90950cc')
+
+build() {
+  cd nghttp2-$pkgver
+
+  autoreconf -i
+  ./configure \
+--prefix=/usr \
+--with-spdylay=no \
+--disable-examples \
+--disable-python-bindings
+  make
+}
+
+check() {
+  cd nghttp2-$pkgver
+  make check
+}
+
+package() {
+  cd nghttp2-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
+  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
+  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/nghttp2/COPYING"
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2016-12-31 19:24:12 UTC (rev 284996)
+++ testing-x86_64/PKGBUILD 2016-12-31 19:24:54 UTC (rev 284997)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Anatol Pomozov
-# Contributor: Zhuoyun Wei 
-
-pkgname=nghttp2
-pkgver=1.18.0
-pkgrel=1
-pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
-arch=(i686 x86_64)
-url='https://nghttp2.org/'
-license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
-source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
-backup=(
-  etc/nghttpx/nghttpx.conf
-  etc/logrotate.d/nghttpx
-)
-sha256sums=('74b0a9314f320203d963e4b64d940ce32936562dd3eab9eb7184beb6b90950cc')
-
-build() {
-  cd nghttp2-$pkgver
-
-  autoreconf -i
-  ./configure \
---prefix=/usr \
---with-spdylay=no \
---disable-examples \
---disable-python-bindings
-  make
-}
-
-check() {
-  cd nghttp2-$pkgver
-  make check
-}
-
-package() {
-  cd nghttp2-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm644 contrib/nghttpx.service 
"$pkgdir/usr/lib/systemd/system/nghttpx.service"
-  install -Dm644 contrib/nghttpx-logrotate "$pkgdir/etc/logrotate.d/nghttpx"
-  install -Dm644 nghttpx.conf.sample "$pkgdir/etc/nghttpx/nghttpx.conf"
-  

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

2016-12-31 Thread Anatol Pomozov
Date: Saturday, December 31, 2016 @ 19:24:12
  Author: anatolik
Revision: 284996

FS#52318 Add missing 'c-ares' dependency

It is needed for binary tools like h2load,nghttp,..

Modified:
  nghttp2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 15:53:35 UTC (rev 284995)
+++ PKGBUILD2016-12-31 19:24:12 UTC (rev 284996)
@@ -4,12 +4,12 @@
 
 pkgname=nghttp2
 pkgver=1.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Framing layer of HTTP/2 is implemented as a reusable C library'
 arch=(i686 x86_64)
 url='https://nghttp2.org/'
 license=(MIT)
-depends=(openssl libev zlib libxml2 jansson jemalloc)
+depends=(openssl libev zlib libxml2 jansson jemalloc c-ares)
 
source=(nghttp2-$pkgver.zip::https://github.com/tatsuhiro-t/nghttp2/archive/v$pkgver.zip)
 backup=(
   etc/nghttpx/nghttpx.conf


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

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:50:40
  Author: foutrelis
Revision: 284994

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

Added:
  thunderbird/repos/extra-i686/PKGBUILD
(from rev 284993, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-i686/firefox-gcc-6.0.patch
(from rev 284993, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/extra-i686/mozconfig
(from rev 284993, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-i686/mozilla-1228540-1.patch
(from rev 284993, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/extra-i686/mozilla-1228540.patch
(from rev 284993, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
(from rev 284993, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-i686/thunderbird.desktop
(from rev 284993, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-i686/vendor.js
(from rev 284993, thunderbird/trunk/vendor.js)
  thunderbird/repos/extra-x86_64/PKGBUILD
(from rev 284993, thunderbird/trunk/PKGBUILD)
  thunderbird/repos/extra-x86_64/firefox-gcc-6.0.patch
(from rev 284993, thunderbird/trunk/firefox-gcc-6.0.patch)
  thunderbird/repos/extra-x86_64/mozconfig
(from rev 284993, thunderbird/trunk/mozconfig)
  thunderbird/repos/extra-x86_64/mozilla-1228540-1.patch
(from rev 284993, thunderbird/trunk/mozilla-1228540-1.patch)
  thunderbird/repos/extra-x86_64/mozilla-1228540.patch
(from rev 284993, thunderbird/trunk/mozilla-1228540.patch)
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
(from rev 284993, thunderbird/trunk/thunderbird-install-dir.patch)
  thunderbird/repos/extra-x86_64/thunderbird.desktop
(from rev 284993, thunderbird/trunk/thunderbird.desktop)
  thunderbird/repos/extra-x86_64/vendor.js
(from rev 284993, thunderbird/trunk/vendor.js)
Deleted:
  thunderbird/repos/extra-i686/PKGBUILD
  thunderbird/repos/extra-i686/firefox-gcc-6.0.patch
  thunderbird/repos/extra-i686/mozconfig
  thunderbird/repos/extra-i686/mozilla-1228540-1.patch
  thunderbird/repos/extra-i686/mozilla-1228540.patch
  thunderbird/repos/extra-i686/thunderbird-install-dir.patch
  thunderbird/repos/extra-i686/thunderbird.desktop
  thunderbird/repos/extra-i686/vendor.js
  thunderbird/repos/extra-x86_64/PKGBUILD
  thunderbird/repos/extra-x86_64/firefox-gcc-6.0.patch
  thunderbird/repos/extra-x86_64/mozconfig
  thunderbird/repos/extra-x86_64/mozilla-1228540-1.patch
  thunderbird/repos/extra-x86_64/mozilla-1228540.patch
  thunderbird/repos/extra-x86_64/thunderbird-install-dir.patch
  thunderbird/repos/extra-x86_64/thunderbird.desktop
  thunderbird/repos/extra-x86_64/vendor.js

+
 /PKGBUILD  |  232 
 /firefox-gcc-6.0.patch |   52 
 /mozconfig |   66 
 /mozilla-1228540-1.patch   |  168 
 /mozilla-1228540.patch |12064 +++
 /thunderbird-install-dir.patch |   24 
 /thunderbird.desktop   |  346 
 /vendor.js |   18 
 extra-i686/PKGBUILD|  116 
 extra-i686/firefox-gcc-6.0.patch   |   26 
 extra-i686/mozconfig   |   33 
 extra-i686/mozilla-1228540-1.patch |   84 
 extra-i686/mozilla-1228540.patch   | 6032 -
 extra-i686/thunderbird-install-dir.patch   |   12 
 extra-i686/thunderbird.desktop |  173 
 extra-i686/vendor.js   |9 
 extra-x86_64/PKGBUILD  |  116 
 extra-x86_64/firefox-gcc-6.0.patch |   26 
 extra-x86_64/mozconfig |   33 
 extra-x86_64/mozilla-1228540-1.patch   |   84 
 extra-x86_64/mozilla-1228540.patch | 6032 -
 extra-x86_64/thunderbird-install-dir.patch |   12 
 extra-x86_64/thunderbird.desktop   |  173 
 extra-x86_64/vendor.js |9 
 24 files changed, 12970 insertions(+), 12970 deletions(-)

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


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

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:50:15
  Author: foutrelis
Revision: 284993

upgpkg: thunderbird 45.6.0-1

New upstream release.

Modified:
  thunderbird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 15:33:51 UTC (rev 284992)
+++ PKGBUILD2016-12-31 15:50:15 UTC (rev 284993)
@@ -6,7 +6,7 @@
 # Contributor: Anders Bostrom 
 
 pkgname=thunderbird
-pkgver=45.5.1
+pkgver=45.6.0
 pkgrel=1
 pkgdesc="Standalone mail and news reader from mozilla.org"
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 thunderbird-install-dir.patch
 firefox-gcc-6.0.patch mozilla-1228540.patch mozilla-1228540-1.patch
 vendor.js)
-sha256sums=('15088086ab8643275f04775002aca02701e30b4d61f108d5380b6e6b7582a24c'
+sha256sums=('c32c74d69c4a2f79f120f44965525fc8197bbd39a9dac85027b2d9f74e04d8dc'
 'b884ccab9bea135600b41a2359073e637dee96dac64d22aceec4adb7fd936b23'
 '3fba13d88aeb003ab0811ef739463858172ce0662a1c7d62835df3d83ddbb8fb'
 '24599eab8862476744fe1619a9a53a5b8cdcab30b3fc5767512f31d3529bd05d'


[arch-commits] Commit in thunderbird-i18n/repos/extra-any (PKGBUILD PKGBUILD)

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:33:51
  Author: foutrelis
Revision: 284992

archrelease: copy trunk to extra-any

Added:
  thunderbird-i18n/repos/extra-any/PKGBUILD
(from rev 284991, thunderbird-i18n/trunk/PKGBUILD)
Deleted:
  thunderbird-i18n/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-31 15:33:39 UTC (rev 284991)
+++ PKGBUILD2016-12-31 15:33:51 UTC (rev 284992)
@@ -1,157 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot 
-# Contributor: Andrea Scarpino 
-# Contributor: Thomas Baechler 
-
-pkgbase=thunderbird-i18n
-pkgver=45.5.1
-pkgrel=1
-pkgdesc="Language pack for Thunderbird"
-arch=('any')
-url="http://www.mozilla.com/;
-license=('MPL' 'GPL')
-
-_languages=(
-  'ar "Arabic"'
-  'ast"Asturian"'
-  'be "Belarusian"'
-  'bg "Bulgarian"'
-  'bn-BD  "Bengali (Bangladesh)"'
-  'br "Breton"'
-  'ca "Catalan"'
-  'cs "Czech"'
-  'cy "Welsh"'
-  'da "Danish"'
-  'de "German"'
-  'dsb"Lower Sorbian"'
-  'el "Greek"'
-  'en-GB  "English (British)"'
-  'en-US  "English (US)"'
-  'es-AR  "Spanish (Argentina)"'
-  'es-ES  "Spanish (Spain)"'
-  'et "Estonian"'
-  'eu "Basque"'
-  'fi "Finnish"'
-  'fr "French"'
-  'fy-NL  "Frisian"'
-  'ga-IE  "Irish"'
-  'gd "Gaelic (Scotland)"'
-  'gl "Galician"'
-  'he "Hebrew"'
-  'hr "Croatian"'
-  'hsb"Upper Sorbian"'
-  'hu "Hungarian"'
-  'hy-AM  "Armenian"'
-  'id "Indonesian"'
-  'is "Icelandic"'
-  'it "Italian"'
-  'ja "Japanese"'
-  'ko "Korean"'
-  'lt "Lithuanian"'
-  'nb-NO  "Norwegian (Bokmål)"'
-  'nl "Dutch"'
-  'nn-NO  "Norwegian (Nynorsk)"'
-  'pa-IN  "Punjabi (India)"'
-  'pl "Polish"'
-  'pt-BR  "Portuguese (Brazilian)"'
-  'pt-PT  "Portuguese (Portugal)"'
-  'rm "Romansh"'
-  'ro "Romanian"'
-  'ru "Russian"'
-  'si "Sinhala"'
-  'sk "Slovak"'
-  'sl "Slovenian"'
-  'sq "Albanian"'
-  'sr "Serbian"'
-  'sv-SE  "Swedish"'
-  'ta-LK  "Tamil (Sri Lanka)"'
-  'tr "Turkish"'
-  'uk "Ukrainian"'
-  'vi "Vietnamese"'
-  'zh-CN  "Chinese (Simplified)"'
-  'zh-TW  "Chinese (Traditional)"'
-)
-
-pkgname=()
-source=()
-_url=https://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$pkgver/linux-i686/xpi
-
-for _lang in "${_languages[@]}"; do
-  _locale=${_lang%% *}
-  _pkgname=thunderbird-i18n-${_locale,,}
-
-  pkgname+=($_pkgname)
-  source+=("thunderbird-i18n-$pkgver-$_locale.xpi::$_url/$_locale.xpi")
-  eval "package_$_pkgname() {
-_package $_lang
-  }"
-done
-
-# Don't extract anything
-noextract=(${source[@]%%::*})
-
-_package() {
-  pkgdesc="$2 language pack for Thunderbird"
-  depends=("thunderbird>=$pkgver")
-  install -Dm644 thunderbird-i18n-$pkgver-$1.xpi \
-
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
-}
-
-md5sums=('857426284754fc97f6df5912865720ae'
- '01e95223941ad8ca64cd5588f4851f13'
- '6c11bbe9531391276c7e7c7dbf93f565'
- 'c4063667c022b0767aab5e655a928a62'
- '4199ac9b9b4414be8c1d1e2b46f2bc80'
- '9766de1ae4d057d3af6f886abdbe8de2'
- 'b199f61eb4ead56445814e8a01a25af5'
- 'cc6f6b339c399a41fa2e4603b2186ff5'
- '6f1c185a460b12318e62f8aeb8ab1feb'
- 'bc3441085311f9c7e66b191765e8b3d4'
- '872b9962f0b02d4bf5b6fe06225ff443'
- 'a6021e0521ae8f80d3c689b9a9a88362'
- '08509f5042a7d63acec91a27d6cf2b0e'
- 'f834fd1c474c29c2c5aa9593b14f824c'
- 'f5673cb982242d60e205e48b4c2c6df2'
- '4a82038e7772688445fd3b8a5589e660'
- '5ec27e6c923ae5aee3a2c469446a4d1d'
- '4c8adcb9ae7df751e1e2c28524a19c22'
- '8ef4ff8e8125209f5d246f64620f09ad'
- '5b7bfe382eb7c12142f031d6191d839a'
- 'a98a53769a853d6aa20a70618f4794f9'
- '3037a81bfb573bd55875649545784195'
- '24839e67ae2efc655324ecaa45fd3535'
- '1b929f1658c3786fb66034c26c10e995'
- 'd9dc5a04918c2b4111c00ff53b2a6f74'
- 'a23d4c8f760f042877049725478d0ba1'
- '44c4406fd6c66a47a74dd7ca53712473'
- '817e0a6150b3dfb2300b0ec70dc80c5f'
- '7f5ffc933a32372445d2435b8ed58519'
- 'e98b48e30bc6b2dfb9b50342b9a1fa76'
- '6a08162a42bc26964f6444b5c6506b12'
- '3e24e51f5e5ca41fb93b2cfd20c00183'
- '29f62ed6db3b9cb0485291c7d56ef949'
- 'b6d2cf3aa4be696547ec6154b678d458'
- '90a335270f719f1a3809ba7398cfde7c'
- 'c41696fd34edd04ddad44a5a944487d2'
- '43fb7aecde7d6f2f653f2161559c56e5'
- 'd27a63660ad963e6074b78ab56e68546'
- '0a717f42af121f0a10086eda18813a29'
- '35c0f40dc43f7cf4f755b30a241f1fd1'
- 'd031aed6782cce3fc1140cb388041019'
- 

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

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:33:39
  Author: foutrelis
Revision: 284991

upgpkg: thunderbird-i18n 45.6.0-1

New upstream release.

Modified:
  thunderbird-i18n/trunk/PKGBUILD

--+
 PKGBUILD |  118 ++---
 1 file changed, 59 insertions(+), 59 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 15:17:31 UTC (rev 284990)
+++ PKGBUILD2016-12-31 15:33:39 UTC (rev 284991)
@@ -4,7 +4,7 @@
 # Contributor: Thomas Baechler 
 
 pkgbase=thunderbird-i18n
-pkgver=45.5.1
+pkgver=45.6.0
 pkgrel=1
 pkgdesc="Language pack for Thunderbird"
 arch=('any')
@@ -97,61 +97,61 @@
 
"$pkgdir/usr/lib/thunderbird/extensions/langpack-$1...@thunderbird.mozilla.org.xpi"
 }
 
-md5sums=('857426284754fc97f6df5912865720ae'
- '01e95223941ad8ca64cd5588f4851f13'
- '6c11bbe9531391276c7e7c7dbf93f565'
- 'c4063667c022b0767aab5e655a928a62'
- '4199ac9b9b4414be8c1d1e2b46f2bc80'
- '9766de1ae4d057d3af6f886abdbe8de2'
- 'b199f61eb4ead56445814e8a01a25af5'
- 'cc6f6b339c399a41fa2e4603b2186ff5'
- '6f1c185a460b12318e62f8aeb8ab1feb'
- 'bc3441085311f9c7e66b191765e8b3d4'
- '872b9962f0b02d4bf5b6fe06225ff443'
- 'a6021e0521ae8f80d3c689b9a9a88362'
- '08509f5042a7d63acec91a27d6cf2b0e'
- 'f834fd1c474c29c2c5aa9593b14f824c'
- 'f5673cb982242d60e205e48b4c2c6df2'
- '4a82038e7772688445fd3b8a5589e660'
- '5ec27e6c923ae5aee3a2c469446a4d1d'
- '4c8adcb9ae7df751e1e2c28524a19c22'
- '8ef4ff8e8125209f5d246f64620f09ad'
- '5b7bfe382eb7c12142f031d6191d839a'
- 'a98a53769a853d6aa20a70618f4794f9'
- '3037a81bfb573bd55875649545784195'
- '24839e67ae2efc655324ecaa45fd3535'
- '1b929f1658c3786fb66034c26c10e995'
- 'd9dc5a04918c2b4111c00ff53b2a6f74'
- 'a23d4c8f760f042877049725478d0ba1'
- '44c4406fd6c66a47a74dd7ca53712473'
- '817e0a6150b3dfb2300b0ec70dc80c5f'
- '7f5ffc933a32372445d2435b8ed58519'
- 'e98b48e30bc6b2dfb9b50342b9a1fa76'
- '6a08162a42bc26964f6444b5c6506b12'
- '3e24e51f5e5ca41fb93b2cfd20c00183'
- '29f62ed6db3b9cb0485291c7d56ef949'
- 'b6d2cf3aa4be696547ec6154b678d458'
- '90a335270f719f1a3809ba7398cfde7c'
- 'c41696fd34edd04ddad44a5a944487d2'
- '43fb7aecde7d6f2f653f2161559c56e5'
- 'd27a63660ad963e6074b78ab56e68546'
- '0a717f42af121f0a10086eda18813a29'
- '35c0f40dc43f7cf4f755b30a241f1fd1'
- 'd031aed6782cce3fc1140cb388041019'
- '1eafed5488ba5b5a4d6a726a52775b54'
- '28793f4adb8d0bacd0f1a9d7d53f370f'
- 'd17b6b8bcf7bff959f764d8cc5b8dc3e'
- 'afcf763349bc9ac3565637529b15cc12'
- '66c03b0902b054abf70dd9827d7fd801'
- '4379388aa705a55d8bd9a48d688251d9'
- '0bc7332b321305de52a80c8ef74657aa'
- '712f38efd0f41acac88d4964396ca1b4'
- '1ae1d35f8015561e1c2f9d3a22f774f7'
- 'c41033f31ccc266bf8dfcd94b2fd645d'
- '1aae0b2f08e5ddcebc96b6d1d6027df2'
- 'c6f2ee560dd765b84a8020c65fa0fd44'
- '48a1c76d3a0cb30a851c9bcbf0038277'
- 'c60dc30c11c82a4627da2b5e0e94fc4f'
- '7f7d2ce549aec2ed817ba7263b049639'
- '99fa006939c1f877f84530cf8021b507'
- '096c55eabe00bceb646183675468badf')
+md5sums=('18e8757eff5d53e52eb143856ece47b9'
+ 'de6b1b930e3c2870e2f3441a80272111'
+ '2c627e4660a3c586a3d89f1ee67448e2'
+ '79318ece357d294e7494a2c98d37363c'
+ 'd29e164b978d855ad6c32b921413407c'
+ 'c30c0fdf7621bdab82d897d964a4e32d'
+ '7a6b6bdf0b81cd97093775ba3979bb46'
+ 'a6873c0424ae17e83d1464edb1b8acd0'
+ '1c9a03368015be7cb6edce3b9b68b44a'
+ '9fa3037a44bf747e9a22f33ba9a6d9eb'
+ 'f040c4d1faa322335d60974fbf34e486'
+ '8e444386cfdf45ed6a70139a65f7a393'
+ '0f900e865feb24a8661995988fc09c2d'
+ '14bb462af04a8e5ac7a61e50b49adbc3'
+ 'd6056a603a28ab23d47f50492761d0dd'
+ '60e642d25a692b88c20d5a44f0d9181c'
+ '567068da9cbb12892fc17fbd44d1eeb2'
+ 'b8c11263465d27d28b87eb308234e7b8'
+ 'a47ecb05c3a7bed8bc69c6b225529123'
+ 'c3cba8051f7e86808cb258c412f2fd2d'
+ 'd987d3d968e9530894819f735843d969'
+ '0e8eb9e375250edf066e2a65e439368a'
+ 'd30fc39fe4d3a53a863b9d7ff843f41f'
+ '92f08362ef27562f77bce6c1526acad0'
+ 'd97ee265f1007708ded214899063fdf1'
+ 'c18c3d6415ce782e870c48ee7c874b30'
+ '2cb76ba62a00fd0a650ad1176c48c516'
+ '2190273a577e156cc4077e700a3c67c7'
+ '1fa452b25501028c174e2f245667d6ab'
+ '25822ad95ed1f4832d00feaa7a0ce352'
+ '1ce45c38392a8a5f4f53ced0a5d3fc58'
+ '8f36de85b9faa7db77c3e75325039044'
+ '1dde4d66b8a12df6379eb2449121e5b6'
+ '06c87df8b3e7ab0207b18ae1ef634ecb'
+ 

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

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:25:17
  Author: foutrelis
Revision: 203387

upgpkg: python-jinja 2.8.1-1

New upstream release.

Modified:
  python-jinja/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 15:10:24 UTC (rev 203386)
+++ PKGBUILD2016-12-31 15:25:17 UTC (rev 203387)
@@ -3,8 +3,8 @@
 # Contributor: Peter Baldwin 
 
 pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.8
-pkgrel=3
+pkgver=2.8.1
+pkgrel=1
 pkgdesc="A simple pythonic template language written in Python"
 arch=('any')
 url="http://jinja.pocoo.org/;
@@ -11,8 +11,8 @@
 license=('BSD')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
  'python2-markupsafe')
-source=(https://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4')
+source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
+sha256sums=('35341f3a97b46327b3ef1eb624aadea87a535b8f50863036e085e7c426ac5891')
 
 build() {
   cd "$srcdir"


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

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:25:26
  Author: foutrelis
Revision: 203388

archrelease: copy trunk to community-staging-any

Added:
  python-jinja/repos/community-staging-any/PKGBUILD
(from rev 203387, python-jinja/trunk/PKGBUILD)
Deleted:
  python-jinja/repos/community-staging-any/PKGBUILD

--+
 PKGBUILD |   98 ++---
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-12-31 15:25:17 UTC (rev 203387)
+++ PKGBUILD2016-12-31 15:25:26 UTC (rev 203388)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Peter Baldwin 
-
-pkgname=('python-jinja' 'python2-jinja')
-pkgver=2.8
-pkgrel=3
-pkgdesc="A simple pythonic template language written in Python"
-arch=('any')
-url="http://jinja.pocoo.org/;
-license=('BSD')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
- 'python2-markupsafe')
-source=(https://pypi.python.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
-sha256sums=('bc1ff2ff88dbfacefde4ddde471d1417d3b304e8df103a7a9437d47269201bf4')
-
-build() {
-  cd "$srcdir"
-
-  rm -rf python{2,3}-build
-  for builddir in python{2,3}-build; do
-cp -r Jinja2-$pkgver $builddir
-pushd $builddir
-${builddir%-build} setup.py build
-popd
-  done
-}
-
-package_python-jinja() {
-  depends=('python-setuptools' 'python-markupsafe')
-
-  cd "$srcdir/python3-build"
-
-  python3 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-package_python2-jinja() {
-  depends=('python2-setuptools' 'python2-markupsafe')
-
-  cd "$srcdir/python2-build"
-
-  python2 setup.py install --root="$pkgdir" -O1
-
-  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-jinja/repos/community-staging-any/PKGBUILD (from rev 203387, 
python-jinja/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-12-31 15:25:26 UTC (rev 203388)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Peter Baldwin 
+
+pkgname=('python-jinja' 'python2-jinja')
+pkgver=2.8.1
+pkgrel=1
+pkgdesc="A simple pythonic template language written in Python"
+arch=('any')
+url="http://jinja.pocoo.org/;
+license=('BSD')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-markupsafe'
+ 'python2-markupsafe')
+source=(https://pypi.org/packages/source/J/Jinja2/Jinja2-$pkgver.tar.gz)
+sha256sums=('35341f3a97b46327b3ef1eb624aadea87a535b8f50863036e085e7c426ac5891')
+
+build() {
+  cd "$srcdir"
+
+  rm -rf python{2,3}-build
+  for builddir in python{2,3}-build; do
+cp -r Jinja2-$pkgver $builddir
+pushd $builddir
+${builddir%-build} setup.py build
+popd
+  done
+}
+
+package_python-jinja() {
+  depends=('python-setuptools' 'python-markupsafe')
+
+  cd "$srcdir/python3-build"
+
+  python3 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+package_python2-jinja() {
+  depends=('python2-setuptools' 'python2-markupsafe')
+
+  cd "$srcdir/python2-build"
+
+  python2 setup.py install --root="$pkgdir" -O1
+
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:17:31
  Author: foutrelis
Revision: 284990

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

Added:
  xfce4-terminal/repos/extra-i686/PKGBUILD
(from rev 284989, xfce4-terminal/trunk/PKGBUILD)
  xfce4-terminal/repos/extra-x86_64/PKGBUILD
(from rev 284989, xfce4-terminal/trunk/PKGBUILD)
Deleted:
  
xfce4-terminal/repos/extra-i686/0001-Set-window-hints-properly-showes-columns-rows-when-r.patch
  xfce4-terminal/repos/extra-i686/PKGBUILD
  
xfce4-terminal/repos/extra-x86_64/0001-Set-window-hints-properly-showes-columns-rows-when-r.patch
  xfce4-terminal/repos/extra-x86_64/PKGBUILD

--+
 /PKGBUILD| 
  78 ++
 extra-i686/0001-Set-window-hints-properly-showes-columns-rows-when-r.patch   | 
  77 -
 extra-i686/PKGBUILD  | 
  39 -
 extra-x86_64/0001-Set-window-hints-properly-showes-columns-rows-when-r.patch | 
  77 -
 extra-x86_64/PKGBUILD| 
  39 -
 5 files changed, 78 insertions(+), 232 deletions(-)

Deleted: 
extra-i686/0001-Set-window-hints-properly-showes-columns-rows-when-r.patch
===
--- extra-i686/0001-Set-window-hints-properly-showes-columns-rows-when-r.patch  
2016-12-31 15:17:17 UTC (rev 284989)
+++ extra-i686/0001-Set-window-hints-properly-showes-columns-rows-when-r.patch  
2016-12-31 15:17:31 UTC (rev 284990)
@@ -1,77 +0,0 @@
-From 980003baf92afed64c7958dbaf1a92c3aca402cb Mon Sep 17 00:00:00 2001
-From: Igor 
-Date: Tue, 18 Oct 2016 14:56:47 +0300
-Subject: [PATCH] Set window hints properly; showes columns/rows when resizing
-
-Fixes https://bugzilla.xfce.org/show_bug.cgi?id=12793

- terminal/terminal-screen.c | 36 
- 1 file changed, 24 insertions(+), 12 deletions(-)
-
-diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
-index 0351437..311f02f 100644
 a/terminal/terminal-screen.c
-+++ b/terminal/terminal-screen.c
-@@ -1673,35 +1673,47 @@ terminal_screen_get_geometry (TerminalScreen *screen,
-  *
-  * I don't like this way, but its required to work-around a Gtk+
-  * bug (maybe also caused by a Vte bug, not sure).
-+ *
-+ * Code borrowed from gnome-terminal (terminal_window_update_geometry).
-  **/
- void
- terminal_screen_set_window_geometry_hints (TerminalScreen *screen,
-GtkWindow  *window)
- {
--  GdkGeometry  hints;
--  gint xpad;
--  gint ypad;
--  glongchar_width;
--  glongchar_height;
-+  GdkGeometryhints;
-+  GtkRequisition vbox_request;
-+  GtkAllocation  toplevel_allocation, vbox_allocation;
-+  glong  char_width, char_height;
-+  glong  grid_width, grid_height;
-+  glong  chrome_width, chrome_height;
-+  gint   csd_width, csd_height;
- 
-   terminal_return_if_fail (TERMINAL_IS_SCREEN (screen));
-   terminal_return_if_fail (VTE_IS_TERMINAL (screen->terminal));
-   terminal_return_if_fail (gtk_widget_get_realized (screen));
-   terminal_return_if_fail (gtk_widget_get_realized (window));
- 
--  terminal_screen_get_geometry (screen,
--_width, _height,
--, );
-+  terminal_screen_get_geometry (screen, _width, _height, NULL, 
NULL);
-+  terminal_screen_get_size (screen, _width, _height);
-+
-+  gtk_widget_get_preferred_size (TERMINAL_WINDOW (window)->vbox, NULL, 
_request);
-+  chrome_width = vbox_request.width - (char_width * grid_width);
-+  chrome_height = vbox_request.height - (char_height * grid_height);
-+
-+  gtk_widget_get_allocation (TERMINAL_WINDOW (window)->vbox, 
_allocation);
-+  gtk_widget_get_allocation (GTK_WIDGET (window), _allocation);
-+  csd_width = toplevel_allocation.width - vbox_allocation.width;
-+  csd_height = toplevel_allocation.height - vbox_allocation.height;
- 
--  hints.base_width = xpad;
--  hints.base_height = ypad;
-+  hints.base_width = chrome_width + csd_width;
-+  hints.base_height = chrome_height + csd_height;
-   hints.width_inc = char_width;
-   hints.height_inc = char_height;
-   hints.min_width = hints.base_width + hints.width_inc * 4;
-   hints.min_height = hints.base_height + hints.height_inc * 2;
- 
--  gtk_window_set_geometry_hints (GTK_WINDOW (window),
-- screen->terminal,
-+  gtk_window_set_geometry_hints (window,
-+ NULL,
-  ,
-  GDK_HINT_RESIZE_INC
-  | GDK_HINT_MIN_SIZE
--- 
-2.10.0
-

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-31 15:17:17 UTC (rev 284989)

[arch-commits] Commit in xfce4-terminal/trunk (2 files)

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:17:17
  Author: foutrelis
Revision: 284989

upgpkg: xfce4-terminal 0.8.2-1

New upstream release.

Modified:
  xfce4-terminal/trunk/PKGBUILD
Deleted:
  
xfce4-terminal/trunk/0001-Set-window-hints-properly-showes-columns-rows-when-r.patch

-+
 0001-Set-window-hints-properly-showes-columns-rows-when-r.patch |   77 
--
 PKGBUILD|4 
 2 files changed, 2 insertions(+), 79 deletions(-)

Deleted: 0001-Set-window-hints-properly-showes-columns-rows-when-r.patch
===
--- 0001-Set-window-hints-properly-showes-columns-rows-when-r.patch 
2016-12-31 15:03:35 UTC (rev 284988)
+++ 0001-Set-window-hints-properly-showes-columns-rows-when-r.patch 
2016-12-31 15:17:17 UTC (rev 284989)
@@ -1,77 +0,0 @@
-From 980003baf92afed64c7958dbaf1a92c3aca402cb Mon Sep 17 00:00:00 2001
-From: Igor 
-Date: Tue, 18 Oct 2016 14:56:47 +0300
-Subject: [PATCH] Set window hints properly; showes columns/rows when resizing
-
-Fixes https://bugzilla.xfce.org/show_bug.cgi?id=12793

- terminal/terminal-screen.c | 36 
- 1 file changed, 24 insertions(+), 12 deletions(-)
-
-diff --git a/terminal/terminal-screen.c b/terminal/terminal-screen.c
-index 0351437..311f02f 100644
 a/terminal/terminal-screen.c
-+++ b/terminal/terminal-screen.c
-@@ -1673,35 +1673,47 @@ terminal_screen_get_geometry (TerminalScreen *screen,
-  *
-  * I don't like this way, but its required to work-around a Gtk+
-  * bug (maybe also caused by a Vte bug, not sure).
-+ *
-+ * Code borrowed from gnome-terminal (terminal_window_update_geometry).
-  **/
- void
- terminal_screen_set_window_geometry_hints (TerminalScreen *screen,
-GtkWindow  *window)
- {
--  GdkGeometry  hints;
--  gint xpad;
--  gint ypad;
--  glongchar_width;
--  glongchar_height;
-+  GdkGeometryhints;
-+  GtkRequisition vbox_request;
-+  GtkAllocation  toplevel_allocation, vbox_allocation;
-+  glong  char_width, char_height;
-+  glong  grid_width, grid_height;
-+  glong  chrome_width, chrome_height;
-+  gint   csd_width, csd_height;
- 
-   terminal_return_if_fail (TERMINAL_IS_SCREEN (screen));
-   terminal_return_if_fail (VTE_IS_TERMINAL (screen->terminal));
-   terminal_return_if_fail (gtk_widget_get_realized (screen));
-   terminal_return_if_fail (gtk_widget_get_realized (window));
- 
--  terminal_screen_get_geometry (screen,
--_width, _height,
--, );
-+  terminal_screen_get_geometry (screen, _width, _height, NULL, 
NULL);
-+  terminal_screen_get_size (screen, _width, _height);
-+
-+  gtk_widget_get_preferred_size (TERMINAL_WINDOW (window)->vbox, NULL, 
_request);
-+  chrome_width = vbox_request.width - (char_width * grid_width);
-+  chrome_height = vbox_request.height - (char_height * grid_height);
-+
-+  gtk_widget_get_allocation (TERMINAL_WINDOW (window)->vbox, 
_allocation);
-+  gtk_widget_get_allocation (GTK_WIDGET (window), _allocation);
-+  csd_width = toplevel_allocation.width - vbox_allocation.width;
-+  csd_height = toplevel_allocation.height - vbox_allocation.height;
- 
--  hints.base_width = xpad;
--  hints.base_height = ypad;
-+  hints.base_width = chrome_width + csd_width;
-+  hints.base_height = chrome_height + csd_height;
-   hints.width_inc = char_width;
-   hints.height_inc = char_height;
-   hints.min_width = hints.base_width + hints.width_inc * 4;
-   hints.min_height = hints.base_height + hints.height_inc * 2;
- 
--  gtk_window_set_geometry_hints (GTK_WINDOW (window),
-- screen->terminal,
-+  gtk_window_set_geometry_hints (window,
-+ NULL,
-  ,
-  GDK_HINT_RESIZE_INC
-  | GDK_HINT_MIN_SIZE
--- 
-2.10.0
-

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 15:03:35 UTC (rev 284988)
+++ PKGBUILD2016-12-31 15:17:17 UTC (rev 284989)
@@ -4,7 +4,7 @@
 # Contributor: Aurelien Foret 
 
 pkgname=xfce4-terminal
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc="A modern terminal emulator primarily for the Xfce desktop environment"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 conflicts=('terminal')
 replaces=('terminal')
 
source=(http://archive.xfce.org/src/apps/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('ddfe53a89d315a4a9170ca6d2cee2d33145bd63630062b2e867fb3a5fcde5fdf')
+sha256sums=('92aad3e14f3ef8d4c6c1409463e989bd8f5eefb686234f3cdbfe574729401681')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"


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

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:10:24
  Author: foutrelis
Revision: 203386

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

Added:
  handbrake/repos/community-i686/PKGBUILD
(from rev 203385, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-i686/handbrake-fix-missing-x265-link-flag.patch
(from rev 203385, 
handbrake/trunk/handbrake-fix-missing-x265-link-flag.patch)
  handbrake/repos/community-x86_64/PKGBUILD
(from rev 203385, handbrake/trunk/PKGBUILD)
  handbrake/repos/community-x86_64/handbrake-fix-missing-x265-link-flag.patch
(from rev 203385, 
handbrake/trunk/handbrake-fix-missing-x265-link-flag.patch)
Deleted:
  handbrake/repos/community-i686/PKGBUILD
  handbrake/repos/community-i686/handbarke-fix-crash-during-2-pass-encode.patch
  handbrake/repos/community-i686/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
  handbrake/repos/community-i686/handbrake-fix-missing-x265-link-flag.patch
  handbrake/repos/community-x86_64/PKGBUILD
  
handbrake/repos/community-x86_64/handbarke-fix-crash-during-2-pass-encode.patch
  
handbrake/repos/community-x86_64/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
  handbrake/repos/community-x86_64/handbrake-fix-missing-x265-link-flag.patch

--+
 /PKGBUILD|  140 
++
 /handbrake-fix-missing-x265-link-flag.patch  |   26 +
 community-i686/PKGBUILD  |   79 -
 community-i686/handbarke-fix-crash-during-2-pass-encode.patch|   27 -
 community-i686/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch   |   31 --
 community-i686/handbrake-fix-missing-x265-link-flag.patch|   13 
 community-x86_64/PKGBUILD|   79 -
 community-x86_64/handbarke-fix-crash-during-2-pass-encode.patch  |   27 -
 community-x86_64/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch |   31 --
 community-x86_64/handbrake-fix-missing-x265-link-flag.patch  |   13 
 10 files changed, 166 insertions(+), 300 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-12-31 15:10:13 UTC (rev 203385)
+++ community-i686/PKGBUILD 2016-12-31 15:10:24 UTC (rev 203386)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Giovanni Scafora 
-# Contributor: Sebastien Piccand 
-
-pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.0.0
-pkgrel=4
-arch=('i686' 'x86_64')
-url="https://handbrake.fr/;
-license=('GPL')
-makedepends=('intltool' 'python2' 'yasm' 'wget' 'bzip2' 'gcc-libs' 'libnotify'
- 'gst-plugins-base' 'gtk3' 'dbus-glib' 'fribidi' 'libass' 'lame'
- 'fontconfig' 'freetype2' 'libxml2' 'libogg' 'libvorbis' 'cmake'
- 'libtheora' 'libsamplerate' 'ffmpeg' 'x264' 'libx264' 'x265'
- 'libvpx' 'libdvdnav' 'jansson' 'librsvg' 'libgudev')
-source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2
-handbarke-fix-crash-during-2-pass-encode.patch
-handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
-handbrake-fix-missing-x265-link-flag.patch)
-sha256sums=('15fb4593c70d75621212e4499f018c3c93d7ce39f1083bf527d4616ded0044c5'
-'aaa09e9b3dbad54024f02afe8ace5390b281c7cc6aae80cf26d43f773b2d19f7'
-'1b6d800acde0cc2c7e6080f23f2ddd435257c5a2d853acdeb4e4a6fada856310'
-'05e212e76b6e0b94a04de02cbeb7bf9db607059e19297b5bd3d0d143135285c4')
-
-prepare() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  # 
https://github.com/HandBrake/HandBrake/commit/e159ab1662ba#commitcomment-20303756
-  patch -Np1 -i ../handbarke-fix-crash-during-2-pass-encode.patch
-  # https://github.com/HandBrake/HandBrake/issues/449#issuecomment-269352579
-  patch -Np1 -i ../handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
-
-  # https://bugs.gentoo.org/show_bug.cgi?id=552792
-  patch -Np1 -i ../handbrake-fix-missing-x265-link-flag.patch
-
-  # Use more system libs
-  # Bundled libbluray is kept because it is patched locally
-  for _lib in ffmpeg x265 libvpx libdvdnav libdvdread; do
-sed -i "/MODULES += contrib\/$_lib/d" make/include/main.defs
-  done
-}
-
-build() {
-  cd "$srcdir/HandBrake-$pkgver"
-
-  ./configure \
---prefix=/usr \
---disable-gtk-update-checks
-  make -C build
-}
-
-package_handbrake() {
-  pkgdesc="Multithreaded video transcoder"
-  depends=('bzip2' 'gcc-libs' 'gst-plugins-base' 'libnotify' 'dbus-glib'
-   'fribidi' 'libass' 'lame' 'gtk3' 'fontconfig' 'freetype2' 'libxml2'
-   'libogg' 'libvorbis' 'libtheora' 'libsamplerate' 'ffmpeg' 'libx264'
-   'x265' 'libvpx' 'libdvdnav' 'jansson' 'librsvg' 'libgudev'
-   'desktop-file-utils' 'hicolor-icon-theme')
-  optdepends=('gst-plugins-good: for video previews'
-  'gst-libav: for video previews')
-
-  cd 

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

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:10:13
  Author: foutrelis
Revision: 203385

upgpkg: handbrake 1.0.1-1

New upstream release.

Modified:
  handbrake/trunk/PKGBUILD
Deleted:
  handbrake/trunk/handbarke-fix-crash-during-2-pass-encode.patch
  handbrake/trunk/handbrake-fix-2-pass-vp8-and-vp9-encoding.patch

-+
 PKGBUILD|   15 ++
 handbarke-fix-crash-during-2-pass-encode.patch  |   27 ---
 handbrake-fix-2-pass-vp8-and-vp9-encoding.patch |   31 --
 3 files changed, 3 insertions(+), 70 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 14:46:26 UTC (rev 203384)
+++ PKGBUILD2016-12-31 15:10:13 UTC (rev 203385)
@@ -4,8 +4,8 @@
 # Contributor: Sebastien Piccand 
 
 pkgname=('handbrake' 'handbrake-cli')
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.0.1
+pkgrel=1
 arch=('i686' 'x86_64')
 url="https://handbrake.fr/;
 license=('GPL')
@@ -15,22 +15,13 @@
  'libtheora' 'libsamplerate' 'ffmpeg' 'x264' 'libx264' 'x265'
  'libvpx' 'libdvdnav' 'jansson' 'librsvg' 'libgudev')
 source=(https://handbrake.fr/mirror/HandBrake-$pkgver.tar.bz2
-handbarke-fix-crash-during-2-pass-encode.patch
-handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
 handbrake-fix-missing-x265-link-flag.patch)
-sha256sums=('15fb4593c70d75621212e4499f018c3c93d7ce39f1083bf527d4616ded0044c5'
-'aaa09e9b3dbad54024f02afe8ace5390b281c7cc6aae80cf26d43f773b2d19f7'
-'1b6d800acde0cc2c7e6080f23f2ddd435257c5a2d853acdeb4e4a6fada856310'
+sha256sums=('af4badcdf56465abc798e5e11fe0e437e23ea89bbee20798408980a34c4d5876'
 '05e212e76b6e0b94a04de02cbeb7bf9db607059e19297b5bd3d0d143135285c4')
 
 prepare() {
   cd "$srcdir/HandBrake-$pkgver"
 
-  # 
https://github.com/HandBrake/HandBrake/commit/e159ab1662ba#commitcomment-20303756
-  patch -Np1 -i ../handbarke-fix-crash-during-2-pass-encode.patch
-  # https://github.com/HandBrake/HandBrake/issues/449#issuecomment-269352579
-  patch -Np1 -i ../handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
-
   # https://bugs.gentoo.org/show_bug.cgi?id=552792
   patch -Np1 -i ../handbrake-fix-missing-x265-link-flag.patch
 

Deleted: handbarke-fix-crash-during-2-pass-encode.patch
===
--- handbarke-fix-crash-during-2-pass-encode.patch  2016-12-31 14:46:26 UTC 
(rev 203384)
+++ handbarke-fix-crash-during-2-pass-encode.patch  2016-12-31 15:10:13 UTC 
(rev 203385)
@@ -1,27 +0,0 @@
-From 3b9c9a263f7ffa959d56d914c62df18c9567c0db Mon Sep 17 00:00:00 2001
-From: John Stebbins 
-Date: Tue, 27 Dec 2016 08:56:25 -0800
-Subject: [PATCH] encavcodec: fix crash during 2 pass encode
-
-This affect mpeg4, mpeg2, vp8 and vp9 encoding

- libhb/encavcodec.c | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/libhb/encavcodec.c b/libhb/encavcodec.c
-index d7a751e..0543fe4 100644
 a/libhb/encavcodec.c
-+++ b/libhb/encavcodec.c
-@@ -352,10 +352,10 @@ int encavcodecInit( hb_work_object_t * w, hb_job_t * job 
)
- }
- 
- if (job->pass_id == HB_PASS_ENCODE_1ST &&
--pv->context->stats_out != NULL)
-+context->stats_out != NULL)
- {
- // Some encoders may write stats during init in avcodec_open
--fprintf(pv->file, "%s", pv->context->stats_out);
-+fprintf(pv->file, "%s", context->stats_out);
- }
- 
- // avcodec_open populates the opts dictionary with the

Deleted: handbrake-fix-2-pass-vp8-and-vp9-encoding.patch
===
--- handbrake-fix-2-pass-vp8-and-vp9-encoding.patch 2016-12-31 14:46:26 UTC 
(rev 203384)
+++ handbrake-fix-2-pass-vp8-and-vp9-encoding.patch 2016-12-31 15:10:13 UTC 
(rev 203385)
@@ -1,31 +0,0 @@
-From d64dba737d0136b58545be33c50db093df1880c1 Mon Sep 17 00:00:00 2001
-From: John Stebbins 
-Date: Tue, 27 Dec 2016 08:57:06 -0800
-Subject: [PATCH] encavcodec: fix 2 pass vp8 and vp9 encoding
-
-libvpx only supplies the stats upon the final flush of the encoder.  So
-we must also write stats after final flush.

- libhb/encavcodec.c | 9 +
- 1 file changed, 9 insertions(+)
-
-diff --git a/libhb/encavcodec.c b/libhb/encavcodec.c
-index 0543fe4..591aa4f 100644
 a/libhb/encavcodec.c
-+++ b/libhb/encavcodec.c
-@@ -610,6 +610,15 @@ static void Flush( hb_work_object_t * w, hb_buffer_list_t 
* list )
- hb_work_private_t * pv = w->private_data;
- 
- avcodec_send_frame(pv->context, NULL);
-+
-+// Write stats
-+// vpx only writes stats at final flush
-+if (pv->job->pass_id == HB_PASS_ENCODE_1ST &&
-+pv->context->stats_out != NULL)
-+{
-+fprintf( pv->file, "%s", pv->context->stats_out );
-+}
-+
- get_packets(w, list);
- }
- 


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

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:03:35
  Author: foutrelis
Revision: 284988

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

Added:
  
llvm/repos/extra-i686/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
(from rev 284987, 
llvm/trunk/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch)
  llvm/repos/extra-i686/PKGBUILD
(from rev 284987, llvm/trunk/PKGBUILD)
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
(from rev 284987, llvm/trunk/llvm-Config-llvm-config.h)
  
llvm/repos/extra-i686/msan-prevent-initialization-failure-with-newer-glibc.patch
(from rev 284987, 
llvm/trunk/msan-prevent-initialization-failure-with-newer-glibc.patch)
  
llvm/repos/extra-x86_64/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
(from rev 284987, 
llvm/trunk/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch)
  llvm/repos/extra-x86_64/PKGBUILD
(from rev 284987, llvm/trunk/PKGBUILD)
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
(from rev 284987, llvm/trunk/llvm-Config-llvm-config.h)
  
llvm/repos/extra-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch
(from rev 284987, 
llvm/trunk/msan-prevent-initialization-failure-with-newer-glibc.patch)
Deleted:
  llvm/repos/extra-i686/PKGBUILD
  llvm/repos/extra-i686/llvm-Config-llvm-config.h
  
llvm/repos/extra-i686/msan-prevent-initialization-failure-with-newer-glibc.patch
  llvm/repos/extra-x86_64/PKGBUILD
  llvm/repos/extra-x86_64/llvm-Config-llvm-config.h
  
llvm/repos/extra-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch

+
 /PKGBUILD  
|  502 ++
 /llvm-Config-llvm-config.h 
|   18 
 /msan-prevent-initialization-failure-with-newer-glibc.patch
|  206 
 extra-i686/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch   
|  140 ++
 extra-i686/PKGBUILD
|  246 
 extra-i686/llvm-Config-llvm-config.h   
|9 
 extra-i686/msan-prevent-initialization-failure-with-newer-glibc.patch  
|  103 --
 extra-x86_64/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch 
|  140 ++
 extra-x86_64/PKGBUILD  
|  246 
 extra-x86_64/llvm-Config-llvm-config.h 
|9 
 extra-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch
|  103 --
 11 files changed, 1006 insertions(+), 716 deletions(-)

Copied: 
llvm/repos/extra-i686/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
 (from rev 284987, 
llvm/trunk/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch)
===
--- 
extra-i686/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
(rev 0)
+++ 
extra-i686/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
2016-12-31 15:03:35 UTC (rev 284988)
@@ -0,0 +1,140 @@
+From 25e2616626caafb896517e18cd8aa724fba2b200 Mon Sep 17 00:00:00 2001
+From: Tom Stellard 
+Date: Tue, 29 Nov 2016 03:41:28 +
+Subject: [PATCH] Merging r280589:
+
+
+r280589 | nhaehnle | 2016-09-03 05:26:32 -0700 (Sat, 03 Sep 2016) | 19 lines
+
+AMDGPU: Fix an interaction between WQM and polygon stippling
+
+Summary:
+This fixes a rare bug in polygon stippling with non-monolithic pixel shaders.
+
+The underlying problem is as follows: the prolog part contains the polygon
+stippling sequence, i.e. a kill. The main part then enables WQM based on the
+_reduced_ exec mask, effectively undoing most of the polygon stippling.
+
+Since we cannot know whether polygon stippling will be used, the main part
+of a non-monolithic shader must always return to exact mode to fix this
+problem.
+
+Reviewers: arsenm, tstellarAMD, mareko
+
+Subscribers: arsenm, llvm-commits, kzhuravl
+
+Differential Revision: https://reviews.llvm.org/D23131
+
+
+
+git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@288105 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ lib/Target/AMDGPU/SIInstructions.td   |  1 +
+ lib/Target/AMDGPU/SIWholeQuadMode.cpp |  7 -
+ test/CodeGen/AMDGPU/wqm.ll| 49 ---
+ 3 files changed, 46 insertions(+), 11 deletions(-)
+
+diff --git a/lib/Target/AMDGPU/SIInstructions.td 
b/lib/Target/AMDGPU/SIInstructions.td
+index 18b7d5d..dde5f2f 100644
+--- a/lib/Target/AMDGPU/SIInstructions.td
 b/lib/Target/AMDGPU/SIInstructions.td
+@@ -2029,6 +2029,7 @@ 

[arch-commits] Commit in llvm/trunk (2 files)

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 15:03:13
  Author: foutrelis
Revision: 284987

upgpkg: llvm 3.9.1-2

Revert commit that causes rendering issues on some GPUs (FS#52288).

Added:
  llvm/trunk/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
Modified:
  llvm/trunk/PKGBUILD

---+
 AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch |  140 
++
 PKGBUILD  |7 
 2 files changed, 146 insertions(+), 1 deletion(-)

Added: AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
===
--- AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch   
(rev 0)
+++ AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch   
2016-12-31 15:03:13 UTC (rev 284987)
@@ -0,0 +1,140 @@
+From 25e2616626caafb896517e18cd8aa724fba2b200 Mon Sep 17 00:00:00 2001
+From: Tom Stellard 
+Date: Tue, 29 Nov 2016 03:41:28 +
+Subject: [PATCH] Merging r280589:
+
+
+r280589 | nhaehnle | 2016-09-03 05:26:32 -0700 (Sat, 03 Sep 2016) | 19 lines
+
+AMDGPU: Fix an interaction between WQM and polygon stippling
+
+Summary:
+This fixes a rare bug in polygon stippling with non-monolithic pixel shaders.
+
+The underlying problem is as follows: the prolog part contains the polygon
+stippling sequence, i.e. a kill. The main part then enables WQM based on the
+_reduced_ exec mask, effectively undoing most of the polygon stippling.
+
+Since we cannot know whether polygon stippling will be used, the main part
+of a non-monolithic shader must always return to exact mode to fix this
+problem.
+
+Reviewers: arsenm, tstellarAMD, mareko
+
+Subscribers: arsenm, llvm-commits, kzhuravl
+
+Differential Revision: https://reviews.llvm.org/D23131
+
+
+
+git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@288105 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ lib/Target/AMDGPU/SIInstructions.td   |  1 +
+ lib/Target/AMDGPU/SIWholeQuadMode.cpp |  7 -
+ test/CodeGen/AMDGPU/wqm.ll| 49 ---
+ 3 files changed, 46 insertions(+), 11 deletions(-)
+
+diff --git a/lib/Target/AMDGPU/SIInstructions.td 
b/lib/Target/AMDGPU/SIInstructions.td
+index 18b7d5d..dde5f2f 100644
+--- a/lib/Target/AMDGPU/SIInstructions.td
 b/lib/Target/AMDGPU/SIInstructions.td
+@@ -2029,6 +2029,7 @@ def SI_RETURN : PseudoInstSI <
+   let hasSideEffects = 1;
+   let SALU = 1;
+   let hasNoSchedulingInfo = 1;
++  let DisableWQM = 1;
+ }
+ 
+ let Uses = [EXEC], Defs = [EXEC, VCC, M0],
+diff --git a/lib/Target/AMDGPU/SIWholeQuadMode.cpp 
b/lib/Target/AMDGPU/SIWholeQuadMode.cpp
+index b200c15..1534d58 100644
+--- a/lib/Target/AMDGPU/SIWholeQuadMode.cpp
 b/lib/Target/AMDGPU/SIWholeQuadMode.cpp
+@@ -219,13 +219,6 @@ char SIWholeQuadMode::scanInstructions(MachineFunction 
,
+   markInstruction(MI, Flags, Worklist);
+   GlobalFlags |= Flags;
+ }
+-
+-if (WQMOutputs && MBB.succ_empty()) {
+-  // This is a prolog shader. Make sure we go back to exact mode at the 
end.
+-  Blocks[].OutNeeds = StateExact;
+-  Worklist.push_back();
+-  GlobalFlags |= StateExact;
+-}
+   }
+ 
+   return GlobalFlags;
+diff --git a/test/CodeGen/AMDGPU/wqm.ll b/test/CodeGen/AMDGPU/wqm.ll
+index 809a7ba..41e4264 100644
+--- a/test/CodeGen/AMDGPU/wqm.ll
 b/test/CodeGen/AMDGPU/wqm.ll
+@@ -17,17 +17,18 @@ main_body:
+ ;CHECK-LABEL: {{^}}test2:
+ ;CHECK-NEXT: ; %main_body
+ ;CHECK-NEXT: s_wqm_b64 exec, exec
+-;CHECK: image_sample
+ ;CHECK-NOT: exec
+-;CHECK: _load_dword v0,
+-define amdgpu_ps float @test2(<8 x i32> inreg %rsrc, <4 x i32> inreg 
%sampler, float addrspace(1)* inreg %ptr, <4 x i32> %c) {
++define amdgpu_ps void @test2(<8 x i32> inreg %rsrc, <4 x i32> inreg %sampler, 
float addrspace(1)* inreg %ptr, <4 x i32> %c) {
+ main_body:
+   %c.1 = call <4 x float> @llvm.SI.image.sample.v4i32(<4 x i32> %c, <8 x i32> 
%rsrc, <4 x i32> %sampler, i32 15, i32 0, i32 0, i32 0, i32 0, i32 0, i32 0, 
i32 0)
+   %c.2 = bitcast <4 x float> %c.1 to <4 x i32>
+   %c.3 = extractelement <4 x i32> %c.2, i32 0
+   %gep = getelementptr float, float addrspace(1)* %ptr, i32 %c.3
+   %data = load float, float addrspace(1)* %gep
+-  ret float %data
++
++  call void @llvm.SI.export(i32 15, i32 1, i32 1, i32 0, i32 1, float %data, 
float undef, float undef, float undef)
++
++  ret void
+ }
+ 
+ ; ... but disabled for stores (and, in this simple case, not re-enabled).
+@@ -414,6 +415,46 @@ entry:
+   ret void
+ }
+ 
++; Must return to exact at the end of a non-void returning shader,
++; otherwise the EXEC mask exported by the epilog will be wrong. This is true
++; even if the shader has no kills, because a kill 

[arch-commits] Commit in lib32-llvm/repos/multilib-x86_64 (5 files)

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 14:46:26
  Author: foutrelis
Revision: 203384

archrelease: copy trunk to multilib-x86_64

Added:
  
lib32-llvm/repos/multilib-x86_64/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
(from rev 203383, 
lib32-llvm/trunk/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch)
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
(from rev 203383, lib32-llvm/trunk/PKGBUILD)
  
lib32-llvm/repos/multilib-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch
(from rev 203383, 
lib32-llvm/trunk/msan-prevent-initialization-failure-with-newer-glibc.patch)
Deleted:
  lib32-llvm/repos/multilib-x86_64/PKGBUILD
  
lib32-llvm/repos/multilib-x86_64/msan-prevent-initialization-failure-with-newer-glibc.patch

---+
 AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch |  140 
 PKGBUILD  |  311 
+-
 msan-prevent-initialization-failure-with-newer-glibc.patch|  206 +++---
 3 files changed, 401 insertions(+), 256 deletions(-)

Copied: 
lib32-llvm/repos/multilib-x86_64/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
 (from rev 203383, 
lib32-llvm/trunk/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch)
===
--- AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch   
(rev 0)
+++ AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch   
2016-12-31 14:46:26 UTC (rev 203384)
@@ -0,0 +1,140 @@
+From 25e2616626caafb896517e18cd8aa724fba2b200 Mon Sep 17 00:00:00 2001
+From: Tom Stellard 
+Date: Tue, 29 Nov 2016 03:41:28 +
+Subject: [PATCH] Merging r280589:
+
+
+r280589 | nhaehnle | 2016-09-03 05:26:32 -0700 (Sat, 03 Sep 2016) | 19 lines
+
+AMDGPU: Fix an interaction between WQM and polygon stippling
+
+Summary:
+This fixes a rare bug in polygon stippling with non-monolithic pixel shaders.
+
+The underlying problem is as follows: the prolog part contains the polygon
+stippling sequence, i.e. a kill. The main part then enables WQM based on the
+_reduced_ exec mask, effectively undoing most of the polygon stippling.
+
+Since we cannot know whether polygon stippling will be used, the main part
+of a non-monolithic shader must always return to exact mode to fix this
+problem.
+
+Reviewers: arsenm, tstellarAMD, mareko
+
+Subscribers: arsenm, llvm-commits, kzhuravl
+
+Differential Revision: https://reviews.llvm.org/D23131
+
+
+
+git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@288105 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ lib/Target/AMDGPU/SIInstructions.td   |  1 +
+ lib/Target/AMDGPU/SIWholeQuadMode.cpp |  7 -
+ test/CodeGen/AMDGPU/wqm.ll| 49 ---
+ 3 files changed, 46 insertions(+), 11 deletions(-)
+
+diff --git a/lib/Target/AMDGPU/SIInstructions.td 
b/lib/Target/AMDGPU/SIInstructions.td
+index 18b7d5d..dde5f2f 100644
+--- a/lib/Target/AMDGPU/SIInstructions.td
 b/lib/Target/AMDGPU/SIInstructions.td
+@@ -2029,6 +2029,7 @@ def SI_RETURN : PseudoInstSI <
+   let hasSideEffects = 1;
+   let SALU = 1;
+   let hasNoSchedulingInfo = 1;
++  let DisableWQM = 1;
+ }
+ 
+ let Uses = [EXEC], Defs = [EXEC, VCC, M0],
+diff --git a/lib/Target/AMDGPU/SIWholeQuadMode.cpp 
b/lib/Target/AMDGPU/SIWholeQuadMode.cpp
+index b200c15..1534d58 100644
+--- a/lib/Target/AMDGPU/SIWholeQuadMode.cpp
 b/lib/Target/AMDGPU/SIWholeQuadMode.cpp
+@@ -219,13 +219,6 @@ char SIWholeQuadMode::scanInstructions(MachineFunction 
,
+   markInstruction(MI, Flags, Worklist);
+   GlobalFlags |= Flags;
+ }
+-
+-if (WQMOutputs && MBB.succ_empty()) {
+-  // This is a prolog shader. Make sure we go back to exact mode at the 
end.
+-  Blocks[].OutNeeds = StateExact;
+-  Worklist.push_back();
+-  GlobalFlags |= StateExact;
+-}
+   }
+ 
+   return GlobalFlags;
+diff --git a/test/CodeGen/AMDGPU/wqm.ll b/test/CodeGen/AMDGPU/wqm.ll
+index 809a7ba..41e4264 100644
+--- a/test/CodeGen/AMDGPU/wqm.ll
 b/test/CodeGen/AMDGPU/wqm.ll
+@@ -17,17 +17,18 @@ main_body:
+ ;CHECK-LABEL: {{^}}test2:
+ ;CHECK-NEXT: ; %main_body
+ ;CHECK-NEXT: s_wqm_b64 exec, exec
+-;CHECK: image_sample
+ ;CHECK-NOT: exec
+-;CHECK: _load_dword v0,
+-define amdgpu_ps float @test2(<8 x i32> inreg %rsrc, <4 x i32> inreg 
%sampler, float addrspace(1)* inreg %ptr, <4 x i32> %c) {
++define amdgpu_ps void @test2(<8 x i32> inreg %rsrc, <4 x i32> inreg %sampler, 
float addrspace(1)* inreg %ptr, <4 x i32> %c) {
+ main_body:
+   %c.1 = call <4 x float> @llvm.SI.image.sample.v4i32(<4 x i32> %c, <8 x i32> 
%rsrc, <4 x i32> %sampler, i32 15, i32 0, i32 0, i32 0, i32 0, i32 0, i32 

[arch-commits] Commit in lib32-llvm/trunk (2 files)

2016-12-31 Thread Evangelos Foutras
Date: Saturday, December 31, 2016 @ 14:46:04
  Author: foutrelis
Revision: 203383

upgpkg: lib32-llvm 3.9.1-2

Revert commit that causes rendering issues on some GPUs (FS#52288).

Added:
  
lib32-llvm/trunk/AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
Modified:
  lib32-llvm/trunk/PKGBUILD

---+
 AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch |  140 
++
 PKGBUILD  |9 
 2 files changed, 147 insertions(+), 2 deletions(-)

Added: AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch
===
--- AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch   
(rev 0)
+++ AMDGPU-Fix-an-interaction-between-WQM-and-polygon-stippling.patch   
2016-12-31 14:46:04 UTC (rev 203383)
@@ -0,0 +1,140 @@
+From 25e2616626caafb896517e18cd8aa724fba2b200 Mon Sep 17 00:00:00 2001
+From: Tom Stellard 
+Date: Tue, 29 Nov 2016 03:41:28 +
+Subject: [PATCH] Merging r280589:
+
+
+r280589 | nhaehnle | 2016-09-03 05:26:32 -0700 (Sat, 03 Sep 2016) | 19 lines
+
+AMDGPU: Fix an interaction between WQM and polygon stippling
+
+Summary:
+This fixes a rare bug in polygon stippling with non-monolithic pixel shaders.
+
+The underlying problem is as follows: the prolog part contains the polygon
+stippling sequence, i.e. a kill. The main part then enables WQM based on the
+_reduced_ exec mask, effectively undoing most of the polygon stippling.
+
+Since we cannot know whether polygon stippling will be used, the main part
+of a non-monolithic shader must always return to exact mode to fix this
+problem.
+
+Reviewers: arsenm, tstellarAMD, mareko
+
+Subscribers: arsenm, llvm-commits, kzhuravl
+
+Differential Revision: https://reviews.llvm.org/D23131
+
+
+
+git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_39@288105 
91177308-0d34-0410-b5e6-96231b3b80d8
+---
+ lib/Target/AMDGPU/SIInstructions.td   |  1 +
+ lib/Target/AMDGPU/SIWholeQuadMode.cpp |  7 -
+ test/CodeGen/AMDGPU/wqm.ll| 49 ---
+ 3 files changed, 46 insertions(+), 11 deletions(-)
+
+diff --git a/lib/Target/AMDGPU/SIInstructions.td 
b/lib/Target/AMDGPU/SIInstructions.td
+index 18b7d5d..dde5f2f 100644
+--- a/lib/Target/AMDGPU/SIInstructions.td
 b/lib/Target/AMDGPU/SIInstructions.td
+@@ -2029,6 +2029,7 @@ def SI_RETURN : PseudoInstSI <
+   let hasSideEffects = 1;
+   let SALU = 1;
+   let hasNoSchedulingInfo = 1;
++  let DisableWQM = 1;
+ }
+ 
+ let Uses = [EXEC], Defs = [EXEC, VCC, M0],
+diff --git a/lib/Target/AMDGPU/SIWholeQuadMode.cpp 
b/lib/Target/AMDGPU/SIWholeQuadMode.cpp
+index b200c15..1534d58 100644
+--- a/lib/Target/AMDGPU/SIWholeQuadMode.cpp
 b/lib/Target/AMDGPU/SIWholeQuadMode.cpp
+@@ -219,13 +219,6 @@ char SIWholeQuadMode::scanInstructions(MachineFunction 
,
+   markInstruction(MI, Flags, Worklist);
+   GlobalFlags |= Flags;
+ }
+-
+-if (WQMOutputs && MBB.succ_empty()) {
+-  // This is a prolog shader. Make sure we go back to exact mode at the 
end.
+-  Blocks[].OutNeeds = StateExact;
+-  Worklist.push_back();
+-  GlobalFlags |= StateExact;
+-}
+   }
+ 
+   return GlobalFlags;
+diff --git a/test/CodeGen/AMDGPU/wqm.ll b/test/CodeGen/AMDGPU/wqm.ll
+index 809a7ba..41e4264 100644
+--- a/test/CodeGen/AMDGPU/wqm.ll
 b/test/CodeGen/AMDGPU/wqm.ll
+@@ -17,17 +17,18 @@ main_body:
+ ;CHECK-LABEL: {{^}}test2:
+ ;CHECK-NEXT: ; %main_body
+ ;CHECK-NEXT: s_wqm_b64 exec, exec
+-;CHECK: image_sample
+ ;CHECK-NOT: exec
+-;CHECK: _load_dword v0,
+-define amdgpu_ps float @test2(<8 x i32> inreg %rsrc, <4 x i32> inreg 
%sampler, float addrspace(1)* inreg %ptr, <4 x i32> %c) {
++define amdgpu_ps void @test2(<8 x i32> inreg %rsrc, <4 x i32> inreg %sampler, 
float addrspace(1)* inreg %ptr, <4 x i32> %c) {
+ main_body:
+   %c.1 = call <4 x float> @llvm.SI.image.sample.v4i32(<4 x i32> %c, <8 x i32> 
%rsrc, <4 x i32> %sampler, i32 15, i32 0, i32 0, i32 0, i32 0, i32 0, i32 0, 
i32 0)
+   %c.2 = bitcast <4 x float> %c.1 to <4 x i32>
+   %c.3 = extractelement <4 x i32> %c.2, i32 0
+   %gep = getelementptr float, float addrspace(1)* %ptr, i32 %c.3
+   %data = load float, float addrspace(1)* %gep
+-  ret float %data
++
++  call void @llvm.SI.export(i32 15, i32 1, i32 1, i32 0, i32 1, float %data, 
float undef, float undef, float undef)
++
++  ret void
+ }
+ 
+ ; ... but disabled for stores (and, in this simple case, not re-enabled).
+@@ -414,6 +415,46 @@ entry:
+   ret void
+ }
+ 
++; Must return to exact at the end of a non-void returning shader,
++; otherwise the EXEC mask exported by the epilog will be wrong. This is true
++; even if the shader has no 

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

2016-12-31 Thread Sébastien Luttringer
Date: Saturday, December 31, 2016 @ 14:23:34
  Author: seblu
Revision: 284986

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

Added:
  bird/repos/extra-i686/PKGBUILD
(from rev 284985, bird/trunk/PKGBUILD)
  bird/repos/extra-i686/bird.service
(from rev 284985, bird/trunk/bird.service)
  bird/repos/extra-i686/bird6.service
(from rev 284985, bird/trunk/bird6.service)
  bird/repos/extra-x86_64/PKGBUILD
(from rev 284985, bird/trunk/PKGBUILD)
  bird/repos/extra-x86_64/bird.service
(from rev 284985, bird/trunk/bird.service)
  bird/repos/extra-x86_64/bird6.service
(from rev 284985, bird/trunk/bird6.service)
Deleted:
  bird/repos/extra-i686/PKGBUILD
  bird/repos/extra-i686/bird.service
  bird/repos/extra-i686/bird6.service
  bird/repos/extra-x86_64/PKGBUILD
  bird/repos/extra-x86_64/bird.service
  bird/repos/extra-x86_64/bird6.service

+
 /PKGBUILD  |  178 +++
 /bird.service  |   24 +
 /bird6.service |   24 +
 extra-i686/PKGBUILD|   89 -
 extra-i686/bird.service|   12 --
 extra-i686/bird6.service   |   12 --
 extra-x86_64/PKGBUILD  |   89 -
 extra-x86_64/bird.service  |   12 --
 extra-x86_64/bird6.service |   12 --
 9 files changed, 226 insertions(+), 226 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2016-12-31 14:23:18 UTC (rev 284985)
+++ extra-i686/PKGBUILD 2016-12-31 14:23:34 UTC (rev 284986)
@@ -1,89 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgbase=bird
-pkgname=('bird' 'bird6')
-pkgver=1.6.2
-pkgrel=2
-arch=('i686' 'x86_64')
-url='http://bird.network.cz/'
-license=('GPL2')
-depends=('readline' 'ncurses')
-source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
-'bird.service'
-'bird6.service')
-md5sums=('36bc84db93ae7a2fe10194075331e1b9'
- '69221e063a3f07dcad519d5eeacaae75'
- '5b172bd052b523efd95ee018e891e181')
-
-build() {
-  cd $pkgbase-$pkgver
-  [[ -e _build4 ]] && rm -rf _build4
-  [[ -e _build6 ]] && rm -rf _build6
-  mkdir _build4 _build6
-
-  # build ipv4 bird
-  cd _build4
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname
-  make
-
-  # build ipv6 bird
-  cd ../_build6
-  ../configure \
---prefix=/usr \
---sbindir=/usr/bin \
---sysconfdir=/etc \
---localstatedir=/var \
---docdir=/usr/share/doc/$pkgname \
---enable-ipv6
-  make
-}
-
-package_bird () {
-  pkgdesc='RIP, OSPFv2 and BGP daemon (ipv4 version)'
-  backup=('etc/bird.conf')
-
-  cd $pkgbase-$pkgver/_build4
-  make \
-prefix="$pkgdir/usr" \
-sysconfdir="$pkgdir/etc" \
-sbindir="$pkgdir/usr/bin" \
-localstatedir="$pkgdir/var" \
-docdir="$pkgdir/usr/share/doc/$pkgname" \
-install
-  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird.service" 
"$pkgdir/usr/lib/systemd/system/bird.service"
-}
-
-package_bird6 () {
-  pkgdesc='RIP, OSPFv3, RADV and BGP daemon (ipv6 version)'
-  backup=('etc/bird6.conf')
-
-  cd $pkgbase-$pkgver/_build6
-  make \
-prefix="$pkgdir/usr" \
-sysconfdir="$pkgdir/etc" \
-sbindir="$pkgdir/usr/bin" \
-localstatedir="$pkgdir/var" \
-docdir="$pkgdir/usr/share/doc/$pkgname" \
-install
-  #make docdir="$pkgdir/usr/share/doc/$pkgname" install-docs
-
-  # no /var inside pkg
-  rm -r "$pkgdir/var"
-
-  # systemd
-  install -D -m 644 "$srcdir/bird6.service" 
"$pkgdir/usr/lib/systemd/system/bird6.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: bird/repos/extra-i686/PKGBUILD (from rev 284985, bird/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2016-12-31 14:23:34 UTC (rev 284986)
@@ -0,0 +1,89 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgbase=bird
+pkgname=('bird' 'bird6')
+pkgver=1.6.3
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://bird.network.cz/'
+license=('GPL2')
+depends=('readline' 'ncurses')
+source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
+'bird.service'
+'bird6.service')
+md5sums=('63dd93a7a23c274fc5b7f2e37664bfb7'
+ '69221e063a3f07dcad519d5eeacaae75'
+ '5b172bd052b523efd95ee018e891e181')
+
+build() {
+  cd $pkgbase-$pkgver
+  [[ -e _build4 ]] && rm -rf _build4
+  [[ -e _build6 ]] && rm -rf _build6
+  mkdir _build4 _build6
+
+  # build ipv4 bird
+  cd _build4
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--sysconfdir=/etc \
+--localstatedir=/var \
+--docdir=/usr/share/doc/$pkgname
+  make
+
+  # build ipv6 bird
+  cd ../_build6
+  ../configure \
+--prefix=/usr \
+--sbindir=/usr/bin 

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

2016-12-31 Thread Sébastien Luttringer
Date: Saturday, December 31, 2016 @ 14:23:18
  Author: seblu
Revision: 284985

upgpkg: bird 1.6.3-1

Modified:
  bird/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-12-31 11:21:39 UTC (rev 284984)
+++ PKGBUILD2016-12-31 14:23:18 UTC (rev 284985)
@@ -3,8 +3,8 @@
 
 pkgbase=bird
 pkgname=('bird' 'bird6')
-pkgver=1.6.2
-pkgrel=2
+pkgver=1.6.3
+pkgrel=1
 arch=('i686' 'x86_64')
 url='http://bird.network.cz/'
 license=('GPL2')
@@ -12,7 +12,7 @@
 source=("ftp://bird.network.cz/pub/bird/${pkgname}-${pkgver}.tar.gz;
 'bird.service'
 'bird6.service')
-md5sums=('36bc84db93ae7a2fe10194075331e1b9'
+md5sums=('63dd93a7a23c274fc5b7f2e37664bfb7'
  '69221e063a3f07dcad519d5eeacaae75'
  '5b172bd052b523efd95ee018e891e181')
 


  1   2   >