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

2016-01-03 Thread Pierre Neidhardt
Date: Monday, January 4, 2016 @ 00:35:42
  Author: ambrevar
Revision: 155243

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

Added:
  uncrustify/repos/community-i686/
  uncrustify/repos/community-i686/PKGBUILD
(from rev 155242, uncrustify/trunk/PKGBUILD)
  uncrustify/repos/community-x86_64/
  uncrustify/repos/community-x86_64/PKGBUILD
(from rev 155242, uncrustify/trunk/PKGBUILD)

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

Copied: uncrustify/repos/community-i686/PKGBUILD (from rev 155242, 
uncrustify/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-03 23:35:42 UTC (rev 155243)
@@ -0,0 +1,24 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.61
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=("b6140106e74c64e831d0b1c4b6cf7727")
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}

Copied: uncrustify/repos/community-x86_64/PKGBUILD (from rev 155242, 
uncrustify/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-03 23:35:42 UTC (rev 155243)
@@ -0,0 +1,24 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.61
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=("b6140106e74c64e831d0b1c4b6cf7727")
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


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

2016-01-03 Thread Tobias Powalowski
Date: Monday, January 4, 2016 @ 04:15:52
  Author: tpowa
Revision: 257489

db-move: moved linux-firmware from [testing] to [core] (any)

Added:
  linux-firmware/repos/core-any/PKGBUILD
(from rev 257488, linux-firmware/repos/testing-any/PKGBUILD)
Deleted:
  linux-firmware/repos/core-any/PKGBUILD
  linux-firmware/repos/testing-any/

---+
 /PKGBUILD |   57 
 core-any/PKGBUILD |   57 
 2 files changed, 57 insertions(+), 57 deletions(-)

Deleted: core-any/PKGBUILD
===
--- core-any/PKGBUILD   2016-01-04 01:56:55 UTC (rev 257488)
+++ core-any/PKGBUILD   2016-01-04 03:15:52 UTC (rev 257489)
@@ -1,57 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler 
-
-pkgname=linux-firmware
-# Commit date + git rev-parse --short origin/master
-_rev=6ebf5d5
-pkgver=20150904.${_rev}
-pkgrel=1
-pkgdesc="Firmware files for Linux"
-makedepends=('git')
-arch=('any')
-url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
-license=('GPL2' 'GPL3' 'custom')
-conflicts=('linux-firmware-git'
-   'kernel26-firmware'
-   'ar9170-fw'
-   'iwlwifi-1000-ucode'
-   'iwlwifi-3945-ucode'
-   'iwlwifi-4965-ucode'
-   'iwlwifi-5000-ucode'
-   'iwlwifi-5150-ucode'
-   'iwlwifi-6000-ucode'
-   'rt2870usb-fw'
-   'rt2x00-rt61-fw'
-   'rt2x00-rt71w-fw'
-   'amd-ucode')
-replaces=('kernel26-firmware'
-  'ar9170-fw'
-  'iwlwifi-1000-ucode'
-  'iwlwifi-3945-ucode'
-  'iwlwifi-4965-ucode'
-  'iwlwifi-5000-ucode'
-  'iwlwifi-5150-ucode'
-  'iwlwifi-6000-ucode'
-  'rt2870usb-fw'
-  'rt2x00-rt61-fw'
-  'rt2x00-rt71w-fw'
-  'amd-ucode')
-options=(!strip)
-source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
-md5sums=('SKIP')
-
-package() {
-  cd "${srcdir}/${pkgname}"
-
-  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
-  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
-
-  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
-  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
-
-  # Trigger a microcode reload for configurations not using early updates
-  install -d "${pkgdir}/usr/lib/tmpfiles.d"
-  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
->"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
-}
-# vim:set ts=2 sw=2 et:

Copied: linux-firmware/repos/core-any/PKGBUILD (from rev 257488, 
linux-firmware/repos/testing-any/PKGBUILD)
===
--- core-any/PKGBUILD   (rev 0)
+++ core-any/PKGBUILD   2016-01-04 03:15:52 UTC (rev 257489)
@@ -0,0 +1,57 @@
+# $Id$
+# Maintainer: Thomas Bächler 
+
+pkgname=linux-firmware
+# Commit date + git rev-parse --short origin/master
+_rev=bbe4917
+pkgver=20151207.${_rev}
+pkgrel=1
+pkgdesc="Firmware files for Linux"
+makedepends=('git')
+arch=('any')
+url="http://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;a=summary;
+license=('GPL2' 'GPL3' 'custom')
+conflicts=('linux-firmware-git'
+   'kernel26-firmware'
+   'ar9170-fw'
+   'iwlwifi-1000-ucode'
+   'iwlwifi-3945-ucode'
+   'iwlwifi-4965-ucode'
+   'iwlwifi-5000-ucode'
+   'iwlwifi-5150-ucode'
+   'iwlwifi-6000-ucode'
+   'rt2870usb-fw'
+   'rt2x00-rt61-fw'
+   'rt2x00-rt71w-fw'
+   'amd-ucode')
+replaces=('kernel26-firmware'
+  'ar9170-fw'
+  'iwlwifi-1000-ucode'
+  'iwlwifi-3945-ucode'
+  'iwlwifi-4965-ucode'
+  'iwlwifi-5000-ucode'
+  'iwlwifi-5150-ucode'
+  'iwlwifi-6000-ucode'
+  'rt2870usb-fw'
+  'rt2x00-rt61-fw'
+  'rt2x00-rt71w-fw'
+  'amd-ucode')
+options=(!strip)
+source=("git+https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git#commit=${_rev};)
+md5sums=('SKIP')
+
+package() {
+  cd "${srcdir}/${pkgname}"
+
+  make DESTDIR="${pkgdir}" FIRMWAREDIR=/usr/lib/firmware install
+  rm "${pkgdir}/usr/lib/firmware/"{Makefile,README,configure,GPL-3}
+
+  install -d "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm644 LICEN* WHENCE "${pkgdir}/usr/share/licenses/linux-firmware/"
+
+  # Trigger a microcode reload for configurations not using early updates
+  install -d "${pkgdir}/usr/lib/tmpfiles.d"
+  echo 'w /sys/devices/system/cpu/microcode/reload - - - - 1' \
+>"${pkgdir}/usr/lib/tmpfiles.d/${pkgname}.conf"
+}
+# vim:set ts=2 sw=2 et:


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

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 04:17:14
  Author: fyan
Revision: 155246

upgpkg: lib32-p11-kit 0.23.2-1

Modified:
  lib32-p11-kit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 00:20:38 UTC (rev 155245)
+++ PKGBUILD2016-01-04 03:17:14 UTC (rev 155246)
@@ -4,8 +4,8 @@
 
 _pkgbasename=p11-kit
 pkgname=lib32-$_pkgbasename
-pkgver=0.23.1
-pkgrel=2
+pkgver=0.23.2
+pkgrel=1
 pkgdesc="Library to work with PKCS#11 modules (32-bit)"
 arch=(x86_64)
 url="http://p11-glue.freedesktop.org;
@@ -15,9 +15,9 @@
 source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig}
 libnssckbi-compat.patch)
 validpgpkeys=(C0F67099B808FB063E2C81117BFB1108D92765AF)
-md5sums=('96f073270c489c9a594e1c9413f42db8'
- 'SKIP'
- '8c3f119005908cf4a3e0ef0a0a310f14')
+sha256sums=('ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0'
+'SKIP'
+'8f763cdbc6c0ca6c5a7898f9fd6f3018b7ac5b1aca36f67c6c813343c2962962')
 
 prepare() {
   cd "$srcdir/$_pkgbasename-$pkgver"


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

2016-01-03 Thread Jaroslav Lichtblau
Date: Sunday, January 3, 2016 @ 22:28:19
  Author: jlichtblau
Revision: 155239

upgpkg: python-hglib 1.9-1 - new upstream release

Modified:
  python-hglib/trunk/PKGBUILD

--+
 PKGBUILD |   28 +++-
 1 file changed, 15 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 20:32:01 UTC (rev 155238)
+++ PKGBUILD2016-01-03 21:28:19 UTC (rev 155239)
@@ -1,9 +1,11 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
 # Contributor: Erik Johnson 
-# Maintainer: Jelle van der Waa 
+# Contributor: Jelle van der Waa 
 
 pkgbase=python-hglib
 pkgname=('python2-hglib' 'python-hglib')
-pkgver=1.8
+pkgver=1.9
 pkgrel=1
 arch=('any')
 url="https://pypi.python.org/pypi/python-hglib;
@@ -11,14 +13,22 @@
 makedepends=('python2' 'mercurial' 'python')
 checkdepends=('python-nose' 'python2-nose')
 
source=("https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('eee52cbb9ab5f9a3ea1b7075818c65a3')
+sha256sums=('f4302892b2b8287cf326586c7280b9eadfc3d0c7cd3feba957429a8d9b1a60ce')
 
 prepare() {
   cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
 }
 
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python test.py
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-2"
+  python2 test.py
+}
+
 package_python2-hglib() {
-  pkgdesc="python2-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg."
+  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
   depends=('python2' 'mercurial')
   cd "${srcdir}/${pkgbase}-${pkgver}-2"
   python2 setup.py install --root=${pkgdir} --optimize=1
@@ -25,16 +35,8 @@
 }
 
 package_python-hglib() {
-  pkgdesc="python-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg."
+  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
   depends=('python' 'mercurial')
   cd "${srcdir}/${pkgbase}-${pkgver}"
   python setup.py install --root=${pkgdir} --optimize=1
 }
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python test.py
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 test.py
-}


[arch-commits] Commit in perl-lwp-protocol-https/trunk (PKGBUILD certs.patch)

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 04:39:24
  Author: fyan
Revision: 257492

upgpkg: perl-lwp-protocol-https 6.06-2

use system ca store

Added:
  perl-lwp-protocol-https/trunk/certs.patch
Modified:
  perl-lwp-protocol-https/trunk/PKGBUILD

-+
 PKGBUILD|   15 +++
 certs.patch |   39 +++
 2 files changed, 50 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 03:24:13 UTC (rev 257491)
+++ PKGBUILD2016-01-04 03:39:24 UTC (rev 257492)
@@ -3,16 +3,23 @@
 
 pkgname=perl-lwp-protocol-https
 pkgver=6.06
-pkgrel=1
+pkgrel=2
 pkgdesc="Provide https support for LWP::UserAgent"
 arch=('any')
 url="https://metacpan.org/release/LWP-Protocol-https;
 license=('PerlArtistic' 'GPL')
-depends=('perl' 'perl-io-socket-ssl' 'perl-mozilla-ca' 'perl-net-http' 
'perl-libwww')
+depends=('ca-certificates' 'perl-io-socket-ssl' 'perl-net-http' 'perl-libwww')
 options=('!emptydirs')
-source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-$pkgver.tar.gz;)
-md5sums=('06f5dfd33b07f6594a429dbbd5e6a2d1')
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-$pkgver.tar.gz;
+certs.patch)
+md5sums=('06f5dfd33b07f6594a429dbbd5e6a2d1'
+ '7bb02869fdf17beeceaa8b36c855')
 
+prepare() {
+  cd LWP-Protocol-https-${pkgver}
+  patch -p0 -i ../certs.patch
+}
+
 build() {
   cd LWP-Protocol-https-${pkgver}
   perl Makefile.PL INSTALLDIRS=vendor

Added: certs.patch
===
--- certs.patch (rev 0)
+++ certs.patch 2016-01-04 03:39:24 UTC (rev 257492)
@@ -0,0 +1,39 @@
+--- Makefile.PL.old2016-01-04 11:31:52.349484123 +0800
 Makefile.PL2016-01-04 11:32:07.432992090 +0800
+@@ -15,7 +15,6 @@
+   'LWP::UserAgent' => '6.06',
+   'Net::HTTPS' => 6,
+   'IO::Socket::SSL' => "1.54",
+-  'Mozilla::CA' => "20110101",
+ },
+ META_MERGE => {
+   resources => {
+--- lib/LWP/Protocol/https.pm.old  2016-01-04 11:33:19.003810886 +0800
 lib/LWP/Protocol/https.pm  2016-01-04 11:34:42.358079461 +0800
+@@ -25,25 +25,7 @@
+ }
+ if ($ssl_opts{SSL_verify_mode}) {
+   unless (exists $ssl_opts{SSL_ca_file} || exists $ssl_opts{SSL_ca_path}) 
{
+-  eval {
+-  require Mozilla::CA;
+-  };
+-  if ($@) {
+-  if ($@ =! /^Can't locate Mozilla\/CA\.pm/) {
+-  $@ = <<'EOT';
+-Can't verify SSL peers without knowing which Certificate Authorities to trust
+-
+-This problem can be fixed by either setting the PERL_LWP_SSL_CA_FILE
+-environment variable or by installing the Mozilla::CA module.
+-
+-To disable verification of SSL peers set the PERL_LWP_SSL_VERIFY_HOSTNAME
+-environment variable to 0.  If you do this you can't be sure that you
+-communicate with the expected peer.
+-EOT
+-  }
+-  die $@;
+-  }
+-  $ssl_opts{SSL_ca_file} = Mozilla::CA::SSL_ca_file();
++  $ssl_opts{SSL_ca_file} = '/etc/ssl/certs/ca-certificates.crt';
+   }
+ }
+ $self->{ssl_opts} = \%ssl_opts;


[arch-commits] Commit in perl-lwp-protocol-https/repos (3 files)

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 04:39:42
  Author: fyan
Revision: 257493

archrelease: copy trunk to testing-any

Added:
  perl-lwp-protocol-https/repos/testing-any/
  perl-lwp-protocol-https/repos/testing-any/PKGBUILD
(from rev 257492, perl-lwp-protocol-https/trunk/PKGBUILD)
  perl-lwp-protocol-https/repos/testing-any/certs.patch
(from rev 257492, perl-lwp-protocol-https/trunk/certs.patch)

-+
 PKGBUILD|   37 +
 certs.patch |   39 +++
 2 files changed, 76 insertions(+)

Copied: perl-lwp-protocol-https/repos/testing-any/PKGBUILD (from rev 257492, 
perl-lwp-protocol-https/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2016-01-04 03:39:42 UTC (rev 257493)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+
+pkgname=perl-lwp-protocol-https
+pkgver=6.06
+pkgrel=2
+pkgdesc="Provide https support for LWP::UserAgent"
+arch=('any')
+url="https://metacpan.org/release/LWP-Protocol-https;
+license=('PerlArtistic' 'GPL')
+depends=('ca-certificates' 'perl-io-socket-ssl' 'perl-net-http' 'perl-libwww')
+options=('!emptydirs')
+source=("http://search.cpan.org/CPAN/authors/id/M/MS/MSCHILLI/LWP-Protocol-https-$pkgver.tar.gz;
+certs.patch)
+md5sums=('06f5dfd33b07f6594a429dbbd5e6a2d1'
+ '7bb02869fdf17beeceaa8b36c855')
+
+prepare() {
+  cd LWP-Protocol-https-${pkgver}
+  patch -p0 -i ../certs.patch
+}
+
+build() {
+  cd LWP-Protocol-https-${pkgver}
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd LWP-Protocol-https-${pkgver}
+  make test
+}
+
+package() {
+  cd LWP-Protocol-https-${pkgver}
+  make DESTDIR="$pkgdir" install
+}

Copied: perl-lwp-protocol-https/repos/testing-any/certs.patch (from rev 257492, 
perl-lwp-protocol-https/trunk/certs.patch)
===
--- testing-any/certs.patch (rev 0)
+++ testing-any/certs.patch 2016-01-04 03:39:42 UTC (rev 257493)
@@ -0,0 +1,39 @@
+--- Makefile.PL.old2016-01-04 11:31:52.349484123 +0800
 Makefile.PL2016-01-04 11:32:07.432992090 +0800
+@@ -15,7 +15,6 @@
+   'LWP::UserAgent' => '6.06',
+   'Net::HTTPS' => 6,
+   'IO::Socket::SSL' => "1.54",
+-  'Mozilla::CA' => "20110101",
+ },
+ META_MERGE => {
+   resources => {
+--- lib/LWP/Protocol/https.pm.old  2016-01-04 11:33:19.003810886 +0800
 lib/LWP/Protocol/https.pm  2016-01-04 11:34:42.358079461 +0800
+@@ -25,25 +25,7 @@
+ }
+ if ($ssl_opts{SSL_verify_mode}) {
+   unless (exists $ssl_opts{SSL_ca_file} || exists $ssl_opts{SSL_ca_path}) 
{
+-  eval {
+-  require Mozilla::CA;
+-  };
+-  if ($@) {
+-  if ($@ =! /^Can't locate Mozilla\/CA\.pm/) {
+-  $@ = <<'EOT';
+-Can't verify SSL peers without knowing which Certificate Authorities to trust
+-
+-This problem can be fixed by either setting the PERL_LWP_SSL_CA_FILE
+-environment variable or by installing the Mozilla::CA module.
+-
+-To disable verification of SSL peers set the PERL_LWP_SSL_VERIFY_HOSTNAME
+-environment variable to 0.  If you do this you can't be sure that you
+-communicate with the expected peer.
+-EOT
+-  }
+-  die $@;
+-  }
+-  $ssl_opts{SSL_ca_file} = Mozilla::CA::SSL_ca_file();
++  $ssl_opts{SSL_ca_file} = '/etc/ssl/certs/ca-certificates.crt';
+   }
+ }
+ $self->{ssl_opts} = \%ssl_opts;


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

2016-01-03 Thread Jaroslav Lichtblau
Date: Sunday, January 3, 2016 @ 22:33:06
  Author: jlichtblau
Revision: 155241

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 21:28:50 UTC (rev 155240)
+++ PKGBUILD2016-01-03 21:33:06 UTC (rev 155241)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau 
-# Contributor: Erik Johnson 
-# Contributor: Jelle van der Waa 
-
-pkgbase=python-hglib
-pkgname=('python2-hglib' 'python-hglib')
-pkgver=1.9
-pkgrel=1
-arch=('any')
-url="https://pypi.python.org/pypi/python-hglib;
-license=('MIT')
-makedepends=('python2' 'mercurial' 'python')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
-sha256sums=('f4302892b2b8287cf326586c7280b9eadfc3d0c7cd3feba957429a8d9b1a60ce')
-
-prepare() {
-  cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python test.py
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 test.py
-}
-
-package_python2-hglib() {
-  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
-  depends=('python2' 'mercurial')
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python-hglib() {
-  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
-  depends=('python' 'mercurial')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root=${pkgdir} --optimize=1
-}

Copied: python-hglib/repos/community-any/PKGBUILD (from rev 155240, 
python-hglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 21:33:06 UTC (rev 155241)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Erik Johnson 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-hglib
+pkgname=('python2-hglib' 'python-hglib')
+pkgver=1.9
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/python-hglib;
+license=('MIT')
+makedepends=('python2' 'mercurial' 'python')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('f4302892b2b8287cf326586c7280b9eadfc3d0c7cd3feba957429a8d9b1a60ce')
+
+prepare() {
+  cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python test.py
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-2"
+  python2 test.py
+}
+
+package_python2-hglib() {
+  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
+  depends=('python2' 'mercurial')
+  cd "${srcdir}/${pkgbase}-${pkgver}-2"
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python-hglib() {
+  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
+  depends=('python' 'mercurial')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root=${pkgdir} --optimize=1
+}


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

2016-01-03 Thread Bartłomiej Piotrowski
Date: Sunday, January 3, 2016 @ 22:33:28
  Author: bpiotrowski
Revision: 257484

upgpkg: django 1.9.1-1

new upstream release

Modified:
  django/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 12:48:31 UTC (rev 257483)
+++ PKGBUILD2016-01-03 21:33:28 UTC (rev 257484)
@@ -4,7 +4,7 @@
 
 pkgbase=django
 pkgname=('python-django' 'python2-django')
-pkgver=1.9
+pkgver=1.9.1
 pkgrel=1
 pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
 arch=('any')
@@ -12,8 +12,8 @@
 url="http://www.djangoproject.com/;
 makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
 
source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('110389cf89196334182295165852e082')
-sha256sums=('05fe4b19a8778d4b48bbf1f4dfca3106881fea7982664553e7f7f861606f7c66')
+md5sums=('02754aa2d5c9c171dfc3f9422b20e12c')
+sha256sums=('a29aac46a686cade6da87ce7e7287d5d53cddabc41d777c6230a583c36244a18')
 
 prepare() {
   cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"


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

2016-01-03 Thread Bartłomiej Piotrowski
Date: Sunday, January 3, 2016 @ 22:33:41
  Author: bpiotrowski
Revision: 257485

archrelease: copy trunk to testing-any

Added:
  django/repos/testing-any/PKGBUILD
(from rev 257484, django/trunk/PKGBUILD)
Deleted:
  django/repos/testing-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 21:33:28 UTC (rev 257484)
+++ PKGBUILD2016-01-03 21:33:41 UTC (rev 257485)
@@ -1,70 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee 
-# Contributor: Shahar Weiss 
-
-pkgbase=django
-pkgname=('python-django' 'python2-django')
-pkgver=1.9
-pkgrel=1
-pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
-arch=('any')
-license=('BSD')
-url="http://www.djangoproject.com/;
-makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
-source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
-md5sums=('110389cf89196334182295165852e082')
-sha256sums=('05fe4b19a8778d4b48bbf1f4dfca3106881fea7982664553e7f7f861606f7c66')
-
-prepare() {
-  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
-
-  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
-xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-}
-
-build() {
-  cd "$srcdir/Django-$pkgver"
-  python setup.py build
-
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py build
-}
-
-package_python-django() {
-  depends=('python' 'python-setuptools')
-  optdepends=('python-psycopg2: for PostgreSQL backend')
-  cd "$srcdir/Django-$pkgver"
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
-  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin
-  ln -s django-admin.py \
-"$pkgdir"/usr/share/bash-completion/completions/manage.py
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-django() {
-  depends=('python2' 'python2-setuptools')
-  optdepends=('mysql-python: for MySQL backend'
-  'python2-psycopg2: for PostgreSQL backend')
-  replaces=('django')
-  conflicts=('django')
-  cd "$srcdir/Django-$pkgver-python2"
-  python2 setup.py install --root="$pkgdir" --optimize=1
-
-  mv "$pkgdir"/usr/bin/django-admin.py "$pkgdir"/usr/bin/django-admin2.py
-  mv "$pkgdir"/usr/bin/django-admin "$pkgdir"/usr/bin/django-admin2
-  # TODO: this probably won't work due to the `complete` command within not
-  # knowing about modified our exectuable names
-  install -Dm644 extras/django_bash_completion \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2.py
-  ln -s django-admin2.py \
-"$pkgdir"/usr/share/bash-completion/completions/django-admin2
-
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: django/repos/testing-any/PKGBUILD (from rev 257484, 
django/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 21:33:41 UTC (rev 257485)
@@ -0,0 +1,70 @@
+# $Id$
+# Maintainer: Dan McGee 
+# Contributor: Shahar Weiss 
+
+pkgbase=django
+pkgname=('python-django' 'python2-django')
+pkgver=1.9.1
+pkgrel=1
+pkgdesc="A high-level Python Web framework that encourages rapid development 
and clean design"
+arch=('any')
+license=('BSD')
+url="http://www.djangoproject.com/;
+makedepends=('python2' 'python2-setuptools' 'python' 'python-setuptools')
+source=("https://www.djangoproject.com/m/releases/${pkgver:0:3}/Django-$pkgver.tar.gz;)
+md5sums=('02754aa2d5c9c171dfc3f9422b20e12c')
+sha256sums=('a29aac46a686cade6da87ce7e7287d5d53cddabc41d777c6230a583c36244a18')
+
+prepare() {
+  cp -a "$srcdir/Django-$pkgver" "$srcdir/Django-$pkgver-python2"
+
+  find "$srcdir/Django-$pkgver-python2" -name '*.py' | \
+xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+}
+
+build() {
+  cd "$srcdir/Django-$pkgver"
+  python setup.py build
+
+  cd "$srcdir/Django-$pkgver-python2"
+  python2 setup.py build
+}
+
+package_python-django() {
+  depends=('python' 'python-setuptools')
+  optdepends=('python-psycopg2: for PostgreSQL backend')
+  cd "$srcdir/Django-$pkgver"
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  ln -s django-admin.py "$pkgdir"/usr/bin/django-admin3.py
+  ln -s django-admin "$pkgdir"/usr/bin/django-admin3
+  install -Dm644 extras/django_bash_completion \
+"$pkgdir"/usr/share/bash-completion/completions/django-admin.py
+  ln -s django-admin.py \
+

[arch-commits] Commit in (4 files)

2016-01-03 Thread Pierre Neidhardt
Date: Monday, January 4, 2016 @ 00:25:06
  Author: ambrevar
Revision: 155242

Init

Added:
  uncrustify/
  uncrustify/repos/
  uncrustify/trunk/
  uncrustify/trunk/PKGBUILD

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

Added: uncrustify/trunk/PKGBUILD
===
--- uncrustify/trunk/PKGBUILD   (rev 0)
+++ uncrustify/trunk/PKGBUILD   2016-01-03 23:25:06 UTC (rev 155242)
@@ -0,0 +1,24 @@
+# Maintainer: Pierre Neidhardt 
+# Contributor: Auguste Pop 
+
+pkgname=uncrustify
+pkgver=0.61
+pkgrel=1
+pkgdesc="A source code beautifier"
+arch=("i686" "x86_64")
+url="http://uncrustify.sourceforge.net/;
+license=("GPL")
+depends=("gcc-libs")
+source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=("b6140106e74c64e831d0b1c4b6cf7727")
+
+build() {
+   cd "$srcdir/$pkgname-$pkgver"
+   ./configure --prefix=/usr
+   make
+}
+
+package() {
+   cd "$srcdir/$pkgname-$pkgver"
+   make DESTDIR="$pkgdir" install
+}


Property changes on: uncrustify/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property


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

2016-01-03 Thread Lukas Fleischer
Date: Monday, January 4, 2016 @ 01:20:38
  Author: lfleischer
Revision: 155245

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

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

--+
 /PKGBUILD|   88 +
 /borg.coveragerc |   36 +++
 community-i686/PKGBUILD  |   44 --
 community-i686/borg.coveragerc   |   18 ---
 community-x86_64/PKGBUILD|   44 --
 community-x86_64/borg.coveragerc |   18 ---
 6 files changed, 124 insertions(+), 124 deletions(-)

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

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

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

2016-01-03 Thread Lukas Fleischer
Date: Monday, January 4, 2016 @ 01:20:21
  Author: lfleischer
Revision: 155244

upgpkg: borg 0.29.0-1

Upstream update.

Modified:
  borg/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 23:35:42 UTC (rev 155243)
+++ PKGBUILD2016-01-04 00:20:21 UTC (rev 155244)
@@ -3,8 +3,8 @@
 
 pkgname=borg
 _pkgname=borgbackup
-pkgver=0.28.2
-pkgrel=2
+pkgver=0.29.0
+pkgrel=1
 pkgdesc='Deduplicating backup program with compression and authenticated 
encryption'
 url='https://borgbackup.github.io/borgbackup/borg/'
 license=('BSD')
@@ -18,7 +18,7 @@
 replaces=('borgbackup')
 
source=("https://pypi.python.org/packages/source/b/$_pkgname/$_pkgname-$pkgver.tar.gz;
 borg.coveragerc)
-sha256sums=('cf8ee95758242065556ca500e49c62ba48ae62895d7dcf44e49088a0c22af0eb'
+sha256sums=('b57859a3b39c703695a631b75621e6efbc18571c99a1974b8326c8a3cc007dbf'
 '024bf101b25f9d35b83f86ce794c85f404d7acb212e047b4fca68b108dff21a7')
 
 build() {


[arch-commits] Commit in phpvirtualbox/repos/community-any (3 files)

2016-01-03 Thread Sergej Pupykin
Date: Sunday, January 3, 2016 @ 21:32:01
  Author: spupykin
Revision: 155238

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 155237, phpvirtualbox/trunk/PKGBUILD)
  phpvirtualbox/repos/community-any/php7.patch
(from rev 155237, phpvirtualbox/trunk/php7.patch)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

+
 PKGBUILD   |   89 +++
 php7.patch |   33 +
 2 files changed, 81 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 20:31:53 UTC (rev 155237)
+++ PKGBUILD2016-01-03 20:32:01 UTC (rev 155238)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.0_4
-pkgrel=1
-pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
-arch=(any)
-url="http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('9671d4db39681baa7f90cff9e8cfee8c')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e "s/var \\\$username = 'vbox';/var \\\$username = '';/g" \
-#  -e "s/var \\\$password = 'pass';/var \\\$password = '';/g" \
-#  -e "s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g" \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 155237, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 20:32:01 UTC (rev 155238)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.0_4
+pkgrel=2
+pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
+arch=(any)
+url="http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip
+   php7.patch)
+md5sums=('9671d4db39681baa7f90cff9e8cfee8c'
+ 'c7eaf73450fe97e49983259eb51d5729')
+
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  patch -p1 <$srcdir/php7.patch
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e "s/var \\\$username = 'vbox';/var \\\$username = '';/g" \
+#  -e "s/var \\\$password = 'pass';/var \\\$password = '';/g" \
+#  -e "s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g" \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}

Copied: phpvirtualbox/repos/community-any/php7.patch (from rev 155237, 
phpvirtualbox/trunk/php7.patch)
===
--- php7.patch  (rev 0)
+++ php7.patch  2016-01-03 20:32:01 UTC (rev 155238)
@@ -0,0 +1,33 @@
+diff -wbBur phpvirtualbox-5.0-4/endpoints/api.php 
phpvirtualbox-5.0-4.q/endpoints/api.php
+--- phpvirtualbox-5.0-4/endpoints/api.php  2015-12-07 16:49:21.0 
+0300
 phpvirtualbox-5.0-4.q/endpoints/api.php2016-01-03 23:28:42.853589422 
+0300
+@@ -313,7 +313,7 @@
+   /*
+* Call to vboxconnector
+*/
+-  
$vbox->$request['fn']($request['params'],array(&$response));
++  
$vbox->{$request['fn']}($request['params'],array(&$response));
+ 
+ 
+   /*
+diff -wbBur phpvirtualbox-5.0-4/endpoints/lib/auth/Builtin.php 
phpvirtualbox-5.0-4.q/endpoints/lib/auth/Builtin.php
+--- phpvirtualbox-5.0-4/endpoints/lib/auth/Builtin.php 2015-12-07 
16:49:21.0 +0300
 

[arch-commits] Commit in phpvirtualbox/trunk (PKGBUILD php7.patch)

2016-01-03 Thread Sergej Pupykin
Date: Sunday, January 3, 2016 @ 21:31:53
  Author: spupykin
Revision: 155237

upgpkg: phpvirtualbox 5.0_4-2

upd

Added:
  phpvirtualbox/trunk/php7.patch
Modified:
  phpvirtualbox/trunk/PKGBUILD

+
 PKGBUILD   |   13 ++---
 php7.patch |   33 +
 2 files changed, 43 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 19:31:09 UTC (rev 155236)
+++ PKGBUILD2016-01-03 20:31:53 UTC (rev 155237)
@@ -4,7 +4,7 @@
 
 pkgname=phpvirtualbox
 pkgver=5.0_4
-pkgrel=1
+pkgrel=2
 pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
 arch=(any)
 url="http://sourceforge.net/projects/phpvirtualbox/;
@@ -11,9 +11,16 @@
 license=('GPL')
 depends=('php')
 backup=("etc/webapps/phpvirtualbox/config.php")
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('9671d4db39681baa7f90cff9e8cfee8c')
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip
+   php7.patch)
+md5sums=('9671d4db39681baa7f90cff9e8cfee8c'
+ 'c7eaf73450fe97e49983259eb51d5729')
 
+prepare() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+  patch -p1 <$srcdir/php7.patch
+}
+
 package() {
   cd ${srcdir}/${pkgname}-${pkgver/_/-}
 

Added: php7.patch
===
--- php7.patch  (rev 0)
+++ php7.patch  2016-01-03 20:31:53 UTC (rev 155237)
@@ -0,0 +1,33 @@
+diff -wbBur phpvirtualbox-5.0-4/endpoints/api.php 
phpvirtualbox-5.0-4.q/endpoints/api.php
+--- phpvirtualbox-5.0-4/endpoints/api.php  2015-12-07 16:49:21.0 
+0300
 phpvirtualbox-5.0-4.q/endpoints/api.php2016-01-03 23:28:42.853589422 
+0300
+@@ -313,7 +313,7 @@
+   /*
+* Call to vboxconnector
+*/
+-  
$vbox->$request['fn']($request['params'],array(&$response));
++  
$vbox->{$request['fn']}($request['params'],array(&$response));
+ 
+ 
+   /*
+diff -wbBur phpvirtualbox-5.0-4/endpoints/lib/auth/Builtin.php 
phpvirtualbox-5.0-4.q/endpoints/lib/auth/Builtin.php
+--- phpvirtualbox-5.0-4/endpoints/lib/auth/Builtin.php 2015-12-07 
16:49:21.0 +0300
 phpvirtualbox-5.0-4.q/endpoints/lib/auth/Builtin.php   2016-01-03 
23:29:06.016923275 +0300
+@@ -167,7 +167,7 @@
+   global $_SESSION;
+ 
+   // Must be an admin
+-  if(!$_SESSION['admin']) break;
++  if(!$_SESSION['admin']) return;
+ 
+   // Use main / auth server
+   $vbox = new vboxconnector(true);
+@@ -175,7 +175,7 @@
+ 
+   // See if it exists
+   if(!$skipExistCheck && 
$vbox->vbox->getExtraData('phpvb/users/'.$vboxRequest['u'].'/pass'))
+-  break;
++  return;
+ 
+   if($vboxRequest['p'])
+   
$vbox->vbox->setExtraData('phpvb/users/'.$vboxRequest['u'].'/pass', 
hash('sha512', $vboxRequest['p']));


[arch-commits] Commit in perl-mozilla-ca/trunk (PKGBUILD)

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 02:56:33
  Author: fyan
Revision: 257487

upgpkg: perl-mozilla-ca 20160104-1

Modified:
  perl-mozilla-ca/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 21:35:26 UTC (rev 257486)
+++ PKGBUILD2016-01-04 01:56:33 UTC (rev 257487)
@@ -3,39 +3,31 @@
 # Contributor: Justin Davis (juster) 
 
 pkgname=perl-mozilla-ca
-pkgver=20150826
+pkgver=20160104
 pkgrel=1
 pkgdesc="Mozilla's CA cert bundle in PEM format"
-arch=(any)
-license=(GPL2 LGPL2.1)
-options=(!emptydirs)
+arch=('any')
+license=('GPL2' 'LGPL2.1')
+options=('!emptydirs')
 depends=('perl')
-url=https://metacpan.org/release/Mozilla-CA
+url='https://metacpan.org/release/Mozilla-CA'
 
source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz;)
-md5sums=('52de059194004192345687f7a2f88224')
+md5sums=('1b91edb15953a8188f011ab5ff433300')
 
 build() (
   cd Mozilla-CA-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
+  perl Makefile.PL INSTALLDIRS=vendor
   make
 )
 
 check() (
   cd Mozilla-CA-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
   make test
 )
 
 package() (
   cd Mozilla-CA-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
+  make install DESTDIR="$pkgdir"
 )
 
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
 # vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-mozilla-ca/repos/extra-any (PKGBUILD PKGBUILD)

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 02:56:55
  Author: fyan
Revision: 257488

archrelease: copy trunk to extra-any

Added:
  perl-mozilla-ca/repos/extra-any/PKGBUILD
(from rev 257487, perl-mozilla-ca/trunk/PKGBUILD)
Deleted:
  perl-mozilla-ca/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-04 01:56:33 UTC (rev 257487)
+++ PKGBUILD2016-01-04 01:56:55 UTC (rev 257488)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Justin Davis (juster) 
-
-pkgname=perl-mozilla-ca
-pkgver=20150826
-pkgrel=1
-pkgdesc="Mozilla's CA cert bundle in PEM format"
-arch=(any)
-license=(GPL2 LGPL2.1)
-options=(!emptydirs)
-depends=('perl')
-url=https://metacpan.org/release/Mozilla-CA
-source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz;)
-md5sums=('52de059194004192345687f7a2f88224')
-
-build() (
-  cd Mozilla-CA-$pkgver
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  unset PERL5LIB PERL_MM_OPT
-  /usr/bin/perl Makefile.PL
-  make
-)
-
-check() (
-  cd Mozilla-CA-$pkgver
-  export PERL_MM_USE_DEFAULT=1
-  unset PERL5LIB
-  make test
-)
-
-package() (
-  cd Mozilla-CA-$pkgver
-  make install INSTALLDIRS=vendor DESTDIR="$pkgdir"
-)
-
-# Local Variables:
-# mode: shell-script
-# sh-basic-offset: 2
-# End:
-# vim:set ts=2 sw=2 et:

Copied: perl-mozilla-ca/repos/extra-any/PKGBUILD (from rev 257487, 
perl-mozilla-ca/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-04 01:56:55 UTC (rev 257488)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Justin Davis (juster) 
+
+pkgname=perl-mozilla-ca
+pkgver=20160104
+pkgrel=1
+pkgdesc="Mozilla's CA cert bundle in PEM format"
+arch=('any')
+license=('GPL2' 'LGPL2.1')
+options=('!emptydirs')
+depends=('perl')
+url='https://metacpan.org/release/Mozilla-CA'
+source=("http://search.cpan.org/CPAN/authors/id/A/AB/ABH/Mozilla-CA-$pkgver.tar.gz;)
+md5sums=('1b91edb15953a8188f011ab5ff433300')
+
+build() (
+  cd Mozilla-CA-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+)
+
+check() (
+  cd Mozilla-CA-$pkgver
+  make test
+)
+
+package() (
+  cd Mozilla-CA-$pkgver
+  make install DESTDIR="$pkgdir"
+)
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in lib32-p11-kit/repos/multilib-x86_64 (4 files)

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 04:17:36
  Author: fyan
Revision: 155247

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD
(from rev 155246, lib32-p11-kit/trunk/PKGBUILD)
  lib32-p11-kit/repos/multilib-x86_64/libnssckbi-compat.patch
(from rev 155246, lib32-p11-kit/trunk/libnssckbi-compat.patch)
Deleted:
  lib32-p11-kit/repos/multilib-x86_64/PKGBUILD
  lib32-p11-kit/repos/multilib-x86_64/libnssckbi-compat.patch

-+
 PKGBUILD|  122 +++---
 libnssckbi-compat.patch |  114 +-
 2 files changed, 118 insertions(+), 118 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-04 03:17:14 UTC (rev 155246)
+++ PKGBUILD2016-01-04 03:17:36 UTC (rev 155247)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Florian Pritz 
-# Contributor: Christoph Vigano 
-
-_pkgbasename=p11-kit
-pkgname=lib32-$_pkgbasename
-pkgver=0.23.1
-pkgrel=2
-pkgdesc="Library to work with PKCS#11 modules (32-bit)"
-arch=(x86_64)
-url="http://p11-glue.freedesktop.org;
-license=('BSD')
-depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
-options=(!libtool)
-source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig}
-libnssckbi-compat.patch)
-validpgpkeys=(C0F67099B808FB063E2C81117BFB1108D92765AF)
-md5sums=('96f073270c489c9a594e1c9413f42db8'
- 'SKIP'
- '8c3f119005908cf4a3e0ef0a0a310f14')
-
-prepare() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-
-  # Build and install an additional library (libnssckbi-p11-kit.so) which
-  # is a copy of p11-kit-trust.so but uses the same label for root certs as
-  # libnssckbi.so ("Builtin Object Token" instead of "Default Trust")
-  # https://bugs.freedesktop.org/show_bug.cgi?id=66161
-  patch -Np1 -i ../libnssckbi-compat.patch
-
-  autoreconf -vi
-}
-
-build() {
-  export CC="gcc -m32"
-  export CXX="g++ -m32"
-  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
-  cd "$srcdir/$_pkgbasename-$pkgver"
-
-  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
---with-module-path=/usr/lib32/pkcs11 \
-
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
-  make
-}
-
-check() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  make check
-}
-
-package() {
-  cd "$srcdir/$_pkgbasename-$pkgver"
-  make DESTDIR="$pkgdir" install
-  rm -rf "${pkgdir}"/etc
-  rm -rf "${pkgdir}"/usr/{bin,include,share}
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
-
-  ln -srf "$pkgdir/usr/bin/update-ca-trust" 
"$pkgdir/usr/lib32/p11-kit/trust-extract-compat"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: lib32-p11-kit/repos/multilib-x86_64/PKGBUILD (from rev 155246, 
lib32-p11-kit/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-04 03:17:36 UTC (rev 155247)
@@ -0,0 +1,61 @@
+# $Id$
+# Maintainer: Florian Pritz 
+# Contributor: Christoph Vigano 
+
+_pkgbasename=p11-kit
+pkgname=lib32-$_pkgbasename
+pkgver=0.23.2
+pkgrel=1
+pkgdesc="Library to work with PKCS#11 modules (32-bit)"
+arch=(x86_64)
+url="http://p11-glue.freedesktop.org;
+license=('BSD')
+depends=(lib32-glibc lib32-libtasn1 lib32-libffi $_pkgbasename)
+options=(!libtool)
+source=($url/releases/$_pkgbasename-$pkgver.tar.gz{,.sig}
+libnssckbi-compat.patch)
+validpgpkeys=(C0F67099B808FB063E2C81117BFB1108D92765AF)
+sha256sums=('ba726ea8303c97467a33fca50ee79b7b35212964be808ecf9b145e9042fdfaf0'
+'SKIP'
+'8f763cdbc6c0ca6c5a7898f9fd6f3018b7ac5b1aca36f67c6c813343c2962962')
+
+prepare() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+
+  # Build and install an additional library (libnssckbi-p11-kit.so) which
+  # is a copy of p11-kit-trust.so but uses the same label for root certs as
+  # libnssckbi.so ("Builtin Object Token" instead of "Default Trust")
+  # https://bugs.freedesktop.org/show_bug.cgi?id=66161
+  patch -Np1 -i ../libnssckbi-compat.patch
+
+  autoreconf -vi
+}
+
+build() {
+  export CC="gcc -m32"
+  export CXX="g++ -m32"
+  export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+  cd "$srcdir/$_pkgbasename-$pkgver"
+
+  ./configure --prefix=/usr --libdir=/usr/lib32 --sysconfdir=/etc \
+--with-module-path=/usr/lib32/pkcs11 \
+
--with-trust-paths=/etc/ca-certificates/trust-source:/usr/share/ca-certificates/trust-source
+  make
+}
+
+check() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  make check
+}
+
+package() {
+  cd "$srcdir/$_pkgbasename-$pkgver"
+  make DESTDIR="$pkgdir" install
+  rm -rf "${pkgdir}"/etc
+  rm -rf "${pkgdir}"/usr/{bin,include,share}
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+
+  ln -srf "$pkgdir/usr/bin/update-ca-trust" 
"$pkgdir/usr/lib32/p11-kit/trust-extract-compat"
+}
+
+# vim:set ts=2 sw=2 et:


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

2016-01-03 Thread Jaroslav Lichtblau
Date: Sunday, January 3, 2016 @ 22:28:50
  Author: jlichtblau
Revision: 155240

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 21:28:19 UTC (rev 155239)
+++ PKGBUILD2016-01-03 21:28:50 UTC (rev 155240)
@@ -1,40 +0,0 @@
-# Contributor: Erik Johnson 
-# Maintainer: Jelle van der Waa 
-
-pkgbase=python-hglib
-pkgname=('python2-hglib' 'python-hglib')
-pkgver=1.8
-pkgrel=1
-arch=('any')
-url="https://pypi.python.org/pypi/python-hglib;
-license=('MIT')
-makedepends=('python2' 'mercurial' 'python')
-checkdepends=('python-nose' 'python2-nose')
-source=("https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
-md5sums=('eee52cbb9ab5f9a3ea1b7075818c65a3')
-
-prepare() {
-  cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
-}
-
-package_python2-hglib() {
-  pkgdesc="python2-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg."
-  depends=('python2' 'mercurial')
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 setup.py install --root=${pkgdir} --optimize=1
-}
-
-package_python-hglib() {
-  pkgdesc="python-hglib is a library with a fast, convenient interface to 
Mercurial. It uses Mercurial's command server for communication with hg."
-  depends=('python' 'mercurial')
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python setup.py install --root=${pkgdir} --optimize=1
-}
-
-check() {
-  cd "${srcdir}/${pkgbase}-${pkgver}"
-  python test.py
-
-  cd "${srcdir}/${pkgbase}-${pkgver}-2"
-  python2 test.py
-}

Copied: python-hglib/repos/community-any/PKGBUILD (from rev 155239, 
python-hglib/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 21:28:50 UTC (rev 155240)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau 
+# Contributor: Erik Johnson 
+# Contributor: Jelle van der Waa 
+
+pkgbase=python-hglib
+pkgname=('python2-hglib' 'python-hglib')
+pkgver=1.9
+pkgrel=1
+arch=('any')
+url="https://pypi.python.org/pypi/python-hglib;
+license=('MIT')
+makedepends=('python2' 'mercurial' 'python')
+checkdepends=('python-nose' 'python2-nose')
+source=("https://pypi.python.org/packages/source/p/python-hglib/${pkgbase}-${pkgver}.tar.gz;)
+sha256sums=('f4302892b2b8287cf326586c7280b9eadfc3d0c7cd3feba957429a8d9b1a60ce')
+
+prepare() {
+  cp -rf "${pkgbase}-${pkgver}" "${pkgbase}-${pkgver}-2"
+}
+
+check() {
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python test.py
+
+  cd "${srcdir}/${pkgbase}-${pkgver}-2"
+  python2 test.py
+}
+
+package_python2-hglib() {
+  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
+  depends=('python2' 'mercurial')
+  cd "${srcdir}/${pkgbase}-${pkgver}-2"
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}
+
+package_python-hglib() {
+  pkgdesc="A library with a fast, convenient interface to Mercurial. It uses 
Mercurial's command server for communication with hg."
+  depends=('python' 'mercurial')
+  cd "${srcdir}/${pkgbase}-${pkgver}"
+  python setup.py install --root=${pkgdir} --optimize=1
+}


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

2016-01-03 Thread Christian Hesse
Date: Monday, January 4, 2016 @ 07:47:52
  Author: eworm
Revision: 155251

upgpkg: nbd 3.13-1

new upstream release

Modified:
  nbd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 05:51:42 UTC (rev 155250)
+++ PKGBUILD2016-01-04 06:47:52 UTC (rev 155251)
@@ -5,7 +5,7 @@
 # Contributor: Gerhard Brauer 
 
 pkgname=nbd
-pkgver=3.12.1
+pkgver=3.13
 pkgrel=1
 pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 backup=('etc/nbd-server/config')
 depends=('glib2')
 install=nbd.install
-md5sums=('055eb1c5a95cc6976256dcc84ae63abb'
+md5sums=('784be37497cc2f9a53c67c8c77d1676d'
  '2d05d426b8c2708d5f8a0d028fcbae05'
  '5d1acc143018117174f79eff15afa038')
 


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

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 06:51:42
  Author: fyan
Revision: 155250

Removed community-any for keybase

Deleted:
  keybase/repos/community-any/


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

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 06:51:21
  Author: fyan
Revision: 155249

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

Added:
  keybase/repos/community-i686/
  keybase/repos/community-i686/PKGBUILD
(from rev 155248, keybase/trunk/PKGBUILD)
  keybase/repos/community-x86_64/
  keybase/repos/community-x86_64/PKGBUILD
(from rev 155248, keybase/trunk/PKGBUILD)

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

Copied: keybase/repos/community-i686/PKGBUILD (from rev 155248, 
keybase/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-04 05:51:21 UTC (rev 155249)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.7.0
+_realver=1.0.7-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/keybase/client/go/keybase
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 155248, 
keybase/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-04 05:51:21 UTC (rev 155249)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Michael Hansen 
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.7.0
+_realver=1.0.7-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
+
+prepare() {
+  cd client
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/keybase/client/go/keybase
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}


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

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 06:50:50
  Author: fyan
Revision: 155248

upgpkg: keybase 1.0.7.0-1

update to the new go client

Modified:
  keybase/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 03:17:36 UTC (rev 155247)
+++ PKGBUILD2016-01-04 05:50:50 UTC (rev 155248)
@@ -4,20 +4,33 @@
 
 pkgname=keybase
 pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=0.8.25
+pkgver=1.0.7.0
+_realver=1.0.7-0
 pkgrel=1
-arch=('any')
+arch=('i686' 'x86_64')
 url='http://keybase.io/'
 license=('BSD')
-depends=('gnupg' 'nodejs')
-makedepends=('npm' 'git')
-source=(http://registry.npmjs.org/$pkgname/-/$pkgname-$pkgver.tgz)
-noextract=($pkgname-$pkgver.tgz)
-sha256sums=('b0bdacfcbc5eb83473a5d53e8bd3b507e2eb95ae2ed85d4c2aa50dfa839e7abc')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver;)
+sha256sums=('SKIP')
 
+prepare() {
+  cd client
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+
+  go get github.com/keybase/client/go/keybase
+}
+
+build() {
+  cd client/go/keybase
+  go build -a -tags production  # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
 package() {
-  npm install -g --user root --prefix "$pkgdir"/usr 
"$srcdir"/$pkgname-$pkgver.tgz
-  rm -r "$pkgdir"/usr/etc
-  mkdir -p "$pkgdir/usr/share/licenses/$pkgname"
-  ln -s "../../../lib/node_modules/$pkgname/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/"
+  cd client
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }


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

2016-01-03 Thread Christian Hesse
Date: Monday, January 4, 2016 @ 07:47:57
  Author: eworm
Revision: 155252

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

Added:
  nbd/repos/community-i686/PKGBUILD
(from rev 155251, nbd/trunk/PKGBUILD)
  nbd/repos/community-i686/config
(from rev 155251, nbd/trunk/config)
  nbd/repos/community-i686/nbd.install
(from rev 155251, nbd/trunk/nbd.install)
  nbd/repos/community-i686/nbd.service
(from rev 155251, nbd/trunk/nbd.service)
  nbd/repos/community-x86_64/PKGBUILD
(from rev 155251, nbd/trunk/PKGBUILD)
  nbd/repos/community-x86_64/config
(from rev 155251, nbd/trunk/config)
  nbd/repos/community-x86_64/nbd.install
(from rev 155251, nbd/trunk/nbd.install)
  nbd/repos/community-x86_64/nbd.service
(from rev 155251, nbd/trunk/nbd.service)
Deleted:
  nbd/repos/community-i686/PKGBUILD
  nbd/repos/community-i686/config
  nbd/repos/community-i686/nbd.install
  nbd/repos/community-i686/nbd.service
  nbd/repos/community-x86_64/PKGBUILD
  nbd/repos/community-x86_64/config
  nbd/repos/community-x86_64/nbd.install
  nbd/repos/community-x86_64/nbd.service

--+
 /PKGBUILD|   80 +
 /config  |   66 +
 /nbd.install |   16 
 /nbd.service |   20 ++
 community-i686/PKGBUILD  |   40 
 community-i686/config|   33 
 community-i686/nbd.install   |8 
 community-i686/nbd.service   |   10 -
 community-x86_64/PKGBUILD|   40 
 community-x86_64/config  |   33 
 community-x86_64/nbd.install |8 
 community-x86_64/nbd.service |   10 -
 12 files changed, 182 insertions(+), 182 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-04 06:47:52 UTC (rev 155251)
+++ community-i686/PKGBUILD 2016-01-04 06:47:57 UTC (rev 155252)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Christian Hesse 
-# Contributor: Sven-Hendrik Haase 
-# Contributor: Ionut Biru 
-# Contributor: Gerhard Brauer 
-
-pkgname=nbd
-pkgver=3.12.1
-pkgrel=1
-pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
-arch=('i686' 'x86_64')
-url="http://nbd.sourceforge.net;
-license=('GPL')
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
-   config nbd.service)
-backup=('etc/nbd-server/config')
-depends=('glib2')
-install=nbd.install
-md5sums=('055eb1c5a95cc6976256dcc84ae63abb'
- '2d05d426b8c2708d5f8a0d028fcbae05'
- '5d1acc143018117174f79eff15afa038')
-
-build(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
-
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
-  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
-
-  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
-}

Copied: nbd/repos/community-i686/PKGBUILD (from rev 155251, nbd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-04 06:47:57 UTC (rev 155252)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Christian Hesse 
+# Contributor: Sven-Hendrik Haase 
+# Contributor: Ionut Biru 
+# Contributor: Gerhard Brauer 
+
+pkgname=nbd
+pkgver=3.13
+pkgrel=1
+pkgdesc="tools for network block devices, allowing you to use remote block 
devices over TCP/IP"
+arch=('i686' 'x86_64')
+url="http://nbd.sourceforge.net;
+license=('GPL')
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
+   config nbd.service)
+backup=('etc/nbd-server/config')
+depends=('glib2')
+install=nbd.install
+md5sums=('784be37497cc2f9a53c67c8c77d1676d'
+ '2d05d426b8c2708d5f8a0d028fcbae05'
+ '5d1acc143018117174f79eff15afa038')
+
+build(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-syslog 
--sbindir=/usr/bin
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  install -D -m644 "${srcdir}"/config "${pkgdir}"/etc/nbd-server/config
+  install -D -m644 "${srcdir}"/nbd.service 
"${pkgdir}"/usr/lib/systemd/system/nbd.service
+
+  install -D -m644 doc/README "${pkgdir}"/usr/share/doc/nbd/README
+}

Deleted: community-i686/config
===
--- community-i686/config   2016-01-04 06:47:52 UTC (rev 155251)

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

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 08:17:31
  Author: fyan
Revision: 155253

upgpkg: cabal-install 1.22.7.0-1

Modified:
  cabal-install/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-04 06:47:57 UTC (rev 155252)
+++ PKGBUILD2016-01-04 07:17:31 UTC (rev 155253)
@@ -1,49 +1,37 @@
-# Maintainer: Thomas Dziedzic 
-# Maintainer: Vesa Kaihlavirta 
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
 # Contributor: Arch Haskell Team 
 
 pkgname=cabal-install
-pkgver=1.22.6.0
-pkgrel=2
+pkgver=1.22.7.0
+pkgrel=1
 pkgdesc="The command-line interface for Cabal and Hackage."
 url="http://hackage.haskell.org/package/cabal-install;
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 depends=('gmp' 'zlib' 'libffi')
-makedepends=('ghc' 'cabal-install' 'chrpath')
+makedepends=("ghc=7.10.3" "haskell-http" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-random" "haskell-stm" "haskell-zlib")
 
source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz;)
-md5sums=('0463650044697ea337705ea9e29a0221')
+md5sums=('12f26ad8585a17a50cdde1a0ea7556d3')
 
-# the bootstrap script was broken on several releases
-# build with a cabal sandbox to avoid unnecessary patching & headaches
 build() {
-  cd cabal-install-${pkgver}
+  cd "${srcdir}/$pkgname-$pkgver"
 
-  cabal update
-
-  cabal sandbox init
-
-  cabal install --only-dependencies
-
-  cabal build
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fnetwork-uri -f-old-directory
+  runhaskell Setup build
 }
 
 package() {
-  cd cabal-install-${pkgver}
+  cd "${srcdir}/$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
 
-  install -d ${pkgdir}/usr/bin
-  install -m755 dist/build/cabal/cabal \
-${pkgdir}/usr/bin
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 
-  # remove insecure rpath
-  chrpath -d ${pkgdir}/usr/bin/cabal
-
-  install -d ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 LICENSE \
-${pkgdir}/usr/share/licenses/${pkgname}
-
-  # add bash completion
-  install -d ${pkgdir}/usr/share/bash-completion/completions
-  install -m644 bash-completion/cabal \
-${pkgdir}/usr/share/bash-completion/completions
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
 }


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

2016-01-03 Thread Felix Yan
Date: Monday, January 4, 2016 @ 08:18:03
  Author: fyan
Revision: 155254

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

Added:
  cabal-install/repos/community-testing-i686/
  cabal-install/repos/community-testing-i686/PKGBUILD
(from rev 155253, cabal-install/trunk/PKGBUILD)
  cabal-install/repos/community-testing-x86_64/
  cabal-install/repos/community-testing-x86_64/PKGBUILD
(from rev 155253, cabal-install/trunk/PKGBUILD)

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

Copied: cabal-install/repos/community-testing-i686/PKGBUILD (from rev 155253, 
cabal-install/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2016-01-04 07:18:03 UTC (rev 155254)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.22.7.0
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'zlib' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-http" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-random" "haskell-stm" "haskell-zlib")
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('12f26ad8585a17a50cdde1a0ea7556d3')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fnetwork-uri -f-old-directory
+  runhaskell Setup build
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
+}

Copied: cabal-install/repos/community-testing-x86_64/PKGBUILD (from rev 155253, 
cabal-install/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2016-01-04 07:18:03 UTC (rev 155254)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Thomas Dziedzic 
+# Contributor: Vesa Kaihlavirta 
+# Contributor: Arch Haskell Team 
+
+pkgname=cabal-install
+pkgver=1.22.7.0
+pkgrel=1
+pkgdesc="The command-line interface for Cabal and Hackage."
+url="http://hackage.haskell.org/package/cabal-install;
+license=('custom:BSD3')
+arch=('i686' 'x86_64')
+depends=('gmp' 'zlib' 'libffi')
+makedepends=("ghc=7.10.3" "haskell-http" "haskell-mtl" "haskell-network" 
"haskell-network-uri"
+ "haskell-random" "haskell-stm" "haskell-zlib")
+source=("https://hackage.haskell.org/package/cabal-install-${pkgver}/cabal-install-${pkgver}.tar.gz;)
+md5sums=('12f26ad8585a17a50cdde1a0ea7556d3')
+
+build() {
+  cd "${srcdir}/$pkgname-$pkgver"
+
+  runhaskell Setup configure -O --prefix=/usr 
--docdir="/usr/share/doc/${pkgname}" \
+-fnetwork-uri -f-old-directory
+  runhaskell Setup build
+}
+
+package() {
+  cd "${srcdir}/$pkgname-$pkgver"
+  runhaskell Setup copy --destdir="${pkgdir}"
+
+  install -Dm644 LICENSE \
+"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+
+  install -Dm644 bash-completion/cabal \
+"${pkgdir}/usr/share/bash-completion/completions/cabal"
+}


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

2016-01-03 Thread Jaroslav Lichtblau
Date: Sunday, January 3, 2016 @ 11:41:38
  Author: jlichtblau
Revision: 155221

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

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

+
 /PKGBUILD  |  132 +++
 /syncthing.install |   24 ++
 community-i686/PKGBUILD|   66 -
 community-i686/syncthing.install   |   12 ---
 community-x86_64/PKGBUILD  |   66 -
 community-x86_64/syncthing.install |   12 ---
 6 files changed, 156 insertions(+), 156 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-03 10:41:20 UTC (rev 155220)
+++ community-i686/PKGBUILD 2016-01-03 10:41:38 UTC (rev 155221)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: Sauyon Lee 
-# Contributor: Kevin MacMartin 
-# Contributor: korjjj 
-
-pkgname=syncthing
-pkgver=0.12.10
-pkgrel=1
-pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
-arch=('i686' 'x86_64')
-url="http://syncthing.net/;
-license=('MPL')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-install=$pkgname.install
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
-sha1sums=('SKIP')
-
-prepare() {
-  cd "${srcdir}"
-  install -d "src/github.com/syncthing"
-  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
-}
-
-build() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  if [ ${CARCH}" == "i686" ] ; then
-  go run build.go -no-upgrade -goarch 386 build
-  if [ ${CARCH}" == "x86_64" ] ; then
-  go run build.go -no-upgrade -goarch amd64 build
-  else
-  go run build.go -no-upgrade build
-  fi
-}
-
-check() {
-  export GOPATH="${srcdir}"
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  #go run build.go -no-upgrade test
-}
-
-package() {
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
-  install -Dm755 ${pkgname} "${pkgdir}/usr/bin/${pkgname}"
-  install -Dm644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
-  install -Dm644 "etc/linux-systemd/system/${pkgname}@.service" 
"${pkgdir}/usr/lib/systemd/system/${pkgname}@.service"
-  install -Dm644 "etc/linux-systemd/user/${pkgname}.service" 
"${pkgdir}/usr/lib/systemd/user/${pkgname}.service"
-
-# license
-  install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
-
-# man pages
-  cd "${srcdir}/src/github.com/syncthing/${pkgname}/man"
-  for file in $(find . -name '*.1' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man1/$file
-  done
-  for file in $(find . -name '*.5' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man5/$file
-  done
-  for file in $(find . -name '*.7' -print); do
-install -Dm644 $file "${pkgdir}"/usr/share/man/man7/$file
-  done
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 155220, 
syncthing/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-03 10:41:38 UTC (rev 155221)
@@ -0,0 +1,66 @@
+# $Id$
+# Maintainer : Martin Wimpress 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: Sauyon Lee 
+# Contributor: Kevin MacMartin 
+# Contributor: korjjj 
+
+pkgname=syncthing
+pkgver=0.12.11
+pkgrel=1
+pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
+arch=('i686' 'x86_64')
+url="http://syncthing.net/;
+license=('MPL')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+install=$pkgname.install
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd "${srcdir}"
+  install -d "src/github.com/syncthing"
+  mv "${pkgname}-${pkgver}" "src/github.com/syncthing/${pkgname}"
+}
+
+build() {
+  export GOPATH="${srcdir}"
+  cd "${srcdir}/src/github.com/syncthing/${pkgname}"
+  if [ ${CARCH}" == "i686" ] ; then
+  go run build.go -no-upgrade -goarch 

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

2016-01-03 Thread Jaroslav Lichtblau
Date: Sunday, January 3, 2016 @ 11:41:20
  Author: jlichtblau
Revision: 155220

upgpkg: syncthing 0.12.11-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 10:16:15 UTC (rev 155219)
+++ PKGBUILD2016-01-03 10:41:20 UTC (rev 155220)
@@ -6,7 +6,7 @@
 # Contributor: korjjj 
 
 pkgname=syncthing
-pkgver=0.12.10
+pkgver=0.12.11
 pkgrel=1
 pkgdesc="Open Source Continuous Replication / Cluster Synchronization Thing"
 arch=('i686' 'x86_64')


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

2016-01-03 Thread Thorsten Töpper
Date: Sunday, January 3, 2016 @ 12:43:45
  Author: ttoepper
Revision: 155224

upgpkg: i3status 2.10-1

Modified:
  i3status/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 11:30:13 UTC (rev 155223)
+++ PKGBUILD2016-01-03 11:43:45 UTC (rev 155224)
@@ -2,7 +2,7 @@
 # Maintainer: Thorsten Töpper 
 
 pkgname=i3status
-pkgver=2.9
+pkgver=2.10
 pkgrel=1
 pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
 arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@
 url='http://i3.zekjur.net/i3status/'
 license=('BSD')
 groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
+depends=('wireless_tools' 'confuse' 'yajl' 'libpulse' 'libnl')
 makedepends=('asciidoc')
 backup=('etc/i3status.conf')
 install=i3status.install
@@ -16,19 +16,19 @@
 options=('docs')
 source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2;
 "http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc;)
-md5sums=('f02a61ade525fd9e9b092f778632a8b0'
+md5sums=('1121f7c1c193c873982aba22668398ef'
  'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  
+
   make
 }
 
 package() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  
+
   make DESTDIR="$pkgdir" install
   install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
 


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

2016-01-03 Thread Thorsten Töpper
Date: Sunday, January 3, 2016 @ 12:43:51
  Author: ttoepper
Revision: 155225

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

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

---+
 /PKGBUILD |   78 
 /i3status.install |   18 
 community-i686/PKGBUILD   |   39 --
 community-i686/i3status.install   |9 
 community-x86_64/PKGBUILD |   39 --
 community-x86_64/i3status.install |9 
 6 files changed, 96 insertions(+), 96 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-03 11:43:45 UTC (rev 155224)
+++ community-i686/PKGBUILD 2016-01-03 11:43:51 UTC (rev 155225)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3status
-pkgver=2.9
-pkgrel=1
-pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
-arch=('i686' 'x86_64')
-url='http://i3.zekjur.net/i3status/'
-license=('BSD')
-groups=('i3')
-depends=('wireless_tools' 'confuse' 'alsa-lib' 'yajl')
-makedepends=('asciidoc')
-backup=('etc/i3status.conf')
-install=i3status.install
-options=('docs')
-source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2;
-"http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc;)
-md5sums=('f02a61ade525fd9e9b092f778632a8b0'
- 'SKIP')
-validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  make DESTDIR="$pkgdir" install
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-
-  make clean
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: i3status/repos/community-i686/PKGBUILD (from rev 155224, 
i3status/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-03 11:43:51 UTC (rev 155225)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+
+pkgname=i3status
+pkgver=2.10
+pkgrel=1
+pkgdesc='Generates status bar to use with i3bar, dzen2 or xmobar'
+arch=('i686' 'x86_64')
+url='http://i3.zekjur.net/i3status/'
+license=('BSD')
+groups=('i3')
+depends=('wireless_tools' 'confuse' 'yajl' 'libpulse' 'libnl')
+makedepends=('asciidoc')
+backup=('etc/i3status.conf')
+install=i3status.install
+options=('docs')
+source=("http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2;
+"http://i3.zekjur.net/i3status/$pkgname-$pkgver.tar.bz2.asc;)
+md5sums=('1121f7c1c193c873982aba22668398ef'
+ 'SKIP')
+validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+
+  make clean
+}
+
+# vim:set ts=2 sw=2 et:
+

Deleted: community-i686/i3status.install
===
--- community-i686/i3status.install 2016-01-03 11:43:45 UTC (rev 155224)
+++ community-i686/i3status.install 2016-01-03 11:43:51 UTC (rev 155225)
@@ -1,9 +0,0 @@
-post_install() {
-  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
-}
-
-post_upgrade() {
-  post_install $1
-}
-
-# vim:set ts=2 sw=2 et:

Copied: i3status/repos/community-i686/i3status.install (from rev 155224, 
i3status/trunk/i3status.install)
===
--- community-i686/i3status.install (rev 0)
+++ community-i686/i3status.install 2016-01-03 11:43:51 UTC (rev 155225)
@@ -0,0 +1,9 @@
+post_install() {
+  setcap 'CAP_NET_ADMIN=ep' /usr/bin/i3status
+}
+
+post_upgrade() {
+  post_install $1
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-03 11:43:45 UTC (rev 155224)
+++ community-x86_64/PKGBUILD   2016-01-03 11:43:51 UTC (rev 155225)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-
-pkgname=i3status
-pkgver=2.9
-pkgrel=1

[arch-commits] Commit in puzzles/repos/community-i686 (4 files)

2016-01-03 Thread Jakob Gruber
Date: Sunday, January 3, 2016 @ 11:07:31
  Author: schuay
Revision: 155216

archrelease: copy trunk to community-i686

Added:
  puzzles/repos/community-i686/PKGBUILD
(from rev 155215, puzzles/trunk/PKGBUILD)
  puzzles/repos/community-i686/puzzles.install
(from rev 155215, puzzles/trunk/puzzles.install)
Deleted:
  puzzles/repos/community-i686/PKGBUILD
  puzzles/repos/community-i686/puzzles.install

-+
 PKGBUILD|  149 +++---
 puzzles.install |   38 ++---
 2 files changed, 94 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 10:07:18 UTC (rev 155215)
+++ PKGBUILD2016-01-03 10:07:31 UTC (rev 155216)
@@ -1,74 +0,0 @@
-# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr>
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-# Maintainer: schuay <jakob.gru...@gmail.com>
-
-pkgname=puzzles
-pkgver=20150209
-pkgrel=1
-pkgdesc="Simon Tatham's Portable Puzzle Collection"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
-depends=('gtk2' 'desktop-file-utils')
-install=puzzles.install
-source=("git://git.tartarus.org/simon/puzzles.git#commit=f1e68fb")
-md5sums=("SKIP")
-
-prepare() {
-cd ${srcdir}/${pkgname}
-
-# Generate the makefiles.
-./mkfiles.pl
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-
-# Tweak desktop file generation to use proper icon paths.
-sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
-
-# And add to LogicGame category (FS#43512).
-sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
-}
-
-build() {
-cd ${srcdir}/${pkgname}
-make -f Makefile.gtk prefix=/usr
-
-# Generate icons.
-cd ${srcdir}/${pkgname}/icons
-xvfb-run make pngicons
-}
-
-package() {
-# Install the icons.
-cd ${srcdir}/${pkgname}/icons
-
-install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
-for oldname in *-48d24.png; do
-newname=$(sed 's/\(\w*\)-48d24.png/\1.png/' <<< ${oldname})
-install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
-done
-
-# Generate .desktop files.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/share/applications
-./desktop.pl ${pkgdir}/usr/share/applications \
- /usr/bin \
- /unused/argument
-
-# And finally, install the games.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-# Fix FS#14600 (name conflicts with other packages).
-for oldname in net cube blackbox; do
-newname=puzzles-${oldname}
-mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
-sed -i "s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_" \
-${pkgdir}/usr/share/applications/${oldname}.desktop
-done
-}

Copied: puzzles/repos/community-i686/PKGBUILD (from rev 155215, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 10:07:31 UTC (rev 155216)
@@ -0,0 +1,75 @@
+# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+# Maintainer: schuay <jakob.gru...@gmail.com>
+
+pkgname=puzzles
+pkgver=20160103
+pkgrel=1
+pkgdesc="Simon Tatham's Portable Puzzle Collection"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
+depends=('gtk2' 'desktop-file-utils')
+install=puzzles.install
+source=("git://git.tartarus.org/simon/puzzles.git#commit=55683abd")
+md5sums=("SKIP")
+
+prepare() {
+cd ${srcdir}/${pkgname}
+
+# Generate the makefiles.
+./mkfiles.pl
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros_g' Makefile.gtk
+
+# Tweak desktop file generation to use proper icon paths.
+sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
+
+# And add to LogicGame category (FS#43512).
+sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
+}
+
+build() {
+cd ${srcdir}/${pkgname}
+make -f Makefile.gtk prefix=/usr
+
+# Generate icons.
+cd ${srcdir}/${pkgname}/icons
+xvfb-run make pngicons
+}
+
+package() {
+# Install the icons.
+cd ${srcdir}/${pkgname}/icons
+
+install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
+for oldname in *-48d24.png; do
+newn

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

2016-01-03 Thread Jakob Gruber
Date: Sunday, January 3, 2016 @ 11:07:18
  Author: schuay
Revision: 155215

puzzles 20160103

Modified:
  puzzles/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 02:55:42 UTC (rev 155214)
+++ PKGBUILD2016-01-03 10:07:18 UTC (rev 155215)
@@ -3,7 +3,7 @@
 # Maintainer: schuay <jakob.gru...@gmail.com>
 
 pkgname=puzzles
-pkgver=20150209
+pkgver=20160103
 pkgrel=1
 pkgdesc="Simon Tatham's Portable Puzzle Collection"
 arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@
 makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
 depends=('gtk2' 'desktop-file-utils')
 install=puzzles.install
-source=("git://git.tartarus.org/simon/puzzles.git#commit=f1e68fb")
+source=("git://git.tartarus.org/simon/puzzles.git#commit=55683abd")
 md5sums=("SKIP")
 
 prepare() {
@@ -21,6 +21,7 @@
 # Generate the makefiles.
 ./mkfiles.pl
 sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros_g' Makefile.gtk
 
 # Tweak desktop file generation to use proper icon paths.
 sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl


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

2016-01-03 Thread Jakob Gruber
Date: Sunday, January 3, 2016 @ 11:07:39
  Author: schuay
Revision: 155217

archrelease: copy trunk to community-x86_64

Added:
  puzzles/repos/community-x86_64/PKGBUILD
(from rev 155216, puzzles/trunk/PKGBUILD)
  puzzles/repos/community-x86_64/puzzles.install
(from rev 155216, puzzles/trunk/puzzles.install)
Deleted:
  puzzles/repos/community-x86_64/PKGBUILD
  puzzles/repos/community-x86_64/puzzles.install

-+
 PKGBUILD|  149 +++---
 puzzles.install |   38 ++---
 2 files changed, 94 insertions(+), 93 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 10:07:31 UTC (rev 155216)
+++ PKGBUILD2016-01-03 10:07:39 UTC (rev 155217)
@@ -1,74 +0,0 @@
-# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr>
-# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
-# Maintainer: schuay <jakob.gru...@gmail.com>
-
-pkgname=puzzles
-pkgver=20150209
-pkgrel=1
-pkgdesc="Simon Tatham's Portable Puzzle Collection"
-arch=('i686' 'x86_64')
-url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
-license=('MIT')
-makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
-depends=('gtk2' 'desktop-file-utils')
-install=puzzles.install
-source=("git://git.tartarus.org/simon/puzzles.git#commit=f1e68fb")
-md5sums=("SKIP")
-
-prepare() {
-cd ${srcdir}/${pkgname}
-
-# Generate the makefiles.
-./mkfiles.pl
-sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
-
-# Tweak desktop file generation to use proper icon paths.
-sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
-
-# And add to LogicGame category (FS#43512).
-sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
-}
-
-build() {
-cd ${srcdir}/${pkgname}
-make -f Makefile.gtk prefix=/usr
-
-# Generate icons.
-cd ${srcdir}/${pkgname}/icons
-xvfb-run make pngicons
-}
-
-package() {
-# Install the icons.
-cd ${srcdir}/${pkgname}/icons
-
-install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
-for oldname in *-48d24.png; do
-newname=$(sed 's/\(\w*\)-48d24.png/\1.png/' <<< ${oldname})
-install -Dm644 ${oldname} 
${pkgdir}/usr/share/icons/hicolor/48x48/apps/${newname}
-done
-
-# Generate .desktop files.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/share/applications
-./desktop.pl ${pkgdir}/usr/share/applications \
- /usr/bin \
- /unused/argument
-
-# And finally, install the games.
-cd ${srcdir}/${pkgname}
-
-install -d ${pkgdir}/usr/{bin,share/licenses/${pkgname}}
-install -Dm644 LICENCE ${pkgdir}/usr/share/licenses/${pkgname}/
-
-make -f Makefile.gtk prefix=/usr DESTDIR=${pkgdir} install
-
-# Fix FS#14600 (name conflicts with other packages).
-for oldname in net cube blackbox; do
-newname=puzzles-${oldname}
-mv ${pkgdir}/usr/bin/${oldname} ${pkgdir}/usr/bin/${newname}
-sed -i "s_Exec=/usr/bin/${oldname}_Exec=/usr/bin/${newname}_" \
-${pkgdir}/usr/share/applications/${oldname}.desktop
-done
-}

Copied: puzzles/repos/community-x86_64/PKGBUILD (from rev 155216, 
puzzles/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 10:07:39 UTC (rev 155217)
@@ -0,0 +1,75 @@
+# Contributor: Geoffroy Carrier <geoffroy.carr...@koon.fr>
+# Contributor: Daniel J Griffiths <ghost1...@archlinux.us>
+# Maintainer: schuay <jakob.gru...@gmail.com>
+
+pkgname=puzzles
+pkgver=20160103
+pkgrel=1
+pkgdesc="Simon Tatham's Portable Puzzle Collection"
+arch=('i686' 'x86_64')
+url="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/;
+license=('MIT')
+makedepends=('pkgconfig' 'subversion' 'xorg-server-xvfb' 'imagemagick' 'git')
+depends=('gtk2' 'desktop-file-utils')
+install=puzzles.install
+source=("git://git.tartarus.org/simon/puzzles.git#commit=55683abd")
+md5sums=("SKIP")
+
+prepare() {
+cd ${srcdir}/${pkgname}
+
+# Generate the makefiles.
+./mkfiles.pl
+sed -i 's|\$(gamesdir)|\$(bindir)|' Makefile.gtk
+sed -i 's_CFLAGS := -O2_CFLAGS := -O2 -Wno-variadic-macros_g' Makefile.gtk
+
+# Tweak desktop file generation to use proper icon paths.
+sed -i 's_\$icondir\/\$id-48d24.png_$id_' desktop.pl
+
+# And add to LogicGame category (FS#43512).
+sed -i 's_\(Categories=Game;\)_\1LogicGame;_' desktop.pl
+}
+
+build() {
+cd ${srcdir}/${pkgname}
+make -f Makefile.gtk prefix=/usr
+
+# Generate icons.
+cd ${srcdir}/${pkgname}/icons
+xvfb-run make pngicons
+}
+
+package() {
+# Install the icons.
+cd ${srcdir}/${pkgname}/icons
+
+install -d ${pkgdir}/usr/share/icons/hicolor/48x48/apps/
+for oldname in *-48d24.png; do

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

2016-01-03 Thread Felix Yan
Date: Sunday, January 3, 2016 @ 11:15:54
  Author: fyan
Revision: 155218

upgpkg: skk-jisyo 20160103-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 10:07:39 UTC (rev 155217)
+++ PKGBUILD2016-01-03 10:15:54 UTC (rev 155218)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc <jenesh...@gmail.com>
 
 pkgname=skk-jisyo
-pkgver=20151227
+pkgver=20160103
 pkgrel=1
 pkgdesc="Dictionaries for the SKK Japanese input method"
 arch=('any')
@@ -16,7 +16,7 @@
 
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
 
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
 
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('c23b9a3e5f1582eddf3ac4e9da7b81c8'
+md5sums=('cf4561e39e7afb4c2969cd464c93f304'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2016-01-03 Thread Felix Yan
Date: Sunday, January 3, 2016 @ 11:16:15
  Author: fyan
Revision: 155219

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 155218, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 155218, skk-jisyo/trunk/skk-jisyo.install)
Deleted:
  skk-jisyo/repos/community-any/PKGBUILD
  skk-jisyo/repos/community-any/skk-jisyo.install

---+
 PKGBUILD  |   62 ++--
 skk-jisyo.install |   20 
 2 files changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 10:15:54 UTC (rev 155218)
+++ PKGBUILD2016-01-03 10:16:15 UTC (rev 155219)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonm...@archlinux.org>
-# Contributor: jeneshicc <jenesh...@gmail.com>
-
-pkgname=skk-jisyo
-pkgver=20151227
-pkgrel=1
-pkgdesc="Dictionaries for the SKK Japanese input method"
-arch=('any')
-url="http://openlab.ring.gr.jp/skk/;
-optdepends=('skktools: Dictionary maintenabce tools')
-license=('GPL')
-install=${pkgname}.install
-source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
-
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
-
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
-
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
-
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
-md5sums=('c23b9a3e5f1582eddf3ac4e9da7b81c8'
- 'e24063430ffc2b7bc85ea297ee134f5d'
- '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
- '53407c1d74036759a7db1fa07dd8e5d4'
- 'efb7f415213e6bdcdffc3a9a2e262f19')
-
-package() {
-  cd "$srcdir"
-
-  for t in L jinmei geo propernoun station; do
-install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
-  done
-}

Copied: skk-jisyo/repos/community-any/PKGBUILD (from rev 155218, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 10:16:15 UTC (rev 155219)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonm...@archlinux.org>
+# Contributor: jeneshicc <jenesh...@gmail.com>
+
+pkgname=skk-jisyo
+pkgver=20160103
+pkgrel=1
+pkgdesc="Dictionaries for the SKK Japanese input method"
+arch=('any')
+url="http://openlab.ring.gr.jp/skk/;
+optdepends=('skktools: Dictionary maintenabce tools')
+license=('GPL')
+install=${pkgname}.install
+source=(SKK-JISYO.L.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.L.gz
+
SKK-JISYO.jinmei.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.jinmei.gz
+
SKK-JISYO.geo.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.geo.gz
+
SKK-JISYO.propernoun.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.propernoun.gz
+
SKK-JISYO.station.$pkgver.gz::http://openlab.ring.gr.jp/skk/dic/SKK-JISYO.station.gz)
+md5sums=('cf4561e39e7afb4c2969cd464c93f304'
+ 'e24063430ffc2b7bc85ea297ee134f5d'
+ '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
+ '53407c1d74036759a7db1fa07dd8e5d4'
+ 'efb7f415213e6bdcdffc3a9a2e262f19')
+
+package() {
+  cd "$srcdir"
+
+  for t in L jinmei geo propernoun station; do
+install -D -m 644 "$srcdir/SKK-JISYO.$t.$pkgver" 
"$pkgdir/usr/share/skk/SKK-JISYO.$t"
+  done
+}

Deleted: skk-jisyo.install
===
--- skk-jisyo.install   2016-01-03 10:15:54 UTC (rev 155218)
+++ skk-jisyo.install   2016-01-03 10:16:15 UTC (rev 155219)
@@ -1,10 +0,0 @@
-post_install() {
-  echo ">>> If you want to merge dictionaries, use skktools"
-  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
-  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
-}
-
-post_upgrade() {
-  post_install $1
-}
-# vim:set ts=2 sw=2 et:

Copied: skk-jisyo/repos/community-any/skk-jisyo.install (from rev 155218, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2016-01-03 10:16:15 UTC (rev 155219)
@@ -0,0 +1,10 @@
+post_install() {
+  echo ">>> If you want to merge dictionaries, use skktools"
+  echo ">>> For example, merging SKK-JISYO.L and SKK-JISYO.geo into 
SKK-JISYO.XL:"
+  echo ">>> % skkdic-expr2 SKK-JISYO.L + SKK-JISYO.geo > SKK-JISYO.XL"
+}
+
+post_upgrade() {
+  post_install $1
+}
+# vim:set ts=2 sw=2 et:


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

2016-01-03 Thread Pierre Schmitz
Date: Sunday, January 3, 2016 @ 09:04:07
  Author: pierre
Revision: 257477

Reduce noise in generated patches

Modified:
  php/trunk/apache.patch
  php/trunk/generate_patches
  php/trunk/php-fpm.patch
  php/trunk/php.ini.patch

--+
 apache.patch |8 
 generate_patches |   14 +++---
 php-fpm.patch|   16 
 php.ini.patch|4 ++--
 4 files changed, 21 insertions(+), 21 deletions(-)

Modified: apache.patch
===
--- apache.patch2016-01-03 07:58:10 UTC (rev 257476)
+++ apache.patch2016-01-03 08:04:07 UTC (rev 257477)
@@ -1,5 +1,5 @@
 sapi/apache2handler/config.m4.orig 2015-12-16 11:41:55.0 +0100
-+++ sapi/apache2handler/config.m4  2016-01-01 18:56:23.530338559 +0100
+--- sapi/apache2handler/config.m4.orig
 sapi/apache2handler/config.m4
 @@ -122,7 +122,6 @@
PHP_BUILD_THREAD_SAFE
  fi
@@ -8,8 +8,8 @@
  if test -n "$APACHE_THREADED_MPM"; then
PHP_BUILD_THREAD_SAFE
  fi
 configure.orig 2015-12-16 11:41:54.0 +0100
-+++ configure  2016-01-01 18:56:23.793665417 +0100
+--- configure.orig
 configure
 @@ -6875,7 +6875,6 @@
  
  fi

Modified: generate_patches
===
--- generate_patches2016-01-03 07:58:10 UTC (rev 257476)
+++ generate_patches2016-01-03 08:04:07 UTC (rev 257477)
@@ -35,14 +35,14 @@
-e 's#^; extension_dir = "\./"$#extension_dir = 
"/usr/lib/php/modules/"#g' \
-i php.ini-production
 
-diff -u sapi/apache2handler/config.m4.orig sapi/apache2handler/config.m4 > 
../../apache.patch
-diff -u configure.orig configure >> ../../apache.patch
+diff -u sapi/apache2handler/config.m4.orig sapi/apache2handler/config.m4 | 
filterdiff --clean --remove-timestamps > ../../apache.patch
+diff -u configure.orig configure | filterdiff --clean --remove-timestamps >> 
../../apache.patch
 
-diff -u sapi/fpm/Makefile.frag.orig sapi/fpm/Makefile.frag > 
../../php-fpm.patch
-diff -u sapi/fpm/php-fpm.conf.in.orig sapi/fpm/php-fpm.conf.in >> 
../../php-fpm.patch
-diff -u sapi/fpm/www.conf.in.orig sapi/fpm/www.conf.in >> ../../php-fpm.patch
-diff -u sapi/fpm/php-fpm.service.in.orig sapi/fpm/php-fpm.service.in >> 
../../php-fpm.patch
+diff -u sapi/fpm/Makefile.frag.orig sapi/fpm/Makefile.frag | filterdiff 
--clean --remove-timestamps > ../../php-fpm.patch
+diff -u sapi/fpm/php-fpm.conf.in.orig sapi/fpm/php-fpm.conf.in | filterdiff 
--clean --remove-timestamps >> ../../php-fpm.patch
+diff -u sapi/fpm/www.conf.in.orig sapi/fpm/www.conf.in | filterdiff --clean 
--remove-timestamps >> ../../php-fpm.patch
+diff -u sapi/fpm/php-fpm.service.in.orig sapi/fpm/php-fpm.service.in | 
filterdiff --clean --remove-timestamps >> ../../php-fpm.patch
 
-diff -u php.ini-production.orig php.ini-production > ../../php.ini.patch
+diff -u php.ini-production.orig php.ini-production | filterdiff --clean 
--remove-timestamps > ../../php.ini.patch
 
 popd

Modified: php-fpm.patch
===
--- php-fpm.patch   2016-01-03 07:58:10 UTC (rev 257476)
+++ php-fpm.patch   2016-01-03 08:04:07 UTC (rev 257477)
@@ -1,5 +1,5 @@
 sapi/fpm/Makefile.frag.orig2015-12-16 11:41:54.0 +0100
-+++ sapi/fpm/Makefile.frag 2016-01-01 18:56:23.796998669 +0100
+--- sapi/fpm/Makefile.frag.orig
 sapi/fpm/Makefile.frag
 @@ -12,8 +12,8 @@
  
@echo "Installing PHP FPM config:$(INSTALL_ROOT)$(sysconfdir)/" 
&& \
@@ -11,8 +11,8 @@
  
@echo "Installing PHP FPM man page:  $(INSTALL_ROOT)$(mandir)/man8/"
@$(mkinstalldirs) $(INSTALL_ROOT)$(mandir)/man8
 sapi/fpm/php-fpm.conf.in.orig  2015-12-16 11:41:54.0 +0100
-+++ sapi/fpm/php-fpm.conf.in   2016-01-01 18:56:23.800331920 +0100
+--- sapi/fpm/php-fpm.conf.in.orig
 sapi/fpm/php-fpm.conf.in
 @@ -14,14 +14,14 @@
  ; Pid file
  ; Note: the default prefix is @EXPANDED_LOCALSTATEDIR@
@@ -30,8 +30,8 @@
  
  ; syslog_facility is used to specify what type of program is logging the
  ; message. This lets syslogd specify that messages from different facilities
 sapi/fpm/www.conf.in.orig  2015-12-16 11:41:54.0 +0100
-+++ sapi/fpm/www.conf.in   2016-01-01 18:56:23.803665171 +0100
+--- sapi/fpm/www.conf.in.orig
 sapi/fpm/www.conf.in
 @@ -33,7 +33,7 @@
  ;(IPv6 and IPv4-mapped) on a specific port;
  ;   '/path/to/unix/socket' - to listen on a unix socket.
@@ -61,8 +61,8 @@
  
  ; Redirect worker stdout and stderr into main error log. If not set, stdout 
and
  ; stderr will be redirected to /dev/null according to FastCGI specs.
 sapi/fpm/php-fpm.service.in.orig   2015-12-16 11:41:54.0 +0100
-+++ sapi/fpm/php-fpm.service.in2016-01-01 18:56:23.803665171 +0100
+--- sapi/fpm/php-fpm.service.in.orig
 sapi/fpm/php-fpm.service.in
 @@ -4,7 +4,7 @@
  
  

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

2016-01-03 Thread Pierre Schmitz
Date: Sunday, January 3, 2016 @ 09:10:38
  Author: pierre
Revision: 257479

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

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

---+
 /PKGBUILD |  650 
 /apache.conf  |   26 +
 /apache.patch |   40 ++
 /generate_patches |   96 +
 /php-fpm.install  |   18 +
 /php-fpm.patch|  148 +
 /php-fpm.tmpfiles |2 
 /php.ini.patch|  190 +++
 extra-i686/PKGBUILD   |  320 ---
 extra-i686/apache.conf|   13 
 extra-i686/apache.patch   |   20 -
 extra-i686/generate_patches   |   48 --
 extra-i686/php-fpm.install|9 
 extra-i686/php-fpm.patch  |   74 
 extra-i686/php-fpm.tmpfiles   |1 
 extra-i686/php.ini.patch  |   95 -
 extra-x86_64/PKGBUILD |  320 ---
 extra-x86_64/apache.conf  |   13 
 extra-x86_64/apache.patch |   20 -
 extra-x86_64/generate_patches |   48 --
 extra-x86_64/php-fpm.install  |9 
 extra-x86_64/php-fpm.patch|   74 
 extra-x86_64/php-fpm.tmpfiles |1 
 extra-x86_64/php.ini.patch|   95 -
 24 files changed, 1170 insertions(+), 1160 deletions(-)

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


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

2016-01-03 Thread Pierre Schmitz
Date: Sunday, January 3, 2016 @ 09:10:07
  Author: pierre
Revision: 257478

upgpkg: php 7.0.1-5

Modified:
  php/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 08:04:07 UTC (rev 257477)
+++ PKGBUILD2016-01-03 08:10:07 UTC (rev 257478)
@@ -32,11 +32,11 @@
 'apache.patch' 'apache.conf' 'php-fpm.patch' 'php-fpm.tmpfiles' 
'php.ini.patch')
 sha256sums=('84fcb8b9c61f70db802d3b6636c6ba602470a375e593375c0c744483aa0c0357'
 'SKIP'
-'2650ca4762cf6b0a0f2f3ca8bc1a73584f0c34b2796da10f86b75abad25ecac5'
+'d7b8d14a6ecf956acbf70c11446800c4d0b36fcc578faa58a9c31cae7f6a36cd'
 'ebc0af1ef3a6baccb013d0ccb29923895a7b22ff2d032e3bba802dc6328301ce'
-'0f1d8f50c5e0cbced8f0bdcd02040d5446e899178bf0c385def33946f428d697'
+'136e197384255420c73678aef812e70aa86320f6dbefcc5a952df1a65fdd53fa'
 '640dba0d960bfeaae9ad38d2826d3f6b5d6c175a4d3e16664eefff29141faad5'
-'2c9cb38c397c2ad0b98e812a542a2fdfc03e119287bd7545dc48e382c435170a')
+'e285f6fac11719d3f73bd9b3d4f557a4ae45015e789252eada2582eac22a73fc')
 validpgpkeys=('1A4E8B7277C42E53DBA9C7B9BCAA30EA9C0D5763'
   '6E4F6AB321FDC07F2C332E3AC2BF0BC433CFC8B3')
 


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

2016-01-03 Thread Thorsten Töpper
Date: Sunday, January 3, 2016 @ 12:30:13
  Author: ttoepper
Revision: 155223

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

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

---+
 /PKGBUILD |   76 
 /mksh.install |   18 +
 community-i686/PKGBUILD   |   38 
 community-i686/mksh.install   |9 
 community-x86_64/PKGBUILD |   38 
 community-x86_64/mksh.install |9 
 6 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-03 11:30:06 UTC (rev 155222)
+++ community-i686/PKGBUILD 2016-01-03 11:30:13 UTC (rev 155223)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# Contributor: Daniel Hommel 
-
-pkgname=mksh
-_pkgver=R51
-pkgver=51
-pkgrel=1
-pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
-url='https://www.mirbsd.org/mksh.htm'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('gcc-libs')
-install=mksh.install
-source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
-'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('8e522475da795c60f35a6f8035481baf'
- '56add717e01667833e5c8148afddabb6')
-
-check() {
-  cd "$srcdir/$pkgname"
-  ./test.sh
-}
-
-build() {
-  cd "$srcdir/$pkgname"
-  sh Build.sh -r -c lto
-}
-
-package() {
-  cd "$srcdir/$pkgname"
-  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
-  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
-  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
-  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/PKGBUILD (from rev 155222, 
mksh/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-03 11:30:13 UTC (rev 155223)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Thorsten Töpper 
+# Contributor: Daniel Hommel 
+
+pkgname=mksh
+_pkgver=R52
+pkgver=52
+pkgrel=1
+pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
+url='https://www.mirbsd.org/mksh.htm'
+license=('custom')
+arch=('i686' 'x86_64')
+depends=('gcc-libs')
+install=mksh.install
+source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
+'https://www.mirbsd.org/TaC-mksh.txt')
+md5sums=('cd5b92fc2e455d33cbd59f3e7518f257'
+ '37a537c7f5f8d8d157826710bebaac00')
+
+check() {
+  cd "$srcdir/$pkgname"
+  ./test.sh
+}
+
+build() {
+  cd "$srcdir/$pkgname"
+  sh Build.sh -r -c lto
+}
+
+package() {
+  cd "$srcdir/$pkgname"
+  install -D -m 755 mksh "$pkgdir/usr/bin/mksh"
+  install -D -m 644 mksh.1 "$pkgdir/usr/share/man/man1/mksh.1"
+  install -D -m 644 dot.mkshrc "$pkgdir/etc/skel/.mkshrc"
+  install -D -m 644 "$srcdir/TaC-mksh.txt" 
"$pkgdir/usr/share/licenses/mksh/TaC-mksh.txt"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/mksh.install
===
--- community-i686/mksh.install 2016-01-03 11:30:06 UTC (rev 155222)
+++ community-i686/mksh.install 2016-01-03 11:30:13 UTC (rev 155223)
@@ -1,9 +0,0 @@
-post_install() {
-  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
-}
-
-post_remove() {
-  sed -i "/^\/bin\/mksh$/d" /etc/shells
-}
-
-# vim:set ts=2 sw=2 et:

Copied: mksh/repos/community-i686/mksh.install (from rev 155222, 
mksh/trunk/mksh.install)
===
--- community-i686/mksh.install (rev 0)
+++ community-i686/mksh.install 2016-01-03 11:30:13 UTC (rev 155223)
@@ -0,0 +1,9 @@
+post_install() {
+  grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells
+}
+
+post_remove() {
+  sed -i "/^\/bin\/mksh$/d" /etc/shells
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-03 11:30:06 UTC (rev 155222)
+++ community-x86_64/PKGBUILD   2016-01-03 11:30:13 UTC (rev 155223)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Thorsten Töpper 
-# 

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

2016-01-03 Thread Thorsten Töpper
Date: Sunday, January 3, 2016 @ 12:30:06
  Author: ttoepper
Revision: 155222

upgpkg: mksh 52-1

Modified:
  mksh/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 10:41:38 UTC (rev 155221)
+++ PKGBUILD2016-01-03 11:30:06 UTC (rev 155222)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Hommel 
 
 pkgname=mksh
-_pkgver=R51
-pkgver=51
+_pkgver=R52
+pkgver=52
 pkgrel=1
 pkgdesc='The MirBSD Korn Shell - an enhanced version of the public domain ksh'
 url='https://www.mirbsd.org/mksh.htm'
@@ -14,8 +14,8 @@
 install=mksh.install
 source=("https://www.mirbsd.org/MirOS/dist/mir/mksh/$pkgname-$_pkgver.tgz;
 'https://www.mirbsd.org/TaC-mksh.txt')
-md5sums=('8e522475da795c60f35a6f8035481baf'
- '56add717e01667833e5c8148afddabb6')
+md5sums=('cd5b92fc2e455d33cbd59f3e7518f257'
+ '37a537c7f5f8d8d157826710bebaac00')
 
 check() {
   cd "$srcdir/$pkgname"


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

2016-01-03 Thread Massimiliano Torromeo
Date: Sunday, January 3, 2016 @ 12:47:16
  Author: mtorromeo
Revision: 155226

upgpkg: nmon 16a-1

Updated to 16a

Modified:
  nmon/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 11:43:51 UTC (rev 155225)
+++ PKGBUILD2016-01-03 11:47:16 UTC (rev 155226)
@@ -2,14 +2,15 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=nmon
-pkgver=15h
-pkgrel=2
+pkgver=16a
+pkgrel=1
 pkgdesc="AIX & Linux Performance Monitoring tool"
 arch=('i686' 'x86_64')
 url="http://nmon.sourceforge.net;
 license=('GPL')
+depends=('ncurses')
 source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
-sha256sums=('c4f70790f8fad869b208d9b8a3253a8aa9a10cc6d2184565715f710e703418ef')
+sha256sums=('2d6c02662547cb77fa6f21d82b033d4e2091603b2c4d3a3ad4a34c68f0af0f14')
 
 build() {
   cd ${srcdir}


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

2016-01-03 Thread Massimiliano Torromeo
Date: Sunday, January 3, 2016 @ 12:47:33
  Author: mtorromeo
Revision: 155227

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

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

---+
 /PKGBUILD |   46 
 community-i686/PKGBUILD   |   22 -
 community-x86_64/PKGBUILD |   22 -
 3 files changed, 46 insertions(+), 44 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-03 11:47:16 UTC (rev 155226)
+++ community-i686/PKGBUILD 2016-01-03 11:47:33 UTC (rev 155227)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nmon
-pkgver=15h
-pkgrel=2
-pkgdesc="AIX & Linux Performance Monitoring tool"
-arch=('i686' 'x86_64')
-url="http://nmon.sourceforge.net;
-license=('GPL')
-source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
-sha256sums=('c4f70790f8fad869b208d9b8a3253a8aa9a10cc6d2184565715f710e703418ef')
-
-build() {
-  cd ${srcdir}
-  cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM 
-lncurses -lm -g -D X86
-}
-
-package() {
-  cd ${srcdir}
-  install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
-}

Copied: nmon/repos/community-i686/PKGBUILD (from rev 155226, 
nmon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-03 11:47:33 UTC (rev 155227)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nmon
+pkgver=16a
+pkgrel=1
+pkgdesc="AIX & Linux Performance Monitoring tool"
+arch=('i686' 'x86_64')
+url="http://nmon.sourceforge.net;
+license=('GPL')
+depends=('ncurses')
+source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
+sha256sums=('2d6c02662547cb77fa6f21d82b033d4e2091603b2c4d3a3ad4a34c68f0af0f14')
+
+build() {
+  cd ${srcdir}
+  cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM 
-lncurses -lm -g -D X86
+}
+
+package() {
+  cd ${srcdir}
+  install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2016-01-03 11:47:16 UTC (rev 155226)
+++ community-x86_64/PKGBUILD   2016-01-03 11:47:33 UTC (rev 155227)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Massimiliano Torromeo 
-
-pkgname=nmon
-pkgver=15h
-pkgrel=2
-pkgdesc="AIX & Linux Performance Monitoring tool"
-arch=('i686' 'x86_64')
-url="http://nmon.sourceforge.net;
-license=('GPL')
-source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
-sha256sums=('c4f70790f8fad869b208d9b8a3253a8aa9a10cc6d2184565715f710e703418ef')
-
-build() {
-  cd ${srcdir}
-  cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM 
-lncurses -lm -g -D X86
-}
-
-package() {
-  cd ${srcdir}
-  install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
-}

Copied: nmon/repos/community-x86_64/PKGBUILD (from rev 155226, 
nmon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2016-01-03 11:47:33 UTC (rev 155227)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Massimiliano Torromeo 
+
+pkgname=nmon
+pkgver=16a
+pkgrel=1
+pkgdesc="AIX & Linux Performance Monitoring tool"
+arch=('i686' 'x86_64')
+url="http://nmon.sourceforge.net;
+license=('GPL')
+depends=('ncurses')
+source=("http://downloads.sourceforge.net/${pkgname}/lmon$pkgver.c;)
+sha256sums=('2d6c02662547cb77fa6f21d82b033d4e2091603b2c4d3a3ad4a34c68f0af0f14')
+
+build() {
+  cd ${srcdir}
+  cc -o nmon lmon$pkgver.c -g -O2 -D JFS -D GETUSER -Wall -D LARGEMEM 
-lncurses -lm -g -D X86
+}
+
+package() {
+  cd ${srcdir}
+  install -D -m 0755 nmon "${pkgdir}/usr/bin/nmon"
+}


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

2016-01-03 Thread Antonio Rojas
Date: Sunday, January 3, 2016 @ 13:46:34
  Author: arojas
Revision: 257482

Update to 1.0.5

Modified:
  kdelibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 12:37:33 UTC (rev 257481)
+++ PKGBUILD2016-01-03 12:46:34 UTC (rev 257482)
@@ -6,7 +6,7 @@
 pkgname=kdelibs
 pkgver=4.14.15
 _kdeappver=15.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc="KDE Core Libraries"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kdelibs'


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

2016-01-03 Thread Evangelos Foutras
Date: Sunday, January 3, 2016 @ 15:32:57
  Author: foutrelis
Revision: 155228

upgpkg: shorewall 5.0.3.1-1

New upstream release.

Modified:
  shorewall/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 11:47:33 UTC (rev 155227)
+++ PKGBUILD2016-01-03 14:32:57 UTC (rev 155228)
@@ -5,7 +5,7 @@
 # Contributor: FUBAR 
 
 pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.0.3
+pkgver=5.0.3.1
 pkgrel=1
 _v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
 _v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
@@ -15,11 +15,11 @@
 
source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
 
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('7b9f1511ec8f75c8c560cbb6f8bf9d96899f3109395ca78365031afd80c140ad'
+sha256sums=('21b7d2d38031c63b19addcc0246ef6fc8e3cc8d74f7a608cf8a648e5d1a95f9b'
 'SKIP'
-'d9a7e5ddfa14b4c9ea400f7c4cadc560d073bfd5b6ec6049ef8c782efe80dae6'
+'78c80a9c11deb9a223719bc30013b26a76751e7b5e6059bc5d1eeb2e36d529de'
 'SKIP'
-'3454e5e397efc6b2d749389da828befef388ba48f68aa969b274ba01a16bfad3'
+'ad530b12cc2af3f5bf8fe79d1b3fd3105149ce2f01f803fb059e710eceb5e8ca'
 'SKIP')
 validpgpkeys=('94C56B34AE09A1EA13E1C1A7A2F7A69B6C562AC4')
 


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

2016-01-03 Thread Antonio Rojas
Date: Sunday, January 3, 2016 @ 13:36:23
  Author: arojas
Revision: 257480

docbook-xsl 1.79 rebuild

Modified:
  kdoctools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 08:10:38 UTC (rev 257479)
+++ PKGBUILD2016-01-03 12:36:23 UTC (rev 257480)
@@ -4,7 +4,7 @@
 
 pkgname=kdoctools
 pkgver=5.17.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Documentation generation from docbook'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdoctools'


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

2016-01-03 Thread Evangelos Foutras
Date: Sunday, January 3, 2016 @ 15:33:04
  Author: foutrelis
Revision: 155229

archrelease: copy trunk to community-any

Added:
  shorewall/repos/community-any/PKGBUILD
(from rev 155228, shorewall/trunk/PKGBUILD)
Deleted:
  shorewall/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 14:32:57 UTC (rev 155228)
+++ PKGBUILD2016-01-03 14:33:04 UTC (rev 155229)
@@ -1,79 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras 
-# Contributor: Malte Rabenseifner 
-# Contributor: Andrea Scarpino 
-# Contributor: FUBAR 
-
-pkgname=('shorewall' 'shorewall6' 'shorewall-core')
-pkgver=5.0.3
-pkgrel=1
-_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
-_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
-arch=('any')
-url="http://www.shorewall.net/;
-license=('GPL')
-source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
-
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
-sha256sums=('7b9f1511ec8f75c8c560cbb6f8bf9d96899f3109395ca78365031afd80c140ad'
-'SKIP'
-'d9a7e5ddfa14b4c9ea400f7c4cadc560d073bfd5b6ec6049ef8c782efe80dae6'
-'SKIP'
-'3454e5e397efc6b2d749389da828befef388ba48f68aa969b274ba01a16bfad3'
-'SKIP')
-validpgpkeys=('94C56B34AE09A1EA13E1C1A7A2F7A69B6C562AC4')
-
-build() {
-  for product in shorewall{,6,-core}; do
-pushd "$srcdir/$product-$pkgver"
-./configure HOST=archlinux
-popd
-  done
-}
-
-package_shorewall() {
-  pkgdesc="An iptables-based firewall for Linux systems"
-  depends=('shorewall-core' 'perl')
-  
backup=(etc/shorewall/{accounting,actions,blrules,clear,conntrack,ecn,findgw,hosts,init,initdone,interfaces,lib.private,maclist,mangle,masq,nat,netmap,params,policy,providers,proxyarp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install
-}
-
-package_shorewall6() {
-  pkgdesc="An iptables-based firewall for Linux systems (with IPv6 support)"
-  depends=('shorewall')
-  
backup=(etc/shorewall6/{accounting,actions,blrules,clear,conntrack,findgw,hosts,init,interfaces,maclist,mangle,masq,netmap,params,policy,providers,proxyndp,refresh,refreshed,restored,routes,stoppedrules,rtrules,rules,scfilter,secmarks,shorewall6.conf,start,started,stop,stopped,tcclasses,tcclear,tcdevices,tcfilters,tcinterfaces,tcpri,tunnels,zones})
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  do_install 6
-}
-
-package_shorewall-core() {
-  pkgdesc="Core Shorewall libraries"
-  depends=('iptables' 'iproute2')
-
-  cd "$srcdir/$pkgname-$pkgver"
-
-  DESTDIR="$pkgdir" ./install.sh
-}
-
-do_install() {
-  local _name_suffix=$1
-
-  sed -i -e 's|^MODULE_SUFFIX=ko$|&.gz|' \
- -e 's|/subsys||' \
-  "configfiles/shorewall$_name_suffix.conf"
-
-  DESTDIR="$pkgdir" ./install.sh
-
-  install -d "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-  cp -r Samples$_name_suffix "$pkgdir/usr/share/doc/shorewall$_name_suffix/"
-
-  chmod -R 644 "$pkgdir/etc/shorewall$_name_suffix/"
-  chmod 755 "$pkgdir/etc/shorewall$_name_suffix/"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: shorewall/repos/community-any/PKGBUILD (from rev 155228, 
shorewall/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 14:33:04 UTC (rev 155229)
@@ -0,0 +1,79 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Malte Rabenseifner 
+# Contributor: Andrea Scarpino 
+# Contributor: FUBAR 
+
+pkgname=('shorewall' 'shorewall6' 'shorewall-core')
+pkgver=5.0.3.1
+pkgrel=1
+_v1=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{1\}\)') # 5.x
+_v2=$(expr $pkgver : '\([0-9]\+\(\.[0-9]\+\)\{2\}\)') # 5.x.x
+arch=('any')
+url="http://www.shorewall.net/;
+license=('GPL')
+source=(http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/$pkgname-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall6-$pkgver.tar.bz2{,.asc}
+
http://www.shorewall.net/pub/$pkgname/$_v1/$pkgname-$_v2/shorewall-core-$pkgver.tar.bz2{,.asc})
+sha256sums=('21b7d2d38031c63b19addcc0246ef6fc8e3cc8d74f7a608cf8a648e5d1a95f9b'
+'SKIP'
+'78c80a9c11deb9a223719bc30013b26a76751e7b5e6059bc5d1eeb2e36d529de'
+'SKIP'
+

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

2016-01-03 Thread Antonio Rojas
Date: Sunday, January 3, 2016 @ 13:37:33
  Author: arojas
Revision: 257481

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

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

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

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2015-11-13 22:37:42 UTC (rev 251025)
+++ testing-i686/PKGBUILD   2016-01-03 12:37:33 UTC (rev 257481)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdoctools
-pkgver=5.16.0
-pkgrel=1
-pkgdesc='Documentation generation from docbook'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdoctools'
-license=('LGPL')
-depends=('karchive' 'docbook-xsl')
-makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
-groups=('kf5')
-options=('staticlibs')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0184c309cca6e2cf8912f7f034534579')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdoctools/repos/testing-i686/PKGBUILD (from rev 257480, 
kdoctools/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-03 12:37:33 UTC (rev 257481)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.17.0
+pkgrel=2
+pkgdesc='Documentation generation from docbook'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdoctools'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
+groups=('kf5')
+options=('staticlibs')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('e238a08b2d496a855c726c5c186c97b9')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr \
+-DLIB_INSTALL_DIR=lib \
+-DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2015-11-13 22:37:42 UTC (rev 251025)
+++ testing-x86_64/PKGBUILD 2016-01-03 12:37:33 UTC (rev 257481)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan 
-# Contributor: Andrea Scarpino 
-
-pkgname=kdoctools
-pkgver=5.16.0
-pkgrel=1
-pkgdesc='Documentation generation from docbook'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/frameworks/kdoctools'
-license=('LGPL')
-depends=('karchive' 'docbook-xsl')
-makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
-groups=('kf5')
-options=('staticlibs')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz;)
-md5sums=('0184c309cca6e2cf8912f7f034534579')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
--DCMAKE_BUILD_TYPE=Release \
--DCMAKE_INSTALL_PREFIX=/usr \
--DLIB_INSTALL_DIR=lib \
--DBUILD_TESTING=OFF
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kdoctools/repos/testing-x86_64/PKGBUILD (from rev 257480, 
kdoctools/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2016-01-03 12:37:33 UTC (rev 257481)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdoctools
+pkgver=5.17.0
+pkgrel=2
+pkgdesc='Documentation generation from docbook'
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/frameworks/kdoctools'
+license=('LGPL')
+depends=('karchive' 'docbook-xsl')
+makedepends=('extra-cmake-modules' 'ki18n' 'python' 'perl-uri')
+groups=('kf5')

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

2016-01-03 Thread Antonio Rojas
Date: Sunday, January 3, 2016 @ 13:48:31
  Author: arojas
Revision: 257483

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

Added:
  kdelibs/repos/testing-i686/
  kdelibs/repos/testing-i686/PKGBUILD
(from rev 257482, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-i686/archlinux-menu.patch
(from rev 257482, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-i686/kde-applications-menu.patch
(from rev 257482, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-i686/kdelibs.install
(from rev 257482, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-i686/qt4.patch
(from rev 257482, kdelibs/trunk/qt4.patch)
  kdelibs/repos/testing-x86_64/
  kdelibs/repos/testing-x86_64/PKGBUILD
(from rev 257482, kdelibs/trunk/PKGBUILD)
  kdelibs/repos/testing-x86_64/archlinux-menu.patch
(from rev 257482, kdelibs/trunk/archlinux-menu.patch)
  kdelibs/repos/testing-x86_64/kde-applications-menu.patch
(from rev 257482, kdelibs/trunk/kde-applications-menu.patch)
  kdelibs/repos/testing-x86_64/kdelibs.install
(from rev 257482, kdelibs/trunk/kdelibs.install)
  kdelibs/repos/testing-x86_64/qt4.patch
(from rev 257482, kdelibs/trunk/qt4.patch)

+
 testing-i686/PKGBUILD  |   62 +++
 testing-i686/archlinux-menu.patch  |   22 +
 testing-i686/kde-applications-menu.patch   |   22 +
 testing-i686/kdelibs.install   |   13 +
 testing-i686/qt4.patch |   11 
 testing-x86_64/PKGBUILD|   62 +++
 testing-x86_64/archlinux-menu.patch|   22 +
 testing-x86_64/kde-applications-menu.patch |   22 +
 testing-x86_64/kdelibs.install |   13 +
 testing-x86_64/qt4.patch   |   11 
 10 files changed, 260 insertions(+)

Copied: kdelibs/repos/testing-i686/PKGBUILD (from rev 257482, 
kdelibs/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2016-01-03 12:48:31 UTC (rev 257483)
@@ -0,0 +1,62 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kdelibs
+pkgver=4.14.15
+_kdeappver=15.12.0
+pkgrel=2
+pkgdesc="KDE Core Libraries"
+arch=('i686' 'x86_64')
+url='https://projects.kde.org/projects/kde/kdelibs'
+license=('GPL' 'LGPL' 'FDL')
+depends=('attica-qt4' 'libxss' 'krb5' 'qca-qt4' 'libdbusmenu-qt4' 'polkit-qt4'
+'shared-mime-info' 'enchant' 'giflib' 'jasper' 'openexr' 'strigi'
+'docbook-xsl' 'upower' 'udisks2' 'libxcursor' 'phonon-qt4'
+'media-player-info' 'libxtst' 'libutempter' 'qtwebkit' 'icu')
+makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'hspell' 'mesa')
+install=$pkgname.install
+source=("http://download.kde.org/stable/applications/${_kdeappver}/src/$pkgname-$pkgver.tar.xz;
+'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch')
+sha1sums=('7a50824fbcd2a4a72c8780da7b1425b038415419'
+  '86ee8c8660f19de8141ac99cd6943964d97a1ed7'
+  '63a850ab4196b9d06934f2b4a13acd9f7739bc67'
+  'ed1f57ee661e5c7440efcaba7e51d2554709701c')
+
+prepare() {
+   mkdir -p build
+   cd ${pkgname}-${pkgver}
+   # avoid file conflict with gnome-menus
+   patch -p1 -i ../kde-applications-menu.patch
+   # add Archlinux menu entry
+   patch -p1 -i ../archlinux-menu.patch
+   # qmake refers to Qt5
+   patch -p1 -i ../qt4.patch
+}
+
+build() {
+   cd build
+   cmake ../$pkgname-$pkgver \
+   -DCMAKE_BUILD_TYPE=Release \
+   -DKDE4_BUILD_TESTS=OFF \
+   -DCMAKE_SKIP_RPATH=ON \
+   -DKDE_DISTRIBUTION_TEXT='Arch Linux' \
+   -DCMAKE_INSTALL_PREFIX=/usr \
+   -DSYSCONF_INSTALL_DIR=/etc \
+   -DLOCALE_INSTALL_DIR=/usr/share/locale/kde4 \
+   -DKDE_DEFAULT_HOME='.kde4' \
+   -DWITH_FAM=OFF \
+   -DWITH_SOLID_UDISKS2=ON
+   make
+}
+
+package() {
+   cd build
+   make DESTDIR="$pkgdir" install
+
+   # cert bundle seems to be hardcoded
+   # link it to the one from ca-certificates
+   rm -f "$pkgdir"/usr/share/apps/kssl/ca-bundle.crt
+   ln -sf /etc/ssl/certs/ca-certificates.crt 
"$pkgdir"/usr/share/apps/kssl/ca-bundle.crt
+}

Copied: kdelibs/repos/testing-i686/archlinux-menu.patch (from rev 257482, 
kdelibs/trunk/archlinux-menu.patch)
===
--- testing-i686/archlinux-menu.patch   (rev 0)
+++ testing-i686/archlinux-menu.patch   2016-01-03 12:48:31 UTC (rev 257483)
@@ -0,0 +1,22 @@
+--- kdelibs-4.3.98/kded/applications.menu  2010-01-31 19:28:11.0 
+
 

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

2016-01-03 Thread Jelle van der Waa
Date: Sunday, January 3, 2016 @ 20:16:40
  Author: jelle
Revision: 155232

FS#47609 resolve missing pip requirement

Also missing python{,2}-pillow & freetype2

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 16:50:42 UTC (rev 155231)
+++ PKGBUILD2016-01-03 19:16:40 UTC (rev 155232)
@@ -7,14 +7,14 @@
 pkgname=(python2-reportlab python-reportlab)
 _origname=reportlab
 pkgver=3.2.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A proven industry-strength PDF generating solution"
 arch=('i686' 'x86_64')
 url="http://www.reportlab.org/rl_toolkit.html;
 depends=('freetype2')
 conflicts=('python-reportlab<=2.5-2')
-makedepends=('python' 'python2')
-checkdepends=('python2-pillow' 'python-pillow')
+makedepends+=('python' 'python2' 'freetype2')
+#checkdepends=('python2-pillow' 'python-pillow')
 replaces=('python-reportlab<=2.5-2')
 license=('CUSTOM')
 
source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz;)
@@ -26,7 +26,8 @@
 }
 
 package_python2-reportlab() {
-depends=('python2' 'python2-pip')
+depends+=('python2' 'python2-pip' 'python2-pillow')
+
 cd "$srcdir/${_origname}2-$pkgver"
 python2 setup.py install --root=$pkgdir --optimize=1
 install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
@@ -33,7 +34,8 @@
 }
 
 package_python-reportlab() {
-depends=('python3' 'python-pip')
+depends+=('python3' 'python-pip' 'python-pillow')
+
 cd "$srcdir/${_origname}-$pkgver"
 python3 setup.py install --root=$pkgdir --optimize=1
 install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt


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

2016-01-03 Thread Jelle van der Waa
Date: Sunday, January 3, 2016 @ 20:17:41
  Author: jelle
Revision: 155233

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

Added:
  python-reportlab/repos/community-i686/ChangeLog
(from rev 155232, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-i686/PKGBUILD
(from rev 155232, python-reportlab/trunk/PKGBUILD)
  python-reportlab/repos/community-x86_64/ChangeLog
(from rev 155232, python-reportlab/trunk/ChangeLog)
  python-reportlab/repos/community-x86_64/PKGBUILD
(from rev 155232, python-reportlab/trunk/PKGBUILD)
Deleted:
  python-reportlab/repos/community-i686/ChangeLog
  python-reportlab/repos/community-i686/PKGBUILD
  python-reportlab/repos/community-x86_64/ChangeLog
  python-reportlab/repos/community-x86_64/PKGBUILD

+
 /ChangeLog |   36 +++
 /PKGBUILD  |   98 +++
 community-i686/ChangeLog   |   18 ---
 community-i686/PKGBUILD|   47 
 community-x86_64/ChangeLog |   18 ---
 community-x86_64/PKGBUILD  |   47 
 6 files changed, 134 insertions(+), 130 deletions(-)

Deleted: community-i686/ChangeLog
===
--- community-i686/ChangeLog2016-01-03 19:16:40 UTC (rev 155232)
+++ community-i686/ChangeLog2016-01-03 19:17:41 UTC (rev 155233)
@@ -1,18 +0,0 @@
-
-2009-02-17  Douglas Soares de Andrade  
-
-   * Updated for i686: 2.3
-
-2008-11-03  Giovanni Scafora   
-
-   * Rebuilt against python 2.6
-
-2008-09-14  Douglas Soares de Andrade  
-
-   * Updating for x86_64: 2.2
-
-2008-09-13  Douglas Soares de Andrade  
-
-   * Adding ChangeLog
-   * Updating for i686: 2.2
-

Copied: python-reportlab/repos/community-i686/ChangeLog (from rev 155232, 
python-reportlab/trunk/ChangeLog)
===
--- community-i686/ChangeLog(rev 0)
+++ community-i686/ChangeLog2016-01-03 19:17:41 UTC (rev 155233)
@@ -0,0 +1,18 @@
+
+2009-02-17  Douglas Soares de Andrade  
+
+   * Updated for i686: 2.3
+
+2008-11-03  Giovanni Scafora   
+
+   * Rebuilt against python 2.6
+
+2008-09-14  Douglas Soares de Andrade  
+
+   * Updating for x86_64: 2.2
+
+2008-09-13  Douglas Soares de Andrade  
+
+   * Adding ChangeLog
+   * Updating for i686: 2.2
+

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-01-03 19:16:40 UTC (rev 155232)
+++ community-i686/PKGBUILD 2016-01-03 19:17:41 UTC (rev 155233)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Angel 'angvp' Velasquez 
-# Contributor: William Rea 
-
-pkgbase=python-reportlab
-pkgname=(python2-reportlab python-reportlab)
-_origname=reportlab
-pkgver=3.2.0
-pkgrel=2
-pkgdesc="A proven industry-strength PDF generating solution"
-arch=('i686' 'x86_64')
-url="http://www.reportlab.org/rl_toolkit.html;
-depends=('freetype2')
-conflicts=('python-reportlab<=2.5-2')
-makedepends=('python' 'python2')
-checkdepends=('python2-pillow' 'python-pillow')
-replaces=('python-reportlab<=2.5-2')
-license=('CUSTOM')
-source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz;)
-md5sums=('79d059e797c557aed4b40c68dd6c7eae')
-
-build() {
-cd $srcdir
-cp -rf ${_origname}-$pkgver "${_origname}2-$pkgver"
-}
-
-package_python2-reportlab() {
-depends=('python2')
-cd "$srcdir/${_origname}2-$pkgver"
-python2 setup.py install --root=$pkgdir --optimize=1
-install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-package_python-reportlab() {
-depends=('python3')
-cd "$srcdir/${_origname}-$pkgver"
-python3 setup.py install --root=$pkgdir --optimize=1
-install -D -m644 LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/license.txt
-}
-
-
-check() {
-cd ${srcdir}/${_origname}-${pkgver}
-python2 setup.py tests
-python setup.py tests
-}

Copied: python-reportlab/repos/community-i686/PKGBUILD (from rev 155232, 
python-reportlab/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-03 19:17:41 UTC (rev 155233)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer:
+# Contributor: Angel 'angvp' Velasquez 
+# Contributor: William Rea 
+
+pkgbase=python-reportlab
+pkgname=(python2-reportlab python-reportlab)
+_origname=reportlab
+pkgver=3.2.0
+pkgrel=3
+pkgdesc="A proven industry-strength PDF generating solution"
+arch=('i686' 

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

2016-01-03 Thread Levente Polyak
Date: Sunday, January 3, 2016 @ 17:50:42
  Author: anthraxx
Revision: 155231

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

Added:
  pngcrush/repos/community-i686/LICENSE
(from rev 155230, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-i686/PKGBUILD
(from rev 155230, pngcrush/trunk/PKGBUILD)
  pngcrush/repos/community-x86_64/LICENSE
(from rev 155230, pngcrush/trunk/LICENSE)
  pngcrush/repos/community-x86_64/PKGBUILD
(from rev 155230, pngcrush/trunk/PKGBUILD)
Deleted:
  pngcrush/repos/community-i686/LICENSE
  pngcrush/repos/community-i686/PKGBUILD
  pngcrush/repos/community-x86_64/LICENSE
  pngcrush/repos/community-x86_64/PKGBUILD

---+
 /LICENSE  |   84 
 /PKGBUILD |   82 ++
 community-i686/LICENSE|   42 --
 community-i686/PKGBUILD   |   39 
 community-x86_64/LICENSE  |   42 --
 community-x86_64/PKGBUILD |   39 
 6 files changed, 166 insertions(+), 162 deletions(-)

Deleted: community-i686/LICENSE
===
--- community-i686/LICENSE  2016-01-03 16:50:32 UTC (rev 155230)
+++ community-i686/LICENSE  2016-01-03 16:50:42 UTC (rev 155231)
@@ -1,42 +0,0 @@
-
-NOTICES
-
-If you have modified this source, you may insert additional notices
-immediately after this sentence.
-
-COPYRIGHT:
-
-Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
-  (glennrp at users.sf.net)
-Copyright (C) 2005  Greg Roelofs
-
-DISCLAIMERS:
-
-The pngcrush computer program is supplied "AS IS".  The Author disclaims all
-warranties, expressed or implied, including, without limitation, the
-warranties of merchantability and of fitness for any purpose.  The
-Author assumes no liability for direct, indirect, incidental, special,
-exemplary, or consequential damages, which may result from the use of
-the computer program, even if advised of the possibility of such damage.
-There is no warranty against interference with your enjoyment of the
-computer program or against infringement.  There is no warranty that my
-efforts or the computer program will fulfill any of your particular purposes
-or needs.  This computer program is provided with all faults, and the entire
-risk of satisfactory quality, performance, accuracy, and effort is with
-the user.
-
-LICENSE:
-
-Permission is hereby irrevocably granted to everyone to use, copy, modify,
-and distribute this source code, or portions hereof, or executable programs
-compiled from it, for any purpose, without payment of any fee, subject to
-the following restrictions:
-
-1. The origin of this source code must not be misrepresented.
-
-2. Altered versions must be plainly marked as such and must not be
-   misrepresented as being the original source.
-
-3. This Copyright notice, disclaimer, and license may not be removed
-   or altered from any source or altered source distribution.
-

Copied: pngcrush/repos/community-i686/LICENSE (from rev 155230, 
pngcrush/trunk/LICENSE)
===
--- community-i686/LICENSE  (rev 0)
+++ community-i686/LICENSE  2016-01-03 16:50:42 UTC (rev 155231)
@@ -0,0 +1,42 @@
+
+NOTICES
+
+If you have modified this source, you may insert additional notices
+immediately after this sentence.
+
+COPYRIGHT:
+
+Copyright (C) 1998-2002,2006-2009 Glenn Randers-Pehrson
+  (glennrp at users.sf.net)
+Copyright (C) 2005  Greg Roelofs
+
+DISCLAIMERS:
+
+The pngcrush computer program is supplied "AS IS".  The Author disclaims all
+warranties, expressed or implied, including, without limitation, the
+warranties of merchantability and of fitness for any purpose.  The
+Author assumes no liability for direct, indirect, incidental, special,
+exemplary, or consequential damages, which may result from the use of
+the computer program, even if advised of the possibility of such damage.
+There is no warranty against interference with your enjoyment of the
+computer program or against infringement.  There is no warranty that my
+efforts or the computer program will fulfill any of your particular purposes
+or needs.  This computer program is provided with all faults, and the entire
+risk of satisfactory quality, performance, accuracy, and effort is with
+the user.
+
+LICENSE:
+
+Permission is hereby irrevocably granted to everyone to use, copy, modify,
+and distribute this source code, or portions hereof, or executable programs
+compiled from it, for any purpose, without payment of any fee, subject to
+the following restrictions:
+
+1. The origin of this source code must not be misrepresented.
+
+2. Altered versions must be plainly marked as such and must not be
+   misrepresented as being the original source.
+

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

2016-01-03 Thread Levente Polyak
Date: Sunday, January 3, 2016 @ 17:50:32
  Author: anthraxx
Revision: 155230

upgpkg: pngcrush 1.7.92-1

upgpkg: pngcrush 1.7.92-1

Modified:
  pngcrush/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 14:33:04 UTC (rev 155229)
+++ PKGBUILD2016-01-03 16:50:32 UTC (rev 155230)
@@ -4,7 +4,7 @@
 # Contributor: Stefan Husmann 
 
 pkgname=pngcrush
-pkgver=1.7.91
+pkgver=1.7.92
 pkgrel=1
 pkgdesc="A tool for optimizing the compression of PNG files"
 url="http://pmt.sourceforge.net/pngcrush;
@@ -11,10 +11,12 @@
 arch=('i686' 'x86_64')
 license=('custom')
 depends=('libpng')
-source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz
+source=(http://downloads.sourceforge.net/pmt/${pkgname}-${pkgver}-nolib.tar.xz{,.asc}
 LICENSE)
-sha512sums=('38fc0fdb931f2a6e7ffaee3db500cc0100490309b853edc13e5dc85e645441df98ac1dce3d8bfb548dd143e496089ce7b3b84859d030903b110e9cb49ec66efd'
+sha512sums=('7e8a83dda07907ac6e014a9a3227d3e8bffd8f6608c3324b28696992b09bd676f02496571174ba5f6632b14e50bf894c960ca6507adbf4a74d2498961694304e'
+'SKIP'
 
'f18613b9da9b4f31a317411e726def5122246087ff57887fba6b46f0a7a7fae7109388ecb2ce049bbe992cc6ef0a3fbbe0f5c5bc816705efd7583836cbd4e69d')
+validpgpkeys=('8048643BA2C840F4F92A195FF54984BFA16C640F') # Glenn 
Randers-Pehrson (pngcrush) 
 
 prepare() {
   cd ${pkgname}-${pkgver}-nolib


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

2016-01-03 Thread Jelle van der Waa
Date: Sunday, January 3, 2016 @ 20:23:59
  Author: jelle
Revision: 155234

remove unused line

Modified:
  python-reportlab/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 19:17:41 UTC (rev 155233)
+++ PKGBUILD2016-01-03 19:23:59 UTC (rev 155234)
@@ -14,7 +14,6 @@
 depends=('freetype2')
 conflicts=('python-reportlab<=2.5-2')
 makedepends+=('python' 'python2' 'freetype2')
-#checkdepends=('python2-pillow' 'python-pillow')
 replaces=('python-reportlab<=2.5-2')
 license=('CUSTOM')
 
source=("https://pypi.python.org/packages/source/r/reportlab/reportlab-$pkgver.tar.gz;)


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

2016-01-03 Thread Sergej Pupykin
Date: Sunday, January 3, 2016 @ 20:31:01
  Author: spupykin
Revision: 155235

upgpkg: phpvirtualbox 5.0_4-1

upd

Modified:
  phpvirtualbox/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2016-01-03 19:23:59 UTC (rev 155234)
+++ PKGBUILD2016-01-03 19:31:01 UTC (rev 155235)
@@ -3,7 +3,7 @@
 # Contributor:Techlive Zheng 
 
 pkgname=phpvirtualbox
-pkgver=5.0_3
+pkgver=5.0_4
 pkgrel=1
 pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
 arch=(any)
@@ -12,7 +12,7 @@
 depends=('php')
 backup=("etc/webapps/phpvirtualbox/config.php")
 
source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('064836a925219685add3fbed4b6b7366')
+md5sums=('9671d4db39681baa7f90cff9e8cfee8c')
 
 package() {
   cd ${srcdir}/${pkgname}-${pkgver/_/-}


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

2016-01-03 Thread Sergej Pupykin
Date: Sunday, January 3, 2016 @ 20:31:09
  Author: spupykin
Revision: 155236

archrelease: copy trunk to community-any

Added:
  phpvirtualbox/repos/community-any/PKGBUILD
(from rev 155235, phpvirtualbox/trunk/PKGBUILD)
Deleted:
  phpvirtualbox/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2016-01-03 19:31:01 UTC (rev 155235)
+++ PKGBUILD2016-01-03 19:31:09 UTC (rev 155236)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-# Contributor:Techlive Zheng 
-
-pkgname=phpvirtualbox
-pkgver=5.0_3
-pkgrel=1
-pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
-arch=(any)
-url="http://sourceforge.net/projects/phpvirtualbox/;
-license=('GPL')
-depends=('php')
-backup=("etc/webapps/phpvirtualbox/config.php")
-source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
-md5sums=('064836a925219685add3fbed4b6b7366')
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver/_/-}
-
-  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
-
-  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-#  sed -e "s/var \\\$username = 'vbox';/var \\\$username = '';/g" \
-#  -e "s/var \\\$password = 'pass';/var \\\$password = '';/g" \
-#  -e "s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g" \
-#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
-
-  # Apache configuration
-  cat > ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf <
-Options FollowSymlinks
-AllowOverride All
-Require all granted
-  
-EOF
-
-  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
-  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
-}

Copied: phpvirtualbox/repos/community-any/PKGBUILD (from rev 155235, 
phpvirtualbox/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2016-01-03 19:31:09 UTC (rev 155236)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor:Techlive Zheng 
+
+pkgname=phpvirtualbox
+pkgver=5.0_4
+pkgrel=1
+pkgdesc="PHP/AJAX web interface for VirtualBox 4.*"
+arch=(any)
+url="http://sourceforge.net/projects/phpvirtualbox/;
+license=('GPL')
+depends=('php')
+backup=("etc/webapps/phpvirtualbox/config.php")
+source=(http://downloads.sourceforge.net/project/phpvirtualbox/phpvirtualbox-${pkgver/_/-}.zip)
+md5sums=('9671d4db39681baa7f90cff9e8cfee8c')
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver/_/-}
+
+  mkdir -p ${pkgdir}/etc/webapps/phpvirtualbox
+
+  install -D -m644 config.php-example 
${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+#  sed -e "s/var \\\$username = 'vbox';/var \\\$username = '';/g" \
+#  -e "s/var \\\$password = 'pass';/var \\\$password = '';/g" \
+#  -e "s/#var \\\$noAuth = true;/var \\\$noAuth = true;/g" \
+#  -i ${pkgdir}/etc/webapps/phpvirtualbox/config.php
+
+  # Apache configuration
+  cat > ${pkgdir}/etc/webapps/phpvirtualbox/apache.example.conf <
+Options FollowSymlinks
+AllowOverride All
+Require all granted
+  
+EOF
+
+  find . -type f -exec install -D -m644 
{,${pkgdir}/usr/share/webapps/${pkgname}/}{} \;
+  ln -s /etc/webapps/phpvirtualbox/config.php 
${pkgdir}/usr/share/webapps/phpvirtualbox/config.php
+}