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

2015-05-31 Thread Sébastien Luttringer
Date: Sunday, May 31, 2015 @ 20:28:54
  Author: seblu
Revision: 239966

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

Added:
  ceph/repos/testing-i686/
  ceph/repos/testing-i686/01-boost-158.patch
(from rev 239965, ceph/trunk/01-boost-158.patch)
  ceph/repos/testing-i686/PKGBUILD
(from rev 239965, ceph/trunk/PKGBUILD)
  ceph/repos/testing-i686/ceph-mds@.service
(from rev 239965, ceph/trunk/ceph-mds@.service)
  ceph/repos/testing-i686/ceph-mon@.service
(from rev 239965, ceph/trunk/ceph-mon@.service)
  ceph/repos/testing-i686/ceph-osd@.service
(from rev 239965, ceph/trunk/ceph-osd@.service)
  ceph/repos/testing-x86_64/
  ceph/repos/testing-x86_64/01-boost-158.patch
(from rev 239965, ceph/trunk/01-boost-158.patch)
  ceph/repos/testing-x86_64/PKGBUILD
(from rev 239965, ceph/trunk/PKGBUILD)
  ceph/repos/testing-x86_64/ceph-mds@.service
(from rev 239965, ceph/trunk/ceph-mds@.service)
  ceph/repos/testing-x86_64/ceph-mon@.service
(from rev 239965, ceph/trunk/ceph-mon@.service)
  ceph/repos/testing-x86_64/ceph-osd@.service
(from rev 239965, ceph/trunk/ceph-osd@.service)

---+
 testing-i686/01-boost-158.patch   |   27 +++
 testing-i686/PKGBUILD |   83 
 testing-i686/ceph-mds@.service|9 +++
 testing-i686/ceph-mon@.service|9 +++
 testing-i686/ceph-osd@.service|9 +++
 testing-x86_64/01-boost-158.patch |   27 +++
 testing-x86_64/PKGBUILD   |   83 
 testing-x86_64/ceph-mds@.service  |9 +++
 testing-x86_64/ceph-mon@.service  |9 +++
 testing-x86_64/ceph-osd@.service  |9 +++
 10 files changed, 274 insertions(+)

Copied: ceph/repos/testing-i686/01-boost-158.patch (from rev 239965, 
ceph/trunk/01-boost-158.patch)
===
--- testing-i686/01-boost-158.patch (rev 0)
+++ testing-i686/01-boost-158.patch 2015-05-31 18:28:54 UTC (rev 239966)
@@ -0,0 +1,27 @@
+From e7b196a4a091c0ea258866559ba06e7ed0cc4247 Mon Sep 17 00:00:00 2001
+From: Kefu Chai kc...@redhat.com
+Date: Fri, 8 May 2015 15:21:20 +0800
+Subject: [PATCH] mon: remove unused variable
+
+* as a side effect, this change silences
+  http://tracker.ceph.com/issues/11576
+
+Fixes: #11576
+Signed-off-by: Kefu Chai kc...@redhat.com
+---
+ src/mon/OSDMonitor.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc
+index 73dcd5f..7caaa45 100644
+--- a/src/mon/OSDMonitor.cc
 b/src/mon/OSDMonitor.cc
+@@ -3174,8 +3174,6 @@ bool OSDMonitor::preprocess_command(MMonCommand *m)
+   } else if (prefix == osd crush get-tunable) {
+ string tunable;
+ cmd_getval(g_ceph_context, cmdmap, tunable, tunable);
+-int value;
+-cmd_getval(g_ceph_context, cmdmap, value, value);
+ ostringstream rss;
+ if (f)
+   f-open_object_section(tunable);

Copied: ceph/repos/testing-i686/PKGBUILD (from rev 239965, ceph/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-31 18:28:54 UTC (rev 239966)
@@ -0,0 +1,83 @@
+# $Id$
+# Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
+
+pkgname=ceph
+pkgver=0.94.1
+pkgrel=1
+pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
+arch=('x86_64' 'i686')
+url='http://ceph.com/'
+license=('GPL')
+makedepends=('boost' 'systemd' 'xfsprogs')
+depends=('boost-libs'
+ 'curl'
+ 'expat'
+ 'fcgi'
+ 'fuse'
+ 'gcc-libs'
+ 'glibc'
+ 'gperftools'
+ 'keyutils'
+ 'leveldb'
+ 'libaio'
+ 'libatomic_ops'
+ 'libedit'
+ 'libsystemd'
+ 'libutil-linux'
+ 'ncurses'
+ 'nss'
+ 'python2'
+ 'snappy')
+optdepends=('xfsprogs: support xfs backend')
+options=('emptydirs')
+source=(http://ceph.com/download/$pkgname-$pkgver.tar.bz2;
+'ceph-osd@.service'
+'ceph-mon@.service'
+'ceph-mds@.service'
+'01-boost-158.patch')
+md5sums=('e4a625aa2c91fe5d3f0c62faa4716ca2'
+ '9104b5b90349d2aa7802eb89158456e8'
+ '63a584aa2a4e2b0efbee4e8fd32593f0'
+ 'd2411c41208d95743baa6d899cc1e0b0'
+ '99ddd5aee25664de55055ed1bd78941d')
+
+prepare() {
+  patch -p1 -d $pkgname-$pkgver  01-boost-158.patch
+  # fix python2 shebang
+  find $pkgname-$pkgver -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+  # substitue buggy shebang in src/Makefile.in
+  sed -i 's,#!/usr/bin/env python,#!/usr/bin/python2,' \
+$pkgname-$pkgver/src/Makefile.in
+}
+
+build() {
+  cd $pkgname-$pkgver
+  export PYTHON=/usr/bin/python2
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--libexecdir=/usr/lib \
+   

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

2015-05-31 Thread Sébastien Luttringer
Date: Sunday, May 31, 2015 @ 20:27:58
  Author: seblu
Revision: 239965

upgpkg: ceph 0.94.1-1

Modified:
  ceph/trunk/PKGBUILD
Deleted:
  ceph/trunk/ceph.install

--+
 PKGBUILD |8 +---
 ceph.install |8 
 2 files changed, 1 insertion(+), 15 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 15:35:47 UTC (rev 239964)
+++ PKGBUILD2015-05-31 18:27:58 UTC (rev 239965)
@@ -3,7 +3,7 @@
 
 pkgname=ceph
 pkgver=0.94.1
-pkgrel=0.2
+pkgrel=1
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64' 'i686')
 url='http://ceph.com/'
@@ -30,7 +30,6 @@
  'snappy')
 optdepends=('xfsprogs: support xfs backend')
 options=('emptydirs')
-install=ceph.install
 source=(http://ceph.com/download/$pkgname-$pkgver.tar.bz2;
 'ceph-osd@.service'
 'ceph-mon@.service'
@@ -65,11 +64,6 @@
   make
 }
 
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install

Deleted: ceph.install
===
--- ceph.install2015-05-31 15:35:47 UTC (rev 239964)
+++ ceph.install2015-05-31 18:27:58 UTC (rev 239965)
@@ -1,8 +0,0 @@
-# vim:set ts=2 sw=2 ft=sh et:
-
-# arg 1:  the new package version
-post_install() {
-  #systemd-tmpfiles --create ceph.conf
-  :
-}
-


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

2015-05-31 Thread Ray Rashif
Date: Sunday, May 31, 2015 @ 22:28:40
  Author: schiv
Revision: 134428

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

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

---+
 /PKGBUILD |   96 
 /qtractor.install |   26 +
 community-i686/PKGBUILD   |   48 --
 community-i686/qtractor.install   |   13 
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/qtractor.install |   13 
 6 files changed, 122 insertions(+), 122 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-31 20:28:24 UTC (rev 134427)
+++ community-i686/PKGBUILD 2015-05-31 20:28:40 UTC (rev 134428)
@@ -1,48 +0,0 @@
-# $Id$
-# Maintainer : Ray Rashif sc...@archlinux.org
-# Maintainer : speps speps at aur dot archlinux dot org
-# Contributor: Philipp Überbacher hollunder at gmx dot at
-
-pkgname=qtractor
-pkgver=0.6.6
-pkgrel=1
-pkgdesc=Audio/MIDI multitrack sequencer
-arch=('i686' 'x86_64')
-url=http://qtractor.sourceforge.net/;
-license=('GPL')
-depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo=0.28'
- 'rubberband' 'shared-mime-info')
-makedepends=('ladspa' 'dssi')
-optdepends=('dssi-vst: win32 VST support')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('f3cf65a15c851b74f8b19e6ad5f22c5c')
-
-prepare() {
-  cd $pkgname-$pkgver
-
-  # do not look for /usr/lib64/lv2
-  # prevent to load lv2 plugins twice
-  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
-
-  # force qt4
-  export ac_qmake=/usr/bin/qmake-qt4 \
- ac_moc=/usr/bin/moc-qt4 \
- ac_uic=/usr/bin/uic-qt4 \
- ac_lupdate=/usr/bin/lupdate-qt4 \
- ac_lrelease=/usr/bin/lrelease-qt4 \
- QMAKE=qmake-qt4
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: qtractor/repos/community-i686/PKGBUILD (from rev 134427, 
qtractor/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-31 20:28:40 UTC (rev 134428)
@@ -0,0 +1,48 @@
+# $Id$
+# Maintainer : Ray Rashif sc...@archlinux.org
+# Maintainer : speps speps at aur dot archlinux dot org
+# Contributor: Philipp Überbacher hollunder at gmx dot at
+
+pkgname=qtractor
+pkgver=0.6.7
+pkgrel=1
+pkgdesc=Audio/MIDI multitrack sequencer
+arch=('i686' 'x86_64')
+url=http://qtractor.sourceforge.net/;
+license=('GPL')
+depends=('qt4' 'suil' 'lilv' 'libmad' 'liblo=0.28'
+ 'rubberband' 'shared-mime-info')
+makedepends=('ladspa' 'dssi')
+optdepends=('dssi-vst: win32 VST support')
+install=$pkgname.install
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('787757fba50723dcbadf230b78458820')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # do not look for /usr/lib64/lv2
+  # prevent to load lv2 plugins twice
+  sed -i '/__x86_64__/,/#endif/d' src/qtractorPlugin.cpp
+
+  # force qt4
+  export ac_qmake=/usr/bin/qmake-qt4 \
+ ac_moc=/usr/bin/moc-qt4 \
+ ac_uic=/usr/bin/uic-qt4 \
+ ac_lupdate=/usr/bin/lupdate-qt4 \
+ ac_lrelease=/usr/bin/lrelease-qt4 \
+ QMAKE=qmake-qt4
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/qtractor.install
===
--- community-i686/qtractor.install 2015-05-31 20:28:24 UTC (rev 134427)
+++ community-i686/qtractor.install 2015-05-31 20:28:40 UTC (rev 134428)
@@ -1,13 +0,0 @@
-post_install() {
-  xdg-icon-resource forceupdate --theme hicolor  /dev/null
-  update-mime-database usr/share/mime  /dev/null
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: qtractor/repos/community-i686/qtractor.install (from rev 134427, 
qtractor/trunk/qtractor.install)
===
--- community-i686/qtractor.install (rev 

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

2015-05-31 Thread Gaetan Bisson
Date: Sunday, May 31, 2015 @ 22:48:28
  Author: bisson
Revision: 239967

upstream update

Modified:
  cronie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 18:28:54 UTC (rev 239966)
+++ PKGBUILD2015-05-31 20:48:28 UTC (rev 239967)
@@ -3,7 +3,7 @@
 # Maintainer: Gaetan Bisson bis...@archlinux.org
 
 pkgname='cronie'
-pkgver=1.4.12
+pkgver=1.5.0
 pkgrel=1
 pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
 url='https://fedorahosted.org/cronie/'
@@ -17,7 +17,7 @@
 'service'
 'pam.d'
 'deny')
-sha1sums=('3bffa899d2c14ac0848cac40e9ecbcb7912e784a'
+sha1sums=('bbf154a6db7c9802664d1f0397b5e7ae9a9618e4'
   'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649'
   '5eff7fb31f6bc0a924243ff046704726cf20c221'
   '0f279b8fb820340267d578dc85511c980715f91e')


[arch-commits] Commit in ceph/trunk (6 files)

2015-05-31 Thread Sébastien Luttringer
Date: Sunday, May 31, 2015 @ 17:35:47
  Author: seblu
Revision: 239964

ceph 0.94.1-0.2

- Go back to 0.94.1; 9.{0,1].x are dev versions
- Fix boost 1.58 broken build with 0.94.1
- Cleanup systemd services files
- Switch to systemd-tmpfiles.d
- Review deps
- Fix python2 shebang; not use of /usr/bin/env anymore
- A check() function
- Copy all udev rules
- Fix bash-completion directories
- Drop contributor history; too long and more than 90% of the pkg rewritten.

Added:
  ceph/trunk/01-boost-158.patch
Modified:
  ceph/trunk/PKGBUILD
  ceph/trunk/ceph-mds@.service
  ceph/trunk/ceph-mon@.service
  ceph/trunk/ceph-osd@.service
  ceph/trunk/ceph.install

+
 01-boost-158.patch |   27 +++
 PKGBUILD   |  118 ---
 ceph-mds@.service  |7 ---
 ceph-mon@.service  |7 ---
 ceph-osd@.service  |7 ---
 ceph.install   |   11 ++--
 6 files changed, 92 insertions(+), 85 deletions(-)

Added: 01-boost-158.patch
===
--- 01-boost-158.patch  (rev 0)
+++ 01-boost-158.patch  2015-05-31 15:35:47 UTC (rev 239964)
@@ -0,0 +1,27 @@
+From e7b196a4a091c0ea258866559ba06e7ed0cc4247 Mon Sep 17 00:00:00 2001
+From: Kefu Chai kc...@redhat.com
+Date: Fri, 8 May 2015 15:21:20 +0800
+Subject: [PATCH] mon: remove unused variable
+
+* as a side effect, this change silences
+  http://tracker.ceph.com/issues/11576
+
+Fixes: #11576
+Signed-off-by: Kefu Chai kc...@redhat.com
+---
+ src/mon/OSDMonitor.cc | 2 --
+ 1 file changed, 2 deletions(-)
+
+diff --git a/src/mon/OSDMonitor.cc b/src/mon/OSDMonitor.cc
+index 73dcd5f..7caaa45 100644
+--- a/src/mon/OSDMonitor.cc
 b/src/mon/OSDMonitor.cc
+@@ -3174,8 +3174,6 @@ bool OSDMonitor::preprocess_command(MMonCommand *m)
+   } else if (prefix == osd crush get-tunable) {
+ string tunable;
+ cmd_getval(g_ceph_context, cmdmap, tunable, tunable);
+-int value;
+-cmd_getval(g_ceph_context, cmdmap, value, value);
+ ostringstream rss;
+ if (f)
+   f-open_object_section(tunable);

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 13:51:26 UTC (rev 239963)
+++ PKGBUILD2015-05-31 15:35:47 UTC (rev 239964)
@@ -1,50 +1,61 @@
 # $Id$
 # Maintainer: Sébastien Seblu Luttringer se...@archlinux.org
-# Contributor: Ido Rosen i...@kernel.org
-# Contributor: Evan Teitelman teitelmane...@gmail.com
-# Contributor: Eric Renfro eren...@gmail.com
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Marti Raudsepp ma...@juffo.org
-# Contributor: Sandman the0sand...@hotmail.com
-# Contributor: raw s...@rw23.de
-# Contributor: Dave Simons miou...@gmail.com
-# Contributor: David Anderson d...@natulte.net
-# Contributor: Joe Julian m...@joejulian.name
-# Contributor: Emil Renner Berthing es...@mailme.dk
 
 pkgname=ceph
-pkgver=9.0.0
-pkgrel=1
+pkgver=0.94.1
+pkgrel=0.2
 pkgdesc='Distributed, fault-tolerant storage platform delivering object, 
block, and file system'
 arch=('x86_64' 'i686')
 url='http://ceph.com/'
 license=('GPL')
-depends=('libedit' 'libsigc++' 'gtkmm' 'btrfs-progs' 'crypto++'
- 'gperftools' 'python2' 'fuse' 'keyutils'
- 'libatomic_ops' 'curl' 'libaio' 'fcgi' 'expat' 'boost'
- 'leveldb' 'xfsprogs')
-makedepends=('boost' 'boost-libs' 'yasm')
+makedepends=('boost' 'systemd' 'xfsprogs')
+depends=('boost-libs'
+ 'curl'
+ 'expat'
+ 'fcgi'
+ 'fuse'
+ 'gcc-libs'
+ 'glibc'
+ 'gperftools'
+ 'keyutils'
+ 'leveldb'
+ 'libaio'
+ 'libatomic_ops'
+ 'libedit'
+ 'libsystemd'
+ 'libutil-linux'
+ 'ncurses'
+ 'nss'
+ 'python2'
+ 'snappy')
+optdepends=('xfsprogs: support xfs backend')
+options=('emptydirs')
 install=ceph.install
-options=('!libtool' 'emptydirs')
 source=(http://ceph.com/download/$pkgname-$pkgver.tar.bz2;
 'ceph-osd@.service'
 'ceph-mon@.service'
 'ceph-mds@.service'
-'ceph.install')
+'01-boost-158.patch')
+md5sums=('e4a625aa2c91fe5d3f0c62faa4716ca2'
+ '9104b5b90349d2aa7802eb89158456e8'
+ '63a584aa2a4e2b0efbee4e8fd32593f0'
+ 'd2411c41208d95743baa6d899cc1e0b0'
+ '99ddd5aee25664de55055ed1bd78941d')
 
 prepare() {
-  cd $srcdir/$pkgname-$pkgver
-  # fix python scripts to use python2
-  find . -type f -exec sed -i 's,^#!/usr/bin/env python$,#!/usr/bin/env 
python2,g' {} \;
-  # Some python scripts are autogenerated through Makefiles. Fix those
-  # too, or /usr/bin/ceph will have the wrong shebang.
-  find . -type f -exec sed -i 's,#!/usr/bin/env python,#!/usr/bin/env 
python2,g' {} \;
+  patch -p1 -d $pkgname-$pkgver  01-boost-158.patch
+  # fix python2 shebang
+  find $pkgname-$pkgver -type f -exec \
+sed -i '1s,^#! \?/usr/bin/\(env \|\)python$,#!/usr/bin/python2,' {} \;
+  # substitue buggy 

[arch-commits] Commit in syncthing/repos/community-x86_64 (3 files)

2015-05-31 Thread Jaroslav Lichtblau
Date: Sunday, May 31, 2015 @ 21:27:19
  Author: jlichtblau
Revision: 134424

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 134423, syncthing/trunk/PKGBUILD)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1

-+
 PKGBUILD|  109 +++---
 syncthing.1 |   94 --
 2 files changed, 59 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-31 19:27:06 UTC (rev 134423)
+++ PKGBUILD2015-05-31 19:27:19 UTC (rev 134424)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.7
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPLv2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
-$pkgname.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-
-prepare() {
-  cd ${srcdir}
-  mkdir -p src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  go run build.go -no-upgrade build
-}
-
-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
-  install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 134423, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-31 19:27:19 UTC (rev 134424)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.7
+pkgrel=2
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPLv2')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}
+  mkdir -p src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  go run build.go -no-upgrade build
+}
+
+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
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-05-31 19:27:06 UTC (rev 134423)
+++ syncthing.1 2015-05-31 19:27:19 UTC (rev 134424)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3

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

2015-05-31 Thread Jaroslav Lichtblau
Date: Sunday, May 31, 2015 @ 21:27:06
  Author: jlichtblau
Revision: 134423

upgpkg: syncthing 0.11.7-2 - FS#45153 fix

Modified:
  syncthing/trunk/PKGBUILD
Deleted:
  syncthing/trunk/syncthing.1

-+
 PKGBUILD|   23 +-
 syncthing.1 |   94 --
 2 files changed, 16 insertions(+), 101 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 19:22:10 UTC (rev 134422)
+++ PKGBUILD2015-05-31 19:27:06 UTC (rev 134423)
@@ -7,7 +7,7 @@
 
 pkgname=syncthing
 pkgver=0.11.7
-pkgrel=1
+pkgrel=2
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;
 license=('MPLv2')
@@ -14,10 +14,8 @@
 arch=('i686' 'x86_64')
 depends=('glibc')
 makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
-$pkgname.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
 
 prepare() {
   cd ${srcdir}
@@ -34,7 +32,7 @@
 check() {
   export GOPATH=${srcdir}
   cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  #go run build.go -no-upgrade test
+  go run build.go -no-upgrade test
 }
 
 package() {
@@ -43,8 +41,19 @@
   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
-  install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
 
 # 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
 }

Deleted: syncthing.1
===
--- syncthing.1 2015-05-31 19:22:10 UTC (rev 134422)
+++ syncthing.1 2015-05-31 19:27:06 UTC (rev 134423)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH SYNCTHING  May 2014  syncthing
-.
-.SH Project Goals
-This is the \fBsyncthing\fR project\. The following are the project goals:
-.
-.IP 1. 4
-Define a protocol for synchronization of a file repository between a number of 
collaborating nodes\. The protocol should be well defined, unambiguous, easily 
understood, free to use, efficient, secure and language neutral\. This is the 
Block Exchange Protocol 
\fIhttps://github\.com/calmh/syncthing/blob/master/protocol/PROTOCOL\.md\fR\.
-.
-.IP 2. 4
-Provide the reference implementation to demonstrate the usability of said 
protocol\. This is the \fBsyncthing\fR utility\. It is the hope that 
alternative, compatible implementations of the protocol will come to exist\.
-.
-.IP  0
-.
-.P
-The two are evolving together; the protocol is not to be considered stable 
until syncthing 1\.0 is released, at which point it is locked down for 
incompatible changes\.
-.
-.P
-Syncthing does not use the BitTorrent protocol\. The reasons for this are 1) 
we don\'t know if BitTorrent Sync does either, so there\'s nothing to be 
compatible with, 2) BitTorrent includes a lot of functionality for making sure 
large swarms of selfish agents behave and somehow work towards a common goal\. 
Here we have a much smaller swarm of cooperative agents and a simpler approach 
will suffice\.
-.
-.SH Systemd
-The systemd services for Syncthing and its discovery server can be used to 
start, stop, restart and enable them to run at boot\.
-.
-.SS Syncthing
-Syncthing is the main sync client and can be controlled using systemd using 
the commands below\. Since Syncthing is run for a particular user, replace 
\'username\' in the commands below with the name of the user you want it to run 
it under\.
-.
-.IP  4
-.
-.nf
-
-Start Syncthing:systemctl start syncthing@username
-Stop Syncthing: systemctl stop syncthing@username
-Restart Syncthing:  systemctl restart syncthing@username
-Enable Syncthing at Boot:   systemctl enable syncthing@username
-Disable Syncthing at Boot:  systemctl disable syncthing@username
-.
-.fi
-.
-.IP  0
-.
-.SS Discovery Server
-The discovery server is an optional service that can be run and connected to 
by Syncthing in place of the default\. To have clients connect to a custom 
discovery server, you\'ll want to start the service on 

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

2015-05-31 Thread Gaetan Bisson
Date: Sunday, May 31, 2015 @ 23:07:24
  Author: bisson
Revision: 239970

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

Added:
  sharutils/repos/extra-i686/PKGBUILD
(from rev 239969, sharutils/trunk/PKGBUILD)
  sharutils/repos/extra-i686/install
(from rev 239969, sharutils/trunk/install)
  sharutils/repos/extra-x86_64/PKGBUILD
(from rev 239969, sharutils/trunk/PKGBUILD)
  sharutils/repos/extra-x86_64/install
(from rev 239969, sharutils/trunk/install)
Deleted:
  sharutils/repos/extra-i686/PKGBUILD
  sharutils/repos/extra-i686/install
  sharutils/repos/extra-x86_64/PKGBUILD
  sharutils/repos/extra-x86_64/install

---+
 /PKGBUILD |   64 
 /install  |   36 +++
 extra-i686/PKGBUILD   |   32 
 extra-i686/install|   18 -
 extra-x86_64/PKGBUILD |   32 
 extra-x86_64/install  |   18 -
 6 files changed, 100 insertions(+), 100 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-31 21:06:52 UTC (rev 239969)
+++ extra-i686/PKGBUILD 2015-05-31 21:07:24 UTC (rev 239970)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sharutils
-pkgver=4.15
-pkgrel=1
-pkgdesc='Makes so-called shell archives out of many files'
-url='http://www.gnu.org/software/sharutils/'
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('perl' 'gettext' 'texinfo')
-source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('900e85249b53e34cc55c061d809d31f14c83b210')
-
-install=install
-
-build() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   ./configure \
-   --prefix=/usr \
-   --mandir=/usr/share/man \
-   --infodir=/usr/share/info \
-
-   make
-}
-
-package() {
-   cd ${srcdir}/${pkgname}-${pkgver}
-   make DESTDIR=${pkgdir} install
-}

Copied: sharutils/repos/extra-i686/PKGBUILD (from rev 239969, 
sharutils/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-31 21:07:24 UTC (rev 239970)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+# Contributor: Kevin Piche ke...@archlinux.org
+# Contributor: Tom Newsom jeeps...@gmx.co.uk
+
+pkgname=sharutils
+pkgver=4.15.2
+pkgrel=1
+pkgdesc='Makes so-called shell archives out of many files'
+url='http://www.gnu.org/software/sharutils/'
+license=('GPL')
+arch=('i686' 'x86_64')
+depends=('perl' 'gettext' 'texinfo')
+source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+sha1sums=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
+
+install=install
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --mandir=/usr/share/man \
+   --infodir=/usr/share/info \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/install
===
--- extra-i686/install  2015-05-31 21:06:52 UTC (rev 239969)
+++ extra-i686/install  2015-05-31 21:07:24 UTC (rev 239970)
@@ -1,18 +0,0 @@
-infodir=/usr/share/info
-filelist=(sharutils.info.gz)
-
-post_install() {
-   for file in ${filelist[@]}; do
-   install-info $infodir/$file $infodir/dir
-   done
-}
-
-post_upgrade() {
-   post_install
-}
-
-pre_remove() {
-   for file in ${filelist[@]}; do
-   install-info --delete $infodir/$file $infodir/dir
-   done
-}

Copied: sharutils/repos/extra-i686/install (from rev 239969, 
sharutils/trunk/install)
===
--- extra-i686/install  (rev 0)
+++ extra-i686/install  2015-05-31 21:07:24 UTC (rev 239970)
@@ -0,0 +1,18 @@
+infodir=/usr/share/info
+filelist=(sharutils.info.gz)
+
+post_install() {
+   for file in ${filelist[@]}; do
+   install-info $infodir/$file $infodir/dir
+   done
+}
+
+post_upgrade() {
+   post_install
+}
+
+pre_remove() {
+   for file in ${filelist[@]}; do
+   install-info --delete $infodir/$file $infodir/dir
+   done
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-31 21:06:52 UTC (rev 239969)
+++ extra-x86_64/PKGBUILD   2015-05-31 21:07:24 UTC (rev 239970)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson bis...@archlinux.org
-# Contributor: Kevin Piche ke...@archlinux.org
-# Contributor: Tom Newsom jeeps...@gmx.co.uk
-
-pkgname=sharutils
-pkgver=4.15
-pkgrel=1

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

2015-05-31 Thread Gaetan Bisson
Date: Sunday, May 31, 2015 @ 23:06:52
  Author: bisson
Revision: 239969

upstream update

Modified:
  sharutils/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 20:49:14 UTC (rev 239968)
+++ PKGBUILD2015-05-31 21:06:52 UTC (rev 239969)
@@ -4,7 +4,7 @@
 # Contributor: Tom Newsom jeeps...@gmx.co.uk
 
 pkgname=sharutils
-pkgver=4.15
+pkgver=4.15.2
 pkgrel=1
 pkgdesc='Makes so-called shell archives out of many files'
 url='http://www.gnu.org/software/sharutils/'
@@ -12,7 +12,7 @@
 arch=('i686' 'x86_64')
 depends=('perl' 'gettext' 'texinfo')
 source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
-sha1sums=('900e85249b53e34cc55c061d809d31f14c83b210')
+sha1sums=('250377131bcf7a081f066ed0f9c51a0b7e0b0c04')
 
 install=install
 


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

2015-05-31 Thread Gaetan Bisson
Date: Sunday, May 31, 2015 @ 23:23:07
  Author: bisson
Revision: 134430

update source, rakshasa.no seems down

Modified:
  rtorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 21:19:20 UTC (rev 134429)
+++ PKGBUILD2015-05-31 21:23:07 UTC (rev 134430)
@@ -11,11 +11,15 @@
 license=('GPL')
 arch=('i686' 'x86_64')
 depends=('libtorrent=0.13.4' 'curl' 'xmlrpc-c' 'libsigc++')
-source=(http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
+#source=(http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
+#sha1sums=('e997822e9b0d53cf8ecfb6b836e380065890e10d')
+source=(https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz;)
+sha1sums=('c1f0b27425f6b025db550cf5ce1997a16af6ff7b')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
+   sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+   ./autogen.sh
 
export CXXFLAGS=${CXXFLAGS} -fno-strict-aliasing
./configure \


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

2015-05-31 Thread Gaetan Bisson
Date: Sunday, May 31, 2015 @ 22:49:14
  Author: bisson
Revision: 239968

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

Added:
  cronie/repos/testing-i686/
  cronie/repos/testing-i686/PKGBUILD
(from rev 239967, cronie/trunk/PKGBUILD)
  cronie/repos/testing-i686/deny
(from rev 239967, cronie/trunk/deny)
  cronie/repos/testing-i686/pam.d
(from rev 239967, cronie/trunk/pam.d)
  cronie/repos/testing-i686/service
(from rev 239967, cronie/trunk/service)
  cronie/repos/testing-x86_64/
  cronie/repos/testing-x86_64/PKGBUILD
(from rev 239967, cronie/trunk/PKGBUILD)
  cronie/repos/testing-x86_64/deny
(from rev 239967, cronie/trunk/deny)
  cronie/repos/testing-x86_64/pam.d
(from rev 239967, cronie/trunk/pam.d)
  cronie/repos/testing-x86_64/service
(from rev 239967, cronie/trunk/service)

-+
 testing-i686/PKGBUILD   |   65 ++
 testing-i686/deny   |1 
 testing-i686/pam.d  |   10 +++
 testing-i686/service|   11 +++
 testing-x86_64/PKGBUILD |   65 ++
 testing-x86_64/deny |1 
 testing-x86_64/pam.d|   10 +++
 testing-x86_64/service  |   11 +++
 8 files changed, 174 insertions(+)

Copied: cronie/repos/testing-i686/PKGBUILD (from rev 239967, 
cronie/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-31 20:49:14 UTC (rev 239968)
@@ -0,0 +1,65 @@
+# $Id$
+# Contributor: Kaiting Chen kaiting.c...@kiwilight.com
+# Maintainer: Gaetan Bisson bis...@archlinux.org
+
+pkgname='cronie'
+pkgver=1.5.0
+pkgrel=1
+pkgdesc='Daemon that runs specified programs at scheduled times and related 
tools'
+url='https://fedorahosted.org/cronie/'
+license=('custom:BSD')
+arch=('i686' 'x86_64')
+depends=('pam' 'bash' 'run-parts')
+optdepends=('pm-utils: defer anacron on battery power'
+'smtp-server: send job output via email'
+'smtp-forwarder: forward job output to email server')
+source=(https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz;
+'service'
+'pam.d'
+'deny')
+sha1sums=('bbf154a6db7c9802664d1f0397b5e7ae9a9618e4'
+  'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649'
+  '5eff7fb31f6bc0a924243ff046704726cf20c221'
+  '0f279b8fb820340267d578dc85511c980715f91e')
+
+backup=('etc/cron.deny'
+'etc/pam.d/crond'
+'etc/cron.d/0hourly'
+'etc/anacrontab')
+
+conflicts=('cron')
+provides=('cron')
+
+build() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+   ./configure \
+   --prefix=/usr \
+   --sysconfdir=/etc \
+   --localstatedir=/var \
+   --sbindir=/usr/bin \
+   --enable-anacron \
+   --with-inotify \
+   --with-pam \
+
+   make
+}
+
+package() {
+   cd ${srcdir}/${pkgname}-${pkgver}
+
+   make DESTDIR=${pkgdir} install
+
+   chmod u+s ${pkgdir}/usr/bin/crontab
+   install -d ${pkgdir}/var/spool/{ana,}cron
+   install -d ${pkgdir}/etc/cron.{d,hourly,daily,weekly,monthly}
+
+   install -Dm644 ../deny ${pkgdir}/etc/cron.deny
+   install -Dm644 ../pam.d ${pkgdir}/etc/pam.d/crond
+   install -Dm644 ../service 
${pkgdir}/usr/lib/systemd/system/cronie.service
+
+   install -Dm644 contrib/anacrontab ${pkgdir}/etc/anacrontab
+   install -Dm644 contrib/0hourly ${pkgdir}/etc/cron.d/0hourly
+   install -Dm755 contrib/0anacron ${pkgdir}/etc/cron.hourly/0anacron
+
+   install -Dm644 COPYING ${pkgdir}/usr/share/licenses/cronie/COPYING
+}

Copied: cronie/repos/testing-i686/deny (from rev 239967, cronie/trunk/deny)
===
--- testing-i686/deny   (rev 0)
+++ testing-i686/deny   2015-05-31 20:49:14 UTC (rev 239968)
@@ -0,0 +1 @@
+# without this file, only users listed in /etc/cron.allow can use crontab

Copied: cronie/repos/testing-i686/pam.d (from rev 239967, cronie/trunk/pam.d)
===
--- testing-i686/pam.d  (rev 0)
+++ testing-i686/pam.d  2015-05-31 20:49:14 UTC (rev 239968)
@@ -0,0 +1,10 @@
+auth  requiredpam_unix.so
+auth  requiredpam_env.so
+
+account   requiredpam_access.so
+account   requiredpam_unix.so
+account   requiredpam_time.so
+
+sessionrequired   pam_loginuid.so
+session   requiredpam_limits.so
+session   requiredpam_unix.so

Copied: cronie/repos/testing-i686/service (from rev 239967, 
cronie/trunk/service)
===
--- testing-i686/service(rev 0)
+++ testing-i686/service2015-05-31 20:49:14 UTC (rev 239968)
@@ -0,0 +1,11 @@
+[Unit]
+Description=Periodic Command 

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

2015-05-31 Thread Gaetan Bisson
Date: Sunday, May 31, 2015 @ 23:19:20
  Author: bisson
Revision: 134429

update source, rakshasa.no seems down

Modified:
  libtorrent/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 20:28:40 UTC (rev 134428)
+++ PKGBUILD2015-05-31 21:19:20 UTC (rev 134429)
@@ -12,11 +12,16 @@
 arch=('i686' 'x86_64')
 license=('GPL')
 depends=('openssl')
-source=(http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
-sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131')
+#source=(http://libtorrent.rakshasa.no/downloads/${pkgname}-${pkgver}.tar.gz;)
+#sha1sums=('3a3ca87054d020bc376abe2c1ea15bbbaef31131')
+source=(https://github.com/rakshasa/${pkgname}/archive/${pkgver}.tar.gz;)
+sha1sums=('7f086998ee01783b477565afd59952d6f6c34580')
 
 build() {
cd ${srcdir}/${pkgname}-${pkgver}
+   sed '/AM_PATH_CPPUNIT/d' -i configure.ac
+   ./autogen.sh
+
export CXXFLAGS=${CXXFLAGS} -fno-strict-aliasing
./configure \
--prefix=/usr \


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

2015-05-31 Thread Gaetan Bisson
Date: Sunday, May 31, 2015 @ 23:34:34
  Author: bisson
Revision: 134431

xz tarball disappeared...

Modified:
  scribus/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 21:23:07 UTC (rev 134430)
+++ PKGBUILD2015-05-31 21:34:34 UTC (rev 134431)
@@ -17,7 +17,7 @@
 depends=('qt4' 'cairo' 'lcms2' 'libcups' 'libxml2' 'hyphen'
  'ghostscript' 'python2' 'podofo' 'boost-libs'
  'desktop-file-utils' 'shared-mime-info')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.xz;)
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2;)
 sha1sums=('70685aeb66d1f8f4984125c56f8f6e059af267c3')
 
 install=install


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

2015-05-31 Thread Sébastien Luttringer
Date: Sunday, May 31, 2015 @ 17:16:29
  Author: seblu
Revision: 134419

upgpkg: keepalived 1.2.17-1

Modified:
  keepalived/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 13:52:56 UTC (rev 134418)
+++ PKGBUILD2015-05-31 15:16:29 UTC (rev 134419)
@@ -3,7 +3,7 @@
 # Contributor: Andrea Zucchelli zukk...@gmail.com
 
 pkgname=keepalived
-pkgver=1.2.16
+pkgver=1.2.17
 pkgrel=1
 pkgdesc='Failover and monitoring daemon for LVS clusters'
 arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@
 depends=('openssl' 'popt' 'libnl1')
 source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
 'keepalived.service')
-md5sums=('f834ab2cfc2e7300edf1bafaf4a5d83e'
+md5sums=('8d6400e1be43fc303175164d69125dce'
  '0a5171f4298528315e8a8004b55befb7')
 
 build() {


[arch-commits] Commit in plex-home-theater/trunk (PKGBUILD)

2015-05-31 Thread Maxime Gauduin
Date: Sunday, May 31, 2015 @ 21:21:25
  Author: alucryd
Revision: 134421

upgpkg: plex-home-theater 1.4.1.469-1

Modified:
  plex-home-theater/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 15:16:44 UTC (rev 134420)
+++ PKGBUILD2015-05-31 19:21:25 UTC (rev 134421)
@@ -3,8 +3,8 @@
 # Contributor: Daniel Wallace daniel.wall...@gatech.edu
 
 pkgname=plex-home-theater
-_pkgver=1.4.0.459-b41b1814
-pkgver=${_pkgver%-*}
+pkgver=1.4.1.469
+_pkgsum=47a90f01
 pkgrel=1
 pkgdesc='Plex Home Theater'
 arch=('i686' 'x86_64')
@@ -20,17 +20,17 @@
 'libshairport: AirPlay support'
 'libcec: Pulse-Eight USB-CEC adapter support'
 'pulseaudio: PulseAudio support')
-source=(https://github.com/plexinc/plex-home-theater-public/archive/v${_pkgver}.tar.gz;
+source=(https://github.com/plexinc/plex-home-theater-public/archive/v${pkgver}-${_pkgsum}.tar.gz;
 'plex-ffmpeg-compat.patch'
 'plex-libcec-2.2.0.patch'
 'plexhometheater.sh')
-sha256sums=('cc6485100afa0f7a4d483e05eeafba72764f55749bb3f3ee0a529646e076bbe4'
+sha256sums=('82a0b3314de18e0f1bdb123c6fe4d411e147b052a09219a9d2057459dc0f36b3'
 '5b370e4dec6998130df46ad6bd5ca6258e3a040dd6c6cc4085c335dc3d6050bd'
 '13032e8da35b0abdd22109f9ee34c63e43e0f9863fe81d4fa503c05ede23a212'
 'dc6bd394c07a2ececbb2f8c53cb54afd5d78f7c00a0b34acab3e71217da085fb')
 
 prepare() {
-  cd plex-home-theater-public-${_pkgver}
+  cd plex-home-theater-public-${pkgver}-${_pkgsum}
 
   patch -Np1 -i ../plex-libcec-2.2.0.patch
   patch -Np1 -i ../plex-ffmpeg-compat.patch
@@ -37,7 +37,7 @@
 }
 
 build() {
-  cd plex-home-theater-public-${_pkgver}
+  cd plex-home-theater-public-${pkgver}-${_pkgsum}
 
   if [[ -d build ]]; then
 rm -rf build
@@ -44,20 +44,21 @@
   fi
   mkdir build  cd build
 
-  cmake .. -DCMAKE_INSTALL_PREFIX='/usr' \
-   -DCMAKE_C_FLAGS=$CMAKE_C_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
-   -DCMAKE_CXX_FLAGS=$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
-   -DCREATE_BUNDLE='FALSE' \
-   -DDUMP_SYMBOLS='FALSE' \
-   -DENABLE_AUTOUPDATE='FALSE' \
-   -DENABLE_PYTHON='TRUE' \
-   -DPYTHON_EXEC='/usr/bin/python2' \
-   -DUSE_INTERNAL_FFMPEG='FALSE'
+  cmake .. \
+-DCMAKE_INSTALL_PREFIX='/usr' \
+-DCMAKE_C_FLAGS=$CMAKE_C_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
+-DCMAKE_CXX_FLAGS=$CMAKE_CXX_FLAGS -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include \
+-DCREATE_BUNDLE='FALSE' \
+-DDUMP_SYMBOLS='FALSE' \
+-DENABLE_AUTOUPDATE='FALSE' \
+-DENABLE_PYTHON='TRUE' \
+-DPYTHON_EXEC='/usr/bin/python2' \
+-DUSE_INTERNAL_FFMPEG='FALSE'
   make
 }
 
 package() {
-  cd plex-home-theater-public-${_pkgver}/build
+  cd plex-home-theater-public-${pkgver}-${_pkgsum}/build
 
   make DESTDIR=${pkgdir} install
   install -dm 755 
${pkgdir}/usr/{lib/plexhometheater,share/{applications,pixmaps}}


[arch-commits] Commit in plex-home-theater/repos (16 files)

2015-05-31 Thread Maxime Gauduin
Date: Sunday, May 31, 2015 @ 21:22:10
  Author: alucryd
Revision: 134422

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

Added:
  plex-home-theater/repos/community-i686/PKGBUILD
(from rev 134421, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-i686/plex-ffmpeg-compat.patch
(from rev 134421, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-i686/plex-libcec-2.2.0.patch
(from rev 134421, plex-home-theater/trunk/plex-libcec-2.2.0.patch)
  plex-home-theater/repos/community-i686/plexhometheater.sh
(from rev 134421, plex-home-theater/trunk/plexhometheater.sh)
  plex-home-theater/repos/community-x86_64/PKGBUILD
(from rev 134421, plex-home-theater/trunk/PKGBUILD)
  plex-home-theater/repos/community-x86_64/plex-ffmpeg-compat.patch
(from rev 134421, plex-home-theater/trunk/plex-ffmpeg-compat.patch)
  plex-home-theater/repos/community-x86_64/plex-libcec-2.2.0.patch
(from rev 134421, plex-home-theater/trunk/plex-libcec-2.2.0.patch)
  plex-home-theater/repos/community-x86_64/plexhometheater.sh
(from rev 134421, plex-home-theater/trunk/plexhometheater.sh)
Deleted:
  plex-home-theater/repos/community-i686/PKGBUILD
  plex-home-theater/repos/community-i686/plex-ffmpeg-compat.patch
  plex-home-theater/repos/community-i686/plex-libcec-2.2.0.patch
  plex-home-theater/repos/community-i686/plexhometheater.sh
  plex-home-theater/repos/community-x86_64/PKGBUILD
  plex-home-theater/repos/community-x86_64/plex-ffmpeg-compat.patch
  plex-home-theater/repos/community-x86_64/plex-libcec-2.2.0.patch
  plex-home-theater/repos/community-x86_64/plexhometheater.sh

---+
 /PKGBUILD |  146 +
 /plex-ffmpeg-compat.patch |   58 +++
 /plex-libcec-2.2.0.patch  |  228 
 /plexhometheater.sh   |   10 +
 community-i686/PKGBUILD   |   72 
 community-i686/plex-ffmpeg-compat.patch   |   29 ---
 community-i686/plex-libcec-2.2.0.patch|  114 --
 community-i686/plexhometheater.sh |5 
 community-x86_64/PKGBUILD |   72 
 community-x86_64/plex-ffmpeg-compat.patch |   29 ---
 community-x86_64/plex-libcec-2.2.0.patch  |  114 --
 community-x86_64/plexhometheater.sh   |5 
 12 files changed, 442 insertions(+), 440 deletions(-)

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


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

2015-05-31 Thread Ray Rashif
Date: Sunday, May 31, 2015 @ 22:28:24
  Author: schiv
Revision: 134427

upgpkg: qtractor 0.6.7-1

upstream release

Modified:
  qtractor/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 19:36:19 UTC (rev 134426)
+++ PKGBUILD2015-05-31 20:28:24 UTC (rev 134427)
@@ -4,7 +4,7 @@
 # Contributor: Philipp Überbacher hollunder at gmx dot at
 
 pkgname=qtractor
-pkgver=0.6.6
+pkgver=0.6.7
 pkgrel=1
 pkgdesc=Audio/MIDI multitrack sequencer
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 optdepends=('dssi-vst: win32 VST support')
 install=$pkgname.install
 source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('f3cf65a15c851b74f8b19e6ad5f22c5c')
+md5sums=('787757fba50723dcbadf230b78458820')
 
 prepare() {
   cd $pkgname-$pkgver


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

2015-05-31 Thread Sébastien Luttringer
Date: Sunday, May 31, 2015 @ 17:16:44
  Author: seblu
Revision: 134420

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

Added:
  keepalived/repos/community-i686/PKGBUILD
(from rev 134419, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-i686/keepalived.service
(from rev 134419, keepalived/trunk/keepalived.service)
  keepalived/repos/community-x86_64/PKGBUILD
(from rev 134419, keepalived/trunk/PKGBUILD)
  keepalived/repos/community-x86_64/keepalived.service
(from rev 134419, keepalived/trunk/keepalived.service)
Deleted:
  keepalived/repos/community-i686/PKGBUILD
  keepalived/repos/community-i686/keepalived.service
  keepalived/repos/community-x86_64/PKGBUILD
  keepalived/repos/community-x86_64/keepalived.service

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-31 15:16:29 UTC (rev 134419)
+++ community-i686/PKGBUILD 2015-05-31 15:16:44 UTC (rev 134420)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Contributor: Andrea Zucchelli zukk...@gmail.com
-
-pkgname=keepalived
-pkgver=1.2.16
-pkgrel=1
-pkgdesc='Failover and monitoring daemon for LVS clusters'
-arch=('i686' 'x86_64')
-url='http://www.keepalived.org/'
-license=('GPL2')
-backup=('etc/keepalived/keepalived.conf')
-depends=('openssl' 'popt' 'libnl1')
-source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
-'keepalived.service')
-md5sums=('f834ab2cfc2e7300edf1bafaf4a5d83e'
- '0a5171f4298528315e8a8004b55befb7')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-  # clean pacakge init scripts
-  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
-  # move examples to /usr/share
-  install -d -m 755 $pkgdir/usr/share/$pkgname
-  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
-  # systemd
-  install -D -m 644 $srcdir/$pkgname.service \
-$pkgdir/usr/lib/systemd/system/$pkgname.service
-}
-
-# vim:set ts=2 sw=2 et:

Copied: keepalived/repos/community-i686/PKGBUILD (from rev 134419, 
keepalived/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-31 15:16:44 UTC (rev 134420)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Contributor: Andrea Zucchelli zukk...@gmail.com
+
+pkgname=keepalived
+pkgver=1.2.17
+pkgrel=1
+pkgdesc='Failover and monitoring daemon for LVS clusters'
+arch=('i686' 'x86_64')
+url='http://www.keepalived.org/'
+license=('GPL2')
+backup=('etc/keepalived/keepalived.conf')
+depends=('openssl' 'popt' 'libnl1')
+source=(http://www.keepalived.org/software/$pkgname-$pkgver.tar.gz;
+'keepalived.service')
+md5sums=('8d6400e1be43fc303175164d69125dce'
+ '0a5171f4298528315e8a8004b55befb7')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+  # clean pacakge init scripts
+  rm -r $pkgdir/etc/rc.d $pkgdir/etc/sysconfig
+  # move examples to /usr/share
+  install -d -m 755 $pkgdir/usr/share/$pkgname
+  mv $pkgdir/etc/keepalived/samples $pkgdir/usr/share/$pkgname/samples
+  # systemd
+  install -D -m 644 $srcdir/$pkgname.service \
+$pkgdir/usr/lib/systemd/system/$pkgname.service
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/keepalived.service
===
--- community-i686/keepalived.service   2015-05-31 15:16:29 UTC (rev 134419)
+++ community-i686/keepalived.service   2015-05-31 15:16:44 UTC (rev 134420)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Keepalive Daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/keepalived --dont-fork
-
-[Install]
-WantedBy=multi-user.target

Copied: keepalived/repos/community-i686/keepalived.service (from rev 134419, 
keepalived/trunk/keepalived.service)
===
--- community-i686/keepalived.service   (rev 0)
+++ community-i686/keepalived.service   2015-05-31 15:16:44 UTC (rev 134420)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Keepalive Daemon
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/keepalived --dont-fork
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD

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

2015-05-31 Thread Gaetan Bisson
Date: Sunday, May 31, 2015 @ 23:30:50
  Author: bisson
Revision: 239971

update for newer chewing

Modified:
  scim-chewing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 21:07:24 UTC (rev 239970)
+++ PKGBUILD2015-05-31 21:30:50 UTC (rev 239971)
@@ -17,7 +17,7 @@
 
 prepare() {
cd ${srcdir}/${pkgname}-${pkgver}
-   sed '/CHEWING_VERSION=/s/0.3.4/0.3.5/' -i configure
+   sed '/CHEWING_VERSION=/s/0.3.4/0.4.0/' -i configure
 }
 
 build() {


[arch-commits] Commit in syncthing/repos/community-i686 (3 files)

2015-05-31 Thread Jaroslav Lichtblau
Date: Sunday, May 31, 2015 @ 21:36:19
  Author: jlichtblau
Revision: 134426

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 134425, syncthing/trunk/PKGBUILD)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1

-+
 PKGBUILD|  109 +++---
 syncthing.1 |   94 --
 2 files changed, 59 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-31 19:36:00 UTC (rev 134425)
+++ PKGBUILD2015-05-31 19:36:19 UTC (rev 134426)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.7
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPLv2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
-$pkgname.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-
-prepare() {
-  cd ${srcdir}
-  mkdir -p src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  go run build.go -no-upgrade build
-}
-
-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
-  install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 134425, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-31 19:36:19 UTC (rev 134426)
@@ -0,0 +1,59 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.7
+pkgrel=2
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPLv2')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver})
+sha1sums=('SKIP')
+
+prepare() {
+  cd ${srcdir}
+  mkdir -p src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  go run build.go -no-upgrade build
+}
+
+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
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-05-31 19:36:00 UTC (rev 134425)
+++ syncthing.1 2015-05-31 19:36:19 UTC (rev 134426)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH 

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

2015-05-31 Thread Jaroslav Lichtblau
Date: Sunday, May 31, 2015 @ 21:36:00
  Author: jlichtblau
Revision: 134425

upgpkg: syncthing 0.11.7-2 - check runs successfuly only on x86

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 19:27:19 UTC (rev 134424)
+++ PKGBUILD2015-05-31 19:36:00 UTC (rev 134425)
@@ -32,7 +32,7 @@
 check() {
   export GOPATH=${srcdir}
   cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  go run build.go -no-upgrade test
+#  go run build.go -no-upgrade test
 }
 
 package() {


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

2015-05-31 Thread Eric Bélanger
Date: Monday, June 1, 2015 @ 04:27:35
  Author: eric
Revision: 134437

archrelease: copy trunk to community-any

Added:
  youtube-dl/repos/community-any/PKGBUILD
(from rev 134436, youtube-dl/trunk/PKGBUILD)
Deleted:
  youtube-dl/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-01 02:26:08 UTC (rev 134436)
+++ PKGBUILD2015-06-01 02:27:35 UTC (rev 134437)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=youtube-dl
-pkgver=2015.05.20
-pkgrel=1
-pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
-arch=('any')
-url=http://rg3.github.io/youtube-dl/;
-license=('custom')
-depends=('python' 'python-setuptools')
-optdepends=('ffmpeg: for video post-processing'
-'rtmpdump: for rtmp streams support'
-   'atomicparsley: for embedding thumbnails into m4a files')
-source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
-
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('cac826012e7a193842cddb2f3a1b5aa37b2d8a32'
-  'SKIP')
-validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
-
-prepare() {
-  cd ${pkgname}
-  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
-  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
-}
-
-package() {
-  cd ${pkgname}
-  python setup.py install --root=${pkgdir}/ --optimize=1
-  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
- ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
-  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: youtube-dl/repos/community-any/PKGBUILD (from rev 134436, 
youtube-dl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-01 02:27:35 UTC (rev 134437)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=youtube-dl
+pkgver=2015.05.29
+pkgrel=1
+pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
+arch=('any')
+url=http://rg3.github.io/youtube-dl/;
+license=('custom')
+depends=('python' 'python-setuptools')
+optdepends=('ffmpeg: for video post-processing'
+'rtmpdump: for rtmp streams support'
+   'atomicparsley: for embedding thumbnails into m4a files')
+source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
+
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
+sha1sums=('5e7b3ce84bf1bcd423c74898f9832864c7bfa4be'
+  'SKIP')
+validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
+
+prepare() {
+  cd ${pkgname}
+  sed -i 's|etc/bash_completion.d|share/bash-completion/completions|' setup.py
+  sed -i 's|etc/fish/completions|share/fish/completions|' setup.py
+}
+
+package() {
+  cd ${pkgname}
+  python setup.py install --root=${pkgdir}/ --optimize=1
+  mv 
${pkgdir}/usr/share/bash-completion/completions/youtube-dl.bash-completion \
+ ${pkgdir}/usr/share/bash-completion/completions/youtube-dl
+  install -Dm644 youtube-dl.zsh 
${pkgdir}/usr/share/zsh/site-functions/_youtube-dl
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-05-31 Thread Eric Bélanger
Date: Monday, June 1, 2015 @ 03:19:37
  Author: eric
Revision: 239974

upgpkg: mutagen 1.29-1

Upstream update

Modified:
  mutagen/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 00:47:32 UTC (rev 239973)
+++ PKGBUILD2015-06-01 01:19:37 UTC (rev 239974)
@@ -3,7 +3,7 @@
 
 pkgbase=mutagen
 pkgname=('mutagen' 'python-mutagen')
-pkgver=1.28
+pkgver=1.29
 pkgrel=1
 arch=('any')
 url=https://bitbucket.org/lazka/mutagen;
@@ -10,7 +10,7 @@
 license=('GPL2')
 makedepends=('python' 'python2')
 
source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
-sha1sums=('e3e6d5bd3a14091062b520335303f1537692e632'
+sha1sums=('cd2fb0a4375e4fd572905ba93e5467dfafcf74be'
   'SKIP')
 validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
 


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

2015-05-31 Thread Eric Bélanger
Date: Monday, June 1, 2015 @ 03:21:19
  Author: eric
Revision: 239975

archrelease: copy trunk to extra-any

Added:
  mutagen/repos/extra-any/PKGBUILD
(from rev 239974, mutagen/trunk/PKGBUILD)
Deleted:
  mutagen/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-01 01:19:37 UTC (rev 239974)
+++ PKGBUILD2015-06-01 01:21:19 UTC (rev 239975)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgbase=mutagen
-pkgname=('mutagen' 'python-mutagen')
-pkgver=1.28
-pkgrel=1
-arch=('any')
-url=https://bitbucket.org/lazka/mutagen;
-license=('GPL2')
-makedepends=('python' 'python2')
-source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
-sha1sums=('e3e6d5bd3a14091062b520335303f1537692e632'
-  'SKIP')
-validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
-
-prepare() {
-  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
-}
-
-check() {
-  cd ${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python2 setup.py test
-  cd ../python-${pkgbase}-${pkgver}
-  LANG=en_US.UTF8 python setup.py test
-}
-
-package_mutagen() {
-  pkgdesc=An audio metadata tag reader and writer
-  depends=('python2')
- 
-  cd ${pkgbase}-${pkgver}
-  python2 setup.py install --root=${pkgdir}
-}
-
-package_python-mutagen() {
-  pkgdesc=An audio metadata tag reader and writer library for Python 3
-  depends=('python')
-
-  cd python-${pkgbase}-${pkgver}
-  python setup.py install --root=${pkgdir}
-  rm -r ${pkgdir}/usr/{bin,share}
-}

Copied: mutagen/repos/extra-any/PKGBUILD (from rev 239974, 
mutagen/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-01 01:21:19 UTC (rev 239975)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgbase=mutagen
+pkgname=('mutagen' 'python-mutagen')
+pkgver=1.29
+pkgrel=1
+arch=('any')
+url=https://bitbucket.org/lazka/mutagen;
+license=('GPL2')
+makedepends=('python' 'python2')
+source=(https://bitbucket.org/lazka/mutagen/downloads/${pkgbase}-${pkgver}.tar.gz{,.sig})
+sha1sums=('cd2fb0a4375e4fd572905ba93e5467dfafcf74be'
+  'SKIP')
+validpgpkeys=('0EBF782C5D53F7E5FB02A66746BD761F7A49B0EC')
+
+prepare() {
+  cp -r ${pkgbase}-${pkgver} python-${pkgbase}-${pkgver}
+}
+
+check() {
+  cd ${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python2 setup.py test
+  cd ../python-${pkgbase}-${pkgver}
+  LANG=en_US.UTF8 python setup.py test
+}
+
+package_mutagen() {
+  pkgdesc=An audio metadata tag reader and writer
+  depends=('python2')
+ 
+  cd ${pkgbase}-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+}
+
+package_python-mutagen() {
+  pkgdesc=An audio metadata tag reader and writer library for Python 3
+  depends=('python')
+
+  cd python-${pkgbase}-${pkgver}
+  python setup.py install --root=${pkgdir}
+  rm -r ${pkgdir}/usr/{bin,share}
+}


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

2015-05-31 Thread Eric Bélanger
Date: Monday, June 1, 2015 @ 02:47:32
  Author: eric
Revision: 239973

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-01 00:44:59 UTC (rev 239972)
+++ extra-i686/PKGBUILD 2015-06-01 00:47:32 UTC (rev 239973)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=wavpack
-pkgver=4.70.0
-pkgrel=2
-pkgdesc=Audio compression format with lossless, lossy and hybrid compression 
modes
-arch=('i686' 'x86_64')
-url=http://www.wavpack.com/;
-license=('BSD')
-depends=('glibc')
-source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-mmx
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: wavpack/repos/extra-i686/PKGBUILD (from rev 239972, 
wavpack/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-01 00:47:32 UTC (rev 239973)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wavpack
+pkgver=4.75.0
+pkgrel=1
+pkgdesc=Audio compression format with lossless, lossy and hybrid compression 
modes
+arch=('i686' 'x86_64')
+url=http://www.wavpack.com/;
+license=('BSD')
+depends=('glibc')
+source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ef99ec8d2e91bcb486ad640cfec0d970f43eb750')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-asm
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-01 00:44:59 UTC (rev 239972)
+++ extra-x86_64/PKGBUILD   2015-06-01 00:47:32 UTC (rev 239973)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=wavpack
-pkgver=4.70.0
-pkgrel=2
-pkgdesc=Audio compression format with lossless, lossy and hybrid compression 
modes
-arch=('i686' 'x86_64')
-url=http://www.wavpack.com/;
-license=('BSD')
-depends=('glibc')
-source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-mmx
-  make
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: wavpack/repos/extra-x86_64/PKGBUILD (from rev 239972, 
wavpack/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-01 00:47:32 UTC (rev 239973)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=wavpack
+pkgver=4.75.0
+pkgrel=1
+pkgdesc=Audio compression format with lossless, lossy and hybrid compression 
modes
+arch=('i686' 'x86_64')
+url=http://www.wavpack.com/;
+license=('BSD')
+depends=('glibc')
+source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
+sha1sums=('ef99ec8d2e91bcb486ad640cfec0d970f43eb750')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-asm
+  make
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+  install -Dm644 COPYING ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}


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

2015-05-31 Thread Felix Yan
Date: Monday, June 1, 2015 @ 02:55:05
  Author: fyan
Revision: 134434

upgpkg: python-pyflakes 0.9.0-1

Modified:
  python-pyflakes/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 00:40:22 UTC (rev 134433)
+++ PKGBUILD2015-06-01 00:55:05 UTC (rev 134434)
@@ -9,8 +9,8 @@
 pkgbase=python-pyflakes
 pkgname=(python-pyflakes python2-pyflakes)
 _reponame=pyflakes
-pkgver=0.8.1
-pkgrel=2
+pkgver=0.9.0
+pkgrel=1
 pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
 arch=('any')
 url='http://pypi.python.org/pypi/pyflakes'
@@ -17,7 +17,7 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
-sha1sums=('d44dc00c271b825b64c270a867c0c9327886e857')
+sha1sums=('0a9f02b54d88bbc95510dd95228d91df76da5607')
 
 prepare() {
   cp -r ${_reponame}-${pkgver}{,-py2}


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

2015-05-31 Thread Felix Yan
Date: Monday, June 1, 2015 @ 02:55:23
  Author: fyan
Revision: 134435

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  130 ++---
 1 file changed, 65 insertions(+), 65 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-01 00:55:05 UTC (rev 134434)
+++ PKGBUILD2015-06-01 00:55:23 UTC (rev 134435)
@@ -1,65 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
-# Contributor: Tianjiao Yin ytj000+...@gmail.com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: TDY t...@gmx.com
-# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
-
-pkgbase=python-pyflakes
-pkgname=(python-pyflakes python2-pyflakes)
-_reponame=pyflakes
-pkgver=0.8.1
-pkgrel=2
-pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
-arch=('any')
-url='http://pypi.python.org/pypi/pyflakes'
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
-sha1sums=('d44dc00c271b825b64c270a867c0c9327886e857')
-
-prepare() {
-  cp -r ${_reponame}-${pkgver}{,-py2}
-}
-
-build() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py build
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/${_reponame}-${pkgver}
-  python setup.py test
-
-  cd $srcdir/${_reponame}-${pkgver}-py2
-  python2 setup.py test
-}
-
-package_python-pyflakes() {
-  depends=('python-setuptools')
-
-  cd ${_reponame}-${pkgver}
-
-  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
-  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-pyflakes() {
-  depends=('python2-setuptools')
-
-  cd ${_reponame}-${pkgver}-py2
-
-  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
-
-  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
-
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-pyflakes/repos/community-any/PKGBUILD (from rev 134434, 
python-pyflakes/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-01 00:55:23 UTC (rev 134435)
@@ -0,0 +1,65 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Karol 'Kenji Takahashi' Woźniak kenji.sx
+# Contributor: Tianjiao Yin ytj000+...@gmail.com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: TDY t...@gmx.com
+# Contributor: Tiago Pierezan Camargo tcama...@gmail.com
+
+pkgbase=python-pyflakes
+pkgname=(python-pyflakes python2-pyflakes)
+_reponame=pyflakes
+pkgver=0.9.0
+pkgrel=1
+pkgdesc='A lint-like tool for Python to identify common errors quickly without 
executing code'
+arch=('any')
+url='http://pypi.python.org/pypi/pyflakes'
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/p/pyflakes/${_reponame}-${pkgver}.tar.gz;)
+sha1sums=('0a9f02b54d88bbc95510dd95228d91df76da5607')
+
+prepare() {
+  cp -r ${_reponame}-${pkgver}{,-py2}
+}
+
+build() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py build
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/${_reponame}-${pkgver}
+  python setup.py test
+
+  cd $srcdir/${_reponame}-${pkgver}-py2
+  python2 setup.py test
+}
+
+package_python-pyflakes() {
+  depends=('python-setuptools')
+
+  cd ${_reponame}-${pkgver}
+
+  python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  # We have python 3 as default python, and want to keep compatibility with 
the old pyflakes3k naming
+  ln -s pyflakes ${pkgdir}/usr/bin/pyflakes3k
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-pyflakes() {
+  depends=('python2-setuptools')
+
+  cd ${_reponame}-${pkgver}-py2
+
+  python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1
+
+  mv ${pkgdir}/usr/bin/pyflakes ${pkgdir}/usr/bin/pyflakes-python2
+
+  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}


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

2015-05-31 Thread Eric Bélanger
Date: Monday, June 1, 2015 @ 02:44:59
  Author: eric
Revision: 239972

upgpkg: wavpack 4.75.0-1

Upstream update

Modified:
  wavpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 21:30:50 UTC (rev 239971)
+++ PKGBUILD2015-06-01 00:44:59 UTC (rev 239972)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=wavpack
-pkgver=4.70.0
-pkgrel=2
+pkgver=4.75.0
+pkgrel=1
 pkgdesc=Audio compression format with lossless, lossy and hybrid compression 
modes
 arch=('i686' 'x86_64')
 url=http://www.wavpack.com/;
@@ -10,11 +10,11 @@
 license=('BSD')
 depends=('glibc')
 source=(http://www.wavpack.com/${pkgname}-${pkgver}.tar.bz2)
-sha1sums=('7bf2022c988c19067196ee1fdadc919baacf46d1')
+sha1sums=('ef99ec8d2e91bcb486ad640cfec0d970f43eb750')
 
 build() {
   cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --libdir=/usr/lib --enable-mmx
+  ./configure --prefix=/usr --disable-asm
   make
 }
 


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

2015-05-31 Thread Eric Bélanger
Date: Monday, June 1, 2015 @ 03:44:05
  Author: eric
Revision: 239977

archrelease: copy trunk to extra-any

Added:
  quodlibet/repos/extra-any/PKGBUILD
(from rev 239976, quodlibet/trunk/PKGBUILD)
  quodlibet/repos/extra-any/quodlibet.install
(from rev 239976, quodlibet/trunk/quodlibet.install)
Deleted:
  quodlibet/repos/extra-any/PKGBUILD
  quodlibet/repos/extra-any/quodlibet.install

---+
 PKGBUILD  |   86 ++--
 quodlibet.install |   24 +++---
 2 files changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-01 01:42:41 UTC (rev 239976)
+++ PKGBUILD2015-06-01 01:44:05 UTC (rev 239977)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=quodlibet
-pkgver=3.4.0
-pkgrel=2
-pkgdesc=An audio library tagger, manager and player
-arch=('any')
-license=('GPL2')
-url=https://github.com/quodlibet/quodlibet;
-depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
- 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
-'desktop-file-utils')
-makedepends=('intltool')
-optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
-'gst-plugins-bad: for Musepack support'
-'libgpod: for ipod support'
-'python2-feedparser: for audio feeds (podcast) support'
-'libkeybinder3: for the multimedia keys support'
-'media-player-info: for media devices support'
-'cddb-py: for CDDB Lookup plugin'
-'python2-musicbrainz2: for MusicBrainz Lookup plugin'
-'python2-pyinotify: for Automatic library update plugin'
-   'kakasi: for Kana/Kanji Simple Inverter plugin'
-   'zeitgeist: for Event Logging plugin'
-'gst-plugins-bad: for Audio Pitch/Speed plugin')
-provides=('quodlibet-plugins')
-conflicts=('quodlibet-plugins')
-replaces=('quodlibet-plugins')
-options=('!makeflags')
-install=quodlibet.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('64a8478d91eb9a7ce50b730b9e4a53909419a749')
-
-build() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py build
-}
-
-package() {
-  cd ${pkgname}-release-${pkgver}/quodlibet
-  python2 setup.py install --root=${pkgdir}
-}

Copied: quodlibet/repos/extra-any/PKGBUILD (from rev 239976, 
quodlibet/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-01 01:44:05 UTC (rev 239977)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=quodlibet
+pkgver=3.4.1
+pkgrel=1
+pkgdesc=An audio library tagger, manager and player
+arch=('any')
+license=('GPL2')
+url=https://github.com/quodlibet/quodlibet;
+depends=('gtk3' 'python2-gobject' 'python2-dbus' 'python2-cairo' 'mutagen' 
+ 'gst-plugins-base' 'gst-plugins-good' 'gst-plugins-ugly' 
+'desktop-file-utils')
+makedepends=('intltool')
+optdepends=('gst-libav: for ffmpeg (ASF/WMA) support'
+'gst-plugins-bad: for Musepack support'
+'libgpod: for ipod support'
+'python2-feedparser: for audio feeds (podcast) support'
+'libkeybinder3: for the multimedia keys support'
+'media-player-info: for media devices support'
+'cddb-py: for CDDB Lookup plugin'
+'python2-musicbrainz2: for MusicBrainz Lookup plugin'
+'python2-pyinotify: for Automatic library update plugin'
+   'kakasi: for Kana/Kanji Simple Inverter plugin'
+   'zeitgeist: for Event Logging plugin'
+'gst-plugins-bad: for Audio Pitch/Speed plugin')
+provides=('quodlibet-plugins')
+conflicts=('quodlibet-plugins')
+replaces=('quodlibet-plugins')
+options=('!makeflags')
+install=quodlibet.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
+sha1sums=('263c4dc4ba80d2464c8b37788ae2b70eb768abc7')
+
+build() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py build
+}
+
+package() {
+  cd ${pkgname}-release-${pkgver}/quodlibet
+  python2 setup.py install --root=${pkgdir}
+}

Deleted: quodlibet.install
===
--- quodlibet.install   2015-06-01 01:42:41 UTC (rev 239976)
+++ quodlibet.install   2015-06-01 01:44:05 UTC (rev 239977)
@@ -1,12 +0,0 @@
-post_install() {
-  gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
-  update-desktop-database -q
-}
-
-post_upgrade() {
-  post_install
-}
-
-post_remove() {
-  post_install
-}

Copied: quodlibet/repos/extra-any/quodlibet.install (from rev 239976, 
quodlibet/trunk/quodlibet.install)
===
--- quodlibet.install   

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

2015-05-31 Thread Eric Bélanger
Date: Monday, June 1, 2015 @ 05:21:25
  Author: eric
Revision: 239979

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-06-01 03:18:54 UTC (rev 239978)
+++ extra-i686/PKGBUILD 2015-06-01 03:21:25 UTC (rev 239979)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nedit
-pkgver=5.6
-pkgrel=1
-pkgdesc=A Unix text editor for programmers and general users
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/nedit/;
-license=('GPL')
-depends=('lesstif')
-options=('!makeflags')
-source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
-sha1sums=('133641224b0969e31e3404b874c71c35341f028b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|fgets|//fgets|' util/check_lin_tif.c
-  sed -i 's|/bin/csh|/bin/sh|' source/preferences.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make CFLAGS+=${CFLAGS} -DBUILD_UNTESTED_NEDIT linux docs
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 source/nedit ${pkgdir}/usr/bin/nedit
-  install -Dm755 source/nc ${pkgdir}/usr/bin/nedit-client
-  install -Dm644 doc/nedit.man ${pkgdir}/usr/share/man/man1/nedit.1
-  install -Dm644 doc/nc.man ${pkgdir}/usr/share/man/man1/nedit-client.1
-  install -Dm644 doc/nedit.html ${pkgdir}/usr/share/doc/nedit/nedit.html
-}

Copied: nedit/repos/extra-i686/PKGBUILD (from rev 239978, nedit/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-06-01 03:21:25 UTC (rev 239979)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+
+pkgname=nedit
+pkgver=5.6a
+pkgrel=1
+epoch=1
+pkgdesc=A Unix text editor for programmers and general users
+arch=('i686' 'x86_64')
+url=http://sourceforge.net/projects/nedit/;
+license=('GPL')
+depends=('lesstif')
+options=('!makeflags')
+source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
+sha1sums=('3f7a39bf0968cf0598bf8d6e2062f243f3aaac96')
+
+prepare() {
+  cd ${pkgname}-${pkgver/a/}
+  sed -i 's|fgets|//fgets|' util/check_lin_tif.c
+  sed -i 's|/bin/csh|/bin/sh|' source/preferences.c
+}
+
+build() {
+  cd ${pkgname}-${pkgver/a/}
+  make CFLAGS+=${CFLAGS} -DBUILD_UNTESTED_NEDIT linux docs
+}
+
+package() {
+  cd ${pkgname}-${pkgver/a/}
+  install -Dm755 source/nedit ${pkgdir}/usr/bin/nedit
+  install -Dm755 source/nc ${pkgdir}/usr/bin/nedit-client
+  install -Dm644 doc/nedit.man ${pkgdir}/usr/share/man/man1/nedit.1
+  install -Dm644 doc/nc.man ${pkgdir}/usr/share/man/man1/nedit-client.1
+  install -Dm644 doc/nedit.html ${pkgdir}/usr/share/doc/nedit/nedit.html
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-06-01 03:18:54 UTC (rev 239978)
+++ extra-x86_64/PKGBUILD   2015-06-01 03:21:25 UTC (rev 239979)
@@ -1,34 +0,0 @@
-# $Id$
-# Maintainer: Eric Bélanger e...@archlinux.org
-
-pkgname=nedit
-pkgver=5.6
-pkgrel=1
-pkgdesc=A Unix text editor for programmers and general users
-arch=('i686' 'x86_64')
-url=http://sourceforge.net/projects/nedit/;
-license=('GPL')
-depends=('lesstif')
-options=('!makeflags')
-source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
-sha1sums=('133641224b0969e31e3404b874c71c35341f028b')
-
-prepare() {
-  cd ${pkgname}-${pkgver}
-  sed -i 's|fgets|//fgets|' util/check_lin_tif.c
-  sed -i 's|/bin/csh|/bin/sh|' source/preferences.c
-}
-
-build() {
-  cd ${pkgname}-${pkgver}
-  make CFLAGS+=${CFLAGS} -DBUILD_UNTESTED_NEDIT linux docs
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  install -Dm755 source/nedit ${pkgdir}/usr/bin/nedit
-  install -Dm755 source/nc ${pkgdir}/usr/bin/nedit-client
-  install -Dm644 doc/nedit.man ${pkgdir}/usr/share/man/man1/nedit.1
-  install -Dm644 doc/nc.man ${pkgdir}/usr/share/man/man1/nedit-client.1
-  install -Dm644 doc/nedit.html ${pkgdir}/usr/share/doc/nedit/nedit.html
-}

Copied: nedit/repos/extra-x86_64/PKGBUILD (from rev 239978, 
nedit/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-06-01 03:21:25 UTC (rev 239979)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Eric Bélanger e...@archlinux.org
+

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

2015-05-31 Thread Eric Bélanger
Date: Monday, June 1, 2015 @ 03:42:41
  Author: eric
Revision: 239976

upgpkg: quodlibet 3.4.1-1

Upstream update

Modified:
  quodlibet/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 01:21:19 UTC (rev 239975)
+++ PKGBUILD2015-06-01 01:42:41 UTC (rev 239976)
@@ -2,8 +2,8 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=quodlibet
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.4.1
+pkgrel=1
 pkgdesc=An audio library tagger, manager and player
 arch=('any')
 license=('GPL2')
@@ -30,7 +30,7 @@
 options=('!makeflags')
 install=quodlibet.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/quodlibet/quodlibet/archive/release-${pkgver}.tar.gz)
-sha1sums=('64a8478d91eb9a7ce50b730b9e4a53909419a749')
+sha1sums=('263c4dc4ba80d2464c8b37788ae2b70eb768abc7')
 
 build() {
   cd ${pkgname}-release-${pkgver}/quodlibet


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

2015-05-31 Thread Felix Yan
Date: Monday, June 1, 2015 @ 02:40:22
  Author: fyan
Revision: 134433

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

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

+
 /PKGBUILD  |   64 +++
 /xmind.install |   32 +++
 community-i686/PKGBUILD|   29 -
 community-i686/xmind.install   |   16 -
 community-x86_64/PKGBUILD  |   29 -
 community-x86_64/xmind.install |   16 -
 6 files changed, 96 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 00:39:49 UTC (rev 134432)
+++ community-i686/PKGBUILD 2015-06-01 00:40:22 UTC (rev 134433)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Christoph Drexler chrdr at gmx dot at
-# Contributor: Jelle van der Waa jellevd...@gmail.com
-
-pkgname=xmind
-pkgver=3.5.1
-_pkgdate=201411201906
-pkgrel=1
-pkgdesc=Brainstorming and Mind Mapping Software
-arch=('i686' 'x86_64')
-[ ${CARCH} = i686 ]  _arch=i386
-[ ${CARCH} = x86_64 ]  _arch=amd64
-url=http://www.xmind.net;
-license=('EPL' 'LGPL')
-depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info' 'libxext')
-optdepends=('lame: needed for the feature audio notes')
-install=xmind.install
-source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
-[ ${CARCH} = i686 ]  
sha512sums=('1229a15597deda7b35a0c304a0dd9a066c6c51291f0cb144d8c57f2637dd67030547f5f940922b5c3cc0adf4320ff27cdbc4ae26bb55019ab8a797122039be13')
-[ ${CARCH} = x86_64 ]  
sha512sums=('0c989272eea261381797d9781ed6c1439fd40758bb716ed854be4a8d6e696c9ac55994ac888f31536584a3747c719e4d9cb4a9e81efd7b115b7c912de1e11de0')
-
-build() {
-  ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb
-}
-
-package() {
-  bsdtar -xf data.tar.gz -C $pkgdir
-}

Copied: xmind/repos/community-i686/PKGBUILD (from rev 134432, 
xmind/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 00:40:22 UTC (rev 134433)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Christoph Drexler chrdr at gmx dot at
+# Contributor: Jelle van der Waa jellevd...@gmail.com
+
+pkgname=xmind
+pkgver=3.5.2
+_pkgdate=201504270119
+pkgrel=1
+pkgdesc=Brainstorming and Mind Mapping Software
+arch=('i686' 'x86_64')
+url=http://www.xmind.net;
+license=('EPL' 'LGPL')
+depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info' 'libxext')
+optdepends=('lame: needed for the feature audio notes')
+install=xmind.install
+source_i686=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_i386.deb;)
+source_x86_64=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_amd64.deb;)
+sha512sums_i686=('8faad504ea649f9446d4a383d59ff5ecfe2e8c1deb7492025aff791cd202ad77e4875fb9c9cc48fc136dd2eafa39596b42ba4ab233050f511b788742edb6a07b')
+sha512sums_x86_64=('f26f4f9e99383da9aecea9a626d46addfd35ca22b2e14ed3670e87cc4882898131ebbed313ef04704d8ca4d88c679e767a412a68d363188a1959fa8b9fff24ee')
+
+build() {
+  if [[ $CARCH == i686 ]]; then
+ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_i386.deb
+  else
+ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_amd64.deb
+  fi
+}
+
+package() {
+  bsdtar -xf data.tar.gz -C $pkgdir
+}

Deleted: community-i686/xmind.install
===
--- community-i686/xmind.install2015-06-01 00:39:49 UTC (rev 134432)
+++ community-i686/xmind.install2015-06-01 00:40:22 UTC (rev 134433)
@@ -1,16 +0,0 @@
-post_install() {
-   echo Updating MIME database
-   update-mime-database /usr/share/mime
-   update-desktop-database
-}
-
-post_remove() {
-   echo Updating MIME database
-   update-mime-database /usr/share/mime
-   update-desktop-database
-}
-
-op=$1
-shift
-
-$op $*

Copied: xmind/repos/community-i686/xmind.install (from rev 134432, 
xmind/trunk/xmind.install)
===
--- community-i686/xmind.install(rev 0)
+++ community-i686/xmind.install2015-06-01 00:40:22 UTC (rev 

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

2015-05-31 Thread Felix Yan
Date: Monday, June 1, 2015 @ 02:39:49
  Author: fyan
Revision: 134432

upgpkg: xmind 3.5.2-1

Modified:
  xmind/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 21:34:34 UTC (rev 134431)
+++ PKGBUILD2015-06-01 00:39:49 UTC (rev 134432)
@@ -4,24 +4,27 @@
 # Contributor: Jelle van der Waa jellevd...@gmail.com
 
 pkgname=xmind
-pkgver=3.5.1
-_pkgdate=201411201906
+pkgver=3.5.2
+_pkgdate=201504270119
 pkgrel=1
 pkgdesc=Brainstorming and Mind Mapping Software
 arch=('i686' 'x86_64')
-[ ${CARCH} = i686 ]  _arch=i386
-[ ${CARCH} = x86_64 ]  _arch=amd64
 url=http://www.xmind.net;
 license=('EPL' 'LGPL')
 depends=('desktop-file-utils' 'fontconfig' 'libxrender' 'java-runtime' 
'shared-mime-info' 'libxext')
 optdepends=('lame: needed for the feature audio notes')
 install=xmind.install
-source=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb)
-[ ${CARCH} = i686 ]  
sha512sums=('1229a15597deda7b35a0c304a0dd9a066c6c51291f0cb144d8c57f2637dd67030547f5f940922b5c3cc0adf4320ff27cdbc4ae26bb55019ab8a797122039be13')
-[ ${CARCH} = x86_64 ]  
sha512sums=('0c989272eea261381797d9781ed6c1439fd40758bb716ed854be4a8d6e696c9ac55994ac888f31536584a3747c719e4d9cb4a9e81efd7b115b7c912de1e11de0')
+source_i686=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_i386.deb;)
+source_x86_64=(http://dl2.xmind.net/xmind-downloads/${pkgname}-linux-${pkgver}.${_pkgdate}_amd64.deb;)
+sha512sums_i686=('8faad504ea649f9446d4a383d59ff5ecfe2e8c1deb7492025aff791cd202ad77e4875fb9c9cc48fc136dd2eafa39596b42ba4ab233050f511b788742edb6a07b')
+sha512sums_x86_64=('f26f4f9e99383da9aecea9a626d46addfd35ca22b2e14ed3670e87cc4882898131ebbed313ef04704d8ca4d88c679e767a412a68d363188a1959fa8b9fff24ee')
 
 build() {
-  ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_${_arch}.deb
+  if [[ $CARCH == i686 ]]; then
+ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_i386.deb
+  else
+ar x ${pkgname}-linux-${pkgver}.${_pkgdate}_amd64.deb
+  fi
 }
 
 package() {


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

2015-05-31 Thread Eric Bélanger
Date: Monday, June 1, 2015 @ 04:26:08
  Author: eric
Revision: 134436

upgpkg: youtube-dl 2015.05.29-1

Upstream update

Modified:
  youtube-dl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 00:55:23 UTC (rev 134435)
+++ PKGBUILD2015-06-01 02:26:08 UTC (rev 134436)
@@ -2,7 +2,7 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=youtube-dl
-pkgver=2015.05.20
+pkgver=2015.05.29
 pkgrel=1
 pkgdesc=A small command-line program to download videos from YouTube.com and 
a few more sites
 arch=('any')
@@ -14,7 +14,7 @@
'atomicparsley: for embedding thumbnails into m4a files')
 source=(http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz
 
http://youtube-dl.org/downloads/${pkgver}/${pkgname}-${pkgver}.tar.gz.sig)
-sha1sums=('cac826012e7a193842cddb2f3a1b5aa37b2d8a32'
+sha1sums=('5e7b3ce84bf1bcd423c74898f9832864c7bfa4be'
   'SKIP')
 validpgpkeys=('7D33D762FD6C35130481347FDB4B54CBA4826A18')
 


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

2015-05-31 Thread Eric Bélanger
Date: Monday, June 1, 2015 @ 05:18:54
  Author: eric
Revision: 239978

upgpkg: nedit 1:5.6a-1

Upstream update

Modified:
  nedit/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 01:44:05 UTC (rev 239977)
+++ PKGBUILD2015-06-01 03:18:54 UTC (rev 239978)
@@ -2,8 +2,9 @@
 # Maintainer: Eric Bélanger e...@archlinux.org
 
 pkgname=nedit
-pkgver=5.6
+pkgver=5.6a
 pkgrel=1
+epoch=1
 pkgdesc=A Unix text editor for programmers and general users
 arch=('i686' 'x86_64')
 url=http://sourceforge.net/projects/nedit/;
@@ -11,21 +12,21 @@
 depends=('lesstif')
 options=('!makeflags')
 
source=(http://sourceforge.net/projects/nedit/files/nedit-source/${pkgname}-${pkgver}-src.tar.gz)
-sha1sums=('133641224b0969e31e3404b874c71c35341f028b')
+sha1sums=('3f7a39bf0968cf0598bf8d6e2062f243f3aaac96')
 
 prepare() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver/a/}
   sed -i 's|fgets|//fgets|' util/check_lin_tif.c
   sed -i 's|/bin/csh|/bin/sh|' source/preferences.c
 }
 
 build() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver/a/}
   make CFLAGS+=${CFLAGS} -DBUILD_UNTESTED_NEDIT linux docs
 }
 
 package() {
-  cd ${pkgname}-${pkgver}
+  cd ${pkgname}-${pkgver/a/}
   install -Dm755 source/nedit ${pkgdir}/usr/bin/nedit
   install -Dm755 source/nc ${pkgdir}/usr/bin/nedit-client
   install -Dm644 doc/nedit.man ${pkgdir}/usr/share/man/man1/nedit.1


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

2015-05-31 Thread Alexandre Filgueira
Date: Monday, June 1, 2015 @ 06:22:38
  Author: faidoc
Revision: 134438

upgpkg: cinnamon-desktop 2.6.4-1

Modified:
  cinnamon-desktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-01 02:27:35 UTC (rev 134437)
+++ PKGBUILD2015-06-01 04:22:38 UTC (rev 134438)
@@ -3,18 +3,18 @@
 # Contributor:  Jan de Groot j...@archlinux.org
 
 pkgname=cinnamon-desktop
-pkgver=2.4.2
+pkgver=2.6.4
 pkgrel=1
 pkgdesc=Library with common API for various Cinnamon modules
 arch=(i686 x86_64)
 license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem)
 makedepends=(intltool gobject-introspection gnome-common python2)
 url=https://github.com/linuxmint/cinnamon-desktop;
 install=cinnamon-desktop.install
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
 gnome-3.14.patch)
-sha256sums=('62e2ff4fad405f8d4e7259dbeb2daf65c6f8b9995f2bb1e595a7cc0c2a7f9e0a'
+sha256sums=('d40fc57202408476ff0bfa191958f16de07cf4c00d911bef57c3107c8e483970'
 'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
 
 prepare() {
@@ -27,6 +27,10 @@
   cd $pkgname-$pkgver
   ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
 --libexecdir=/usr/lib/$pkgname --disable-static
+
+  # Workaround for make error until it is fixed upstream
+  cd libcinnamon-desktop/libgsystem  ln -sr '../$(libgsystem_srcpath)/.deps' 
.deps
+  cd ../../
   make
 }
 
@@ -33,4 +37,4 @@
 package() {
   cd $pkgname-$pkgver
   make DESTDIR=$pkgdir install
-}
+}
\ No newline at end of file


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

2015-05-31 Thread Alexandre Filgueira
Date: Monday, June 1, 2015 @ 06:23:51
  Author: faidoc
Revision: 134439

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

Added:
  cinnamon-desktop/repos/community-i686/PKGBUILD
(from rev 134438, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
(from rev 134438, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-i686/gnome-3.14.patch
(from rev 134438, cinnamon-desktop/trunk/gnome-3.14.patch)
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
(from rev 134438, cinnamon-desktop/trunk/PKGBUILD)
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
(from rev 134438, cinnamon-desktop/trunk/cinnamon-desktop.install)
  cinnamon-desktop/repos/community-x86_64/gnome-3.14.patch
(from rev 134438, cinnamon-desktop/trunk/gnome-3.14.patch)
Deleted:
  cinnamon-desktop/repos/community-i686/PKGBUILD
  cinnamon-desktop/repos/community-i686/cinnamon-desktop.install
  cinnamon-desktop/repos/community-i686/gnome-3.14.patch
  cinnamon-desktop/repos/community-x86_64/PKGBUILD
  cinnamon-desktop/repos/community-x86_64/cinnamon-desktop.install
  cinnamon-desktop/repos/community-x86_64/gnome-3.14.patch

---+
 /PKGBUILD |   80 
 /cinnamon-desktop.install |   22 +++
 /gnome-3.14.patch |   48 
 community-i686/PKGBUILD   |   36 
 community-i686/cinnamon-desktop.install   |   11 ---
 community-i686/gnome-3.14.patch   |   24 
 community-x86_64/PKGBUILD |   36 
 community-x86_64/cinnamon-desktop.install |   11 ---
 community-x86_64/gnome-3.14.patch |   24 
 9 files changed, 150 insertions(+), 142 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-06-01 04:22:38 UTC (rev 134438)
+++ community-i686/PKGBUILD 2015-06-01 04:23:51 UTC (rev 134439)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
-# Contributor:  Jan de Groot j...@archlinux.org
-
-pkgname=cinnamon-desktop
-pkgver=2.4.2
-pkgrel=1
-pkgdesc=Library with common API for various Cinnamon modules
-arch=(i686 x86_64)
-license=(GPL LGPL)
-depends=(gtk3 libxkbfile python2)
-makedepends=(intltool gobject-introspection gnome-common python2)
-url=https://github.com/linuxmint/cinnamon-desktop;
-install=cinnamon-desktop.install
-source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
-gnome-3.14.patch)
-sha256sums=('62e2ff4fad405f8d4e7259dbeb2daf65c6f8b9995f2bb1e595a7cc0c2a7f9e0a'
-'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
-
-prepare() {
-  cd $pkgname-$pkgver
-  # Update configuration for GNOME 3.14
-  patch -Np1 -i ../gnome-3.14.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
---libexecdir=/usr/lib/$pkgname --disable-static
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir install
-}

Copied: cinnamon-desktop/repos/community-i686/PKGBUILD (from rev 134438, 
cinnamon-desktop/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-06-01 04:23:51 UTC (rev 134439)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Alexandre Filgueria alexfilgue...@antergos.com
+# Contributor:  Jan de Groot j...@archlinux.org
+
+pkgname=cinnamon-desktop
+pkgver=2.6.4
+pkgrel=1
+pkgdesc=Library with common API for various Cinnamon modules
+arch=(i686 x86_64)
+license=(GPL LGPL)
+depends=(gtk3 libxkbfile python2 glib2 libgsystem)
+makedepends=(intltool gobject-introspection gnome-common python2)
+url=https://github.com/linuxmint/cinnamon-desktop;
+install=cinnamon-desktop.install
+source=(${pkgname}-${pkgver}.tar.gz::https://github.com/linuxmint/cinnamon-desktop/archive/${pkgver}.tar.gz;
+gnome-3.14.patch)
+sha256sums=('d40fc57202408476ff0bfa191958f16de07cf4c00d911bef57c3107c8e483970'
+'c4df93c49fd3f9f8bc359cbad5d5526eef80ee5c34680f8ba62c67c3dbb7eca5')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Update configuration for GNOME 3.14
+  patch -Np1 -i ../gnome-3.14.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+--libexecdir=/usr/lib/$pkgname --disable-static
+
+  # Workaround for make error until it is fixed upstream
+  cd libcinnamon-desktop/libgsystem  ln -sr '../$(libgsystem_srcpath)/.deps' 
.deps
+  cd ../../
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir install
+}
\ No newline at end of file

Deleted: community-i686/cinnamon-desktop.install

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

2015-05-31 Thread Ike Devolder
Date: Sunday, May 31, 2015 @ 09:36:30
  Author: idevolder
Revision: 134392

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

Added:
  kodi/repos/community-i686/PKGBUILD
(from rev 134391, kodi/trunk/PKGBUILD)
  kodi/repos/community-i686/kodi-14.0-dvddemux-ffmpeg.patch
(from rev 134391, kodi/trunk/kodi-14.0-dvddemux-ffmpeg.patch)
  kodi/repos/community-i686/kodi-14.0-gcc5.patch
(from rev 134391, kodi/trunk/kodi-14.0-gcc5.patch)
  kodi/repos/community-i686/kodi.install
(from rev 134391, kodi/trunk/kodi.install)
  kodi/repos/community-x86_64/PKGBUILD
(from rev 134391, kodi/trunk/PKGBUILD)
  kodi/repos/community-x86_64/kodi-14.0-dvddemux-ffmpeg.patch
(from rev 134391, kodi/trunk/kodi-14.0-dvddemux-ffmpeg.patch)
  kodi/repos/community-x86_64/kodi-14.0-gcc5.patch
(from rev 134391, kodi/trunk/kodi-14.0-gcc5.patch)
  kodi/repos/community-x86_64/kodi.install
(from rev 134391, kodi/trunk/kodi.install)
Deleted:
  kodi/repos/community-i686/PKGBUILD
  kodi/repos/community-i686/kodi-14.0-dvddemux-ffmpeg.patch
  kodi/repos/community-i686/kodi-14.0-gcc5.patch
  kodi/repos/community-i686/kodi.install
  kodi/repos/community-x86_64/PKGBUILD
  kodi/repos/community-x86_64/kodi-14.0-dvddemux-ffmpeg.patch
  kodi/repos/community-x86_64/kodi-14.0-gcc5.patch
  kodi/repos/community-x86_64/kodi.install

--+
 /PKGBUILD|  282 +
 /kodi-14.0-dvddemux-ffmpeg.patch |   26 +
 /kodi-14.0-gcc5.patch|   50 +++
 /kodi.install|   34 ++
 community-i686/PKGBUILD  |  139 --
 community-i686/kodi-14.0-dvddemux-ffmpeg.patch   |   13 
 community-i686/kodi-14.0-gcc5.patch  |   25 -
 community-i686/kodi.install  |   17 -
 community-x86_64/PKGBUILD|  139 --
 community-x86_64/kodi-14.0-dvddemux-ffmpeg.patch |   13 
 community-x86_64/kodi-14.0-gcc5.patch|   25 -
 community-x86_64/kodi.install|   17 -
 12 files changed, 392 insertions(+), 388 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-31 07:36:09 UTC (rev 134391)
+++ community-i686/PKGBUILD 2015-05-31 07:36:30 UTC (rev 134392)
@@ -1,139 +0,0 @@
-# vim:set ts=2 sw=2 et:
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Brad Fanella bradfane...@archlinux.us
-# Contributor: [vEX] niechift.dot.vex.at.gmail.dot.com
-# Contributor: Zeqadious zeqadious.at.gmail.dot.com
-# Contributor: BlackIkeEagle  ike DOT devolder AT gmail DOT com 
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Maxime Gauduin aluc...@gmail.com
-
-_prefix=/usr
-
-pkgbase=kodi
-pkgname=('kodi' 'kodi-eventclients')
-pkgver=14.2
-_codename=Helix
-pkgrel=4
-arch=('i686' 'x86_64')
-url=http://kodi.tv;
-license=('GPL2')
-makedepends=(
-  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'ffmpeg'
-  'git' 'glew' 'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs'
-  'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd' 'libmpeg2'
-  'libnfs' 'libplist' 'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns'
-  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
-  'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip'
-  'upower' 'yajl' 'zip'
-)
-source=(
-  
$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
-  kodi-14.0-dvddemux-ffmpeg.patch
-  kodi-14.0-gcc5.patch
-)
-sha256sums=('d9cb8590430a925fb789a5beb4da2695cdcd2d2500dd31126f3b77b31aa267f4'
-'01453e18987b01ad40c9ae423a7e47422e537b648e74f5c942f132c37e6370f8'
-'598f36cea0f63440e5755d88752552240fc5cd2b98e4f80a9feeb9605c91')
-
-prepare() {
-  cd $srcdir/xbmc-$pkgver-$_codename
-
-  find -type f -name *.py -exec sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
{} +
-  sed 's|^#!.*python$|#!/usr/bin/python2|' -i 
tools/depends/native/rpl-native/rpl
-   sed 's/python/python2/' -i tools/Linux/kodi.sh.in
-  sed 's/shell python/shell python2/' -i tools/EventClients/Makefile.in
-  # disable wiiremote due to incompatibility with bluez-5.29
-  sed '/WiiRemote/d' -i tools/EventClients/Makefile.in
-  sed '/mkdir -p $(DESTDIR)$(bindir)/i \
-install:' -i tools/EventClients/Makefile.in
-
-  patch -p0 -i $srcdir/kodi-14.0-dvddemux-ffmpeg.patch
-  patch -p1 -i $srcdir/kodi-14.0-gcc5.patch
-
-}
-
-build() {
-  cd $srcdir/xbmc-$pkgver-$_codename
-
-   # Bootstrapping
-  MAKEFLAGS=-j1 ./bootstrap
-
-  #./configure --help
-  #return 1
-
-  # Configuring XBMC
-  export PYTHON_VERSION=2  # external python v2
-  ./configure --prefix=$_prefix --exec-prefix=$_prefix \
---disable-debug \

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

2015-05-31 Thread Ike Devolder
Date: Sunday, May 31, 2015 @ 09:36:09
  Author: idevolder
Revision: 134391

kodi :: 14.2-5

FS#45149 - [kodi] Kodi does not play HEVC x265 videos

Modified:
  kodi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-30 22:07:54 UTC (rev 134390)
+++ PKGBUILD2015-05-31 07:36:09 UTC (rev 134391)
@@ -15,18 +15,18 @@
 pkgname=('kodi' 'kodi-eventclients')
 pkgver=14.2
 _codename=Helix
-pkgrel=4
+pkgrel=5
 arch=('i686' 'x86_64')
 url=http://kodi.tv;
 license=('GPL2')
 makedepends=(
-  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'ffmpeg'
-  'git' 'glew' 'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs'
-  'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd' 'libmpeg2'
-  'libnfs' 'libplist' 'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns'
-  'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2'
-  'sdl_image' 'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip'
-  'upower' 'yajl' 'zip'
+  'afpfs-ng' 'bluez-libs' 'boost' 'cmake' 'curl' 'cwiid' 'doxygen' 'git' 'glew'
+  'gperf' 'hicolor-icon-theme' 'jasper' 'java-runtime' 'libaacs' 'libass'
+  'libbluray' 'libcdio' 'libcec' 'libgl' 'libmariadbclient' 'libmicrohttpd'
+  'libmodplug' 'libmpeg2' 'libnfs' 'libplist' 'libpulse' 'libssh' 'libva'
+  'libvdpau' 'libxrandr' 'libxslt' 'lzo' 'nasm' 'nss-mdns' 'python2-pillow'
+  'python2-pybluez' 'python2-simplejson' 'rtmpdump' 'sdl2' 'sdl_image'
+  'shairplay' 'smbclient' 'swig' 'taglib' 'tinyxml' 'unzip' 'upower' 'yajl' 
'zip'
 )
 source=(
   
$pkgname-$pkgver-$_codename.tar.gz::https://github.com/xbmc/xbmc/archive/$pkgver-$_codename.tar.gz;
@@ -69,7 +69,7 @@
 --disable-debug \
 --enable-optimizations \
 --enable-libbluray \
---with-ffmpeg=shared \
+--enable-shared-libraries \
 --with-lirc-device=/run/lirc/lircd \
 ac_cv_lib_bluetooth_hci_devid=no
 
@@ -85,10 +85,12 @@
   # depends expeced in FEH.py
   # 'mesa-demos' 'xorg-xdpyinfo'
   depends=(
-'python2-pillow' 'python2-pybluez' 'python2-simplejson' 'mesa-demos'
-'xorg-xdpyinfo' 'bluez-libs' 'ffmpeg' 'glew' 'hicolor-icon-theme' 'libcdio'
-'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libxrandr' 'libxslt'
-'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml' 'yajl'
+'python2-pillow' 'python2-pybluez' 'python2-simplejson'
+'mesa-demos' 'xorg-xdpyinfo'
+'bluez-libs' 'fribidi' 'glew' 'hicolor-icon-theme' 'libcdio'
+'libjpeg-turbo' 'libmariadbclient' 'libmicrohttpd' 'libpulse' 'libssh'
+'libva' 'libxrandr' 'libxslt' 'lzo' 'sdl2' 'smbclient' 'taglib' 'tinyxml'
+'yajl'
   )
   optdepends=(
 'afpfs-ng: Apple shares support'


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

2015-05-31 Thread Jaroslav Lichtblau
Date: Sunday, May 31, 2015 @ 10:14:22
  Author: jlichtblau
Revision: 134397

archrelease: copy trunk to community-i686

Added:
  syncthing/repos/community-i686/PKGBUILD
(from rev 134396, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-i686/syncthing.1
(from rev 134396, syncthing/trunk/syncthing.1)
Deleted:
  syncthing/repos/community-i686/PKGBUILD
  syncthing/repos/community-i686/syncthing.1

-+
 PKGBUILD|  100 +++---
 syncthing.1 |  188 +-
 2 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-31 08:11:28 UTC (rev 134396)
+++ PKGBUILD2015-05-31 08:14:22 UTC (rev 134397)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.6
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPLv2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
-$pkgname.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-
-prepare() {
-  cd ${srcdir}
-  mkdir -p src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  go run build.go -no-upgrade build
-}
-
-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
-  install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing/repos/community-i686/PKGBUILD (from rev 134396, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-31 08:14:22 UTC (rev 134397)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.7
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPLv2')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
+$pkgname.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+
+prepare() {
+  cd ${srcdir}
+  mkdir -p src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  go run build.go -no-upgrade build
+}
+
+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
+  install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+
+# license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-05-31 08:11:28 UTC (rev 134396)
+++ syncthing.1 2015-05-31 08:14:22 UTC (rev 134397)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH SYNCTHING  May 2014  syncthing
-.
-.SH Project Goals
-This is the \fBsyncthing\fR project\. The following are the project goals:
-.
-.IP 1. 4
-Define a protocol for synchronization of a 

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

2015-05-31 Thread Florian Pritz
Date: Sunday, May 31, 2015 @ 10:03:29
  Author: bluewind
Revision: 239954

upgpkg: pacman-mirrorlist 20150531-1

upstream update

Modified:
  pacman-mirrorlist/trunk/PKGBUILD
  pacman-mirrorlist/trunk/mirrorlist

+
 PKGBUILD   |6 +++---
 mirrorlist |   11 +--
 2 files changed, 12 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 04:57:41 UTC (rev 239953)
+++ PKGBUILD2015-05-31 08:03:29 UTC (rev 239954)
@@ -2,7 +2,7 @@
 # Maintainer: Dan McGee d...@archlinux.org
 
 pkgname=pacman-mirrorlist
-pkgver=20150519
+pkgver=20150531
 pkgrel=1
 pkgdesc=Arch Linux mirror list for use by pacman
 arch=('any')
@@ -27,5 +27,5 @@
   install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
 }
 
-md5sums=('a0a8b03f5ab856932a89a94f26ed32c0')
-sha256sums=('38154110b69fb6b3bac4bdecdef097ee72720b17879367522a07b4d8e103cc74')
+md5sums=('0daae42f0611400ff01104079a5833f6')
+sha256sums=('fa118ffb3f3d5bd55d8bebfb2c408305e3ad642da6eda45b15d878ee8c91e90c')

Modified: mirrorlist
===
--- mirrorlist  2015-05-31 04:57:41 UTC (rev 239953)
+++ mirrorlist  2015-05-31 08:03:29 UTC (rev 239954)
@@ -1,9 +1,10 @@
 ##
 ## Arch Linux repository mirrorlist
-## Generated on 2015-05-19
+## Generated on 2015-05-31
 ##
 
 ## Worldwide
+#Server = https://dgix.ru/mirrors/archlinux/$repo/os/$arch
 #Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
 
 ## Australia
@@ -13,7 +14,7 @@
 #Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
 #Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
 #Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.uber.com.au/$repo/os/$arch
+#Server = http://archlinux.uberglobalmirror.com/$repo/os/$arch
 
 ## Austria
 #Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
@@ -34,6 +35,7 @@
 #Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
 #Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
 #Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
+#Server = http://linorg.usp.br/archlinux/$repo/os/$arch
 #Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
 
 ## Bulgaria
@@ -249,6 +251,7 @@
 #Server = http://archlinux.mirrors.linux.ro/$repo/os/$arch
 
 ## Russia
+#Server = http://dgix.ru/mirrors/archlinux/$repo/os/$arch
 #Server = http://mirror.rol.ru/archlinux/$repo/os/$arch
 #Server = http://mirror.yandex.ru/archlinux/$repo/os/$arch
 
@@ -275,10 +278,12 @@
 #Server = http://sunsite.rediris.es/mirror/archlinux/$repo/os/$arch
 
 ## Sweden
+#Server = http://ftp.acc.umu.se/mirror/archlinux/$repo/os/$arch
 #Server = http://ftp.df.lth.se/pub/archlinux/$repo/os/$arch
 #Server = http://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
 #Server = https://ftp.lysator.liu.se/pub/archlinux/$repo/os/$arch
 #Server = http://ftp.myrveln.se/pub/linux/archlinux/$repo/os/$arch
+#Server = https://ftp.myrveln.se/pub/linux/archlinux/$repo/os/$arch
 #Server = http://ftp.portlane.com/pub/os/linux/archlinux/$repo/os/$arch
 
 ## Switzerland
@@ -335,6 +340,8 @@
 #Server = https://lug.mtu.edu/archlinux/$repo/os/$arch
 #Server = http://mirror.metrocast.net/archlinux/$repo/os/$arch
 #Server = http://mirror.nexcess.net/archlinux/$repo/os/$arch
+#Server = http://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch
+#Server = https://mirrors.ocf.berkeley.edu/archlinux/$repo/os/$arch
 #Server = http://ftp.osuosl.org/pub/archlinux/$repo/os/$arch
 #Server = http://archlinux.pallissard.net/archlinux/$repo/os/$arch
 #Server = http://mirror.redsox.cc/pub/archlinux/$repo/os/$arch


[arch-commits] Commit in pacman-mirrorlist/repos/core-any (6 files)

2015-05-31 Thread Florian Pritz
Date: Sunday, May 31, 2015 @ 10:03:32
  Author: bluewind
Revision: 239955

archrelease: copy trunk to core-any

Added:
  pacman-mirrorlist/repos/core-any/PKGBUILD
(from rev 239954, pacman-mirrorlist/trunk/PKGBUILD)
  pacman-mirrorlist/repos/core-any/mirrorlist
(from rev 239954, pacman-mirrorlist/trunk/mirrorlist)
  pacman-mirrorlist/repos/core-any/upgpkg
(from rev 239954, pacman-mirrorlist/trunk/upgpkg)
Deleted:
  pacman-mirrorlist/repos/core-any/PKGBUILD
  pacman-mirrorlist/repos/core-any/mirrorlist
  pacman-mirrorlist/repos/core-any/upgpkg

+
 PKGBUILD   |   62 ++---
 mirrorlist |  709 +--
 upgpkg |8 
 3 files changed, 393 insertions(+), 386 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-31 08:03:29 UTC (rev 239954)
+++ PKGBUILD2015-05-31 08:03:32 UTC (rev 239955)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Dan McGee d...@archlinux.org
-
-pkgname=pacman-mirrorlist
-pkgver=20150519
-pkgrel=1
-pkgdesc=Arch Linux mirror list for use by pacman
-arch=('any')
-url=https://www.archlinux.org/mirrorlist/;
-license=('GPL')
-backup=(etc/pacman.d/mirrorlist)
-source=(mirrorlist)
-
-# NOTE on building this package:
-# * Go to the trunk/ directory
-# * Run bash -c . PKGBUILD; updatelist
-# * Update the checksums, update pkgver
-# * Build the package
-
-updatelist() {
-  rm -f mirrorlist
-  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
-}
-
-package() {
-  mkdir -p $pkgdir/etc/pacman.d
-  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
-}
-
-md5sums=('a0a8b03f5ab856932a89a94f26ed32c0')
-sha256sums=('38154110b69fb6b3bac4bdecdef097ee72720b17879367522a07b4d8e103cc74')

Copied: pacman-mirrorlist/repos/core-any/PKGBUILD (from rev 239954, 
pacman-mirrorlist/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-31 08:03:32 UTC (rev 239955)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Dan McGee d...@archlinux.org
+
+pkgname=pacman-mirrorlist
+pkgver=20150531
+pkgrel=1
+pkgdesc=Arch Linux mirror list for use by pacman
+arch=('any')
+url=https://www.archlinux.org/mirrorlist/;
+license=('GPL')
+backup=(etc/pacman.d/mirrorlist)
+source=(mirrorlist)
+
+# NOTE on building this package:
+# * Go to the trunk/ directory
+# * Run bash -c . PKGBUILD; updatelist
+# * Update the checksums, update pkgver
+# * Build the package
+
+updatelist() {
+  rm -f mirrorlist
+  curl -o mirrorlist https://www.archlinux.org/mirrorlist/all/
+}
+
+package() {
+  mkdir -p $pkgdir/etc/pacman.d
+  install -m644 $srcdir/mirrorlist $pkgdir/etc/pacman.d/
+}
+
+md5sums=('0daae42f0611400ff01104079a5833f6')
+sha256sums=('fa118ffb3f3d5bd55d8bebfb2c408305e3ad642da6eda45b15d878ee8c91e90c')

Deleted: mirrorlist
===
--- mirrorlist  2015-05-31 08:03:29 UTC (rev 239954)
+++ mirrorlist  2015-05-31 08:03:32 UTC (rev 239955)
@@ -1,351 +0,0 @@
-##
-## Arch Linux repository mirrorlist
-## Generated on 2015-05-19
-##
-
-## Worldwide
-#Server = http://mirror.rackspace.com/archlinux/$repo/os/$arch
-
-## Australia
-#Server = http://mirror.aarnet.edu.au/pub/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.digitalpacific.com.au/$repo/os/$arch
-#Server = http://ftp.iinet.net.au/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.internode.on.net/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.rackcentral.com.au/archlinux/$repo/os/$arch
-#Server = http://ftp.swin.edu.au/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.uber.com.au/$repo/os/$arch
-
-## Austria
-#Server = http://mirror.easyname.at/archlinux/$repo/os/$arch
-#Server = http://mirror1.htu.tugraz.at/archlinux/$repo/os/$arch
-
-## Bangladesh
-#Server = http://mirrors.ispros.com.bd/archlinux/$repo/os/$arch
-
-## Belarus
-#Server = http://ftp.byfly.by/pub/archlinux/$repo/os/$arch
-#Server = http://mirror.datacenter.by/pub/archlinux/$repo/os/$arch
-
-## Belgium
-#Server = http://archlinux.cu.be/$repo/os/$arch
-#Server = http://archlinux.mirror.kangaroot.net/$repo/os/$arch
-
-## Brazil
-#Server = http://archlinux-br.mirror.host1plus.com/$repo/os/$arch
-#Server = http://archlinux.c3sl.ufpr.br/$repo/os/$arch
-#Server = http://www.las.ic.unicamp.br/pub/archlinux/$repo/os/$arch
-#Server = http://pet.inf.ufsc.br/mirrors/archlinux/$repo/os/$arch
-
-## Bulgaria
-#Server = http://mirror.telepoint.bg/archlinux/$repo/os/$arch
-
-## Canada
-#Server = http://archlinux.dropswitch.net/archlinux/$repo/os/$arch
-#Server = http://mirror.clibre.uqam.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.csclub.uwaterloo.ca/archlinux/$repo/os/$arch
-#Server = http://mirror.its.dal.ca/archlinux/$repo/os/$arch
-#Server = http://archlinux.mirror.rafal.ca/$repo/os/$arch
-#Server = http://archlinux.mirror.vexxhost.com/$repo/os/$arch
-
-## Chile
-#Server = http

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

2015-05-31 Thread Jaroslav Lichtblau
Date: Sunday, May 31, 2015 @ 10:11:28
  Author: jlichtblau
Revision: 134396

archrelease: copy trunk to community-x86_64

Added:
  syncthing/repos/community-x86_64/PKGBUILD
(from rev 134395, syncthing/trunk/PKGBUILD)
  syncthing/repos/community-x86_64/syncthing.1
(from rev 134395, syncthing/trunk/syncthing.1)
Deleted:
  syncthing/repos/community-x86_64/PKGBUILD
  syncthing/repos/community-x86_64/syncthing.1

-+
 PKGBUILD|  100 +++---
 syncthing.1 |  188 +-
 2 files changed, 144 insertions(+), 144 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-31 08:11:14 UTC (rev 134395)
+++ PKGBUILD2015-05-31 08:11:28 UTC (rev 134396)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer : Martin Wimpress c...@flexion.org
-# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Sauyon Lee sauy...@sauyon.com
-# Contributor: Kevin MacMartin pruri...@gmail.com
-# Contributor: korjjj korjjj+...@gmail.com
-
-pkgname=syncthing
-pkgver=0.11.6
-pkgrel=1
-pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
-url=http://syncthing.net/;
-license=('MPLv2')
-arch=('i686' 'x86_64')
-depends=('glibc')
-makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
-source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
-$pkgname.1)
-sha1sums=('SKIP'
-  '17be8b3f99c577e325765abc251f597e204d7711')
-
-prepare() {
-  cd ${srcdir}
-  mkdir -p src/github.com/syncthing
-  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
-}
-
-build() {
-  export GOPATH=${srcdir}
-  cd ${srcdir}/src/github.com/syncthing/${pkgname}
-  go run build.go -no-upgrade build
-}
-
-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
-  install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
-
-# license
-  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-}

Copied: syncthing/repos/community-x86_64/PKGBUILD (from rev 134395, 
syncthing/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-31 08:11:28 UTC (rev 134396)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer : Martin Wimpress c...@flexion.org
+# Maintainer : Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Sauyon Lee sauy...@sauyon.com
+# Contributor: Kevin MacMartin pruri...@gmail.com
+# Contributor: korjjj korjjj+...@gmail.com
+
+pkgname=syncthing
+pkgver=0.11.7
+pkgrel=1
+pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
+url=http://syncthing.net/;
+license=('MPLv2')
+arch=('i686' 'x86_64')
+depends=('glibc')
+makedepends=('git' 'go' 'godep' 'inetutils' 'sed')
+source=($pkgname-$pkgver::git+https://github.com/syncthing/syncthing.git#tag=v${pkgver}
+$pkgname.1)
+sha1sums=('SKIP'
+  '17be8b3f99c577e325765abc251f597e204d7711')
+
+prepare() {
+  cd ${srcdir}
+  mkdir -p src/github.com/syncthing
+  mv ${pkgname}-${pkgver} src/github.com/syncthing/${pkgname}
+}
+
+build() {
+  export GOPATH=${srcdir}
+  cd ${srcdir}/src/github.com/syncthing/${pkgname}
+  go run build.go -no-upgrade build
+}
+
+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
+  install -Dm644 ${srcdir}/${pkgname}.1 
${pkgdir}/usr/share/man/man1/${pkgname}.1
+
+# license
+  install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+}

Deleted: syncthing.1
===
--- syncthing.1 2015-05-31 08:11:14 UTC (rev 134395)
+++ syncthing.1 2015-05-31 08:11:28 UTC (rev 134396)
@@ -1,94 +0,0 @@
-.\ generated with Ronn/v0.7.3
-.\ http://github.com/rtomayko/ronn/tree/0.7.3
-.
-.TH SYNCTHING  May 2014  syncthing
-.
-.SH Project Goals
-This is the \fBsyncthing\fR project\. The following are the project goals:
-.
-.IP 1. 4
-Define a protocol for 

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

2015-05-31 Thread Jaroslav Lichtblau
Date: Sunday, May 31, 2015 @ 10:11:14
  Author: jlichtblau
Revision: 134395

upgpkg: syncthing 0.11.7-1 - new upstream release

Modified:
  syncthing/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 08:09:27 UTC (rev 134394)
+++ PKGBUILD2015-05-31 08:11:14 UTC (rev 134395)
@@ -6,7 +6,7 @@
 # Contributor: korjjj korjjj+...@gmail.com
 
 pkgname=syncthing
-pkgver=0.11.6
+pkgver=0.11.7
 pkgrel=1
 pkgdesc=Open Source Continuous Replication / Cluster Synchronization Thing
 url=http://syncthing.net/;


[arch-commits] Commit in gnome-commander/repos/community-x86_64 (6 files)

2015-05-31 Thread Jaroslav Lichtblau
Date: Sunday, May 31, 2015 @ 10:22:48
  Author: jlichtblau
Revision: 134399

archrelease: copy trunk to community-x86_64

Added:
  gnome-commander/repos/community-x86_64/PKGBUILD
(from rev 134398, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-x86_64/gnome-commander.changelog
(from rev 134398, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-x86_64/gnome-commander.install
(from rev 134398, gnome-commander/trunk/gnome-commander.install)
Deleted:
  gnome-commander/repos/community-x86_64/PKGBUILD
  gnome-commander/repos/community-x86_64/gnome-commander.changelog
  gnome-commander/repos/community-x86_64/gnome-commander.install

---+
 PKGBUILD  |   86 ++--
 gnome-commander.changelog |   49 +
 gnome-commander.install   |   48 
 3 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-31 08:21:54 UTC (rev 134398)
+++ PKGBUILD2015-05-31 08:22:48 UTC (rev 134399)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Johannes Sjolund j.sjol...@gmail.com
-
-pkgname=gnome-commander
-pkgver=1.4.6
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://gcmd.github.io/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('55f3dd2ee4295c4b88a5c7810bbbd1db126213871b263dd5a44c0d48e8ef3a01')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-  sed -i 's:env python:env python2:' $f
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
---domain $pkgname $pkgdir/etc/gconf/schemas/*.schemas
-  rm -rf $pkgdir/etc/gconf/schemas/
-}

Copied: gnome-commander/repos/community-x86_64/PKGBUILD (from rev 134398, 
gnome-commander/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-31 08:22:48 UTC (rev 134399)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Johannes Sjolund j.sjol...@gmail.com
+
+pkgname=gnome-commander
+pkgver=1.4.7
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('54ac33b7df1268a8b1acf18d0b9dda35fa7438e15e2ace0f062e42525528a517')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+  sed -i 's:env python:env python2:' $f
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
+--domain $pkgname $pkgdir/etc/gconf/schemas/*.schemas
+  rm -rf $pkgdir/etc/gconf/schemas/
+}

Deleted: gnome-commander.changelog
===
--- gnome-commander.changelog   2015-05-31 08:21:54 UTC (rev 134398)
+++ gnome-commander.changelog   2015-05-31 08:22:48 UTC (rev 134399)
@@ -1,23 +0,0 @@
-2015-05-20 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * gnome-commander 1.4.6-1
-
-2015-01-25 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * gnome-commander 1.4.5-1
-
-2014-11-12 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * gnome-commander 1.4.4-1
-
-2014-06-28 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * gnome-commander 

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

2015-05-31 Thread Jaroslav Lichtblau
Date: Sunday, May 31, 2015 @ 10:21:54
  Author: jlichtblau
Revision: 134398

upgpkg: gnome-commander 1.4.7-1 - new upstream release

Modified:
  gnome-commander/trunk/PKGBUILD
  gnome-commander/trunk/gnome-commander.changelog

---+
 PKGBUILD  |4 ++--
 gnome-commander.changelog |3 +++
 2 files changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 08:14:22 UTC (rev 134397)
+++ PKGBUILD2015-05-31 08:21:54 UTC (rev 134398)
@@ -6,7 +6,7 @@
 # Contributor: Johannes Sjolund j.sjol...@gmail.com
 
 pkgname=gnome-commander
-pkgver=1.4.6
+pkgver=1.4.7
 pkgrel=1
 pkgdesc='Graphical two-pane filemanager for Gnome'
 arch=('i686' 'x86_64')
@@ -17,7 +17,7 @@
 install=$pkgname.install
 changelog=$pkgname.changelog
 
source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('55f3dd2ee4295c4b88a5c7810bbbd1db126213871b263dd5a44c0d48e8ef3a01')
+sha256sums=('54ac33b7df1268a8b1acf18d0b9dda35fa7438e15e2ace0f062e42525528a517')
 
 build() {
   cd $pkgname-$pkgver

Modified: gnome-commander.changelog
===
--- gnome-commander.changelog   2015-05-31 08:14:22 UTC (rev 134397)
+++ gnome-commander.changelog   2015-05-31 08:21:54 UTC (rev 134398)
@@ -1,3 +1,6 @@
+2015-05-31 Jaroslav Lichtblau svetlemo...@archlinux.org
+   * gnome-commander 1.4.7-1
+
 2015-05-20 Jaroslav Lichtblau svetlemo...@archlinux.org
* gnome-commander 1.4.6-1
 


[arch-commits] Commit in gnome-commander/repos/community-i686 (6 files)

2015-05-31 Thread Jaroslav Lichtblau
Date: Sunday, May 31, 2015 @ 10:30:16
  Author: jlichtblau
Revision: 134400

archrelease: copy trunk to community-i686

Added:
  gnome-commander/repos/community-i686/PKGBUILD
(from rev 134399, gnome-commander/trunk/PKGBUILD)
  gnome-commander/repos/community-i686/gnome-commander.changelog
(from rev 134399, gnome-commander/trunk/gnome-commander.changelog)
  gnome-commander/repos/community-i686/gnome-commander.install
(from rev 134399, gnome-commander/trunk/gnome-commander.install)
Deleted:
  gnome-commander/repos/community-i686/PKGBUILD
  gnome-commander/repos/community-i686/gnome-commander.changelog
  gnome-commander/repos/community-i686/gnome-commander.install

---+
 PKGBUILD  |   86 ++--
 gnome-commander.changelog |   49 +
 gnome-commander.install   |   48 
 3 files changed, 93 insertions(+), 90 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-31 08:22:48 UTC (rev 134399)
+++ PKGBUILD2015-05-31 08:30:16 UTC (rev 134400)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
-# Contributor: Alexander Rødseth rods...@gmail.com
-# Contributor: Ionut Biru ib...@archlinux.org
-# Contributor: Roman Kyrylych ro...@archlinux.org
-# Contributor: Johannes Sjolund j.sjol...@gmail.com
-
-pkgname=gnome-commander
-pkgver=1.4.6
-pkgrel=1
-pkgdesc='Graphical two-pane filemanager for Gnome'
-arch=('i686' 'x86_64')
-url='http://gcmd.github.io/'
-license=('GPL')
-depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
-makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
-install=$pkgname.install
-changelog=$pkgname.changelog
-source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
-sha256sums=('55f3dd2ee4295c4b88a5c7810bbbd1db126213871b263dd5a44c0d48e8ef3a01')
-
-build() {
-  cd $pkgname-$pkgver
-
-  # Python 2 fix
-  for f in doc/*/gnome-commander.xml; do
-  sed -i 's:env python:env python2:' $f
-  done
-
-  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
-  --localstatedir=/var --disable-scrollkeeper --enable-python
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
-  install -d $pkgdir/usr/share/gconf/schemas
-  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
---domain $pkgname $pkgdir/etc/gconf/schemas/*.schemas
-  rm -rf $pkgdir/etc/gconf/schemas/
-}

Copied: gnome-commander/repos/community-i686/PKGBUILD (from rev 134399, 
gnome-commander/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-31 08:30:16 UTC (rev 134400)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau svetlemo...@archlinux.org
+# Contributor: Alexander Rødseth rods...@gmail.com
+# Contributor: Ionut Biru ib...@archlinux.org
+# Contributor: Roman Kyrylych ro...@archlinux.org
+# Contributor: Johannes Sjolund j.sjol...@gmail.com
+
+pkgname=gnome-commander
+pkgver=1.4.7
+pkgrel=1
+pkgdesc='Graphical two-pane filemanager for Gnome'
+arch=('i686' 'x86_64')
+url='http://gcmd.github.io/'
+license=('GPL')
+depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm' 'libunique')
+makedepends=('perl-xml-parser' 'gnome-doc-utils' 'intltool')
+install=$pkgname.install
+changelog=$pkgname.changelog
+source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.4/$pkgname-$pkgver.tar.xz)
+sha256sums=('54ac33b7df1268a8b1acf18d0b9dda35fa7438e15e2ace0f062e42525528a517')
+
+build() {
+  cd $pkgname-$pkgver
+
+  # Python 2 fix
+  for f in doc/*/gnome-commander.xml; do
+  sed -i 's:env python:env python2:' $f
+  done
+
+  ./configure --prefix=/usr --libdir=/usr/lib --sysconfdir=/etc \
+  --localstatedir=/var --disable-scrollkeeper --enable-python
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 DESTDIR=$pkgdir install
+  install -d $pkgdir/usr/share/gconf/schemas
+  gconf-merge-schema $pkgdir/usr/share/gconf/schemas/$pkgname.schemas \
+--domain $pkgname $pkgdir/etc/gconf/schemas/*.schemas
+  rm -rf $pkgdir/etc/gconf/schemas/
+}

Deleted: gnome-commander.changelog
===
--- gnome-commander.changelog   2015-05-31 08:22:48 UTC (rev 134399)
+++ gnome-commander.changelog   2015-05-31 08:30:16 UTC (rev 134400)
@@ -1,23 +0,0 @@
-2015-05-20 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * gnome-commander 1.4.6-1
-
-2015-01-25 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * gnome-commander 1.4.5-1
-
-2014-11-12 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * gnome-commander 1.4.4-1
-
-2014-06-28 Jaroslav Lichtblau svetlemo...@archlinux.org
-   * gnome-commander 1.4.3-1
-

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

2015-05-31 Thread Kyle Keen
Date: Sunday, May 31, 2015 @ 11:33:42
  Author: kkeen
Revision: 134402

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

Added:
  python-pyzmq/repos/community-i686/PKGBUILD
(from rev 134401, python-pyzmq/trunk/PKGBUILD)
  python-pyzmq/repos/community-x86_64/PKGBUILD
(from rev 134401, python-pyzmq/trunk/PKGBUILD)
Deleted:
  python-pyzmq/repos/community-i686/PKGBUILD
  python-pyzmq/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-31 09:33:05 UTC (rev 134401)
+++ community-i686/PKGBUILD 2015-05-31 09:33:42 UTC (rev 134402)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keenerd at gmail dot com
-pkgbase=python-pyzmq
-pkgname=(python2-pyzmq python-pyzmq)
-pkgver=14.5.0
-pkgrel=2
-pkgdesc=Python bindings for zeromq, written in Cython
-arch=(i686 x86_64)
-url=http://www.zeromq.org/bindings:python;
-license=('LGPL')
-depends=(zeromq python)
-makedepends=(python python2 zeromq)
-#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
-source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
-md5sums=('8d3351a8ca2ca2a272a3f96bcb963e41')
-
-build() {
-  cd $srcdir
-  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
-  cd $srcdir/pyzmq-$pkgver
-  # py3 errors added in 2.2.0.1 
-  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
-  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
-  cd $srcdir/py2zmq-$pkgver
-  sed -i 's|^#!/usr/bin/env python$|2|' $(find ./ -name '*.py')
-}
-
-package_python2-pyzmq() {
-  pkgdesc=Python2 bindings for zeromq, written in Cython
-  depends=(zeromq python2)
-  cd $srcdir/py2zmq-$pkgver
-  python2 setup.py install --root=$pkgdir --optimize=0
-}
-
-package_python-pyzmq() {
-  pkgdesc=Python3 bindings for zeromq, written in Cython
-  depends=(zeromq python)
-  cd $srcdir/pyzmq-$pkgver
-  python3 setup.py install --root=$pkgdir --optimize=0
-}
-
-check()
-{
-  cd $srcdir/pyzmq-$pkgver
-  python3 setup.py build_ext --inplace
-  python3 setup.py test
-  cd $srcdir/py2zmq-$pkgver
-  python2 setup.py build_ext --inplace
-  python2 setup.py test
-}
-

Copied: python-pyzmq/repos/community-i686/PKGBUILD (from rev 134401, 
python-pyzmq/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-31 09:33:42 UTC (rev 134402)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen keenerd at gmail dot com
+pkgbase=python-pyzmq
+pkgname=(python2-pyzmq python-pyzmq)
+pkgver=14.6.0
+pkgrel=1
+pkgdesc=Python bindings for zeromq, written in Cython
+arch=(i686 x86_64)
+url=http://www.zeromq.org/bindings:python;
+license=('LGPL')
+depends=(zeromq python)
+makedepends=(python python2 zeromq)
+#source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
+source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
+md5sums=('395b5de95a931afa5b14c9349a5b8024')
+
+build() {
+  cd $srcdir
+  cp -a pyzmq-${pkgver} py2zmq-${pkgver}
+  cd $srcdir/pyzmq-$pkgver
+  # py3 errors added in 2.2.0.1 
+  sed -i 's|except socket.error, e:|except socket.error as e:|' 
zmq/eventloop/ioloop.py
+  sed -i 's|except gevent.Timeout, t:|except gevent.Timeout as t:|' 
zmq/green/core.py
+  cd $srcdir/py2zmq-$pkgver
+  sed -i 's|^#!/usr/bin/env python$|2|' $(find ./ -name '*.py')
+}
+
+package_python2-pyzmq() {
+  pkgdesc=Python2 bindings for zeromq, written in Cython
+  depends=(zeromq python2)
+  cd $srcdir/py2zmq-$pkgver
+  python2 setup.py install --root=$pkgdir --optimize=0
+}
+
+package_python-pyzmq() {
+  pkgdesc=Python3 bindings for zeromq, written in Cython
+  depends=(zeromq python)
+  cd $srcdir/pyzmq-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=0
+}
+
+check()
+{
+  cd $srcdir/pyzmq-$pkgver
+  python3 setup.py build_ext --inplace
+  python3 setup.py test
+  cd $srcdir/py2zmq-$pkgver
+  python2 setup.py build_ext --inplace
+  python2 setup.py test
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-31 09:33:05 UTC (rev 134401)
+++ community-x86_64/PKGBUILD   2015-05-31 09:33:42 UTC (rev 134402)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keenerd at gmail dot com
-pkgbase=python-pyzmq
-pkgname=(python2-pyzmq python-pyzmq)
-pkgver=14.5.0
-pkgrel=2
-pkgdesc=Python bindings for zeromq, written in Cython
-arch=(i686 x86_64)
-url=http://www.zeromq.org/bindings:python;
-license=('LGPL')
-depends=(zeromq python)
-makedepends=(python python2 

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

2015-05-31 Thread Kyle Keen
Date: Sunday, May 31, 2015 @ 11:33:05
  Author: kkeen
Revision: 134401

upgpkg: python-pyzmq 14.6.0-1

Modified:
  python-pyzmq/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 08:30:16 UTC (rev 134400)
+++ PKGBUILD2015-05-31 09:33:05 UTC (rev 134401)
@@ -2,8 +2,8 @@
 # Maintainer: Kyle Keen keenerd at gmail dot com
 pkgbase=python-pyzmq
 pkgname=(python2-pyzmq python-pyzmq)
-pkgver=14.5.0
-pkgrel=2
+pkgver=14.6.0
+pkgrel=1
 pkgdesc=Python bindings for zeromq, written in Cython
 arch=(i686 x86_64)
 url=http://www.zeromq.org/bindings:python;
@@ -12,7 +12,7 @@
 makedepends=(python python2 zeromq)
 #source=(https://github.com/zeromq/pyzmq/downloads/pyzmq-$pkgver.tar.gz)
 source=(https://pypi.python.org/packages/source/p/pyzmq/pyzmq-$pkgver.tar.gz)
-md5sums=('8d3351a8ca2ca2a272a3f96bcb963e41')
+md5sums=('395b5de95a931afa5b14c9349a5b8024')
 
 build() {
   cd $srcdir


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

2015-05-31 Thread Kyle Keen
Date: Sunday, May 31, 2015 @ 11:49:20
  Author: kkeen
Revision: 134403

upgpkg: python-markdown 2.6.2-1

Modified:
  python-markdown/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 09:33:42 UTC (rev 134402)
+++ PKGBUILD2015-05-31 09:49:20 UTC (rev 134403)
@@ -8,7 +8,7 @@
 pkgbase=python-markdown
 pkgname=('python-markdown' 'python2-markdown')
 _pkgbasename=Markdown
-pkgver=2.6.1
+pkgver=2.6.2
 pkgrel=1
 pkgdesc=Python implementation of John Gruber's Markdown.
 arch=('any')
@@ -16,7 +16,7 @@
 license=('BSD')
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
-md5sums=('c084f9d2fd0a839639fd9aa8c442d5cd')
+md5sums=('256d19afcc564dc4ce4c229bb762f7ae')
 
 build() {
   # bug in 2.4, some DOS line endings slipped in
@@ -41,3 +41,14 @@
   mv $pkgdir/usr/bin/markdown_py $pkgdir/usr/bin/markdown_py2
   install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python2-markdown/LICENSE
 }
+
+check_python-markdown() {
+  [[ $(python -c import markdown; print(markdown.version)) == $pkgver ]]
+  [[ $(python -c import markdown; print(markdown.markdown('*test*'))) == 
pemtest/em/p ]]
+}
+
+check_python2-markdown() {
+  [[ $(python2 -c import markdown; print(markdown.version)) == $pkgver ]]
+  [[ $(python2 -c import markdown; print(markdown.markdown('*test*'))) == 
pemtest/em/p ]]
+}
+


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

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 12:20:52
  Author: fyan
Revision: 134409

upgpkg: python-pygit2 0.22.0-6

rebuild against cffi 1.1.0

Modified:
  python-pygit2/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 10:14:16 UTC (rev 134408)
+++ PKGBUILD2015-05-31 10:20:52 UTC (rev 134409)
@@ -4,7 +4,7 @@
 pkgbase=python-pygit2
 pkgname=(python-pygit2 python2-pygit2)
 pkgver=0.22.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Python bindings for libgit2'
 url=https://github.com/libgit2/pygit2;
 depends=(libgit2)


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

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 12:21:24
  Author: fyan
Revision: 134410

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

Added:
  
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 134409, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-i686/PKGBUILD
(from rev 134409, python-pygit2/trunk/PKGBUILD)
  
python-pygit2/repos/community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch
(from rev 134409, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
  python-pygit2/repos/community-x86_64/PKGBUILD
(from rev 134409, python-pygit2/trunk/PKGBUILD)
Deleted:
  
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
  python-pygit2/repos/community-i686/PKGBUILD
  
python-pygit2/repos/community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch
  python-pygit2/repos/community-x86_64/PKGBUILD

-+
 /0001-Fix-data-type-of-options-in-init_repository.patch |  104 
++
 /PKGBUILD   |   62 
+
 community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   |   52 
-
 community-i686/PKGBUILD |   31 
--
 community-x86_64/0001-Fix-data-type-of-options-in-init_repository.patch |   52 
-
 community-x86_64/PKGBUILD   |   31 
--
 6 files changed, 166 insertions(+), 166 deletions(-)

Deleted: community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
===
--- community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-05-31 10:20:52 UTC (rev 134409)
+++ community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-05-31 10:21:24 UTC (rev 134410)
@@ -1,52 +0,0 @@
-From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
-From: Lukas Fleischer i...@cryptocrack.de
-Date: Sat, 10 Jan 2015 20:38:39 +0100
-Subject: [PATCH] Fix data type of options in init_repository()
-
-Initializers for the char * fields of the git_repository_init_options
-structure must be cdata pointers.
-
-Signed-off-by: Lukas Fleischer i...@cryptocrack.de

- pygit2/__init__.py | 25 -
- 1 file changed, 20 insertions(+), 5 deletions(-)
-
-diff --git a/pygit2/__init__.py b/pygit2/__init__.py
-index 2674063..995fe6c 100644
 a/pygit2/__init__.py
-+++ b/pygit2/__init__.py
-@@ -86,11 +86,26 @@ def init_repository(path, bare=False,
- C.git_repository_init_init_options(options, 
C.GIT_REPOSITORY_INIT_OPTIONS_VERSION)
- options.flags = flags
- options.mode = mode
--options.workdir_path = to_bytes(workdir_path)
--options.description = to_bytes(description)
--options.template_path = to_bytes(template_path)
--options.initial_head = to_bytes(initial_head)
--options.origin_url = to_bytes(origin_url)
-+
-+if workdir_path:
-+workdir_path_ref = ffi.new('char []', to_bytes(workdir_path))
-+options.workdir_path = workdir_path_ref
-+
-+if description:
-+description_ref = ffi.new('char []', to_bytes(description))
-+options.description = description_ref
-+
-+if template_path:
-+template_path_ref = ffi.new('char []', to_bytes(template_path))
-+options.template_path = template_path_ref
-+
-+if initial_head:
-+initial_head_ref = ffi.new('char []', to_bytes(initial_head))
-+options.initial_head = initial_head_ref
-+
-+if origin_url:
-+origin_url_ref = ffi.new('char []', to_bytes(origin_url))
-+options.origin_url = origin_url_ref
- 
- # Call
- crepository = ffi.new('git_repository **')
--- 
-2.2.1
-

Copied: 
python-pygit2/repos/community-i686/0001-Fix-data-type-of-options-in-init_repository.patch
 (from rev 134409, 
python-pygit2/trunk/0001-Fix-data-type-of-options-in-init_repository.patch)
===
--- community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
(rev 0)
+++ community-i686/0001-Fix-data-type-of-options-in-init_repository.patch   
2015-05-31 10:21:24 UTC (rev 134410)
@@ -0,0 +1,52 @@
+From 0437eb7b8b184da5b5700b5e0cd96e1f442d331e Mon Sep 17 00:00:00 2001
+From: Lukas Fleischer i...@cryptocrack.de
+Date: Sat, 10 Jan 2015 20:38:39 +0100
+Subject: [PATCH] Fix data type of options in init_repository()
+
+Initializers for the char * fields of the git_repository_init_options
+structure must be cdata pointers.
+
+Signed-off-by: Lukas Fleischer i...@cryptocrack.de
+---
+ pygit2/__init__.py | 25 -
+ 1 file changed, 20 insertions(+), 5 deletions(-)
+
+diff --git 

[arch-commits] Commit in python-cffi/trunk (PKGBUILD gcc-5.1.patch)

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 12:21:04
  Author: fyan
Revision: 239956

upgpkg: python-cffi 1.1.0-1

Modified:
  python-cffi/trunk/PKGBUILD
Deleted:
  python-cffi/trunk/gcc-5.1.patch

---+
 PKGBUILD  |   11 +++
 gcc-5.1.patch |   55 ---
 2 files changed, 3 insertions(+), 63 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 08:03:32 UTC (rev 239955)
+++ PKGBUILD2015-05-31 10:21:04 UTC (rev 239956)
@@ -5,7 +5,7 @@
 _name=cffi
 pkgbase=python-$_name
 pkgname=(python-$_name python2-$_name)
-pkgver=1.0.3
+pkgver=1.1.0
 pkgrel=1
 pkgdesc=Foreign Function Interface for Python calling C code
 arch=('i686' 'x86_64')
@@ -13,15 +13,10 @@
 license=('MIT')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
 checkdepends=('python-pytest' 'python2-pytest')
-source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;
-gcc-5.1.patch)
-sha512sums=('a5f2b0ab356fe51b1d9f3f2e4bfadbc11bb10ec7f9458c019f3707b738dded1953723f797a8b37ed768cd14fe86f674d07d2cd5ce166406abaa1a68b443293b1'
-
'5dec42879a0ec443d6546594f4f78803b2aa83a5c02916864dca1c8c7c86bb69ee04269d5bce07ccfce750c7500acdc2fc037019e181321dfb7bf539bf74b91e')
+source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;)
+sha512sums=('c9725869ffb8a10b83484b4b90ee02c66aa38a439334a404e043452de894f97f37050d7ba2467531820a6fdc7ee93a529078734e22b3637c5116d7d6d4b86ca0')
 
 prepare() {
-  # https://bitbucket.org/cffi/cffi/issue/195/test-failures-with-cffi-102
-  (cd $_name-$pkgver; patch -p1 -i ../gcc-5.1.patch)
-
   cp -a $_name-$pkgver{,-py2}
 }
 

Deleted: gcc-5.1.patch
===
--- gcc-5.1.patch   2015-05-31 08:03:32 UTC (rev 239955)
+++ gcc-5.1.patch   2015-05-31 10:21:04 UTC (rev 239956)
@@ -1,55 +0,0 @@
-# HG changeset patch
-# User Armin Rigo ar...@tunes.org
-# Date 1432628446 -7200
-# Node ID 588e46d0032954479cb62db1784d554c0b4d6107
-# Parent  4e69fd3efc25128d62eef5eea8a52fbfea166ebf
-Silence some warnings with gcc 5.1: if T is a type smaller than 'int',
-then the C expression condition ? (T)x : (T)y is typed not as a T, but
-as a larger 'int' --- which means there was an implicit cast from the
-final 'int' to the T-typed target of the assignment whenever this macro
-was used.
-
-diff --git a/cffi/_cffi_include.h b/cffi/_cffi_include.h
 a/cffi/_cffi_include.h
-+++ b/cffi/_cffi_include.h
-@@ -82,7 +82,8 @@
- PyLong_FromLongLong((long long)x)))
- 
- #define _cffi_to_c_int(o, type)  \
--(sizeof(type) == 1 ? (((type)-1)  0 ? (type)_cffi_to_c_u8(o)\
-+((type)( \
-+ sizeof(type) == 1 ? (((type)-1)  0 ? (type)_cffi_to_c_u8(o)\
-  : (type)_cffi_to_c_i8(o)) : \
-  sizeof(type) == 2 ? (((type)-1)  0 ? (type)_cffi_to_c_u16(o)   \
-  : (type)_cffi_to_c_i16(o)) :\
-@@ -90,7 +91,7 @@
-  : (type)_cffi_to_c_i32(o)) :\
-  sizeof(type) == 8 ? (((type)-1)  0 ? (type)_cffi_to_c_u64(o)   \
-  : (type)_cffi_to_c_i64(o)) :\
-- (Py_FatalError(unsupported size for type  #type), (type)0))
-+ (Py_FatalError(unsupported size for type  #type), (type)0)))
- 
- #define _cffi_to_c_i8\
-  ((int(*)(PyObject *))_cffi_exports[1])
-diff --git a/cffi/vengine_cpy.py b/cffi/vengine_cpy.py
 a/cffi/vengine_cpy.py
-+++ b/cffi/vengine_cpy.py
-@@ -886,7 +886,8 @@
- PyLong_FromLongLong((long long)x)))
- 
- #define _cffi_to_c_int(o, type)  \
--(sizeof(type) == 1 ? (((type)-1)  0 ? (type)_cffi_to_c_u8(o)\
-+((type)( \
-+ sizeof(type) == 1 ? (((type)-1)  0 ? (type)_cffi_to_c_u8(o)\
-  : (type)_cffi_to_c_i8(o)) : \
-  sizeof(type) == 2 ? (((type)-1)  0 ? (type)_cffi_to_c_u16(o)   \
-  : (type)_cffi_to_c_i16(o)) :\
-@@ -894,7 +895,7 @@
-  : (type)_cffi_to_c_i32(o)) :\
-  sizeof(type) == 8 ? (((type)-1)  0 ? (type)_cffi_to_c_u64(o)   \
-  : (type)_cffi_to_c_i64(o)) :\
-- (Py_FatalError(unsupported size for type  #type), (type)0))
-+ (Py_FatalError(unsupported size for type  #type), (type)0)))
- 
- #define _cffi_to_c_i8\
-  ((int(*)(PyObject *))_cffi_exports[1])


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

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 12:34:31
  Author: fyan
Revision: 134411

upgpkg: python-xcffib 0.2.3-1

Modified:
  python-xcffib/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 10:21:24 UTC (rev 134410)
+++ PKGBUILD2015-05-31 10:34:31 UTC (rev 134411)
@@ -4,7 +4,7 @@
 
 pkgbase=python-xcffib
 pkgname=(python-xcffib python2-xcffib)
-pkgver=0.2.2
+pkgver=0.2.3
 pkgrel=1
 pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
 arch=('i686' 'x86_64')
@@ -11,18 +11,47 @@
 url=https://pypi.python.org/pypi/xcffib;
 license=('Apache')
 makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
- 'python-six' 'python2-six' 'libxcb')
-source=(https://pypi.python.org/packages/source/x/xcffib/xcffib-$pkgver.tar.gz;)
-md5sums=('b398d5c6d8b190848c45287715da1383')
+ 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
+ 'happy' 'alex')
+checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
+  'xorg-server-xvfb' 'xorg-xeyes')
+source=(git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
+md5sums=('SKIP')
 
 prepare() {
-  cp -a xcffib-$pkgver{,-py2}
+  cp -a xcffib{,-py2}
+
+  sed -e 's/python /python2 /' \
+  -e 's/nosetests /nosetests2 /' \
+  -e 's/flake8 /flake8-python2 /' \
+  -i xcffib-py2/Makefile
+
+  cd xcffib
+  cabal update
+  cabal install --only-dependencies --enable-tests
+  cabal configure --enable-tests
 }
 
+build() {
+  cd $srcdir/xcffib
+  make xcffib
+
+  cd $srcdir/xcffib-py2
+  make xcffib
+}
+
+check() {
+  cd $srcdir/xcffib
+  make check
+
+  cd $srcdir/xcffib-py2
+  make check
+}
+
 package_python-xcffib() {
   depends=('python-six' 'python-cffi' 'libxcb')
 
-  cd $srcdir/xcffib-$pkgver
+  cd $srcdir/xcffib
   python setup.py install --root=$pkgdir/ --optimize=1
 }
 
@@ -29,6 +58,6 @@
 package_python2-xcffib() {
   depends=('python2-six' 'python2-cffi' 'libxcb')
 
-  cd $srcdir/xcffib-$pkgver-py2
+  cd $srcdir/xcffib-py2
   python2 setup.py install --root=$pkgdir/ --optimize=1
 }


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

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 12:34:57
  Author: fyan
Revision: 134412

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

Added:
  python-xcffib/repos/community-testing-i686/
  python-xcffib/repos/community-testing-i686/PKGBUILD
(from rev 134411, python-xcffib/trunk/PKGBUILD)
  python-xcffib/repos/community-testing-x86_64/
  python-xcffib/repos/community-testing-x86_64/PKGBUILD
(from rev 134411, python-xcffib/trunk/PKGBUILD)

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

Copied: python-xcffib/repos/community-testing-i686/PKGBUILD (from rev 134411, 
python-xcffib/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-31 10:34:57 UTC (rev 134412)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran rogerdu...@gmail.com
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
+arch=('i686' 'x86_64')
+url=https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
+ 'happy' 'alex')
+checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
+  'xorg-server-xvfb' 'xorg-xeyes')
+source=(git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xcffib{,-py2}
+
+  sed -e 's/python /python2 /' \
+  -e 's/nosetests /nosetests2 /' \
+  -e 's/flake8 /flake8-python2 /' \
+  -i xcffib-py2/Makefile
+
+  cd xcffib
+  cabal update
+  cabal install --only-dependencies --enable-tests
+  cabal configure --enable-tests
+}
+
+build() {
+  cd $srcdir/xcffib
+  make xcffib
+
+  cd $srcdir/xcffib-py2
+  make xcffib
+}
+
+check() {
+  cd $srcdir/xcffib
+  make check
+
+  cd $srcdir/xcffib-py2
+  make check
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd $srcdir/xcffib
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}

Copied: python-xcffib/repos/community-testing-x86_64/PKGBUILD (from rev 134411, 
python-xcffib/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-05-31 10:34:57 UTC (rev 134412)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: Roger Duran rogerdu...@gmail.com
+
+pkgbase=python-xcffib
+pkgname=(python-xcffib python2-xcffib)
+pkgver=0.2.3
+pkgrel=1
+pkgdesc=Python3 drop in replacement for xpyb, an XCB python binding
+arch=('i686' 'x86_64')
+url=https://pypi.python.org/pypi/xcffib;
+license=('Apache')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-cffi' 
'python2-cffi'
+ 'python-six' 'python2-six' 'libxcb' 'git' 'ghc' 'cabal-install'
+ 'happy' 'alex')
+checkdepends=('flake8' 'python2-flake8' 'parallel' 'python-nose' 'python2-nose'
+  'xorg-server-xvfb' 'xorg-xeyes')
+source=(git+https://github.com/tych0/xcffib.git#tag=v$pkgver;)
+md5sums=('SKIP')
+
+prepare() {
+  cp -a xcffib{,-py2}
+
+  sed -e 's/python /python2 /' \
+  -e 's/nosetests /nosetests2 /' \
+  -e 's/flake8 /flake8-python2 /' \
+  -i xcffib-py2/Makefile
+
+  cd xcffib
+  cabal update
+  cabal install --only-dependencies --enable-tests
+  cabal configure --enable-tests
+}
+
+build() {
+  cd $srcdir/xcffib
+  make xcffib
+
+  cd $srcdir/xcffib-py2
+  make xcffib
+}
+
+check() {
+  cd $srcdir/xcffib
+  make check
+
+  cd $srcdir/xcffib-py2
+  make check
+}
+
+package_python-xcffib() {
+  depends=('python-six' 'python-cffi' 'libxcb')
+
+  cd $srcdir/xcffib
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+
+package_python2-xcffib() {
+  depends=('python2-six' 'python2-cffi' 'libxcb')
+
+  cd $srcdir/xcffib-py2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+}


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

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 11:52:29
  Author: fyan
Revision: 134404

upgpkg: skk-jisyo 20150531-1

Modified:
  skk-jisyo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 09:49:20 UTC (rev 134403)
+++ PKGBUILD2015-05-31 09:52:29 UTC (rev 134404)
@@ -3,7 +3,7 @@
 # Contributor: jeneshicc jenesh...@gmail.com
 
 pkgname=skk-jisyo
-pkgver=20150524
+pkgver=20150531
 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=('53842b09fb0c2a494d9ccd6d2ee686a8'
+md5sums=('4142a5c6f8bc518edb058dc79391c28c'
  'e24063430ffc2b7bc85ea297ee134f5d'
  '8f8b9ddbdb2f3bcfb68876cbfa921cf4'
  '53407c1d74036759a7db1fa07dd8e5d4'


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

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 12:14:16
  Author: fyan
Revision: 134408

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-31 10:13:40 UTC (rev 134407)
+++ community-i686/PKGBUILD 2015-05-31 10:14:16 UTC (rev 134408)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: Jose Riha jose1711 gmail com
-
-pkgname=dd_rescue
-pkgver=1.46
-pkgrel=1
-pkgdesc=A dd version that is very useful for data-recovery
-url=http://www.garloff.de/kurt/linux/ddrescue/;
-license=(GPL)
-depends=('glibc')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('efd1bf5d80d4bafa6e6971caa84205dc5df4456a29a9fa3bb56aa984d68675ae3418e8ba3a355906f491f0f2e750c38fd695e37dbd193e554cd41afec3841e28')
-
-prepare() {
-  cd $pkgname
-
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --enable-shared 
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
-}

Copied: dd_rescue/repos/community-i686/PKGBUILD (from rev 134407, 
dd_rescue/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-31 10:14:16 UTC (rev 134408)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Zerial ferna...@zerial.org
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: Jose Riha jose1711 gmail com
+
+pkgname=dd_rescue
+pkgver=1.98
+pkgrel=1
+pkgdesc=A dd version that is very useful for data-recovery
+url=http://www.garloff.de/kurt/linux/ddrescue/;
+license=(GPL)
+depends=('glibc')
+makedepends=('openssl')
+optdepends=('lzo: for libddr_lzo'
+'openssl: for libddr_crypt')
+arch=('x86_64' 'i686')
+source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2;)
+sha512sums=('f09626504de4148b245565250a0a4b59897de58da64438f3d540e712838f265f90ab1b436021ca7d28e588c878e3b12dead05f7dd8bbe30906518c4b5df480db')
+
+prepare() {
+  cd $pkgname-$pkgver
+
+  # Don't install to /usr/lib64
+  sed -i '/LIB = lib64/d' Makefile
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./autogen.sh
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-31 10:13:40 UTC (rev 134407)
+++ community-x86_64/PKGBUILD   2015-05-31 10:14:16 UTC (rev 134408)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@gmail.com
-# Contributor: Zerial ferna...@zerial.org
-# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
-# Contributor: Jose Riha jose1711 gmail com
-
-pkgname=dd_rescue
-pkgver=1.46
-pkgrel=1
-pkgdesc=A dd version that is very useful for data-recovery
-url=http://www.garloff.de/kurt/linux/ddrescue/;
-license=(GPL)
-depends=('glibc')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('efd1bf5d80d4bafa6e6971caa84205dc5df4456a29a9fa3bb56aa984d68675ae3418e8ba3a355906f491f0f2e750c38fd695e37dbd193e554cd41afec3841e28')
-
-prepare() {
-  cd $pkgname
-
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-}
-
-build() {
-  cd $pkgname
-  ./autogen.sh
-  ./configure --enable-shared 
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
-}

Copied: dd_rescue/repos/community-x86_64/PKGBUILD (from rev 134407, 
dd_rescue/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-31 10:14:16 UTC (rev 134408)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@gmail.com
+# Contributor: Zerial ferna...@zerial.org
+# Contributor: Patrick Leslie Polzer leslie.pol...@gmx.net
+# Contributor: Jose Riha jose1711 gmail com
+
+pkgname=dd_rescue

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

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 12:13:40
  Author: fyan
Revision: 134407

upgpkg: dd_rescue 1.98-1

Modified:
  dd_rescue/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 09:53:43 UTC (rev 134406)
+++ PKGBUILD2015-05-31 10:13:40 UTC (rev 134407)
@@ -5,19 +5,21 @@
 # Contributor: Jose Riha jose1711 gmail com
 
 pkgname=dd_rescue
-pkgver=1.46
+pkgver=1.98
 pkgrel=1
 pkgdesc=A dd version that is very useful for data-recovery
 url=http://www.garloff.de/kurt/linux/ddrescue/;
 license=(GPL)
 depends=('glibc')
-optdepends=('lzo: for libddr_lzo')
+makedepends=('openssl')
+optdepends=('lzo: for libddr_lzo'
+'openssl: for libddr_crypt')
 arch=('x86_64' 'i686')
-source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.gz;)
-sha512sums=('efd1bf5d80d4bafa6e6971caa84205dc5df4456a29a9fa3bb56aa984d68675ae3418e8ba3a355906f491f0f2e750c38fd695e37dbd193e554cd41afec3841e28')
+source=(http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2;)
+sha512sums=('f09626504de4148b245565250a0a4b59897de58da64438f3d540e712838f265f90ab1b436021ca7d28e588c878e3b12dead05f7dd8bbe30906518c4b5df480db')
 
 prepare() {
-  cd $pkgname
+  cd $pkgname-$pkgver
 
   # Don't install to /usr/lib64
   sed -i '/LIB = lib64/d' Makefile
@@ -24,13 +26,12 @@
 }
 
 build() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   ./autogen.sh
-  ./configure --enable-shared 
   make
 }
 
 package() {
-  cd $pkgname
+  cd $pkgname-$pkgver
   make DESTDIR=$pkgdir INSTALLDIR=$pkgdir/usr/bin install
 }


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

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 12:46:51
  Author: fyan
Revision: 134414

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

Added:
  ptunnel/repos/community-i686/
  ptunnel/repos/community-i686/PKGBUILD
(from rev 134413, ptunnel/trunk/PKGBUILD)
  ptunnel/repos/community-i686/ptunnel.service
(from rev 134413, ptunnel/trunk/ptunnel.service)
  ptunnel/repos/community-x86_64/
  ptunnel/repos/community-x86_64/PKGBUILD
(from rev 134413, ptunnel/trunk/PKGBUILD)
  ptunnel/repos/community-x86_64/ptunnel.service
(from rev 134413, ptunnel/trunk/ptunnel.service)

--+
 community-i686/PKGBUILD  |   29 +
 community-i686/ptunnel.service   |   15 +++
 community-x86_64/PKGBUILD|   29 +
 community-x86_64/ptunnel.service |   15 +++
 4 files changed, 88 insertions(+)

Copied: ptunnel/repos/community-i686/PKGBUILD (from rev 134413, 
ptunnel/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-31 10:46:51 UTC (rev 134414)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: George Hilliard gh...@msstate.edu
+
+pkgname=ptunnel
+pkgver=0.72
+pkgrel=4
+pkgdesc=A tool for reliably tunneling TCP connections over ICMP echo request 
and reply packets
+arch=('i686' 'x86_64')
+url=http://www.cs.uit.no/~daniels/PingTunnel;
+license=('BSD')
+depends=('libpcap')
+source=(http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-$pkgver.tar.gz;
+ptunnel.service)
+md5sums=('c5f0c36d1a48d84ce7b5217f1ba52dd0'
+ 'd81e6db82c90362f0d273d1bd031c9fd')
+
+build() {
+  cd $srcdir/PingTunnel
+  make
+}
+
+package() {
+  install -Dm755 PingTunnel/ptunnel $pkgdir/usr/bin/ptunnel
+  install -Dm644 ptunnel.service 
$pkgdir/usr/lib/systemd/system/ptunnel.service
+  install -Dm644 PingTunnel/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ptunnel/repos/community-i686/ptunnel.service (from rev 134413, 
ptunnel/trunk/ptunnel.service)
===
--- community-i686/ptunnel.service  (rev 0)
+++ community-i686/ptunnel.service  2015-05-31 10:46:51 UTC (rev 134414)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Ping Tunnel
+After=syslog.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/ptunnel.pid
+ExecStart=/usr/bin/ptunnel \
+ -setuid nobody -setgid nobody -setcon \
+ -syslog \
+ -daemon /var/run/ptunnel.pid
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target

Copied: ptunnel/repos/community-x86_64/PKGBUILD (from rev 134413, 
ptunnel/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-31 10:46:51 UTC (rev 134414)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: George Hilliard gh...@msstate.edu
+
+pkgname=ptunnel
+pkgver=0.72
+pkgrel=4
+pkgdesc=A tool for reliably tunneling TCP connections over ICMP echo request 
and reply packets
+arch=('i686' 'x86_64')
+url=http://www.cs.uit.no/~daniels/PingTunnel;
+license=('BSD')
+depends=('libpcap')
+source=(http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-$pkgver.tar.gz;
+ptunnel.service)
+md5sums=('c5f0c36d1a48d84ce7b5217f1ba52dd0'
+ 'd81e6db82c90362f0d273d1bd031c9fd')
+
+build() {
+  cd $srcdir/PingTunnel
+  make
+}
+
+package() {
+  install -Dm755 PingTunnel/ptunnel $pkgdir/usr/bin/ptunnel
+  install -Dm644 ptunnel.service 
$pkgdir/usr/lib/systemd/system/ptunnel.service
+  install -Dm644 PingTunnel/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:

Copied: ptunnel/repos/community-x86_64/ptunnel.service (from rev 134413, 
ptunnel/trunk/ptunnel.service)
===
--- community-x86_64/ptunnel.service(rev 0)
+++ community-x86_64/ptunnel.service2015-05-31 10:46:51 UTC (rev 134414)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Ping Tunnel
+After=syslog.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/ptunnel.pid
+ExecStart=/usr/bin/ptunnel \
+ -setuid nobody -setgid nobody -setcon \
+ -syslog \
+ -daemon /var/run/ptunnel.pid
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target


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

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 11:52:56
  Author: fyan
Revision: 134405

archrelease: copy trunk to community-any

Added:
  skk-jisyo/repos/community-any/PKGBUILD
(from rev 134404, skk-jisyo/trunk/PKGBUILD)
  skk-jisyo/repos/community-any/skk-jisyo.install
(from rev 134404, 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
===
--- PKGBUILD2015-05-31 09:52:29 UTC (rev 134404)
+++ PKGBUILD2015-05-31 09:52:56 UTC (rev 134405)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: jeneshicc jenesh...@gmail.com
-
-pkgname=skk-jisyo
-pkgver=20150524
-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=('53842b09fb0c2a494d9ccd6d2ee686a8'
- '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 134404, 
skk-jisyo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-31 09:52:56 UTC (rev 134405)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: jeneshicc jenesh...@gmail.com
+
+pkgname=skk-jisyo
+pkgver=20150531
+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=('4142a5c6f8bc518edb058dc79391c28c'
+ '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   2015-05-31 09:52:29 UTC (rev 134404)
+++ skk-jisyo.install   2015-05-31 09:52:56 UTC (rev 134405)
@@ -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 134404, 
skk-jisyo/trunk/skk-jisyo.install)
===
--- skk-jisyo.install   (rev 0)
+++ skk-jisyo.install   2015-05-31 09:52:56 UTC (rev 134405)
@@ -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 python-markdown/repos/community-any (PKGBUILD PKGBUILD)

2015-05-31 Thread Kyle Keen
Date: Sunday, May 31, 2015 @ 11:53:43
  Author: kkeen
Revision: 134406

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-31 09:52:56 UTC (rev 134405)
+++ PKGBUILD2015-05-31 09:53:43 UTC (rev 134406)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Andrew Antle andrew dot antle at gmail dot com
-# Contributor: Thomas Dziedzic  gostrc at gmail 
-# Contributor: Chaiwat Suttipongsakul cwt at bashell dot com
-
-pkgbase=python-markdown
-pkgname=('python-markdown' 'python2-markdown')
-_pkgbasename=Markdown
-pkgver=2.6.1
-pkgrel=1
-pkgdesc=Python implementation of John Gruber's Markdown.
-arch=('any')
-url='http://pypi.python.org/pypi/Markdown'
-license=('BSD')
-makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
-md5sums=('c084f9d2fd0a839639fd9aa8c442d5cd')
-
-build() {
-  # bug in 2.4, some DOS line endings slipped in
-  find $_pkgbasename-$pkgver/ -name '*py' | xargs sed -i 's|\r||g'
-
-  cp -r $_pkgbasename-$pkgver $srcdir/python2-markdown
-  cd $srcdir/python2-markdown
-  find $srcdir/python2-markdown -name '*py' | xargs sed -i 's|#!/usr/bin/env 
python$|2|'
-}
-
-package_python-markdown() {
-  depends=('python')
-  cd $srcdir/$_pkgbasename-$pkgver
-  python3 setup.py install --root=$pkgdir --optimize=0
-  install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python-markdown/LICENSE
-}
-
-package_python2-markdown() {
-  depends=('python2')
-  cd $srcdir/python2-markdown
-  python2 setup.py install --root=$pkgdir --optimize=0
-  mv $pkgdir/usr/bin/markdown_py $pkgdir/usr/bin/markdown_py2
-  install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python2-markdown/LICENSE
-}

Copied: python-markdown/repos/community-any/PKGBUILD (from rev 134405, 
python-markdown/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-31 09:53:43 UTC (rev 134406)
@@ -0,0 +1,54 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Andrew Antle andrew dot antle at gmail dot com
+# Contributor: Thomas Dziedzic  gostrc at gmail 
+# Contributor: Chaiwat Suttipongsakul cwt at bashell dot com
+
+pkgbase=python-markdown
+pkgname=('python-markdown' 'python2-markdown')
+_pkgbasename=Markdown
+pkgver=2.6.2
+pkgrel=1
+pkgdesc=Python implementation of John Gruber's Markdown.
+arch=('any')
+url='http://pypi.python.org/pypi/Markdown'
+license=('BSD')
+makedepends=('python' 'python2')
+source=(http://pypi.python.org/packages/source/M/$_pkgbasename/$_pkgbasename-$pkgver.tar.gz;)
+md5sums=('256d19afcc564dc4ce4c229bb762f7ae')
+
+build() {
+  # bug in 2.4, some DOS line endings slipped in
+  find $_pkgbasename-$pkgver/ -name '*py' | xargs sed -i 's|\r||g'
+
+  cp -r $_pkgbasename-$pkgver $srcdir/python2-markdown
+  cd $srcdir/python2-markdown
+  find $srcdir/python2-markdown -name '*py' | xargs sed -i 's|#!/usr/bin/env 
python$|2|'
+}
+
+package_python-markdown() {
+  depends=('python')
+  cd $srcdir/$_pkgbasename-$pkgver
+  python3 setup.py install --root=$pkgdir --optimize=0
+  install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python-markdown/LICENSE
+}
+
+package_python2-markdown() {
+  depends=('python2')
+  cd $srcdir/python2-markdown
+  python2 setup.py install --root=$pkgdir --optimize=0
+  mv $pkgdir/usr/bin/markdown_py $pkgdir/usr/bin/markdown_py2
+  install -Dm644 LICENSE.md 
$pkgdir/usr/share/licenses/python2-markdown/LICENSE
+}
+
+check_python-markdown() {
+  [[ $(python -c import markdown; print(markdown.version)) == $pkgver ]]
+  [[ $(python -c import markdown; print(markdown.markdown('*test*'))) == 
pemtest/em/p ]]
+}
+
+check_python2-markdown() {
+  [[ $(python2 -c import markdown; print(markdown.version)) == $pkgver ]]
+  [[ $(python2 -c import markdown; print(markdown.markdown('*test*'))) == 
pemtest/em/p ]]
+}
+


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

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 12:21:36
  Author: fyan
Revision: 239957

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

Added:
  python-cffi/repos/extra-i686/PKGBUILD
(from rev 239956, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/extra-i686/rebuild.list
(from rev 239956, python-cffi/trunk/rebuild.list)
  python-cffi/repos/extra-x86_64/PKGBUILD
(from rev 239956, python-cffi/trunk/PKGBUILD)
  python-cffi/repos/extra-x86_64/rebuild.list
(from rev 239956, python-cffi/trunk/rebuild.list)
Deleted:
  python-cffi/repos/extra-i686/PKGBUILD
  python-cffi/repos/extra-i686/gcc-5.1.patch
  python-cffi/repos/extra-i686/rebuild.list
  python-cffi/repos/extra-x86_64/PKGBUILD
  python-cffi/repos/extra-x86_64/gcc-5.1.patch
  python-cffi/repos/extra-x86_64/rebuild.list

+
 /PKGBUILD  |  106 +++
 /rebuild.list  |2 
 extra-i686/PKGBUILD|   58 ---
 extra-i686/gcc-5.1.patch   |   55 --
 extra-i686/rebuild.list|1 
 extra-x86_64/PKGBUILD  |   58 ---
 extra-x86_64/gcc-5.1.patch |   55 --
 extra-x86_64/rebuild.list  |1 
 8 files changed, 108 insertions(+), 228 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-31 10:21:04 UTC (rev 239956)
+++ extra-i686/PKGBUILD 2015-05-31 10:21:36 UTC (rev 239957)
@@ -1,58 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan felixonm...@archlinux.org
-# Contributor: lilydjwg lilyd...@gmail.com
-
-_name=cffi
-pkgbase=python-$_name
-pkgname=(python-$_name python2-$_name)
-pkgver=1.0.3
-pkgrel=1
-pkgdesc=Foreign Function Interface for Python calling C code
-arch=('i686' 'x86_64')
-url=http://cffi.readthedocs.org/;
-license=('MIT')
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
-checkdepends=('python-pytest' 'python2-pytest')
-source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;
-gcc-5.1.patch)
-sha512sums=('a5f2b0ab356fe51b1d9f3f2e4bfadbc11bb10ec7f9458c019f3707b738dded1953723f797a8b37ed768cd14fe86f674d07d2cd5ce166406abaa1a68b443293b1'
-
'5dec42879a0ec443d6546594f4f78803b2aa83a5c02916864dca1c8c7c86bb69ee04269d5bce07ccfce750c7500acdc2fc037019e181321dfb7bf539bf74b91e')
-
-prepare() {
-  # https://bitbucket.org/cffi/cffi/issue/195/test-failures-with-cffi-102
-  (cd $_name-$pkgver; patch -p1 -i ../gcc-5.1.patch)
-
-  cp -a $_name-$pkgver{,-py2}
-}
-
-build() {
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py build
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py build
-}
-
-check() {
-  cd $srcdir/$_name-$pkgver
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
-
-  cd $srcdir/$_name-$pkgver-py2
-  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
-}
-
-package_python-cffi() {
-  depends=('python' 'python-pycparser')
-
-  cd $srcdir/$_name-$pkgver
-  python3 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-cffi() {
-  depends=('python2' 'python2-pycparser')
-
-  cd $srcdir/$_name-$pkgver-py2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-cffi/repos/extra-i686/PKGBUILD (from rev 239956, 
python-cffi/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-31 10:21:36 UTC (rev 239957)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: lilydjwg lilyd...@gmail.com
+
+_name=cffi
+pkgbase=python-$_name
+pkgname=(python-$_name python2-$_name)
+pkgver=1.1.0
+pkgrel=1
+pkgdesc=Foreign Function Interface for Python calling C code
+arch=('i686' 'x86_64')
+url=http://cffi.readthedocs.org/;
+license=('MIT')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pycparser' 
'python2-pycparser')
+checkdepends=('python-pytest' 'python2-pytest')
+source=(https://pypi.python.org/packages/source/c/${_name}/${_name}-$pkgver.tar.gz;)
+sha512sums=('c9725869ffb8a10b83484b4b90ee02c66aa38a439334a404e043452de894f97f37050d7ba2467531820a6fdc7ee93a529078734e22b3637c5116d7d6d4b86ca0')
+
+prepare() {
+  cp -a $_name-$pkgver{,-py2}
+}
+
+build() {
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py build
+
+  cd $srcdir/$_name-$pkgver-py2
+  python2 setup.py build
+}
+
+check() {
+  cd $srcdir/$_name-$pkgver
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-3.4:$PYTHONPATH py.test
+
+  cd $srcdir/$_name-$pkgver-py2
+  PYTHONPATH=$PWD/build/lib.linux-$CARCH-2.7:$PYTHONPATH py.test2
+}
+
+package_python-cffi() {
+  depends=('python' 'python-pycparser')
+
+  cd $srcdir/$_name-$pkgver
+  python3 setup.py install --root=$pkgdir/ --optimize=1
+  install -Dm644 LICENSE 

[arch-commits] Commit in (5 files)

2015-05-31 Thread Felix Yan
Date: Sunday, May 31, 2015 @ 12:46:20
  Author: fyan
Revision: 134413

addpkg: ptunnel 0.72-4

Added:
  ptunnel/
  ptunnel/repos/
  ptunnel/trunk/
  ptunnel/trunk/PKGBUILD
  ptunnel/trunk/ptunnel.service

-+
 PKGBUILD|   29 +
 ptunnel.service |   15 +++
 2 files changed, 44 insertions(+)

Added: ptunnel/trunk/PKGBUILD
===
--- ptunnel/trunk/PKGBUILD  (rev 0)
+++ ptunnel/trunk/PKGBUILD  2015-05-31 10:46:20 UTC (rev 134413)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan felixonm...@archlinux.org
+# Contributor: George Hilliard gh...@msstate.edu
+
+pkgname=ptunnel
+pkgver=0.72
+pkgrel=4
+pkgdesc=A tool for reliably tunneling TCP connections over ICMP echo request 
and reply packets
+arch=('i686' 'x86_64')
+url=http://www.cs.uit.no/~daniels/PingTunnel;
+license=('BSD')
+depends=('libpcap')
+source=(http://www.cs.uit.no/~daniels/PingTunnel/PingTunnel-$pkgver.tar.gz;
+ptunnel.service)
+md5sums=('c5f0c36d1a48d84ce7b5217f1ba52dd0'
+ 'd81e6db82c90362f0d273d1bd031c9fd')
+
+build() {
+  cd $srcdir/PingTunnel
+  make
+}
+
+package() {
+  install -Dm755 PingTunnel/ptunnel $pkgdir/usr/bin/ptunnel
+  install -Dm644 ptunnel.service 
$pkgdir/usr/lib/systemd/system/ptunnel.service
+  install -Dm644 PingTunnel/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+# vim:set ts=2 sw=2 et:


Property changes on: ptunnel/trunk/PKGBUILD
___
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property
Added: ptunnel/trunk/ptunnel.service
===
--- ptunnel/trunk/ptunnel.service   (rev 0)
+++ ptunnel/trunk/ptunnel.service   2015-05-31 10:46:20 UTC (rev 134413)
@@ -0,0 +1,15 @@
+[Unit]
+Description=Ping Tunnel
+After=syslog.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/ptunnel.pid
+ExecStart=/usr/bin/ptunnel \
+ -setuid nobody -setgid nobody -setcon \
+ -syslog \
+ -daemon /var/run/ptunnel.pid
+Restart=on-abort
+
+[Install]
+WantedBy=multi-user.target


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

2015-05-31 Thread Andreas Radke
Date: Sunday, May 31, 2015 @ 13:27:06
  Author: andyrtr
Revision: 239958

fix url

Modified:
  libvisio/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 10:21:36 UTC (rev 239957)
+++ PKGBUILD2015-05-31 11:27:06 UTC (rev 239958)
@@ -9,7 +9,7 @@
 pkgrel=2
 pkgdesc='Library providing ability to interpret and import visio diagrams'
 arch=('i686' 'x86_64')
-url='http://www.freedesktop.org/wiki/Software/libvisio'
+url=https://wiki.documentfoundation.org/DLP/Libraries/libvisio;
 license=('LGPL')
 depends=('libwpd' 'libwpg' 'libxml2' 'icu' 'librevenge')
 makedepends=('boost' 'gperf' 'doxygen' 'cppunit')


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

2015-05-31 Thread Andreas Radke
Date: Sunday, May 31, 2015 @ 13:38:42
  Author: andyrtr
Revision: 239960

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

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

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

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2015-05-31 11:38:24 UTC (rev 239959)
+++ extra-i686/PKGBUILD 2015-05-31 11:38:42 UTC (rev 239960)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Miguel Revilla yo at miguelrevilla.com
-# Contributor: David Sotelo dvsotelo at gmail.com
-# Contributor: Nuno Araujo nuno.ara...@russo79.com
-
-pkgname=qpdf
-pkgver=5.1.2
-pkgrel=1
-pkgdesc=QPDF: A Content-Preserving PDF Transformation System
-arch=('i686' 'x86_64')
-url=http://qpdf.sourceforge.net/;
-license=('custom:Artistic-2.0')
-depends=('pcre' 'perl')
-makedepends=('make')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ede3938fdf2e3bf603fce6eb2bd93b3a2e1d13b9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check # passes all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-
-  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-i686/PKGBUILD (from rev 239959, qpdf/trunk/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2015-05-31 11:38:42 UTC (rev 239960)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=5.1.3
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF Transformation System
+arch=('i686' 'x86_64')
+url=http://qpdf.sourceforge.net/;
+license=('custom:Artistic-2.0')
+depends=('pcre' 'perl')
+makedepends=('make')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
+sha1sums=('805aeaeaff16c0e5fedc4ad3881d3bf03642f08f')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd $pkgname-$pkgver
+  make check # passes all
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir}/ install
+
+  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
+  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
+}

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2015-05-31 11:38:24 UTC (rev 239959)
+++ extra-x86_64/PKGBUILD   2015-05-31 11:38:42 UTC (rev 239960)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: AndyRTR andy...@archlinux.org
-# Contributor: Miguel Revilla yo at miguelrevilla.com
-# Contributor: David Sotelo dvsotelo at gmail.com
-# Contributor: Nuno Araujo nuno.ara...@russo79.com
-
-pkgname=qpdf
-pkgver=5.1.2
-pkgrel=1
-pkgdesc=QPDF: A Content-Preserving PDF Transformation System
-arch=('i686' 'x86_64')
-url=http://qpdf.sourceforge.net/;
-license=('custom:Artistic-2.0')
-depends=('pcre' 'perl')
-makedepends=('make')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ede3938fdf2e3bf603fce6eb2bd93b3a2e1d13b9')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --disable-static
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check # passes all
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir}/ install
-
-  mkdir -m755 -p ${pkgdir}/usr/share/licenses/${pkgname}
-  install -m644 Artistic-2.0 ${pkgdir}/usr/share/licenses/${pkgname}/
-}

Copied: qpdf/repos/extra-x86_64/PKGBUILD (from rev 239959, qpdf/trunk/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2015-05-31 11:38:42 UTC (rev 239960)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: AndyRTR andy...@archlinux.org
+# Contributor: Miguel Revilla yo at miguelrevilla.com
+# Contributor: David Sotelo dvsotelo at gmail.com
+# Contributor: Nuno Araujo nuno.ara...@russo79.com
+
+pkgname=qpdf
+pkgver=5.1.3
+pkgrel=1
+pkgdesc=QPDF: A Content-Preserving PDF Transformation System
+arch=('i686' 'x86_64')
+url=http://qpdf.sourceforge.net/;

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

2015-05-31 Thread Andreas Radke
Date: Sunday, May 31, 2015 @ 13:38:24
  Author: andyrtr
Revision: 239959

upgpkg: qpdf 5.1.3-1

upstream update 5.1.3

Modified:
  qpdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 11:27:06 UTC (rev 239958)
+++ PKGBUILD2015-05-31 11:38:24 UTC (rev 239959)
@@ -5,7 +5,7 @@
 # Contributor: Nuno Araujo nuno.ara...@russo79.com
 
 pkgname=qpdf
-pkgver=5.1.2
+pkgver=5.1.3
 pkgrel=1
 pkgdesc=QPDF: A Content-Preserving PDF Transformation System
 arch=('i686' 'x86_64')
@@ -14,7 +14,7 @@
 depends=('pcre' 'perl')
 makedepends=('make')
 
source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-sha1sums=('ede3938fdf2e3bf603fce6eb2bd93b3a2e1d13b9')
+sha1sums=('805aeaeaff16c0e5fedc4ad3881d3bf03642f08f')
 
 build() {
   cd ${pkgname}-${pkgver}


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

2015-05-31 Thread Sébastien Luttringer
Date: Sunday, May 31, 2015 @ 15:51:12
  Author: seblu
Revision: 239962

upgpkg: lz4 130-1

Modified:
  lz4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 11:42:08 UTC (rev 239961)
+++ PKGBUILD2015-05-31 13:51:12 UTC (rev 239962)
@@ -5,7 +5,7 @@
 # He only push tested release code into svn and support using revision as 
version
 
 pkgname=lz4
-pkgver=129
+pkgver=130
 pkgrel=1
 pkgdesc='Very fast lossless compression algorithm'
 arch=('i686' 'x86_64')


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

2015-05-31 Thread Kyle Keen
Date: Sunday, May 31, 2015 @ 13:54:06
  Author: kkeen
Revision: 134416

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

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

---+
 /PKGBUILD |  102 
 community-i686/PKGBUILD   |   50 -
 community-x86_64/PKGBUILD |   50 -
 3 files changed, 102 insertions(+), 100 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-31 11:53:38 UTC (rev 134415)
+++ community-i686/PKGBUILD 2015-05-31 11:54:06 UTC (rev 134416)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.2
-pkgrel=3
-pkgdesc=A library to talk to FTDI chips, optional python bindings.
-arch=('i686' 'x86_64')
-url=http://www.intra2net.com/en/developer/libftdi/download.php;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')
-optdepends=('python: library bindings')
-makedepends=('boost' 'cmake' 'python' 'swig')
-# doxygen for docs, confuse for eeprom
-source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
-sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a'
-  'SKIP')
-validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
-
-
-prepare() {
-  cd ${pkgname}1-$pkgver
-  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
-  sed -i s|MODE=\0664\, GROUP=\plugdev\|TAG+=\uaccess\|g 
packages/99-libftdi.rules
-}
-
-build() {
-  cd $srcdir/${pkgname}1-$pkgver
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
--DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=OFF
-  make
-}
-
-# needs yet unknown dependencies
-#check() {
-#  cd $srcdir/${pkgname}1-$pkgver/build
-#  make check
-#}
-
-package() {
-  cd ${pkgname}1-$pkgver/build
-  make DESTDIR=$pkgdir install
-  install -Dm644 ../packages/99-libftdi.rules 
$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules
-}
-

Copied: libftdi/repos/community-i686/PKGBUILD (from rev 134415, 
libftdi/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-31 11:54:06 UTC (rev 134416)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer: Kyle Keen keen...@gmail.com
+
+# bug, python binding vanished with 3.4
+# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
+
+pkgname=libftdi
+pkgver=1.2
+pkgrel=4
+pkgdesc=A library to talk to FTDI chips, optional python bindings.
+arch=('i686' 'x86_64')
+url=http://www.intra2net.com/en/developer/libftdi/download.php;
+license=('GPL2' 'LGPL2.1')
+depends=('libusb')
+optdepends=('python: library bindings')
+makedepends=('boost' 'cmake' 'python' 'swig')
+# doxygen for docs, confuse for eeprom
+source=(http://www.intra2net.com/en/developer/libftdi/download/${pkgname}1-$pkgver.tar.bz2{,.sig})
+sha1sums=('636b9fcc745bf4eeb027a1dd891f770158444f7a'
+  'SKIP')
+validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
+
+prepare() {
+  cd ${pkgname}1-$pkgver
+  sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
+  sed -i s|MODE=\0664\, GROUP=\plugdev\|TAG+=\uaccess\|g 
packages/99-libftdi.rules
+}
+
+build() {
+  cd $srcdir/${pkgname}1-$pkgver
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_SKIP_BUILD_RPATH=ON \
+-DCMAKE_BUILD_TYPE=Release -DEXAMPLES=OFF -DFTDI_EEPROM=OFF
+  make
+}
+
+# needs yet unknown dependencies
+#check() {
+#  cd $srcdir/${pkgname}1-$pkgver/build
+#  make check
+#}
+
+package() {
+  cd ${pkgname}1-$pkgver/build
+  make DESTDIR=$pkgdir install
+  install -Dm644 ../packages/99-libftdi.rules 
$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules
+  # FS#45053
+  cp -r ../examples/* $pkgdir/usr/share/libftdi/examples
+}
+

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-31 11:53:38 UTC (rev 134415)
+++ community-x86_64/PKGBUILD   2015-05-31 11:54:06 UTC (rev 134416)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen keen...@gmail.com
-
-# bug, python binding vanished with 3.4
-# Could NOT find PythonLibs (missing:  PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS)
-
-pkgname=libftdi
-pkgver=1.2
-pkgrel=3
-pkgdesc=A library to talk to FTDI chips, optional python bindings.
-arch=('i686' 'x86_64')
-url=http://www.intra2net.com/en/developer/libftdi/download.php;
-license=('GPL2' 'LGPL2.1')
-depends=('libusb')

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

2015-05-31 Thread Kyle Keen
Date: Sunday, May 31, 2015 @ 13:53:38
  Author: kkeen
Revision: 134415

upgpkg: libftdi 1.2-4 FS#45053

Modified:
  libftdi/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 10:46:51 UTC (rev 134414)
+++ PKGBUILD2015-05-31 11:53:38 UTC (rev 134415)
@@ -6,7 +6,7 @@
 
 pkgname=libftdi
 pkgver=1.2
-pkgrel=3
+pkgrel=4
 pkgdesc=A library to talk to FTDI chips, optional python bindings.
 arch=('i686' 'x86_64')
 url=http://www.intra2net.com/en/developer/libftdi/download.php;
@@ -20,7 +20,6 @@
   'SKIP')
 validpgpkeys=('3CEA9B8868BC3852618EB5B4707F91A424F006F5')  # Intra2net open 
source
 
-
 prepare() {
   cd ${pkgname}1-$pkgver
   sed -i 's|LIB_SUFFIX 64|LIB_SUFFIX |' CMakeLists.txt
@@ -46,5 +45,7 @@
   cd ${pkgname}1-$pkgver/build
   make DESTDIR=$pkgdir install
   install -Dm644 ../packages/99-libftdi.rules 
$pkgdir/usr/lib/udev/rules.d/69-libftdi.rules
+  # FS#45053
+  cp -r ../examples/* $pkgdir/usr/share/libftdi/examples
 }
 


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

2015-05-31 Thread Sébastien Luttringer
Date: Sunday, May 31, 2015 @ 15:52:46
  Author: seblu
Revision: 134417

upgpkg: glances 2.4.2-1

Modified:
  glances/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-31 11:54:06 UTC (rev 134416)
+++ PKGBUILD2015-05-31 13:52:46 UTC (rev 134417)
@@ -4,7 +4,7 @@
 # Contributor: Francois Boulogne fboulogne at april dot org
 
 pkgname=glances
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 pkgdesc='CLI curses-based monitoring tool'
 arch=('any')
@@ -14,7 +14,7 @@
 optdepends=('python-bottle: web server support'
 'hddtemp: HDD temperature monitoring support')
 
source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('72f8f2f3765219f177327c238857bc63')
+md5sums=('21d8ca9d780bb52101a365c33e65869d')
 
 package() {
   cd Glances-$pkgver


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

2015-05-31 Thread Sébastien Luttringer
Date: Sunday, May 31, 2015 @ 15:52:56
  Author: seblu
Revision: 134418

archrelease: copy trunk to community-any

Added:
  glances/repos/community-any/PKGBUILD
(from rev 134417, glances/trunk/PKGBUILD)
Deleted:
  glances/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-31 13:52:46 UTC (rev 134417)
+++ PKGBUILD2015-05-31 13:52:56 UTC (rev 134418)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer se...@archlinux.org
-# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
-# Contributor: Francois Boulogne fboulogne at april dot org
-
-pkgname=glances
-pkgver=2.4.1
-pkgrel=1
-pkgdesc='CLI curses-based monitoring tool'
-arch=('any')
-url='https://github.com/nicolargo/glances'
-license=('LGPL')
-depends=('python' 'python-psutil' 'python-setuptools')
-optdepends=('python-bottle: web server support'
-'hddtemp: HDD temperature monitoring support')
-source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
-md5sums=('72f8f2f3765219f177327c238857bc63')
-
-package() {
-  cd Glances-$pkgver
-  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
-  # remove html doc
-  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: glances/repos/community-any/PKGBUILD (from rev 134417, 
glances/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-31 13:52:56 UTC (rev 134418)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Sébastien Luttringer se...@archlinux.org
+# Contributor: Bartłomiej Piotrowski bpiotrow...@archlinux.org
+# Contributor: Francois Boulogne fboulogne at april dot org
+
+pkgname=glances
+pkgver=2.4.2
+pkgrel=1
+pkgdesc='CLI curses-based monitoring tool'
+arch=('any')
+url='https://github.com/nicolargo/glances'
+license=('LGPL')
+depends=('python' 'python-psutil' 'python-setuptools')
+optdepends=('python-bottle: web server support'
+'hddtemp: HDD temperature monitoring support')
+source=(https://pypi.python.org/packages/source/G/Glances/Glances-$pkgver.tar.gz;)
+md5sums=('21d8ca9d780bb52101a365c33e65869d')
+
+package() {
+  cd Glances-$pkgver
+  python setup.py install --prefix=/usr --root=$pkgdir --optimize=1
+  # remove html doc
+  rm -r $pkgdir/usr/share/doc/$pkgname/{glances-doc.html,images}
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-31 Thread Sébastien Luttringer
Date: Sunday, May 31, 2015 @ 15:51:26
  Author: seblu
Revision: 239963

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

Added:
  lz4/repos/testing-i686/
  lz4/repos/testing-i686/PKGBUILD
(from rev 239962, lz4/trunk/PKGBUILD)
  lz4/repos/testing-x86_64/
  lz4/repos/testing-x86_64/PKGBUILD
(from rev 239962, lz4/trunk/PKGBUILD)

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

Copied: lz4/repos/testing-i686/PKGBUILD (from rev 239962, lz4/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2015-05-31 13:51:26 UTC (rev 239963)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=130
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://github.com/Cyan4973/lz4'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=(git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install PREFIX=/usr DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et:

Copied: lz4/repos/testing-x86_64/PKGBUILD (from rev 239962, lz4/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2015-05-31 13:51:26 UTC (rev 239963)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+# Contacted by mail, author use svn commit as release version.
+# He only push tested release code into svn and support using revision as 
version
+
+pkgname=lz4
+pkgver=130
+pkgrel=1
+pkgdesc='Very fast lossless compression algorithm'
+arch=('i686' 'x86_64')
+url='https://github.com/Cyan4973/lz4'
+license=('GPL2')
+makedepends=('git')
+checkdepends=('diffutils')
+depends=('glibc')
+source=(git+https://github.com/Cyan4973/lz4.git#tag=r$pkgver;)
+md5sums=('SKIP')
+
+build() {
+  cd $pkgname
+  make PREFIX=/usr
+}
+
+check() {
+  $pkgname/programs/lz4 /etc/passwd passwd.lz4
+  $pkgname/programs/lz4 -d passwd.lz4 passwd
+  diff -q /etc/passwd passwd
+  rm passwd
+}
+
+package() {
+  cd $pkgname
+  make install PREFIX=/usr DESTDIR=$pkgdir
+}
+
+# vim:set ts=2 sw=2 et: