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

2015-12-10 Thread Daniel Wallace
Date: Thursday, December 10, 2015 @ 17:43:27
  Author: dwallace
Revision: 152391

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 152390, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-10 16:43:02 UTC (rev 152390)
+++ PKGBUILD2015-12-10 16:43:27 UTC (rev 152391)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-_pythonname=oslo.config
-pkgver=2.4.0
-pkgrel=2
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('GPL')
-makedepends=('python2-setuptools' python-setuptools)
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('d46e98ba78d83c982c4beb55212a3048')
-
-prepare(){
-  cp -a $_pythonname-$pkgver{,-2}
-  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-  sed -i '/argparse/d' "$_pythonname-$pkgver"{,-2}/requirements.txt
-}
-
-build(){
-  cd "$srcdir/$_pythonname-$pkgver"
-  python setup.py build
-  cd "$srcdir/$_pythonname-$pkgver-2"
-  python2 setup.py build
-}
-package_python-oslo-config() {
-  cd "$srcdir/$_pythonname-$pkgver"
-  depends=(python)
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-package_python2-oslo-config() {
-  cd "$srcdir/$_pythonname-$pkgver"
-  depends=(python2)
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 152390, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2015-12-10 16:43:27 UTC (rev 152391)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
+md5sums=('2fdc066be79e0d5c4193bbf1ed90e5f5')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+  sed -i '/argparse/d' "$_pythonname-$pkgver"{,-2}/requirements.txt
+}
+
+build(){
+  cd "$srcdir/$_pythonname-$pkgver"
+  python setup.py build
+  cd "$srcdir/$_pythonname-$pkgver-2"
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd "$srcdir/$_pythonname-$pkgver"
+  depends=(python)
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+package_python2-oslo-config() {
+  cd "$srcdir/$_pythonname-$pkgver"
+  depends=(python2)
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-12-10 Thread Daniel Wallace
Date: Thursday, December 10, 2015 @ 17:42:55
  Author: dwallace
Revision: 152389

upgpkg: python-oslo-config 3.1.0-1

upgpkg: python-oslo-config 3.1.0

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-10 16:42:32 UTC (rev 152388)
+++ PKGBUILD2015-12-10 16:42:55 UTC (rev 152389)
@@ -3,8 +3,8 @@
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
 _pythonname=oslo.config
-pkgver=2.4.0
-pkgrel=2
+pkgver=3.1.0
+pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
 url="https://pypi.python.org/pypi/oslo.config/$pkgver;
@@ -12,7 +12,7 @@
 makedepends=('python2-setuptools' python-setuptools)
 options=(!emptydirs)
 
source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('d46e98ba78d83c982c4beb55212a3048')
+md5sums=('2fdc066be79e0d5c4193bbf1ed90e5f5')
 
 prepare(){
   cp -a $_pythonname-$pkgver{,-2}


[arch-commits] Commit in steam/repos/community-i686 (8 files)

2015-12-03 Thread Daniel Wallace
Date: Thursday, December 3, 2015 @ 20:47:07
  Author: dwallace
Revision: 148237

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/80-steam-controller-permission.rules
(from rev 148236, steam/trunk/80-steam-controller-permission.rules)
  steam/repos/community-i686/PKGBUILD
(from rev 148236, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 148236, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/steam.install
(from rev 148236, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/80-steam-controller-permission.rules
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/steam.install

--+
 80-steam-controller-permission.rules |5 +
 PKGBUILD |   98 -
 alsa_sdl_audiodriver.patch   |   28 -
 steam.install|   54 +-
 4 files changed, 93 insertions(+), 92 deletions(-)

Deleted: 80-steam-controller-permission.rules
===
--- 80-steam-controller-permission.rules2015-12-03 19:46:40 UTC (rev 
148236)
+++ 80-steam-controller-permission.rules2015-12-03 19:47:07 UTC (rev 
148237)
@@ -1,2 +0,0 @@
-#USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"

Copied: steam/repos/community-i686/80-steam-controller-permission.rules (from 
rev 148236, steam/trunk/80-steam-controller-permission.rules)
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2015-12-03 19:47:07 UTC (rev 
148237)
@@ -0,0 +1,3 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
+KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-03 19:46:40 UTC (rev 148236)
+++ PKGBUILD2015-12-03 19:47:07 UTC (rev 148237)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 <k0009...@gmail.com>
-pkgname=steam
-pkgver=1.0.0.50
-pkgrel=2
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/;
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'alsa_sdl_audiodriver.patch'
-'80-steam-controller-permission.rules')
-md5sums=('2fab57a606705012a4f800a28670dc3a'
- 'ac0e03d70f1101331598b2b32ed9bac3'
- '2a9c310cbc0fca4c95e2a643bcc5e162')
-if [[ "$CARCH" == "x86_64" ]]; then
-  optdepends=(
-  'lib32-mesa-dri: for open source driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-  )
-fi
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-
-package() {
-  depends=(
-'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11 lib32-libxss)
-  fi
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-
-  install -Dm644 $srcdir/80-steam-controller-permission.rules 
$pkgdir/usr/lib/udev/rules.d/80-steam-controller-permission.rules
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 148236, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-03 19:47:07 UTC (rev 148237)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 <k0009...@gmail.com>
+pkgname=steam
+pkgver=1.0.0.51
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/;
+license=('custom')
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'alsa_sdl_audiodriver.patch'
+'80-steam-controller-permission.rules')
+md5sums=

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

2015-12-03 Thread Daniel Wallace
Date: Thursday, December 3, 2015 @ 20:50:31
  Author: dwallace
Revision: 148239

upgpkg: hub 2.2.2-1

upgpkg: hub 2.2.2

Modified:
  hub/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-03 19:49:48 UTC (rev 148238)
+++ PKGBUILD2015-12-03 19:50:31 UTC (rev 148239)
@@ -4,7 +4,7 @@
 
 pkgname=hub
 _pkgdir=github-hub-
-pkgver=2.2.1
+pkgver=2.2.2
 pkgrel=1
 pkgdesc="cli interface for Github"
 arch=('x86_64' 'i686')
@@ -13,7 +13,7 @@
 makedepends=('go')
 license=('MIT')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('56d1c36ce476325bdc176a9ee0cb3e8e6d8cc352ab6a9cb47f01229b2b449694')
+sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
 
 build() {
   cd "$srcdir/$_pkgdir"*


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

2015-12-03 Thread Daniel Wallace
Date: Thursday, December 3, 2015 @ 20:51:07
  Author: dwallace
Revision: 148240

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-12-03 19:50:31 UTC (rev 148239)
+++ community-i686/PKGBUILD 2015-12-03 19:51:07 UTC (rev 148240)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Alfredo Palhares <masterk...@masterkorp.net>
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="cli interface for Github"
-arch=('x86_64' 'i686')
-url="https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('56d1c36ce476325bdc176a9ee0cb3e8e6d8cc352ab6a9cb47f01229b2b449694')
-
-build() {
-  cd "$srcdir/$_pkgdir"*
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd "$srcdir/$_pkgdir"*
-
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
-  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
-
-  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
-
-}

Copied: hub/repos/community-i686/PKGBUILD (from rev 148239, hub/trunk/PKGBUILD)
===========
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-12-03 19:51:07 UTC (rev 148240)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Alfredo Palhares <masterk...@masterkorp.net>
+
+pkgname=hub
+_pkgdir=github-hub-
+pkgver=2.2.2
+pkgrel=1
+pkgdesc="cli interface for Github"
+arch=('x86_64' 'i686')
+url="https://hub.github.com;
+depends=('git')
+makedepends=('go')
+license=('MIT')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
+sha256sums=('6f3967913bb68c65f9f155b6db4af4629558db7ff89034de5f8fe635a55187b5')
+
+build() {
+  cd "$srcdir/$_pkgdir"*
+
+  ./script/build
+  gzip --best -c man/hub.1> hub.1.gz
+
+}
+
+package() {
+  cd "$srcdir/$_pkgdir"*
+
+  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
+
+  install -Dm644 "$srcdir/$_pkgdir"*"/LICENSE" 
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.bash_completion.sh" 
"$pkgdir/usr/share/bash-completion/completions/hub"
+  install -Dm644 "$srcdir/$_pkgdir"*"/etc/hub.zsh_completion" 
"$pkgdir/usr/share/zsh/site-functions/_hub"
+
+  install -Dm644 "$srcdir/$_pkgdir"*"/man/$pkgname.1" 
"$pkgdir/usr/share/man/man1/$pkgname.1"
+
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-12-03 19:50:31 UTC (rev 148239)
+++ community-x86_64/PKGBUILD   2015-12-03 19:51:07 UTC (rev 148240)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Alfredo Palhares <masterk...@masterkorp.net>
-
-pkgname=hub
-_pkgdir=github-hub-
-pkgver=2.2.1
-pkgrel=1
-pkgdesc="cli interface for Github"
-arch=('x86_64' 'i686')
-url="https://hub.github.com;
-depends=('git')
-makedepends=('go')
-license=('MIT')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/github/hub/tarball/v$pkgver;)
-sha256sums=('56d1c36ce476325bdc176a9ee0cb3e8e6d8cc352ab6a9cb47f01229b2b449694')
-
-build() {
-  cd "$srcdir/$_pkgdir"*
-
-  ./script/build
-  gzip --best -c man/hub.1> hub.1.gz
-
-}
-
-package() {
-  cd "$srcdir/$_pkgdir"*
-
-  install -Dm755 "$srcdir/$_pkgdir"*"/$pkgname" "$pkgdir/usr/bin/$pkgname"
-
-  install -Dm644 "$srcdir

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

2015-12-03 Thread Daniel Wallace
Date: Thursday, December 3, 2015 @ 20:39:46
  Author: dwallace
Revision: 148234

upgpkg: salt 2015.8.3-1

upgpkg: salt 2015.8.3

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-12-03 19:19:40 UTC (rev 148233)
+++ PKGBUILD2015-12-03 19:39:46 UTC (rev 148234)
@@ -5,7 +5,7 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2015.8.2
+pkgver=2015.8.3
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -32,7 +32,7 @@
 install=salt.install
 conflicts=('salt')
 source=("http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('5605e5839a4396028be37a2531b68296')
+md5sums=('5919fcb6be4deeafab9746febd7da1ef')
 
 package_salt-zmq() {
   cd $pkgbase-$pkgver


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

2015-12-03 Thread Daniel Wallace
Date: Thursday, December 3, 2015 @ 20:40:12
  Author: dwallace
Revision: 148235

archrelease: copy trunk to community-testing-any

Added:
  salt/repos/community-testing-any/PKGBUILD
(from rev 148234, salt/trunk/PKGBUILD)
  salt/repos/community-testing-any/salt.install
(from rev 148234, salt/trunk/salt.install)
Deleted:
  salt/repos/community-testing-any/PKGBUILD
  salt/repos/community-testing-any/salt.install

--+
 PKGBUILD |  194 -
 salt.install |   30 
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-03 19:39:46 UTC (rev 148234)
+++ PKGBUILD2015-12-03 19:40:12 UTC (rev 148235)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace 
-# Contibutor: Christer Edwards <christer.edwa...@gmail.com>
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2015.8.2
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-conflicts=('salt')
-source=("http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('5605e5839a4396028be37a2531b68296')
-
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt<=2014.1.13' 'salt-api<2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-  install -d "$pkgdir/etc/salt/master.d/" "$pkgdir/etc/salt/minion.d/"
-  echo 'transport: raet' > "$pkgdir/etc/salt/master.d/transport.conf"
-  echo 'transport: raet' > "$pkgdir/etc/salt/minion.d/transport.conf"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-testing-any/PKGBUILD (from rev 148234, 
salt/trunk/PKGBUILD)
===========
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-03 19:40:12 UTC (rev 148235)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace 
+# Contibutor: Christer Edwards <christer.edwa...@gmail.com>
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.8.3
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstac

[arch-commits] Commit in steam/trunk (80-steam-controller-permission.rules PKGBUILD)

2015-12-03 Thread Daniel Wallace
Date: Thursday, December 3, 2015 @ 20:46:40
  Author: dwallace
Revision: 148236

upgpkg: steam 1.0.0.51-1

upgpkg: steam 1.0.0.51-1

Modified:
  steam/trunk/80-steam-controller-permission.rules
  steam/trunk/PKGBUILD

--+
 80-steam-controller-permission.rules |3 ++-
 PKGBUILD |8 
 2 files changed, 6 insertions(+), 5 deletions(-)

Modified: 80-steam-controller-permission.rules
===
--- 80-steam-controller-permission.rules2015-12-03 19:40:12 UTC (rev 
148235)
+++ 80-steam-controller-permission.rules2015-12-03 19:46:40 UTC (rev 
148236)
@@ -1,2 +1,3 @@
 #USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
+KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Modified: PKGBUILD
===
--- PKGBUILD2015-12-03 19:40:12 UTC (rev 148235)
+++ PKGBUILD2015-12-03 19:46:40 UTC (rev 148236)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace 
 # Contributor: K900 <k0009...@gmail.com>
 pkgname=steam
-pkgver=1.0.0.50
-pkgrel=2
+pkgver=1.0.0.51
+pkgrel=1
 pkgdesc="Digital distribution client bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/;
@@ -12,9 +12,9 @@
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
 'alsa_sdl_audiodriver.patch'
 '80-steam-controller-permission.rules')
-md5sums=('2fab57a606705012a4f800a28670dc3a'
+md5sums=('eb4eeb7b7088f7434d65a09c768f266b'
  'ac0e03d70f1101331598b2b32ed9bac3'
- '2a9c310cbc0fca4c95e2a643bcc5e162')
+ 'aa9b2c4bff29841764ca11ac8fb6446e')
 if [[ "$CARCH" == "x86_64" ]]; then
   optdepends=(
   'lib32-mesa-dri: for open source driver users'


[arch-commits] Commit in steam/repos/multilib-x86_64 (8 files)

2015-12-03 Thread Daniel Wallace
Date: Thursday, December 3, 2015 @ 20:49:48
  Author: dwallace
Revision: 148238

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/80-steam-controller-permission.rules
(from rev 148237, steam/trunk/80-steam-controller-permission.rules)
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 148237, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 148237, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 148237, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/80-steam-controller-permission.rules
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-x86_64/steam.install

--+
 80-steam-controller-permission.rules |5 +
 PKGBUILD |   98 -
 alsa_sdl_audiodriver.patch   |   28 -
 steam.install|   54 +-
 4 files changed, 93 insertions(+), 92 deletions(-)

Deleted: 80-steam-controller-permission.rules
===
--- 80-steam-controller-permission.rules2015-12-03 19:47:07 UTC (rev 
148237)
+++ 80-steam-controller-permission.rules2015-12-03 19:49:48 UTC (rev 
148238)
@@ -1,2 +0,0 @@
-#USB devices
-SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"

Copied: steam/repos/multilib-x86_64/80-steam-controller-permission.rules (from 
rev 148237, steam/trunk/80-steam-controller-permission.rules)
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2015-12-03 19:49:48 UTC (rev 
148238)
@@ -0,0 +1,3 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0660", TAG+="uaccess"
+KERNEL=="uinput", SUBSYSTEM=="misc", OPTIONS+="static_node=uinput", 
TAG+="uaccess"

Deleted: PKGBUILD
===
--- PKGBUILD2015-12-03 19:47:07 UTC (rev 148237)
+++ PKGBUILD2015-12-03 19:49:48 UTC (rev 148238)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 <k0009...@gmail.com>
-pkgname=steam
-pkgver=1.0.0.50
-pkgrel=2
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/;
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'alsa_sdl_audiodriver.patch'
-'80-steam-controller-permission.rules')
-md5sums=('2fab57a606705012a4f800a28670dc3a'
- 'ac0e03d70f1101331598b2b32ed9bac3'
- '2a9c310cbc0fca4c95e2a643bcc5e162')
-if [[ "$CARCH" == "x86_64" ]]; then
-  optdepends=(
-  'lib32-mesa-dri: for open source driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-  )
-fi
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-
-package() {
-  depends=(
-'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11 lib32-libxss)
-  fi
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-
-  install -Dm644 $srcdir/80-steam-controller-permission.rules 
$pkgdir/usr/lib/udev/rules.d/80-steam-controller-permission.rules
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 148237, 
steam/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-12-03 19:49:48 UTC (rev 148238)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 <k0009...@gmail.com>
+pkgname=steam
+pkgver=1.0.0.51
+pkgrel=1
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/;
+license=('custom')
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'alsa_sdl_audiodriver.patch'
+'80-steam-controller-permission.rules')
+md

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

2015-11-13 Thread Daniel Wallace
Date: Friday, November 13, 2015 @ 23:11:15
  Author: dwallace
Revision: 146742

upgpkg: salt 2015.8.2-1

upgpkg: salt 2015.8.2

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-11-13 22:05:28 UTC (rev 146741)
+++ PKGBUILD2015-11-13 22:11:15 UTC (rev 146742)
@@ -5,7 +5,7 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2015.8.1
+pkgver=2015.8.2
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -32,7 +32,7 @@
 install=salt.install
 conflicts=('salt')
 source=("http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('9aa641fd51433e8a8dbf4efabfcff604')
+md5sums=('5605e5839a4396028be37a2531b68296')
 
 package_salt-zmq() {
   cd $pkgbase-$pkgver


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

2015-11-13 Thread Daniel Wallace
Date: Friday, November 13, 2015 @ 23:11:37
  Author: dwallace
Revision: 146743

archrelease: copy trunk to community-testing-any

Added:
  salt/repos/community-testing-any/
  salt/repos/community-testing-any/PKGBUILD
(from rev 146742, salt/trunk/PKGBUILD)
  salt/repos/community-testing-any/salt.install
(from rev 146742, salt/trunk/salt.install)

--+
 PKGBUILD |   97 +
 salt.install |   15 
 2 files changed, 112 insertions(+)

Copied: salt/repos/community-testing-any/PKGBUILD (from rev 146742, 
salt/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-11-13 22:11:37 UTC (rev 146743)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace 
+# Contibutor: Christer Edwards <christer.edwa...@gmail.com>
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.8.2
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+backup=('etc/salt/master'
+'etc/salt/minion')
+install=salt.install
+conflicts=('salt')
+source=("http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('5605e5839a4396028be37a2531b68296')
+
+package_salt-zmq() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-api')
+  replaces=('salt<=2014.1.13' 'salt-api<2014.7')
+  depends=('python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-pyzmq'
+   'python2-crypto'
+   'python2-m2crypto'
+   'python2-systemd'
+   'python2-tornado')
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+package_salt-raet() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-api')
+  depends=('python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-libnacl'
+   'python2-ioflo'
+   'python2-raet'
+   'python2-tornado'
+   'python2-systemd')
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+  install -d "$pkgdir/etc/salt/master.d/" "$pkgdir/etc/salt/minion.d/"
+  echo 'transport: raet' > "$pkgdir/etc/salt/master.d/transport.conf"
+  echo 'transport: raet' > "$pkgdir/etc/salt/minion.d/transport.conf"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-testing-any/salt.install (from rev 146742, 
salt/trunk/salt.install)
===
--- community-testing-any/salt.install  (rev 0)
+++ community-testing-any/salt.install  2015-11-13 22:11:37 UTC (rev 146743)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 2014.1.1-1)" -le 0 ]; then
+cat << EOF
+==> Since version 2014.1.1-2, salt-master runs by default as root user.
+==> You need to manually update your configuration and remove the salt user and
+==> group to follow the new default behavior.
+EOF
+fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:38:16
  Author: dwallace
Revision: 144649

archrelease: copy trunk to community-any

Added:
  cloud-init/repos/community-any/PKGBUILD
(from rev 144648, cloud-init/trunk/PKGBUILD)
  cloud-init/repos/community-any/archlinux.cloud.cfg
(from rev 144648, cloud-init/trunk/archlinux.cloud.cfg)
Deleted:
  cloud-init/repos/community-any/PKGBUILD
  cloud-init/repos/community-any/archlinux.cloud.cfg

-+
 PKGBUILD|   59 +
 archlinux.cloud.cfg |   87 +++---
 2 files changed, 77 insertions(+), 69 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 00:37:57 UTC (rev 144648)
+++ PKGBUILD2015-10-22 00:38:16 UTC (rev 144649)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-
-pkgname=cloud-init
-pkgver=0.7.6
-pkgrel=1
-pkgdesc="Cloud Bootstrapping Application"
-arch=(any)
-license=("GPL3")
-url=https://launchpad.net/cloud-init
-# cloud-init python lib requirements (according to Requires file):
-depends=(systemd python2-yaml python2-cheetah python2-prettytable 
python2-oauth python2-boto python2-configobj python2-jsonpatch 
python2-jsonpointer net-tools)
-makedepends=('python2' 'python2-setuptools')
-options=(!emptydirs)
-# Archlinux specific cloud.cfg
-source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
-sha1sums=('9af02f68d68abce91463bec22b17964d1618e1da')
-backup=(etc/cloud/cloud.cfg etc/cloud/cloud.cfg.d/05_logging.cfg)
-
-prepare(){
-find $pkgname-$pkgver -name \*.py -exec sed -i '1s/python$/&2/' {} +
-sed -i '1s/python$/&2/' $pkgname-$pkgver/tools/read*
-sed -i 's:/etc/systemd:/usr/lib/systemd:g' $pkgname-$pkgver/setup.py
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  python2 ./setup.py install --root=${pkgdir} --init-system systemd
-}

Copied: cloud-init/repos/community-any/PKGBUILD (from rev 144648, 
cloud-init/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 00:38:16 UTC (rev 144649)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+
+pkgname=cloud-init
+pkgver=0.7.6
+pkgrel=2
+pkgdesc="Cloud Bootstrapping Application"
+arch=(any)
+license=("GPL3")
+url=https://launchpad.net/cloud-init
+# cloud-init python lib requirements (according to Requires file):
+depends=(systemd python2-yaml python2-cheetah python2-prettytable 
python2-oauth python2-boto python2-configobj python2-jsonpatch 
python2-jsonpointer net-tools)
+makedepends=('python2' 'python2-setuptools')
+options=(!emptydirs)
+# Archlinux specific cloud.cfg
+source=(https://launchpad.net/$pkgname/trunk/$pkgver/+download/$pkgname-$pkgver.tar.gz)
+sha1sums=('9af02f68d68abce91463bec22b17964d1618e1da')
+backup=(etc/cloud/cloud.cfg etc/cloud/cloud.cfg.d/05_logging.cfg)
+
+prepare(){
+find $pkgname-$pkgver -name \*.py -exec sed -i '1s/python$/&2/' {} +
+sed -i '1s/python$/&2/' $pkgname-$pkgver/tools/read*
+sed -i 's:/etc/systemd:/usr/lib/systemd:g' $pkgname-$pkgver/setup.py
+sed -i 's,name: ubuntu,name: archlinux,;s,gecos: Ubuntu,gecos: Archlinux,' 
$srcdir/$pkgname-$pkgver/config/cloud.cfg
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  python2 ./setup.py install --root=${pkgdir} --init-system systemd
+}

Deleted: archlinux.cloud.cfg
===
--- archlinux.cloud.cfg 2015-10-22 00:37:57 UTC (rev 144648)
+++ archlinux.cloud.cfg 2015-10-22 00:38:16 UTC (rev 144649)
@@ -1,40 +0,0 @@
-##
-### Archlinux cloud.cfg - This config enables Archlinux tested/compatible 
cloud-init modules.
-##
-
-# Not using additional user / sudoers scheme.
-disable_root: false
-# Allow cloud-init to set the hostname.
-preserve_hostname: false
-# The modules that run in the 'init' stage.
-cloud_init_modules:
- - bootcmd
- - write-files
- - set_hostname
- - update_hostname
- - update_etc_hosts
- - users-groups
- - ssh
-
-# The modules that run in the 'config' stage.
-cloud_config_modules:
- - runcmd
-
-# The modules that run in the 'final' stage.
-cloud_final_modules:
- - rightscale_userdata
- - scripts-per-once
- - scripts-per-boot
- - scripts-per-instance
- - scripts-user
- - ssh-authkey-fingerprints
- - keys-to-console
- - final-message
-
-# Masquerade as ubuntu since that is the default mode.
-system_info:
-   distro: ubuntu
-   paths:
-  cloud_dir: /var/lib/cloud/
-  templates_dir: /etc/cloud/templates/
-   ssh_svcname: sshd

Copied: cloud-init/repos/community-any/archlinux.cloud.cfg (from rev 144648, 
cloud-init/trunk/archlinux.cloud.cfg)
===
--- archlinux.cloud.cfg (rev 0)
+++ archlinux.cloud.cfg 2015-10-22 00:38:16 UTC (rev 144649)
@@ -0,0 +1,

[arch-commits] Commit in cloud-init/trunk (PKGBUILD archlinux.cloud.cfg)

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:37:57
  Author: dwallace
Revision: 144648

upgpkg: cloud-init 0.7.6-2

upgpkg: cloud-init 0.7.6-2

Modified:
  cloud-init/trunk/PKGBUILD
  cloud-init/trunk/archlinux.cloud.cfg

-+
 PKGBUILD|3 ++-
 archlinux.cloud.cfg |7 +++
 2 files changed, 9 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 00:28:51 UTC (rev 144647)
+++ PKGBUILD2015-10-22 00:37:57 UTC (rev 144648)
@@ -3,7 +3,7 @@
 
 pkgname=cloud-init
 pkgver=0.7.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Cloud Bootstrapping Application"
 arch=(any)
 license=("GPL3")
@@ -21,6 +21,7 @@
 find $pkgname-$pkgver -name \*.py -exec sed -i '1s/python$/&2/' {} +
 sed -i '1s/python$/&2/' $pkgname-$pkgver/tools/read*
 sed -i 's:/etc/systemd:/usr/lib/systemd:g' $pkgname-$pkgver/setup.py
+sed -i 's,name: ubuntu,name: archlinux,;s,gecos: Ubuntu,gecos: Archlinux,' 
$srcdir/$pkgname-$pkgver/config/cloud.cfg
 }
 
 package() {

Modified: archlinux.cloud.cfg
===
--- archlinux.cloud.cfg 2015-10-22 00:28:51 UTC (rev 144647)
+++ archlinux.cloud.cfg 2015-10-22 00:37:57 UTC (rev 144648)
@@ -34,6 +34,13 @@
 # Masquerade as ubuntu since that is the default mode.
 system_info:
distro: ubuntu
+   default_user:
+ name: archlinux
+ lock_passwd: True
+ gecos: Archlinux
+ groups: [adm, audio, cdrom, dialout, dip, floppy, netdev, plugdev, sudo, 
video]
+ sudo: ["ALL=(ALL) NOPASSWD:ALL"]
+ shell: /bin/bash
paths:
   cloud_dir: /var/lib/cloud/
   templates_dir: /etc/cloud/templates/


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:40:41
  Author: dwallace
Revision: 144650

upgpkg: python-ioflo 1.4.3-1

upgpkg: python-ioflo 1.4.3-1

Modified:
  python-ioflo/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 00:38:16 UTC (rev 144649)
+++ PKGBUILD2015-10-22 00:40:41 UTC (rev 144650)
@@ -3,14 +3,14 @@
 # Contributor: Thomas S Hatch 
 
 pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.3.9
-pkgrel=2
+pkgver=1.4.3
+pkgrel=1
 pkgdesc='Flo based programming interface in python'
 arch=('any')
 url='http://ioflo.com'
 license=('APACHE')
 source=("https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
-md5sums=('066639d2e6e26536534f8dcb23481c3a')
+md5sums=('6c144d9dab4c839df3605c31b0f92351')
 makedepends=(python-setuptools python2-setuptools)
 
 prepare() {
@@ -28,5 +28,6 @@
   depends=('python2')
   cd "$srcdir/python2-ioflo-$pkgver"
   python2 setup.py install --root="$pkgdir" -O1
+  mv $pkgdir/usr/bin/ioflo $pkgdir/usr/bin/ioflo2
 }
 


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:41:55
  Author: dwallace
Revision: 144651

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 00:40:41 UTC (rev 144650)
+++ PKGBUILD2015-10-22 00:41:55 UTC (rev 144651)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Thomas S Hatch <thatc...@gmail.com>
-
-pkgname=('python-ioflo' 'python2-ioflo')
-pkgver=1.3.9
-pkgrel=2
-pkgdesc='Flo based programming interface in python'
-arch=('any')
-url='http://ioflo.com'
-license=('APACHE')
-source=("https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
-md5sums=('066639d2e6e26536534f8dcb23481c3a')
-makedepends=(python-setuptools python2-setuptools)
-
-prepare() {
-  cd $srcdir
-  cp -r ioflo-$pkgver python2-ioflo-$pkgver
-}
-
-package_python-ioflo() {
-  depends=('python')
-  cd "$srcdir/ioflo-$pkgver"
-  python3 setup.py install --root="$pkgdir" -O1
-}
-
-package_python2-ioflo() {
-  depends=('python2')
-  cd "$srcdir/python2-ioflo-$pkgver"
-  python2 setup.py install --root="$pkgdir" -O1
-}
-

Copied: python-ioflo/repos/community-any/PKGBUILD (from rev 144650, 
python-ioflo/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 00:41:55 UTC (rev 144651)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Thomas S Hatch <thatc...@gmail.com>
+
+pkgname=('python-ioflo' 'python2-ioflo')
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='Flo based programming interface in python'
+arch=('any')
+url='http://ioflo.com'
+license=('APACHE')
+source=("https://pypi.python.org/packages/source/i/ioflo/ioflo-$pkgver.tar.gz;)
+md5sums=('6c144d9dab4c839df3605c31b0f92351')
+makedepends=(python-setuptools python2-setuptools)
+
+prepare() {
+  cd $srcdir
+  cp -r ioflo-$pkgver python2-ioflo-$pkgver
+}
+
+package_python-ioflo() {
+  depends=('python')
+  cd "$srcdir/ioflo-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+package_python2-ioflo() {
+  depends=('python2')
+  cd "$srcdir/python2-ioflo-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+  mv $pkgdir/usr/bin/ioflo $pkgdir/usr/bin/ioflo2
+}
+


[arch-commits] Commit in apache-libcloud/repos (3 files)

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:50:00
  Author: dwallace
Revision: 144653

archrelease: copy trunk to community-any

Added:
  apache-libcloud/repos/community-any/
  apache-libcloud/repos/community-any/PKGBUILD
(from rev 144652, apache-libcloud/trunk/PKGBUILD)
Deleted:
  apache-libcloud/repos/community-any/PKGBUILD

+
 /PKGBUILD  |   36 
 community-any/PKGBUILD |   22 --
 2 files changed, 36 insertions(+), 22 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2015-10-21 22:46:37 UTC (rev 144633)
+++ community-any/PKGBUILD  2015-10-22 00:50:00 UTC (rev 144653)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lex Black 
-# Contributor: Alasdair Haswell 
-
-pkgname=apache-libcloud
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
-arch=('any')
-url="https://libcloud.apache.org;
-license=('apache')
-depends=('python2')
-makedepends=('python2-setuptools')
-optdepends=()
-source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f65bd027c640319046e53857752fa66321a281a96bf87db9a705c3deb59c0d7a')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-}

Copied: apache-libcloud/repos/community-any/PKGBUILD (from rev 144652, 
apache-libcloud/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-10-22 00:50:00 UTC (rev 144653)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lex Black 
+# Contributor: Alasdair Haswell 
+
+pkgbase=apache-libcloud
+pkgname=(python{,2}-$pkgbase)
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
+arch=('any')
+url="https://libcloud.apache.org;
+license=('apache')
+makedepends=('python2-setuptools' 'python-setuptools')
+optdepends=()
+source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgbase-$pkgver.tar.bz2)
+sha256sums=('af87e9ccd5577f7a7cf8b0f642889c40738561eb7ab2f23039c0d3d648b80d2a')
+
+prepare() {
+cp -a "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
+}
+
+package_python2-apache-libcloud() {
+  depends=('python2')
+  replaces=(apache-libcloud)
+  conflicts=(apache-libcloud)
+  cd "$srcdir/${pkgbase}2-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+}
+
+package_python-apache-libcloud() {
+  depends=('python')
+  replaces=(apache-libcloud)
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir"
+}


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:51:52
  Author: dwallace
Revision: 144655

archrelease: copy trunk to community-any

Added:
  apache-libcloud/repos/community-any/PKGBUILD
(from rev 144654, apache-libcloud/trunk/PKGBUILD)
Deleted:
  apache-libcloud/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 00:51:31 UTC (rev 144654)
+++ PKGBUILD2015-10-22 00:51:52 UTC (rev 144655)
@@ -1,36 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lex Black 
-# Contributor: Alasdair Haswell 
-
-pkgbase=apache-libcloud
-pkgname=(python{,2}-$pkgbase)
-pkgver=0.18.0
-pkgrel=1
-pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
-arch=('any')
-url="https://libcloud.apache.org;
-license=('apache')
-makedepends=('python2-setuptools' 'python-setuptools')
-optdepends=()
-source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgbase-$pkgver.tar.bz2)
-sha256sums=('af87e9ccd5577f7a7cf8b0f642889c40738561eb7ab2f23039c0d3d648b80d2a')
-
-prepare() {
-cp -a "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
-}
-
-package_python2-apache-libcloud() {
-  depends=('python2')
-  replaces=(apache-libcloud)
-  conflicts=(apache-libcloud)
-  cd "$srcdir/${pkgbase}2-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-}
-
-package_python-apache-libcloud() {
-  depends=('python')
-  replaces=(apache-libcloud)
-  cd "$srcdir/$pkgbase-$pkgver"
-  python setup.py install --root="$pkgdir"
-}

Copied: apache-libcloud/repos/community-any/PKGBUILD (from rev 144654, 
apache-libcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 00:51:52 UTC (rev 144655)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lex Black 
+# Contributor: Alasdair Haswell 
+
+pkgbase=apache-libcloud
+pkgname=(python{,2}-$pkgbase)
+pkgver=0.18.0
+pkgrel=2
+pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
+arch=('any')
+url="https://libcloud.apache.org;
+license=('apache')
+makedepends=('python2-setuptools' 'python-setuptools')
+optdepends=()
+source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgbase-$pkgver.tar.bz2)
+sha256sums=('af87e9ccd5577f7a7cf8b0f642889c40738561eb7ab2f23039c0d3d648b80d2a')
+
+prepare() {
+cp -a "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
+}
+
+package_python2-apache-libcloud() {
+  depends=('python2')
+  replaces=(apache-libcloud)
+  conflicts=(apache-libcloud)
+  cd "$srcdir/${pkgbase}2-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+}
+
+package_python-apache-libcloud() {
+  depends=('python')
+  replaces=(apache-libcloud)
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir"
+}


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:51:31
  Author: dwallace
Revision: 144654

upgpkg: apache-libcloud 0.18.0-2

upgpkg: apache-libcloud 0.18.0-2

Modified:
  apache-libcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 00:50:00 UTC (rev 144653)
+++ PKGBUILD2015-10-22 00:51:31 UTC (rev 144654)
@@ -6,7 +6,7 @@
 pkgbase=apache-libcloud
 pkgname=(python{,2}-$pkgbase)
 pkgver=0.18.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
 arch=('any')
 url="https://libcloud.apache.org;


[arch-commits] Commit in steam/repos/community-i686 (7 files)

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 01:56:30
  Author: dwallace
Revision: 144637

archrelease: copy trunk to community-i686

Added:
  steam/repos/community-i686/80-steam-controller-permission.rules
(from rev 144636, steam/trunk/80-steam-controller-permission.rules)
  steam/repos/community-i686/PKGBUILD
(from rev 144636, steam/trunk/PKGBUILD)
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
(from rev 144636, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/community-i686/steam.install
(from rev 144636, steam/trunk/steam.install)
Deleted:
  steam/repos/community-i686/PKGBUILD
  steam/repos/community-i686/alsa_sdl_audiodriver.patch
  steam/repos/community-i686/steam.install

--+
 80-steam-controller-permission.rules |2 
 PKGBUILD |   99 -
 alsa_sdl_audiodriver.patch   |   28 -
 steam.install|   54 +-
 4 files changed, 92 insertions(+), 91 deletions(-)

Copied: steam/repos/community-i686/80-steam-controller-permission.rules (from 
rev 144636, steam/trunk/80-steam-controller-permission.rules)
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2015-10-21 23:56:30 UTC (rev 
144637)
@@ -0,0 +1,2 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-21 23:56:05 UTC (rev 144636)
+++ PKGBUILD2015-10-21 23:56:30 UTC (rev 144637)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 <k0009...@gmail.com>
-pkgname=steam
-pkgver=1.0.0.50
-pkgrel=1
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/;
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'alsa_sdl_audiodriver.patch')
-md5sums=('2fab57a606705012a4f800a28670dc3a'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ "$CARCH" == "x86_64" ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-mesa-dri: for open source driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-  )
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/community-i686/PKGBUILD (from rev 144636, 
steam/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-21 23:56:30 UTC (rev 144637)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 <k0009...@gmail.com>
+pkgname=steam
+pkgver=1.0.0.50
+pkgrel=2
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/;
+license=('custom')
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'alsa_sdl_audiodriver.patch'
+'80-steam-controller-permission.rules')
+md5sums=('2fab57a606705012a4f800a28670dc3a'
+ 'ac0e03d70f1101331598b2b32ed9bac3'
+ '2a9c310cbc0fca4c95e2a643bcc5e162')
+if [[ "$CARCH" == "x86_64" ]]; then
+  optdepends=(
+  'lib32-mesa-dri: for open source driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-alsa-plugins: for pulseaudio on some games'
+  )
+fi
+prepare() {
+patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+
+package() {
+  depends=(
+'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zen

[arch-commits] Commit in steam/trunk (80-steam-controller-permission.rules PKGBUILD)

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 01:56:05
  Author: dwallace
Revision: 144636

upgpkg: steam 1.0.0.50-2

upgpkg: steam 1.0.0.50-2 fix FS#46540 FS#45597

Added:
  steam/trunk/80-steam-controller-permission.rules
Modified:
  steam/trunk/PKGBUILD

--+
 80-steam-controller-permission.rules |2 ++
 PKGBUILD |   27 +--
 2 files changed, 15 insertions(+), 14 deletions(-)

Added: 80-steam-controller-permission.rules
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2015-10-21 23:56:05 UTC (rev 
144636)
@@ -0,0 +1,2 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"

Modified: PKGBUILD
===
--- PKGBUILD2015-10-21 23:46:33 UTC (rev 144635)
+++ PKGBUILD2015-10-21 23:56:05 UTC (rev 144636)
@@ -3,7 +3,7 @@
 # Contributor: K900 
 pkgname=steam
 pkgver=1.0.0.50
-pkgrel=1
+pkgrel=2
 pkgdesc="Digital distribution client bootstrap package"
 arch=("i686" "x86_64")
 url="http://steampowered.com/;
@@ -10,11 +10,12 @@
 license=('custom')
 install=steam.install
 
source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'alsa_sdl_audiodriver.patch')
+'alsa_sdl_audiodriver.patch'
+'80-steam-controller-permission.rules')
 md5sums=('2fab57a606705012a4f800a28670dc3a'
- 'ac0e03d70f1101331598b2b32ed9bac3')
+ 'ac0e03d70f1101331598b2b32ed9bac3'
+ '2a9c310cbc0fca4c95e2a643bcc5e162')
 if [[ "$CARCH" == "x86_64" ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
   optdepends=(
   'lib32-mesa-dri: for open source driver users'
   'lib32-catalyst-utils: for AMD Catalyst users'
@@ -21,22 +22,18 @@
   'lib32-nvidia-utils: for NVIDIA proprietary blob users'
   'lib32-alsa-plugins: for pulseaudio on some games'
   )
+fi
 prepare() {
 patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
 }
-else
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
 
 package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
+  depends=(
+'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
+  )
   if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
+depends+=(lib32-libgl lib32-gcc-libs lib32-libx11 lib32-libxss)
   fi
 
   # Install license
@@ -46,5 +43,7 @@
 
   # blank steamdeps because apt-get
   ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
+
+  install -Dm644 $srcdir/80-steam-controller-permission.rules 
$pkgdir/usr/lib/udev/rules.d/80-steam-controller-permission.rules
 }
 #vim: set ft=PKGBUILD sw=2 ts=2 et


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:01:27
  Author: dwallace
Revision: 144639

upgpkg: python-pbr 1.8.1-1

upgpkg: python-pbr 1.8.1

Modified:
  python-pbr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-21 23:59:43 UTC (rev 144638)
+++ PKGBUILD2015-10-22 00:01:27 UTC (rev 144639)
@@ -4,7 +4,7 @@
 
 pkgbase=python-pbr
 pkgname=(python-pbr python2-pbr)
-pkgver=1.8.0
+pkgver=1.8.1
 pkgrel=1
 pkgdesc="Python Build Reasonableness"
 arch=('any')
@@ -12,8 +12,8 @@
 license=(Apache)
 makedepends=(python2-setuptools python-setuptools git)
 
source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('44a0ef9295bb59698f461124741a21a0f7f76d42e160d8a0a4bf1693338036fc')
-sha512sums=('e1c1e7f0ebff7d7dc8af6c3a6fe1841ee80a9620b25f4146bd30ccbd2212e6332fa8c2aa1ca044cda2915a8bad6df468bd1dc365c330508fa8f07b8fa231736f')
+sha256sums=('e2127626a91e6c885db89668976db31020f0af2da728924b56480fc7ccf09649')
+sha512sums=('909b3ef463787d68f75f300b483ffb7d1e54ef246ed893ab5cf84e5489e171b67b77c90a1f90259ca274eeb286a66a3f221d5e0c17df5d14d0aa263d36ba6eb4')
 
 prepare() {
 cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:03:59
  Author: dwallace
Revision: 144641

upgpkg: udiskie 1.3.2-1

upgpkg: udiskie 1.3.2-1

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 00:02:08 UTC (rev 144640)
+++ PKGBUILD2015-10-22 00:03:59 UTC (rev 144641)
@@ -2,8 +2,8 @@
 # Maintainer: Daniel Wallace 
 # Contributor: Byron Clark <by...@theclarkfamily.name>
 pkgname=udiskie
-pkgver=1.3.0
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=('any')
 url="https://pypi.python.org/pypi/udiskie;
@@ -16,7 +16,7 @@
 'notification-daemon: for notifications')
 options=(!emptydirs)
 
source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e61f1c18e909ff8b4c83d8e0d21dc1f7')
+md5sums=('f93fd1ce930ab164a64fdb7f8d81b0d5')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:04:20
  Author: dwallace
Revision: 144642

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 144641, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 00:03:59 UTC (rev 144641)
+++ PKGBUILD2015-10-22 00:04:20 UTC (rev 144642)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace 
-# Contributor: Byron Clark <by...@theclarkfamily.name>
-pkgname=udiskie
-pkgver=1.3.0
-pkgrel=2
-pkgdesc="Removable disk automounter using udisks"
-arch=('any')
-url="https://pypi.python.org/pypi/udiskie;
-license=('MIT')
-depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
-'pygtk: for tray icon'
-'udisks: optional for use with old backend'
-'notification-daemon: for notifications')
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('e61f1c18e909ff8b4c83d8e0d21dc1f7')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export LC_ALL=en_US.utf8
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  make -C doc
-  install -m 0644 -D "doc/${pkgname}.8" 
"$pkgdir/usr/share/man/man8/${pkgname}.8"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 144641, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 00:04:20 UTC (rev 144642)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace 
+# Contributor: Byron Clark <by...@theclarkfamily.name>
+pkgname=udiskie
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=('any')
+url="https://pypi.python.org/pypi/udiskie;
+license=('MIT')
+depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption'
+'pygtk: for tray icon'
+'udisks: optional for use with old backend'
+'notification-daemon: for notifications')
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('f93fd1ce930ab164a64fdb7f8d81b0d5')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export LC_ALL=en_US.utf8
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  make -C doc
+  install -m 0644 -D "doc/${pkgname}.8" 
"$pkgdir/usr/share/man/man8/${pkgname}.8"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:06:52
  Author: dwallace
Revision: 144644

upgpkg: python-beautifulsoup4 4.4.1-1

upgpkg: python-beautifulsoup4 4.4.1-1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 00:06:24 UTC (rev 144643)
+++ PKGBUILD2015-10-22 00:06:52 UTC (rev 144644)
@@ -5,7 +5,7 @@
 pkgbase=python-beautifulsoup4
 pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
 pkgver=4.4.1
-pkgrel=2
+pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
 url="http://www.crummy.com/software/BeautifulSoup/index.html;


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:08:15
  Author: dwallace
Revision: 144645

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 00:06:52 UTC (rev 144644)
+++ PKGBUILD2015-10-22 00:08:15 UTC (rev 144645)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora <giova...@archlinux.org>
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.4.0
-pkgrel=2
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="http://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('63d1f33e6524f408cb6efbc5da1ae8a5')
-
-build() {
-  cd "${srcdir}"
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 144644, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 00:08:15 UTC (rev 144645)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.4.1
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="http://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
+md5sums=('8fbd9a7cac0704645fa20d1419036815')
+
+build() {
+  cd "${srcdir}"
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 01:46:33
  Author: dwallace
Revision: 144635

archrelease: copy trunk to community-any

Added:
  apache-libcloud/repos/community-any/PKGBUILD
(from rev 144634, apache-libcloud/trunk/PKGBUILD)
Deleted:
  apache-libcloud/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-21 23:46:09 UTC (rev 144634)
+++ PKGBUILD2015-10-21 23:46:33 UTC (rev 144635)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lex Black 
-# Contributor: Alasdair Haswell 
-
-pkgname=apache-libcloud
-pkgver=0.16.0
-pkgrel=1
-pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
-arch=('any')
-url="https://libcloud.apache.org;
-license=('apache')
-depends=('python2')
-makedepends=('python2-setuptools')
-optdepends=()
-source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f65bd027c640319046e53857752fa66321a281a96bf87db9a705c3deb59c0d7a')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-}

Copied: apache-libcloud/repos/community-any/PKGBUILD (from rev 144634, 
apache-libcloud/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-21 23:46:33 UTC (rev 144635)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lex Black 
+# Contributor: Alasdair Haswell 
+
+pkgbase=apache-libcloud
+pkgname=(python{,2}-$pkgbase)
+pkgver=0.18.0
+pkgrel=1
+pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
+arch=('any')
+url="https://libcloud.apache.org;
+license=('apache')
+makedepends=('python2-setuptools' 'python-setuptools')
+optdepends=()
+source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgbase-$pkgver.tar.bz2)
+sha256sums=('af87e9ccd5577f7a7cf8b0f642889c40738561eb7ab2f23039c0d3d648b80d2a')
+
+prepare() {
+cp -a "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
+}
+
+package_python2-apache-libcloud() {
+  depends=('python2')
+  replaces=(apache-libcloud)
+  conflicts=(apache-libcloud)
+  cd "$srcdir/${pkgbase}2-$pkgver"
+  python2 setup.py install --root="$pkgdir"
+}
+
+package_python-apache-libcloud() {
+  depends=('python')
+  replaces=(apache-libcloud)
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir"
+}


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 01:46:09
  Author: dwallace
Revision: 144634

upgpkg: apache-libcloud 0.18.0-1

upgpkg: apache-libcloud 0.18.0

Modified:
  apache-libcloud/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-21 22:46:37 UTC (rev 144633)
+++ PKGBUILD2015-10-21 23:46:09 UTC (rev 144634)
@@ -3,20 +3,34 @@
 # Contributor: Lex Black 
 # Contributor: Alasdair Haswell 
 
-pkgname=apache-libcloud
-pkgver=0.16.0
+pkgbase=apache-libcloud
+pkgname=(python{,2}-$pkgbase)
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="Apache Libcloud is a standard Python library that abstracts away 
differences among multiple cloud provider APIs"
 arch=('any')
 url="https://libcloud.apache.org;
 license=('apache')
-depends=('python2')
-makedepends=('python2-setuptools')
+makedepends=('python2-setuptools' 'python-setuptools')
 optdepends=()
-source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f65bd027c640319046e53857752fa66321a281a96bf87db9a705c3deb59c0d7a')
+source=(http://www.mirrorservice.org/sites/ftp.apache.org/libcloud/$pkgbase-$pkgver.tar.bz2)
+sha256sums=('af87e9ccd5577f7a7cf8b0f642889c40738561eb7ab2f23039c0d3d648b80d2a')
 
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
+prepare() {
+cp -a "$srcdir/$pkgbase-$pkgver" "$srcdir/${pkgbase}2-$pkgver"
+}
+
+package_python2-apache-libcloud() {
+  depends=('python2')
+  replaces=(apache-libcloud)
+  conflicts=(apache-libcloud)
+  cd "$srcdir/${pkgbase}2-$pkgver"
   python2 setup.py install --root="$pkgdir"
 }
+
+package_python-apache-libcloud() {
+  depends=('python')
+  replaces=(apache-libcloud)
+  cd "$srcdir/$pkgbase-$pkgver"
+  python setup.py install --root="$pkgdir"
+}


[arch-commits] Commit in steam/repos/multilib-x86_64 (7 files)

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 01:59:43
  Author: dwallace
Revision: 144638

archrelease: copy trunk to multilib-x86_64

Added:
  steam/repos/multilib-x86_64/80-steam-controller-permission.rules
(from rev 144637, steam/trunk/80-steam-controller-permission.rules)
  steam/repos/multilib-x86_64/PKGBUILD
(from rev 144637, steam/trunk/PKGBUILD)
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
(from rev 144637, steam/trunk/alsa_sdl_audiodriver.patch)
  steam/repos/multilib-x86_64/steam.install
(from rev 144637, steam/trunk/steam.install)
Deleted:
  steam/repos/multilib-x86_64/PKGBUILD
  steam/repos/multilib-x86_64/alsa_sdl_audiodriver.patch
  steam/repos/multilib-x86_64/steam.install

--+
 80-steam-controller-permission.rules |2 
 PKGBUILD |   99 -
 alsa_sdl_audiodriver.patch   |   28 -
 steam.install|   54 +-
 4 files changed, 92 insertions(+), 91 deletions(-)

Copied: steam/repos/multilib-x86_64/80-steam-controller-permission.rules (from 
rev 144637, steam/trunk/80-steam-controller-permission.rules)
===
--- 80-steam-controller-permission.rules(rev 0)
+++ 80-steam-controller-permission.rules2015-10-21 23:59:43 UTC (rev 
144638)
@@ -0,0 +1,2 @@
+#USB devices
+SUBSYSTEM=="usb", ATTRS{idVendor}=="28de", MODE="0666"

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-21 23:56:30 UTC (rev 144637)
+++ PKGBUILD2015-10-21 23:59:43 UTC (rev 144638)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: K900 <k0009...@gmail.com>
-pkgname=steam
-pkgver=1.0.0.50
-pkgrel=1
-pkgdesc="Digital distribution client bootstrap package"
-arch=("i686" "x86_64")
-url="http://steampowered.com/;
-license=('custom')
-install=steam.install
-source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
-'alsa_sdl_audiodriver.patch')
-md5sums=('2fab57a606705012a4f800a28670dc3a'
- 'ac0e03d70f1101331598b2b32ed9bac3')
-if [[ "$CARCH" == "x86_64" ]]; then
-  #depends+=(lib32-libgl lib32-mesa-libgl lib32-gcc-libs lib32-libx11)
-  optdepends=(
-  'lib32-mesa-dri: for open source driver users'
-  'lib32-catalyst-utils: for AMD Catalyst users'
-  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
-  'lib32-alsa-plugins: for pulseaudio on some games'
-  )
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-else
-prepare() {
-patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
-}
-fi
-
-package() {
-depends=(
-  'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
-  'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf-font' 'zenity'
-  )
-  if [[ "$CARCH" == x86_64 ]]; then
-depends+=(lib32-libgl lib32-gcc-libs lib32-libx11)
-  fi
-
-  # Install license
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-  
-  install -Dm644 "$pkgdir/usr/share/doc/steam/steam_install_agreement.txt" 
"$pkgdir/usr/share/licenses/steam/LICENSE"
-
-  # blank steamdeps because apt-get
-  ln -sf /bin/true "$pkgdir/usr/bin/steamdeps"
-}
-#vim: set ft=PKGBUILD sw=2 ts=2 et

Copied: steam/repos/multilib-x86_64/PKGBUILD (from rev 144637, 
steam/trunk/PKGBUILD)
=======
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-21 23:59:43 UTC (rev 144638)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: K900 <k0009...@gmail.com>
+pkgname=steam
+pkgver=1.0.0.50
+pkgrel=2
+pkgdesc="Digital distribution client bootstrap package"
+arch=("i686" "x86_64")
+url="http://steampowered.com/;
+license=('custom')
+install=steam.install
+source=("http://repo.steampowered.com/$pkgname/pool/$pkgname/s/$pkgname/${pkgname}_$pkgver.tar.gz;
+'alsa_sdl_audiodriver.patch'
+'80-steam-controller-permission.rules')
+md5sums=('2fab57a606705012a4f800a28670dc3a'
+ 'ac0e03d70f1101331598b2b32ed9bac3'
+ '2a9c310cbc0fca4c95e2a643bcc5e162')
+if [[ "$CARCH" == "x86_64" ]]; then
+  optdepends=(
+  'lib32-mesa-dri: for open source driver users'
+  'lib32-catalyst-utils: for AMD Catalyst users'
+  'lib32-nvidia-utils: for NVIDIA proprietary blob users'
+  'lib32-alsa-plugins: for pulseaudio on some games'
+  )
+fi
+prepare() {
+patch -d "$pkgname" -Np1 -i "$srcdir/alsa_sdl_audiodriver.patch"
+}
+
+package() {
+  depends=(
+'bash' 'desktop-file-utils' 'hicolor-icon-theme' 'curl'
+'dbus' 'freetype2'  'gdk-pixbuf2' 'ttf

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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:02:08
  Author: dwallace
Revision: 144640

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 00:01:27 UTC (rev 144639)
+++ PKGBUILD2015-10-22 00:02:08 UTC (rev 144640)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Limao Luo <luolimao+...@gmail.com>
-
-pkgbase=python-pbr
-pkgname=(python-pbr python2-pbr)
-pkgver=1.8.0
-pkgrel=1
-pkgdesc="Python Build Reasonableness"
-arch=('any')
-url=https://pypi.python.org/pypi/pbr
-license=(Apache)
-makedepends=(python2-setuptools python-setuptools git)
-source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('44a0ef9295bb59698f461124741a21a0f7f76d42e160d8a0a4bf1693338036fc')
-sha512sums=('e1c1e7f0ebff7d7dc8af6c3a6fe1841ee80a9620b25f4146bd30ccbd2212e6332fa8c2aa1ca044cda2915a8bad6df468bd1dc365c330508fa8f07b8fa231736f')
-
-prepare() {
-cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
-find python2-pbr-$pkgver -name \*.py -exec sed -i '1s/python$/&2/' {} +
-}
-
-build() {
-export SKIP_PIP_INSTALL=1
-cd ${pkgname#*-}-$pkgver/
-python setup.py build
-cd $srcdir/python2-pbr-$pkgver
-python2 setup.py build
-}
-
-package_python-pbr() {
-cd ${pkgname#*-}-$pkgver/
-depends=(python-pip)
-python setup.py install --prefix=/usr --root="$pkgdir"
-install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-package_python2-pbr() {
-cd $pkgname-$pkgver/
-depends=(python2-pip)
-python2 setup.py install --prefix=/usr --root="$pkgdir"
-install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-mv $pkgdir/usr/bin/pbr{,2}
-}

Copied: python-pbr/repos/community-any/PKGBUILD (from rev 144639, 
python-pbr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-22 00:02:08 UTC (rev 144640)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Limao Luo <luolimao+...@gmail.com>
+
+pkgbase=python-pbr
+pkgname=(python-pbr python2-pbr)
+pkgver=1.8.1
+pkgrel=1
+pkgdesc="Python Build Reasonableness"
+arch=('any')
+url=https://pypi.python.org/pypi/pbr
+license=(Apache)
+makedepends=(python2-setuptools python-setuptools git)
+source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('e2127626a91e6c885db89668976db31020f0af2da728924b56480fc7ccf09649')
+sha512sums=('909b3ef463787d68f75f300b483ffb7d1e54ef246ed893ab5cf84e5489e171b67b77c90a1f90259ca274eeb286a66a3f221d5e0c17df5d14d0aa263d36ba6eb4')
+
+prepare() {
+cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
+find python2-pbr-$pkgver -name \*.py -exec sed -i '1s/python$/&2/' {} +
+}
+
+build() {
+export SKIP_PIP_INSTALL=1
+cd ${pkgname#*-}-$pkgver/
+python setup.py build
+cd $srcdir/python2-pbr-$pkgver
+python2 setup.py build
+}
+
+package_python-pbr() {
+cd ${pkgname#*-}-$pkgver/
+depends=(python-pip)
+python setup.py install --prefix=/usr --root="$pkgdir"
+install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+package_python2-pbr() {
+cd $pkgname-$pkgver/
+depends=(python2-pip)
+python2 setup.py install --prefix=/usr --root="$pkgdir"
+install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+mv $pkgdir/usr/bin/pbr{,2}
+}


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:06:24
  Author: dwallace
Revision: 144643

upgpkg: python-beautifulsoup4 4.4.1-2

upgpkg: python-beautifulsoup4 4.4.1-1

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 00:04:20 UTC (rev 144642)
+++ PKGBUILD2015-10-22 00:06:24 UTC (rev 144643)
@@ -4,7 +4,7 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.4.0
+pkgver=4.4.1
 pkgrel=2
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
@@ -12,7 +12,7 @@
 license=('PSF')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('63d1f33e6524f408cb6efbc5da1ae8a5')
+md5sums=('8fbd9a7cac0704645fa20d1419036815')
 
 build() {
   cd "${srcdir}"


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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:28:51
  Author: dwallace
Revision: 144647

archrelease: copy trunk to community-any

Added:
  python-jsonpointer/repos/community-any/COPYING
(from rev 144646, python-jsonpointer/trunk/COPYING)
  python-jsonpointer/repos/community-any/PKGBUILD
(from rev 144646, python-jsonpointer/trunk/PKGBUILD)
Deleted:
  python-jsonpointer/repos/community-any/COPYING
  python-jsonpointer/repos/community-any/PKGBUILD

--+
 COPYING  |   52 
 PKGBUILD |   98 +
 2 files changed, 73 insertions(+), 77 deletions(-)

Deleted: COPYING
===
--- COPYING 2015-10-22 00:28:32 UTC (rev 144646)
+++ COPYING 2015-10-22 00:28:51 UTC (rev 144647)
@@ -1,26 +0,0 @@
-Copyright (c) 2011 Stefan Kögl <ste...@skoegl.net>
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions
-are met:
-
-1. Redistributions of source code must retain the above copyright
-   notice, this list of conditions and the following disclaimer.
-2. Redistributions in binary form must reproduce the above copyright
-   notice, this list of conditions and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-3. The name of the author may not be used to endorse or promote products
-   derived from this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
-IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
-IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
-NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
-THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-

Copied: python-jsonpointer/repos/community-any/COPYING (from rev 144646, 
python-jsonpointer/trunk/COPYING)
===
--- COPYING (rev 0)
+++ COPYING 2015-10-22 00:28:51 UTC (rev 144647)
@@ -0,0 +1,26 @@
+Copyright (c) 2011 Stefan Kögl <ste...@skoegl.net>
+All rights reserved.
+
+Redistribution and use in source and binary forms, with or without
+modification, are permitted provided that the following conditions
+are met:
+
+1. Redistributions of source code must retain the above copyright
+   notice, this list of conditions and the following disclaimer.
+2. Redistributions in binary form must reproduce the above copyright
+   notice, this list of conditions and the following disclaimer in the
+   documentation and/or other materials provided with the distribution.
+3. The name of the author may not be used to endorse or promote products
+   derived from this software without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
+IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
+INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
+NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
+DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
+THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
+(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
+THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-22 00:28:32 UTC (rev 144646)
+++ PKGBUILD2015-10-22 00:28:51 UTC (rev 144647)
@@ -1,51 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Limao Luo <luolimao+...@gmail.com>
-
-pkgbase=python-jsonpointer
-_pkgname=jsonpointer
-pkgname=(python2-jsonpointer python-jsonpointer)
-pkgver=1.9
-pkgrel=2
-pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
-arch=(any)
-url=https://github.com/stefankoegl/python-json-pointer
-license=(BSD)
-makedepends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable 
python2-requests
-python2-setuptools python2-simplejson python-d2to1 python-oslo-config 
python-pbr 
-python-prettytable python-requests python-setuptools python-simplejson)
-source=(http://pypi.python.org/packages/source/j/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz
-https:

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

2015-10-21 Thread Daniel Wallace
Date: Thursday, October 22, 2015 @ 02:28:32
  Author: dwallace
Revision: 144646

upgpkg: python-jsonpointer 1.9-3

upgpkg: python-jsonpointer 1.9-3

Modified:
  python-jsonpointer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-22 00:08:15 UTC (rev 144645)
+++ PKGBUILD2015-10-22 00:28:32 UTC (rev 144646)
@@ -6,14 +6,12 @@
 _pkgname=jsonpointer
 pkgname=(python2-jsonpointer python-jsonpointer)
 pkgver=1.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Identify specific nodes in a JSON document (RFC 6901)"
 arch=(any)
 url=https://github.com/stefankoegl/python-json-pointer
 license=(BSD)
-makedepends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable 
python2-requests
-python2-setuptools python2-simplejson python-d2to1 python-oslo-config 
python-pbr 
-python-prettytable python-requests python-setuptools python-simplejson)
+makedepends=(python2-setuptools python-setuptools)
 
source=(http://pypi.python.org/packages/source/j/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz
 https://raw.github.com/stefankoegl/python-json-pointer/master/COPYING)
 sha256sums=('39403b47a71aa782de6d80db3b78f8a5f68ad8dfc9e674ca3bb5b32c15ec7308'
@@ -21,6 +19,7 @@
 
sha512sums=('872367c1a75f8022c07a52191d3f9491dd62767f58c4fa2c2fdcd1bf139858f73e7a5ad495943f1cb35b759d7919a807f8bccc052f6c35831e8091b5fda31b40'
 
'6a4c6b57a9cfe227175852c67ab7536fcc23646761cd10d25800edfccf408b139b1f589313f6cf6717c5764ca2e554cc16921118e01aebfbdf3ddfada82c6bac')
 
+export LANG=en_US.UTF-8
 prepare(){
 cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
 find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
@@ -27,7 +26,6 @@
 }
 
 build() {
-export LANG=en_US.UTF-8
 cd $srcdir/$_pkgname-$pkgver
 python setup.py build
 cd $srcdir/$_pkgname-$pkgver-2
@@ -36,15 +34,13 @@
 
 package_python-jsonpointer() {
 cd $_pkgname-$pkgver
-depends=(python-d2to1 python-oslo-config python-pbr 
-python-prettytable python-requests python-simplejson)
+depends=(python)
 python setup.py install --prefix=/usr --root="$pkgdir"
 install -Dm644 $SRCDEST/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING
 }
 package_python2-jsonpointer() {
 cd $_pkgname-$pkgver-2
-depends=(python2-d2to1 python2-oslo-config python2-pbr python2-prettytable 
python2-requests
-python2-setuptools python2-simplejson python-d2to1)
+depends=(python2)
 python2 setup.py install --prefix=/usr --root="$pkgdir"
 mv $pkgdir/usr/bin/jsonpointer $pkgdir/usr/bin/jsonpointer2 
 install -Dm644 $SRCDEST/COPYING 
"$pkgdir"/usr/share/licenses/$pkgname/COPYING


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

2015-10-16 Thread Daniel Wallace
Date: Friday, October 16, 2015 @ 20:29:44
  Author: dwallace
Revision: 144251

upgpkg: salt 2015.8.1-1

upgpkg: salt 2015.8.1

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-10-16 17:26:00 UTC (rev 144250)
+++ PKGBUILD2015-10-16 18:29:44 UTC (rev 144251)
@@ -5,7 +5,7 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2015.8.0
+pkgver=2015.8.1
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -32,7 +32,7 @@
 install=salt.install
 conflicts=('salt')
 source=("http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('a15842ef0582cca9d26143fe0a6180b7')
+md5sums=('9aa641fd51433e8a8dbf4efabfcff604')
 
 package_salt-zmq() {
   cd $pkgbase-$pkgver


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

2015-10-16 Thread Daniel Wallace
Date: Friday, October 16, 2015 @ 20:30:08
  Author: dwallace
Revision: 144252

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  194 -
 salt.install |   30 
 2 files changed, 112 insertions(+), 112 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-10-16 18:29:44 UTC (rev 144251)
+++ PKGBUILD2015-10-16 18:30:08 UTC (rev 144252)
@@ -1,97 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace 
-# Contibutor: Christer Edwards <christer.edwa...@gmail.com>
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2015.8.0
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-conflicts=('salt')
-source=("http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('a15842ef0582cca9d26143fe0a6180b7')
-
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt<=2014.1.13' 'salt-api<2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
-  python2 setup.py clean
-  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
-
-  # default config
-  install -Dm644 conf/master "$pkgdir/etc/salt/master"
-  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
-  install -d "$pkgdir/etc/salt/master.d/" "$pkgdir/etc/salt/minion.d/"
-  echo 'transport: raet' > "$pkgdir/etc/salt/master.d/transport.conf"
-  echo 'transport: raet' > "$pkgdir/etc/salt/minion.d/transport.conf"
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
-  done
-  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
-  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 144251, salt/trunk/PKGBUILD)
===========
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-10-16 18:30:08 UTC (rev 144252)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace 
+# Contibutor: Christer Edwards <christer.edwa...@gmail.com>
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.8.1
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 

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

2015-09-11 Thread Daniel Wallace
Date: Saturday, September 12, 2015 @ 01:07:06
  Author: dwallace
Revision: 139943

archrelease: copy trunk to community-testing-any

Added:
  salt/repos/community-testing-any/
  salt/repos/community-testing-any/PKGBUILD
(from rev 139942, salt/trunk/PKGBUILD)
  salt/repos/community-testing-any/salt.install
(from rev 139942, salt/trunk/salt.install)
Deleted:
  salt/repos/testing-any/

--+
 PKGBUILD |   97 +
 salt.install |   15 
 2 files changed, 112 insertions(+)

Copied: salt/repos/community-testing-any/PKGBUILD (from rev 139942, 
salt/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-09-11 23:07:06 UTC (rev 139943)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace 
+# Contibutor: Christer Edwards <christer.edwa...@gmail.com>
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.8.0
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+backup=('etc/salt/master'
+'etc/salt/minion')
+install=salt.install
+conflicts=('salt')
+source=("http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('a15842ef0582cca9d26143fe0a6180b7')
+
+package_salt-zmq() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-api')
+  replaces=('salt<=2014.1.13' 'salt-api<2014.7')
+  depends=('python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-pyzmq'
+   'python2-crypto'
+   'python2-m2crypto'
+   'python2-systemd'
+   'python2-tornado')
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+package_salt-raet() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-api')
+  depends=('python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-libnacl'
+   'python2-ioflo'
+   'python2-raet'
+   'python2-tornado'
+   'python2-systemd')
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+  install -d "$pkgdir/etc/salt/master.d/" "$pkgdir/etc/salt/minion.d/"
+  echo 'transport: raet' > "$pkgdir/etc/salt/master.d/transport.conf"
+  echo 'transport: raet' > "$pkgdir/etc/salt/minion.d/transport.conf"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-testing-any/salt.install (from rev 139942, 
salt/trunk/salt.install)
===
--- community-testing-any/salt.install  (rev 0)
+++ community-testing-any/salt.install  2015-09-11 23:07:06 UTC (rev 139943)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 2014.1.1-1)" -le 0 ]; then
+cat <<

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

2015-09-11 Thread Daniel Wallace
Date: Saturday, September 12, 2015 @ 00:53:03
  Author: dwallace
Revision: 139941

upgpkg: salt 2015.8.0-1

upgpkg: salt 2015.8.0

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-11 22:34:39 UTC (rev 139940)
+++ PKGBUILD2015-09-11 22:53:03 UTC (rev 139941)
@@ -5,7 +5,7 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.5
+pkgver=2015.8.0
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -32,7 +32,7 @@
 install=salt.install
 conflicts=('salt')
 source=("http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('1a8e9e658d900b314fc3720ba51cc663')
+md5sums=('a15842ef0582cca9d26143fe0a6180b7')
 
 package_salt-zmq() {
   cd $pkgbase-$pkgver
@@ -49,8 +49,7 @@
'python2-systemd'
'python2-tornado')
   python2 setup.py clean
-  python2 setup.py install --root="$pkgdir" --optimize=1 \
---salt-pidfile-dir="/run/salt"
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
 
   # default config
   install -Dm644 conf/master "$pkgdir/etc/salt/master"
@@ -78,8 +77,7 @@
'python2-tornado'
'python2-systemd')
   python2 setup.py clean
-  python2 setup.py --salt-transport=raet install --root="$pkgdir" --optimize=1 
\
---salt-pidfile-dir="/run/salt"
+  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
 
   # default config
   install -Dm644 conf/master "$pkgdir/etc/salt/master"


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

2015-09-11 Thread Daniel Wallace
Date: Saturday, September 12, 2015 @ 00:53:24
  Author: dwallace
Revision: 139942

archrelease: copy trunk to testing-any

Added:
  salt/repos/testing-any/
  salt/repos/testing-any/PKGBUILD
(from rev 139941, salt/trunk/PKGBUILD)
  salt/repos/testing-any/salt.install
(from rev 139941, salt/trunk/salt.install)

--+
 PKGBUILD |   97 +
 salt.install |   15 
 2 files changed, 112 insertions(+)

Copied: salt/repos/testing-any/PKGBUILD (from rev 139941, salt/trunk/PKGBUILD)
===
--- testing-any/PKGBUILD(rev 0)
+++ testing-any/PKGBUILD2015-09-11 22:53:24 UTC (rev 139942)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace 
+# Contibutor: Christer Edwards <christer.edwa...@gmail.com>
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.8.0
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+backup=('etc/salt/master'
+'etc/salt/minion')
+install=salt.install
+conflicts=('salt')
+source=("http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('a15842ef0582cca9d26143fe0a6180b7')
+
+package_salt-zmq() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-api')
+  replaces=('salt<=2014.1.13' 'salt-api<2014.7')
+  depends=('python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-pyzmq'
+   'python2-crypto'
+   'python2-m2crypto'
+   'python2-systemd'
+   'python2-tornado')
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" install --root="$pkgdir" 
--optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+package_salt-raet() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-api')
+  depends=('python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-libnacl'
+   'python2-ioflo'
+   'python2-raet'
+   'python2-tornado'
+   'python2-systemd')
+  python2 setup.py clean
+  python2 setup.py --salt-pidfile-dir="/run/salt" --salt-transport=raet 
install --root="$pkgdir" --optimize=1
+
+  # default config
+  install -Dm644 conf/master "$pkgdir/etc/salt/master"
+  install -Dm644 conf/minion "$pkgdir/etc/salt/minion"
+  install -d "$pkgdir/etc/salt/master.d/" "$pkgdir/etc/salt/minion.d/"
+  echo 'transport: raet' > "$pkgdir/etc/salt/master.d/transport.conf"
+  echo 'transport: raet' > "$pkgdir/etc/salt/minion.d/transport.conf"
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc "$pkgdir/usr/lib/systemd/system/$_svc"
+  done
+  install -Dm644 pkg/salt.bash 
"$pkgdir/usr/share/bash-completion/completions/salt"
+  install -Dm644 pkg/zsh_completion.zsh 
"$pkgdir/usr/share/zsh/site-functions/_salt"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: salt/repos/testing-any/salt.install (from rev 139941, 
salt/trunk/salt.install)
===
--- testing-any/salt.install(rev 0)
+++ testing-any/salt.install2015-09-11 22:53:24 UTC (rev 139942)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 2014.1.1-1)" -le 0 ]; then
+cat << EOF
+==> Since version 2014.1.1-2, salt-master runs by default as root user.
+==> You need to manually update your configuration and remove the salt user and
+==> group to follow the new default behavior.
+EOF
+fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:29:41
  Author: dwallace
Revision: 139635

upgpkg: python-beautifulsoup4 4.4.0-1

upgpkg: beautifulsoup4 4.4.0

Modified:
  python-beautifulsoup4/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:27:50 UTC (rev 139634)
+++ PKGBUILD2015-09-08 17:29:41 UTC (rev 139635)
@@ -4,8 +4,8 @@
 
 pkgbase=python-beautifulsoup4
 pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.3.2
-pkgrel=3
+pkgver=4.4.0
+pkgrel=1
 pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
 arch=('any')
 url="http://www.crummy.com/software/BeautifulSoup/index.html;
@@ -12,7 +12,7 @@
 license=('PSF')
 makedepends=('python-setuptools' 'python2-setuptools')
 
source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('b8d157a204d56512a4cc196e53e7d8ee')
+md5sums=('63d1f33e6524f408cb6efbc5da1ae8a5')
 
 build() {
   cd "${srcdir}"


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:30:02
  Author: dwallace
Revision: 139636

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 17:29:41 UTC (rev 139635)
+++ PKGBUILD2015-09-08 17:30:02 UTC (rev 139636)
@@ -1,50 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Giovanni Scafora <giova...@archlinux.org>
-
-pkgbase=python-beautifulsoup4
-pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
-pkgver=4.3.2
-pkgrel=3
-pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
-arch=('any')
-url="http://www.crummy.com/software/BeautifulSoup/index.html;
-license=('PSF')
-makedepends=('python-setuptools' 'python2-setuptools')
-source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
-md5sums=('b8d157a204d56512a4cc196e53e7d8ee')
-
-build() {
-  cd "${srcdir}"
-  cp -a beautifulsoup4-${pkgver}{,-python2}
-
-  # Build python 3 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py build
-
-  # Build python 2 module
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py build
-}
-
-package_python2-beautifulsoup4() {
-  depends=('python2')
-  optdepends=('python2-chardet: universal encoding detector'
-  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
-  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
-}
-
-package_python-beautifulsoup4() {
-  depends=('python')
-  optdepends=('python-chardet: universal encoding detector'
-  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
-
-  cd "${srcdir}/beautifulsoup4-${pkgver}"
-  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
-
-  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
-}

Copied: python-beautifulsoup4/repos/community-any/PKGBUILD (from rev 139635, 
python-beautifulsoup4/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 17:30:02 UTC (rev 139636)
@@ -0,0 +1,50 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Giovanni Scafora <giova...@archlinux.org>
+
+pkgbase=python-beautifulsoup4
+pkgname=('python2-beautifulsoup4' 'python-beautifulsoup4')
+pkgver=4.4.0
+pkgrel=1
+pkgdesc="A Python HTML/XML parser designed for quick turnaround projects like 
screen-scraping"
+arch=('any')
+url="http://www.crummy.com/software/BeautifulSoup/index.html;
+license=('PSF')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=("http://www.crummy.com/software/BeautifulSoup/bs4/download/${pkgver%.*}/${pkgbase#*-}-${pkgver}.tar.gz;)
+md5sums=('63d1f33e6524f408cb6efbc5da1ae8a5')
+
+build() {
+  cd "${srcdir}"
+  cp -a beautifulsoup4-${pkgver}{,-python2}
+
+  # Build python 3 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py build
+
+  # Build python 2 module
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py build
+}
+
+package_python2-beautifulsoup4() {
+  depends=('python2')
+  optdepends=('python2-chardet: universal encoding detector'
+  'python2-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}-python2"
+  python2 setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf ${pkgdir}/usr/lib/python2.7/site-packages/bs4/tests
+}
+
+package_python-beautifulsoup4() {
+  depends=('python')
+  optdepends=('python-chardet: universal encoding detector'
+  'python-lxml: pythonic binding for the libxml2 and libxslt 
libraries')
+
+  cd "${srcdir}/beautifulsoup4-${pkgver}"
+  python setup.py install --root="${pkgdir}/" --optimize=1 --skip-build
+
+  rm -rf 
${pkgdir}/usr/lib/python3.2/site-packages/bs4/{__pycache__,tests,builder/__pycache__}
+}


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:30:12
  Author: dwallace
Revision: 139637

upgpkg: python-oslo-config 2.4.0-1

upgpkg: python-oslo-config 2.4.0

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:30:02 UTC (rev 139636)
+++ PKGBUILD2015-09-08 17:30:12 UTC (rev 139637)
@@ -3,7 +3,7 @@
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
 _pythonname=oslo.config
-pkgver=1.12.1
+pkgver=2.4.0
 pkgrel=1
 pkgdesc="parsing command line arguments and .ini style configuration files"
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-setuptools' python-setuptools)
 options=(!emptydirs)
 
source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('b20e00b2a5ec129a3b58d84308f381ae')
+md5sums=('d46e98ba78d83c982c4beb55212a3048')
 
 prepare(){
   cp -a $_pythonname-$pkgver{,-2}


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:31:55
  Author: dwallace
Revision: 139638

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 139637, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 17:30:12 UTC (rev 139637)
+++ PKGBUILD2015-09-08 17:31:55 UTC (rev 139638)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-_pythonname=oslo.config
-pkgver=1.12.1
-pkgrel=1
-pkgdesc="parsing command line arguments and .ini style configuration files"
-arch=('any')
-url="https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('GPL')
-makedepends=('python2-setuptools' python-setuptools)
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('b20e00b2a5ec129a3b58d84308f381ae')
-
-prepare(){
-  cp -a $_pythonname-$pkgver{,-2}
-  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
-  sed -i '/argparse/d' "$_pythonname-$pkgver"{,-2}/requirements.txt
-}
-
-build(){
-  cd "$srcdir/$_pythonname-$pkgver"
-  python setup.py build
-  cd "$srcdir/$_pythonname-$pkgver-2"
-  python2 setup.py build
-}
-package_python-oslo-config() {
-  cd "$srcdir/$_pythonname-$pkgver"
-  depends=(python)
-  python setup.py install --root="$pkgdir/" --optimize=1
-}
-package_python2-oslo-config() {
-  cd "$srcdir/$_pythonname-$pkgver"
-  depends=(python2)
-  python2 setup.py install --root="$pkgdir/" --optimize=1
-  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 139637, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD    2015-09-08 17:31:55 UTC (rev 139638)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=2.4.0
+pkgrel=1
+pkgdesc="parsing command line arguments and .ini style configuration files"
+arch=('any')
+url="https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
+md5sums=('d46e98ba78d83c982c4beb55212a3048')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/&2/' {} +
+  sed -i '/argparse/d' "$_pythonname-$pkgver"{,-2}/requirements.txt
+}
+
+build(){
+  cd "$srcdir/$_pythonname-$pkgver"
+  python setup.py build
+  cd "$srcdir/$_pythonname-$pkgver-2"
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd "$srcdir/$_pythonname-$pkgver"
+  depends=(python)
+  python setup.py install --root="$pkgdir/" --optimize=1
+}
+package_python2-oslo-config() {
+  cd "$srcdir/$_pythonname-$pkgver"
+  depends=(python2)
+  python2 setup.py install --root="$pkgdir/" --optimize=1
+  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
+}
+
+# vim:set ts=2 sw=2 et:


[arch-commits] Commit in perl-term-readline-gnu/trunk (PKGBUILD)

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:36:42
  Author: dwallace
Revision: 139639

upgpkg: perl-term-readline-gnu 1.27-1

upgpkg: perl-term-readline-gnu 1.27

Modified:
  perl-term-readline-gnu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:31:55 UTC (rev 139638)
+++ PKGBUILD2015-09-08 17:36:42 UTC (rev 139639)
@@ -6,8 +6,8 @@
 # Generator  : CPANPLUS::Dist::Arch 1.15
 
 pkgname=perl-term-readline-gnu
-pkgver=1.26
-pkgrel=3
+pkgver=1.27
+pkgrel=1
 pkgdesc="GNU Readline XS library wrapper"
 arch=('i686' 'x86_64')
 license=('PerlArtistic' 'GPL')
@@ -16,7 +16,7 @@
 url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
 
source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz;
 'termcap-bad-ncurses-good.patch')
-md5sums=('0792d93dc22608132c94928121d51482'
+md5sums=('2c1a0acf42b2aeac11362906929a81db'
  'a000706b89792f822b5ec20baa370910')
 
 build() {


[arch-commits] Commit in perl-term-readline-gnu/repos (8 files)

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:37:13
  Author: dwallace
Revision: 139640

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

Added:
  perl-term-readline-gnu/repos/community-staging-i686/PKGBUILD
(from rev 139639, perl-term-readline-gnu/trunk/PKGBUILD)
  
perl-term-readline-gnu/repos/community-staging-i686/termcap-bad-ncurses-good.patch
(from rev 139639, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
  perl-term-readline-gnu/repos/community-staging-x86_64/PKGBUILD
(from rev 139639, perl-term-readline-gnu/trunk/PKGBUILD)
  
perl-term-readline-gnu/repos/community-staging-x86_64/termcap-bad-ncurses-good.patch
(from rev 139639, 
perl-term-readline-gnu/trunk/termcap-bad-ncurses-good.patch)
Deleted:
  perl-term-readline-gnu/repos/community-staging-i686/PKGBUILD
  
perl-term-readline-gnu/repos/community-staging-i686/termcap-bad-ncurses-good.patch
  perl-term-readline-gnu/repos/community-staging-x86_64/PKGBUILD
  
perl-term-readline-gnu/repos/community-staging-x86_64/termcap-bad-ncurses-good.patch

-+
 /PKGBUILD   |  108 ++
 /termcap-bad-ncurses-good.patch |   36 
 community-staging-i686/PKGBUILD |   54 ---
 community-staging-i686/termcap-bad-ncurses-good.patch   |   18 --
 community-staging-x86_64/PKGBUILD   |   54 ---
 community-staging-x86_64/termcap-bad-ncurses-good.patch |   18 --
 6 files changed, 144 insertions(+), 144 deletions(-)

Deleted: community-staging-i686/PKGBUILD
===
--- community-staging-i686/PKGBUILD 2015-09-08 17:36:42 UTC (rev 139639)
+++ community-staging-i686/PKGBUILD 2015-09-08 17:37:13 UTC (rev 139640)
@@ -1,54 +0,0 @@
-# $Id$
-# CPAN Name  : Term-ReadLine-Gnu
-# Maintainer: Daniel Wallace 
-# Contributor: jason ryan <jasonwr...@gmail.com>
-# Contributor: AUR Perl <aurp...@juster.info>
-# Generator  : CPANPLUS::Dist::Arch 1.15
-
-pkgname=perl-term-readline-gnu
-pkgver=1.26
-pkgrel=3
-pkgdesc="GNU Readline XS library wrapper"
-arch=('i686' 'x86_64')
-license=('PerlArtistic' 'GPL')
-options=('!emptydirs')
-depends=('perl>=5.7')
-url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
-source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz;
-'termcap-bad-ncurses-good.patch')
-md5sums=('0792d93dc22608132c94928121d51482'
- 'a000706b89792f822b5ec20baa370910')
-
-build() {
-   export PERL_MM_USE_DEFAULT=1 PERL5LIB="" \
-  PERL_AUTOINSTALL=--skipdeps\
-  PERL_MM_OPT="INSTALLDIRS=vendor" \
-  PERL_MB_OPT="--installdirs vendor" \
-  MODULEBUILDRC=/dev/null
-
-cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-patch --forward -p1 < "${srcdir}/termcap-bad-ncurses-good.patch"
-/usr/bin/perl Makefile.PL
-make
-}
-
-check() {
-  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-  export PERL_MM_USE_DEFAULT=1 PERL5LIB=""
-make test
-}
-
-package() {
-  cd "${srcdir}/Term-ReadLine-Gnu-$pkgver"
-  make pure_install PERL_INSTALL_ROOT="$pkgdir"
-  find "$pkgdir" -name .packlist -o -name perllocal.pod -delete
-
-# template start; name=perl-binary-module-dependency; version=1;
-if [[ $(find "$pkgdir/usr/lib/perl5/" -name "*.so") ]]; then
-   _perlver_min=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]);')
-   _perlver_max=$(perl -e '$v = $^V->{version}; print 
$v->[0].".".($v->[1]+1);')
-   depends+=("perl>=$_perlver_min" "perl<$_perlver_max")
-fi
-# template end;
-}
-

Copied: perl-term-readline-gnu/repos/community-staging-i686/PKGBUILD (from rev 
139639, perl-term-readline-gnu/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2015-09-08 17:37:13 UTC (rev 139640)
@@ -0,0 +1,54 @@
+# $Id$
+# CPAN Name  : Term-ReadLine-Gnu
+# Maintainer: Daniel Wallace 
+# Contributor: jason ryan <jasonwr...@gmail.com>
+# Contributor: AUR Perl <aurp...@juster.info>
+# Generator  : CPANPLUS::Dist::Arch 1.15
+
+pkgname=perl-term-readline-gnu
+pkgver=1.27
+pkgrel=1
+pkgdesc="GNU Readline XS library wrapper"
+arch=('i686' 'x86_64')
+license=('PerlArtistic' 'GPL')
+options=('!emptydirs')
+depends=('perl>=5.7')
+url='http://search.cpan.org/dist/Term-ReadLine-Gnu'
+source=("http://search.cpan.org/CPAN/authors/id/H/HA/HAYASHI/Term-ReadLine-Gnu-${pkgver}.tar.gz;
+'termcap-bad-ncurses-good.patch')
+md5sums=('2c1a0acf42b2aeac11362906929a81db'
+ 'a000706b89792f

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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:06:30
  Author: dwallace
Revision: 139630

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 139629, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 17:06:03 UTC (rev 139629)
+++ PKGBUILD2015-09-08 17:06:30 UTC (rev 139630)
@@ -1,33 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace 
-# Contributor: Byron Clark <by...@theclarkfamily.name>
-pkgname=udiskie
-pkgver=1.2.0
-pkgrel=1
-pkgdesc="Removable disk automounter using udisks"
-arch=('any')
-url="https://pypi.python.org/pypi/udiskie;
-license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
-'pygtk: for tray icon'
-'udisks2: experimental use on the command line with -2'
-'notification-daemon: for notifications')
-options=(!emptydirs)
-source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('df5ee82d33f5e129093e99a15ebfd590')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  export LC_ALL=en_US.utf8
-
-  python setup.py install --root="$pkgdir" --optimize=1
-
-  make -C doc
-  install -m 0644 -D "doc/${pkgname}.8" 
"$pkgdir/usr/share/man/man8/${pkgname}.8"
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 139629, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 17:06:30 UTC (rev 139630)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace 
+# Contributor: Byron Clark <by...@theclarkfamily.name>
+pkgname=udiskie
+pkgver=1.3.0
+pkgrel=1
+pkgdesc="Removable disk automounter using udisks"
+arch=('any')
+url="https://pypi.python.org/pypi/udiskie;
+license=('MIT')
+depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption'
+'pygtk: for tray icon'
+'udisks: optional for use with old backend'
+'notification-daemon: for notifications')
+options=(!emptydirs)
+source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('e61f1c18e909ff8b4c83d8e0d21dc1f7')
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  export LC_ALL=en_US.utf8
+
+  python setup.py install --root="$pkgdir" --optimize=1
+
+  make -C doc
+  install -m 0644 -D "doc/${pkgname}.8" 
"$pkgdir/usr/share/man/man8/${pkgname}.8"
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:06:03
  Author: dwallace
Revision: 139629

upgpkg: udiskie 1.3.0-1

upgpkg: udiskie 1.3.0

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 16:36:04 UTC (rev 139628)
+++ PKGBUILD2015-09-08 17:06:03 UTC (rev 139629)
@@ -2,21 +2,21 @@
 # Maintainer: Daniel Wallace 
 # Contributor: Byron Clark <by...@theclarkfamily.name>
 pkgname=udiskie
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=('any')
 url="https://pypi.python.org/pypi/udiskie;
 license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
+depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
 makedepends=('asciidoc')
 optdepends=('zenity: for luks decryption'
 'pygtk: for tray icon'
-'udisks2: experimental use on the command line with -2'
+'udisks: optional for use with old backend'
 'notification-daemon: for notifications')
 options=(!emptydirs)
 
source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('df5ee82d33f5e129093e99a15ebfd590')
+md5sums=('e61f1c18e909ff8b4c83d8e0d21dc1f7')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:20:17
  Author: dwallace
Revision: 139631

upgpkg: youtube-viewer 1:3.1.9-1

upgpkg: youtube-viewer 3.1.9

Modified:
  youtube-viewer/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:06:30 UTC (rev 139630)
+++ PKGBUILD2015-09-08 17:20:17 UTC (rev 139631)
@@ -3,16 +3,15 @@
 # Contributor: Trizen 
 
 pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
 epoch=1
-pkgver=3.1.7
+pkgver=3.1.9
 pkgrel=1
 pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
 arch=('any')
 url="https://github.com/trizen/youtube-viewer;
 license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('9e5d503e0e5f7f0b986c65f1d8e7d400771ecce89ea786203f61531baf5c9f51')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('7a4dec0a34fd632520986fbeebe4df14b5bc0aaee6b814e1eec6aa9b2b09f5ac')
 
 depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
 optdepends=('vlc: for playing videos'
@@ -24,20 +23,19 @@
 
 
 build() {
-cd "$srcdir/$_pkgdir"*/
+cd "$srcdir/$pkgname-$pkgver/"
 
-perl Build.PL
 perl Makefile.PL INSTALLDIRS=vendor
 }
 
 check(){
-cd "$srcdir/$_pkgdir"*/
+cd "$srcdir/$pkgname-$pkgver/"
 
-./Build test
+make test
 }
 
 package() {
-cd "$srcdir/$_pkgdir"*/
+cd "$srcdir/$pkgname-$pkgver/"
 
 make install DESTDIR=$pkgdir
 rm -r "$pkgdir/usr/lib/"


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:20:56
  Author: dwallace
Revision: 139632

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-09-08 17:20:17 UTC (rev 139631)
+++ PKGBUILD2015-09-08 17:20:56 UTC (rev 139632)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen 
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer;
-license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver;)
-sha256sums=('9e5d503e0e5f7f0b986c65f1d8e7d400771ecce89ea786203f61531baf5c9f51')
-
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
-optdepends=('vlc: for playing videos'
-   'mplayer: for playing videos'
-   'perl-term-readkey: to get the terminal width size'
-'perl-term-readline-gnu: for a better STDIN support'
-'perl-lwp-protocol-https: for login and https support'
-'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-cd "$srcdir/$_pkgdir"*/
-
-perl Build.PL
-perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-cd "$srcdir/$_pkgdir"*/
-
-./Build test
-}
-
-package() {
-cd "$srcdir/$_pkgdir"*/
-
-make install DESTDIR=$pkgdir
-rm -r "$pkgdir/usr/lib/"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 139631, 
youtube-viewer/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-09-08 17:20:56 UTC (rev 139632)
@@ -0,0 +1,42 @@
+#$Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen 
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.1.9
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer;
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz;)
+sha256sums=('7a4dec0a34fd632520986fbeebe4df14b5bc0aaee6b814e1eec6aa9b2b09f5ac')
+
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 
'perl-libwww')
+optdepends=('vlc: for playing videos'
+   'mplayer: for playing videos'
+   'perl-term-readkey: to get the terminal width size'
+'perl-term-readline-gnu: for a better STDIN support'
+'perl-lwp-protocol-https: for login and https support'
+'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+cd "$srcdir/$pkgname-$pkgver/"
+
+perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+cd "$srcdir/$pkgname-$pkgver/"
+
+make test
+}
+
+package() {
+cd "$srcdir/$pkgname-$pkgver/"
+
+make install DESTDIR=$pkgdir
+rm -r "$pkgdir/usr/lib/"
+}


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:27:10
  Author: dwallace
Revision: 139633

upgpkg: connman 1.30-1

upgpkg: connman 1.30

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-09-08 17:20:56 UTC (rev 139632)
+++ PKGBUILD2015-09-08 17:27:10 UTC (rev 139633)
@@ -3,7 +3,7 @@
 # Contributor: Lucas De Marchi 
 
 pkgname=connman
-pkgver=1.29
+pkgver=1.30
 pkgrel=1
 pkgdesc="Wireless LAN network manager"
 url="https://01.org/connman;
@@ -16,7 +16,7 @@
 makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
 
source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 'allow_group_network.diff')
-md5sums=('5283884504860f5fba2e6f489f517293'
+md5sums=('4a3efdbd6796922db9c6f66da57887fa'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){


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

2015-09-08 Thread Daniel Wallace
Date: Tuesday, September 8, 2015 @ 19:27:50
  Author: dwallace
Revision: 139634

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 139633, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 139633, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 139633, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 139633, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |   96 
 /allow_group_network.diff |   24 +++
 community-i686/PKGBUILD   |   48 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-09-08 17:27:10 UTC (rev 139633)
+++ community-i686/PKGBUILD 2015-09-08 17:27:50 UTC (rev 139634)
@@ -1,48 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace 
-# Contributor: Lucas De Marchi <lucas.de.mar...@gmail.com>
-
-pkgname=connman
-pkgver=1.29
-pkgrel=1
-pkgdesc="Wireless LAN network manager"
-url="https://01.org/connman;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus' 'iptables' 'gnutls' 'glib2')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'allow_group_network.diff')
-md5sums=('5283884504860f5fba2e6f489f517293'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i "${srcdir}/allow_group_network.diff"
-}
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
-  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
-  find "$pkgdir/usr" -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 139633, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-09-08 17:27:50 UTC (rev 139634)
@@ -0,0 +1,48 @@
+#$Id$
+# Maintainer: Daniel Wallace 
+# Contributor: Lucas De Marchi <lucas.de.mar...@gmail.com>
+
+pkgname=connman
+pkgver=1.30
+pkgrel=1
+pkgdesc="Wireless LAN network manager"
+url="https://01.org/connman;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus' 'iptables' 'gnutls' 'glib2')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=("http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'allow_group_network.diff')
+md5sums=('4a3efdbd6796922db9c6f66da57887fa'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -Np1 -i "${srcdir}/allow_group_network.diff"
+}
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-pptp \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C "${srcdir}/${pkgname}-${pkgver}" DESTDIR="${pkgdir}" install
+  install -Dm755 "$srcdir/$pkgname-$pkgver/client/${pkgname}ctl" 
"$pkgdir/usr/bin/${pkgname}ctl"
+  find "$pkgdir/usr" -name \*.service -e

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

2015-08-27 Thread Daniel Wallace
Date: Thursday, August 27, 2015 @ 20:25:00
  Author: dwallace
Revision: 138822

upgpkg: python-pbr 1.6.0-1

upgpkg: python-pbr 1.6.0

Modified:
  python-pbr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-27 15:42:42 UTC (rev 138821)
+++ PKGBUILD2015-08-27 18:25:00 UTC (rev 138822)
@@ -4,16 +4,16 @@
 
 pkgbase=python-pbr
 pkgname=(python-pbr python2-pbr)
-pkgver=1.4.0
+pkgver=1.6.0
 pkgrel=1
-pkgdesc=Python bindings to the OpenStack Identity API (Keystone)
+pkgdesc=Python Build Reasonableness
 arch=('any')
 url=https://pypi.python.org/pypi/pbr
 license=(Apache)
 makedepends=(python2-setuptools python-setuptools git)
 
source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('f080232fb6b208615b4c1854bf4277bb097d19c9ef89f94f203c1436fe600e92')
-sha512sums=('c6ccc8fd6598e089eb80342ce0d76f26dd1242eedb64aa7c0020be43ba74b1591cff52a5eec9d9c9b958315e7902b78bf120bf758aacc28fcec3f07ac5173150')
+sha256sums=('4eaee8ff5544703edd1951ed1dc0b283da99a74f740d9f9055eeefcf329de1d1')
+sha512sums=('a0393cc7774ea3e181ba75c976f5961686afeb214d8c16f3fdd3838154323cd856ded759cae1c6a25b0371c72d95e579b04de0902d56c432ef137f820032c0fd')
 
 prepare() {
 cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver


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

2015-08-27 Thread Daniel Wallace
Date: Thursday, August 27, 2015 @ 20:25:25
  Author: dwallace
Revision: 138823

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-27 18:25:00 UTC (rev 138822)
+++ PKGBUILD2015-08-27 18:25:25 UTC (rev 138823)
@@ -1,43 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Limao Luo luolimao+...@gmail.com
-
-pkgbase=python-pbr
-pkgname=(python-pbr python2-pbr)
-pkgver=1.4.0
-pkgrel=1
-pkgdesc=Python bindings to the OpenStack Identity API (Keystone)
-arch=('any')
-url=https://pypi.python.org/pypi/pbr
-license=(Apache)
-makedepends=(python2-setuptools python-setuptools git)
-source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('f080232fb6b208615b4c1854bf4277bb097d19c9ef89f94f203c1436fe600e92')
-sha512sums=('c6ccc8fd6598e089eb80342ce0d76f26dd1242eedb64aa7c0020be43ba74b1591cff52a5eec9d9c9b958315e7902b78bf120bf758aacc28fcec3f07ac5173150')
-
-prepare() {
-cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
-find python2-pbr-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
-}
-
-build() {
-export SKIP_PIP_INSTALL=1
-cd ${pkgname#*-}-$pkgver/
-python setup.py build
-cd $srcdir/python2-pbr-$pkgver
-python2 setup.py build
-}
-
-package_python-pbr() {
-cd ${pkgname#*-}-$pkgver/
-depends=(python-pip)
-python setup.py install --prefix=/usr --root=$pkgdir
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-package_python2-pbr() {
-cd $pkgname-$pkgver/
-depends=(python2-pip)
-python2 setup.py install --prefix=/usr --root=$pkgdir
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-mv $pkgdir/usr/bin/pbr{,2}
-}

Copied: python-pbr/repos/community-any/PKGBUILD (from rev 138822, 
python-pbr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-27 18:25:25 UTC (rev 138823)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgbase=python-pbr
+pkgname=(python-pbr python2-pbr)
+pkgver=1.6.0
+pkgrel=1
+pkgdesc=Python Build Reasonableness
+arch=('any')
+url=https://pypi.python.org/pypi/pbr
+license=(Apache)
+makedepends=(python2-setuptools python-setuptools git)
+source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('4eaee8ff5544703edd1951ed1dc0b283da99a74f740d9f9055eeefcf329de1d1')
+sha512sums=('a0393cc7774ea3e181ba75c976f5961686afeb214d8c16f3fdd3838154323cd856ded759cae1c6a25b0371c72d95e579b04de0902d56c432ef137f820032c0fd')
+
+prepare() {
+cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
+find python2-pbr-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+export SKIP_PIP_INSTALL=1
+cd ${pkgname#*-}-$pkgver/
+python setup.py build
+cd $srcdir/python2-pbr-$pkgver
+python2 setup.py build
+}
+
+package_python-pbr() {
+cd ${pkgname#*-}-$pkgver/
+depends=(python-pip)
+python setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+package_python2-pbr() {
+cd $pkgname-$pkgver/
+depends=(python2-pip)
+python2 setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+mv $pkgdir/usr/bin/pbr{,2}
+}


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

2015-08-25 Thread Daniel Wallace
Date: Tuesday, August 25, 2015 @ 19:42:00
  Author: dwallace
Revision: 138757

upgpkg: salt 2015.5.5-1

upgpkg: salt 2015.5.5

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-25 17:41:39 UTC (rev 138756)
+++ PKGBUILD2015-08-25 17:42:00 UTC (rev 138757)
@@ -5,7 +5,7 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.4
+pkgver=2015.5.5
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -32,7 +32,7 @@
 install=salt.install
 conflicts=('salt')
 source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('4f610d14e65ae3034d40406e1dd7305c')
+md5sums=('1a8e9e658d900b314fc3720ba51cc663')
 
 package_salt-zmq() {
   cd $pkgbase-$pkgver


[arch-commits] Commit in salt/repos/community-any (5 files)

2015-08-25 Thread Daniel Wallace
Date: Tuesday, August 25, 2015 @ 19:43:01
  Author: dwallace
Revision: 138758

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 138757, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 138757, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/0001-add-make-_prepare-an-alias-for-postinitio.patch
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 0001-add-make-_prepare-an-alias-for-postinitio.patch |   93 ---
 PKGBUILD |  205 -
 salt.install |   30 +-
 3 files changed, 114 insertions(+), 214 deletions(-)

Deleted: 0001-add-make-_prepare-an-alias-for-postinitio.patch
===
--- 0001-add-make-_prepare-an-alias-for-postinitio.patch2015-08-25 
17:42:00 UTC (rev 138757)
+++ 0001-add-make-_prepare-an-alias-for-postinitio.patch2015-08-25 
17:43:01 UTC (rev 138758)
@@ -1,93 +0,0 @@
-From 43950a5bc5ccb1b8f47235d889177a1df6d2bddb Mon Sep 17 00:00:00 2001
-From: Daniel Wallace danielwall...@gtmanfred.com
-Date: Fri, 17 Jul 2015 18:12:28 -0500
-Subject: [PATCH] add make _prepare an alias for postinitio
-
-ioflo 1.2.1 deprecated postinitio, so if you have the newest version of
-ioflo raet won't work.  This just provides an alias for the new versions
-of ioflo to keep everything working.
-
-closes #25432

- salt/daemons/flo/core.py | 16 
- 1 file changed, 16 insertions(+)
-
-diff --git a/salt/daemons/flo/core.py b/salt/daemons/flo/core.py
-index 61c6c3b..8341cb5 100644
 a/salt/daemons/flo/core.py
-+++ b/salt/daemons/flo/core.py
-@@ -134,6 +134,8 @@ class SaltRaetRoadStackSetup(ioflo.base.deeding.Deed):
- RoadStack.Bk = raeting.BodyKind.msgpack.value
- RoadStack.JoinentTimeout = 0.0
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- enter action
-@@ -237,6 +239,8 @@ class SaltRaetRoadStackJoiner(ioflo.base.deeding.Deed):
- self.masters = daemons.extract_masters(self.opts.value)
- # self.mha = (self.opts.value['master'], 
int(self.opts.value['master_port']))
- 
-+_prepare = postinitio
-+
- def action(self, **kwa):
- '''
- Join with all masters
-@@ -499,6 +503,8 @@ class SaltLoadModules(ioflo.base.deeding.Deed):
- def postinitio(self):
- self._load_modules()
- 
-+_prepare = postinitio
-+
- def action(self):
- self._load_modules()
- 
-@@ -626,6 +632,8 @@ class SaltSchedule(ioflo.base.deeding.Deed):
- self.modules.value,
- self.returners.value)
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- Eval the schedule
-@@ -665,6 +673,8 @@ class SaltRaetManorLaneSetup(ioflo.base.deeding.Deed):
- '''
- pass
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- Run once at enter
-@@ -1259,6 +1269,8 @@ class SaltRaetMasterEvents(ioflo.base.deeding.Deed):
- def postinitio(self):
- self.master_events.value = deque()
- 
-+_prepare = postinitio
-+
- def action(self):
- if not self.master_events.value:
- return
-@@ -1308,6 +1320,8 @@ class SaltRaetThreadShellJobber(ioflo.base.deeding.Deed):
- def postinitio(self):
- self.threads.value = deque()
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- Evaluate the fun options and execute them via salt-call
-@@ -1383,6 +1397,8 @@ class SaltRaetNixJobber(ioflo.base.deeding.Deed):
- self.serial = salt.payload.Serial(self.opts)
- self.executors.value = {}
- 
-+_prepare = postinitio
-+
- def _setup_jobber_stack(self):
- '''
- Setup and return the LaneStack and Yard used by the jobber yard
--- 
-2.3.2 (Apple Git-55)
-

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-25 17:42:00 UTC (rev 138757)
+++ PKGBUILD2015-08-25 17:43:01 UTC (rev 138758)
@@ -1,106 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contibutor: Christer Edwards christer.edwa...@gmail.com
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.3
-pkgrel=3
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2

[arch-commits] Commit in (python-systemd python2-systemd)

2015-08-24 Thread Daniel Wallace
Date: Monday, August 24, 2015 @ 18:40:42
  Author: dwallace
Revision: 138734

python-systemd is in extras

Deleted:
  python-systemd/
  python2-systemd/


[arch-commits] Commit in (4 files)

2015-08-24 Thread Daniel Wallace
Date: Monday, August 24, 2015 @ 18:33:33
  Author: dwallace
Revision: 138733

use new python-systemd package

Added:
  python-systemd/
  python-systemd/repos/
  python-systemd/trunk/
  python-systemd/trunk/PKGBUILD

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

Added: python-systemd/trunk/PKGBUILD
===
--- python-systemd/trunk/PKGBUILD   (rev 0)
+++ python-systemd/trunk/PKGBUILD   2015-08-24 16:33:33 UTC (rev 138733)
@@ -0,0 +1,39 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgbase=python-systemd
+pkgname=(python-systemd python2-systemd)
+pkgver=230
+pkgrel=1
+pkgdesc=Python bindings for systemd
+arch=('x86_64' 'i686')
+url=https://github.com/systemd/python-systemd;
+license=('GPL')
+makedepends=('python-setuptools' 'python2-setuptools' systemd)
+source=($url/archive/v$pkgver.tar.gz)
+md5sums=('6902e5588397c796c85febc8334d434b')
+
+prepare() {
+sed -i 's:include/:include:' $pkgname-$pkgver/Makefile
+cp -a $pkgname-$pkgver python2-systemd-$pkgver
+}
+
+build() {
+cd $srcdir/$pkgname-$pkgver
+make systemd/id128-constants.h
+python3 setup.py build
+cd $srcdir/python2-systemd-$pkgver
+make systemd/id128-constants.h
+python2 setup.py build
+}
+
+package_python2-systemd(){
+depends+=(python2 systemd)
+cd $srcdir/$pkgname-$pkgver
+python2 setup.py install --root=$pkgdir
+}
+
+package_python-systemd(){
+depends+=(python systemd)
+cd $srcdir/python2-systemd-$pkgver
+python3 setup.py install --root=$pkgdir
+}


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


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

2015-08-17 Thread Daniel Wallace
Date: Tuesday, August 18, 2015 @ 06:52:00
  Author: dwallace
Revision: 138468

archrelease: copy trunk to community-testing-any

Added:
  salt/repos/community-testing-any/
  salt/repos/community-testing-any/PKGBUILD
(from rev 138467, salt/trunk/PKGBUILD)
  salt/repos/community-testing-any/salt.install
(from rev 138467, salt/trunk/salt.install)

--+
 PKGBUILD |   99 +
 salt.install |   15 
 2 files changed, 114 insertions(+)

Copied: salt/repos/community-testing-any/PKGBUILD (from rev 138467, 
salt/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-08-18 04:52:00 UTC (rev 138468)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.5.4
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+backup=('etc/salt/master'
+'etc/salt/minion')
+install=salt.install
+conflicts=('salt')
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('4f610d14e65ae3034d40406e1dd7305c')
+
+package_salt-zmq() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-api')
+  replaces=('salt=2014.1.13' 'salt-api2014.7')
+  depends=('python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-pyzmq'
+   'python2-crypto'
+   'python2-m2crypto'
+   'python2-systemd'
+   'python2-tornado')
+  python2 setup.py clean
+  python2 setup.py install --root=$pkgdir --optimize=1 \
+--salt-pidfile-dir=/run/salt
+
+  # default config
+  install -Dm644 conf/master $pkgdir/etc/salt/master
+  install -Dm644 conf/minion $pkgdir/etc/salt/minion
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
+  done
+  install -Dm644 pkg/salt.bash 
$pkgdir/usr/share/bash-completion/completions/salt
+  install -Dm644 pkg/zsh_completion.zsh 
$pkgdir/usr/share/zsh/site-functions/_salt
+}
+
+package_salt-raet() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-api')
+  depends=('python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-libnacl'
+   'python2-ioflo'
+   'python2-raet'
+   'python2-tornado'
+   'python2-systemd')
+  python2 setup.py clean
+  python2 setup.py --salt-transport=raet install --root=$pkgdir --optimize=1 
\
+--salt-pidfile-dir=/run/salt
+
+  # default config
+  install -Dm644 conf/master $pkgdir/etc/salt/master
+  install -Dm644 conf/minion $pkgdir/etc/salt/minion
+  install -d $pkgdir/etc/salt/master.d/ $pkgdir/etc/salt/minion.d/
+  echo 'transport: raet'  $pkgdir/etc/salt/master.d/transport.conf
+  echo 'transport: raet'  $pkgdir/etc/salt/minion.d/transport.conf
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
+  done
+  install -Dm644 pkg/salt.bash 
$pkgdir/usr/share/bash-completion/completions/salt
+  install -Dm644 pkg/zsh_completion.zsh 
$pkgdir/usr/share/zsh/site-functions/_salt
+}
+
+# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-testing-any/salt.install (from rev 138467, 
salt/trunk/salt.install)
===
--- community-testing-any/salt.install  (rev 0)
+++ community-testing-any/salt.install  2015-08-18 04:52:00 UTC (rev 138468)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ $(vercmp $2 2014.1.1-1) -le 0 ]; then
+cat  EOF
+== Since version 2014.1.1-2, salt-master runs by default as root user.
+== You need to manually update your configuration and remove the salt user and
+== group to follow the new default behavior.
+EOF
+fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


[arch-commits] Commit in salt/trunk (1 file)

2015-08-17 Thread Daniel Wallace
Date: Tuesday, August 18, 2015 @ 06:51:37
  Author: dwallace
Revision: 138467

rmeove old patch

Deleted:
  salt/trunk/0001-add-make-_prepare-an-alias-for-postinitio.patch

--+
 0001-add-make-_prepare-an-alias-for-postinitio.patch |   93 -
 1 file changed, 93 deletions(-)

Deleted: 0001-add-make-_prepare-an-alias-for-postinitio.patch
===
--- 0001-add-make-_prepare-an-alias-for-postinitio.patch2015-08-18 
04:50:41 UTC (rev 138466)
+++ 0001-add-make-_prepare-an-alias-for-postinitio.patch2015-08-18 
04:51:37 UTC (rev 138467)
@@ -1,93 +0,0 @@
-From 43950a5bc5ccb1b8f47235d889177a1df6d2bddb Mon Sep 17 00:00:00 2001
-From: Daniel Wallace danielwall...@gtmanfred.com
-Date: Fri, 17 Jul 2015 18:12:28 -0500
-Subject: [PATCH] add make _prepare an alias for postinitio
-
-ioflo 1.2.1 deprecated postinitio, so if you have the newest version of
-ioflo raet won't work.  This just provides an alias for the new versions
-of ioflo to keep everything working.
-
-closes #25432

- salt/daemons/flo/core.py | 16 
- 1 file changed, 16 insertions(+)
-
-diff --git a/salt/daemons/flo/core.py b/salt/daemons/flo/core.py
-index 61c6c3b..8341cb5 100644
 a/salt/daemons/flo/core.py
-+++ b/salt/daemons/flo/core.py
-@@ -134,6 +134,8 @@ class SaltRaetRoadStackSetup(ioflo.base.deeding.Deed):
- RoadStack.Bk = raeting.BodyKind.msgpack.value
- RoadStack.JoinentTimeout = 0.0
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- enter action
-@@ -237,6 +239,8 @@ class SaltRaetRoadStackJoiner(ioflo.base.deeding.Deed):
- self.masters = daemons.extract_masters(self.opts.value)
- # self.mha = (self.opts.value['master'], 
int(self.opts.value['master_port']))
- 
-+_prepare = postinitio
-+
- def action(self, **kwa):
- '''
- Join with all masters
-@@ -499,6 +503,8 @@ class SaltLoadModules(ioflo.base.deeding.Deed):
- def postinitio(self):
- self._load_modules()
- 
-+_prepare = postinitio
-+
- def action(self):
- self._load_modules()
- 
-@@ -626,6 +632,8 @@ class SaltSchedule(ioflo.base.deeding.Deed):
- self.modules.value,
- self.returners.value)
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- Eval the schedule
-@@ -665,6 +673,8 @@ class SaltRaetManorLaneSetup(ioflo.base.deeding.Deed):
- '''
- pass
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- Run once at enter
-@@ -1259,6 +1269,8 @@ class SaltRaetMasterEvents(ioflo.base.deeding.Deed):
- def postinitio(self):
- self.master_events.value = deque()
- 
-+_prepare = postinitio
-+
- def action(self):
- if not self.master_events.value:
- return
-@@ -1308,6 +1320,8 @@ class SaltRaetThreadShellJobber(ioflo.base.deeding.Deed):
- def postinitio(self):
- self.threads.value = deque()
- 
-+_prepare = postinitio
-+
- def action(self):
- '''
- Evaluate the fun options and execute them via salt-call
-@@ -1383,6 +1397,8 @@ class SaltRaetNixJobber(ioflo.base.deeding.Deed):
- self.serial = salt.payload.Serial(self.opts)
- self.executors.value = {}
- 
-+_prepare = postinitio
-+
- def _setup_jobber_stack(self):
- '''
- Setup and return the LaneStack and Yard used by the jobber yard
--- 
-2.3.2 (Apple Git-55)
-


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

2015-08-17 Thread Daniel Wallace
Date: Tuesday, August 18, 2015 @ 06:50:41
  Author: dwallace
Revision: 138466

upgpkg: salt 2015.5.4-1

upgpkg: salt 2015.5.4

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-18 03:12:35 UTC (rev 138465)
+++ PKGBUILD2015-08-18 04:50:41 UTC (rev 138466)
@@ -5,8 +5,8 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.3
-pkgrel=3
+pkgver=2015.5.4
+pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
 url='http://saltstack.org/'
@@ -31,16 +31,9 @@
 'etc/salt/minion')
 install=salt.install
 conflicts=('salt')
-source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;
-0001-add-make-_prepare-an-alias-for-postinitio.patch)
-md5sums=('7217299e13d929b8ac939d932f00f0f6'
- 'df554edea892c6ac4dad4cabb52a58c2')
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('4f610d14e65ae3034d40406e1dd7305c')
 
-prepare() {
-  cd $pkgbase-$pkgver
-  patch -Np1 -i $srcdir/0001-add-make-_prepare-an-alias-for-postinitio.patch
-}
-
 package_salt-zmq() {
   cd $pkgbase-$pkgver
   provides=('salt' 'salt-api')


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

2015-08-05 Thread Daniel Wallace
Date: Wednesday, August 5, 2015 @ 16:37:09
  Author: dwallace
Revision: 137986

upgpkg: python-pbr 1.4.0-1

upgpkg: python-pbr 1.4.0

Modified:
  python-pbr/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-08-05 14:02:55 UTC (rev 137985)
+++ PKGBUILD2015-08-05 14:37:09 UTC (rev 137986)
@@ -4,16 +4,16 @@
 
 pkgbase=python-pbr
 pkgname=(python-pbr python2-pbr)
-pkgver=0.11.0
+pkgver=1.4.0
 pkgrel=1
 pkgdesc=Python bindings to the OpenStack Identity API (Keystone)
 arch=('any')
 url=https://pypi.python.org/pypi/pbr
 license=(Apache)
-makedepends=(python2-setuptools python-setuptools)
+makedepends=(python2-setuptools python-setuptools git)
 
source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('d7f0d69aef367a764d69a4728afd966025ce9394d6029a924ef838ecdf592f6d')
-sha512sums=('6ddcbc39b25e57d20108f72334934f5243d397e2b5316ad26bdbdf32ae6e5bed0ad6fcb47d8e92d6c73a9bd369c463a962cae9fce5800096dd819f2ce58a045b')
+sha256sums=('f080232fb6b208615b4c1854bf4277bb097d19c9ef89f94f203c1436fe600e92')
+sha512sums=('c6ccc8fd6598e089eb80342ce0d76f26dd1242eedb64aa7c0020be43ba74b1591cff52a5eec9d9c9b958315e7902b78bf120bf758aacc28fcec3f07ac5173150')
 
 prepare() {
 cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
@@ -21,6 +21,7 @@
 }
 
 build() {
+export SKIP_PIP_INSTALL=1
 cd ${pkgname#*-}-$pkgver/
 python setup.py build
 cd $srcdir/python2-pbr-$pkgver


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

2015-08-05 Thread Daniel Wallace
Date: Wednesday, August 5, 2015 @ 16:37:32
  Author: dwallace
Revision: 137987

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-08-05 14:37:09 UTC (rev 137986)
+++ PKGBUILD2015-08-05 14:37:32 UTC (rev 137987)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Limao Luo luolimao+...@gmail.com
-
-pkgbase=python-pbr
-pkgname=(python-pbr python2-pbr)
-pkgver=0.11.0
-pkgrel=1
-pkgdesc=Python bindings to the OpenStack Identity API (Keystone)
-arch=('any')
-url=https://pypi.python.org/pypi/pbr
-license=(Apache)
-makedepends=(python2-setuptools python-setuptools)
-source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
-sha256sums=('d7f0d69aef367a764d69a4728afd966025ce9394d6029a924ef838ecdf592f6d')
-sha512sums=('6ddcbc39b25e57d20108f72334934f5243d397e2b5316ad26bdbdf32ae6e5bed0ad6fcb47d8e92d6c73a9bd369c463a962cae9fce5800096dd819f2ce58a045b')
-
-prepare() {
-cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
-find python2-pbr-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
-}
-
-build() {
-cd ${pkgname#*-}-$pkgver/
-python setup.py build
-cd $srcdir/python2-pbr-$pkgver
-python2 setup.py build
-}
-
-package_python-pbr() {
-cd ${pkgname#*-}-$pkgver/
-depends=(python-pip)
-python setup.py install --prefix=/usr --root=$pkgdir
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-package_python2-pbr() {
-cd $pkgname-$pkgver/
-depends=(python2-pip)
-python2 setup.py install --prefix=/usr --root=$pkgdir
-install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-mv $pkgdir/usr/bin/pbr{,2}
-}

Copied: python-pbr/repos/community-any/PKGBUILD (from rev 137986, 
python-pbr/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-08-05 14:37:32 UTC (rev 137987)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Limao Luo luolimao+...@gmail.com
+
+pkgbase=python-pbr
+pkgname=(python-pbr python2-pbr)
+pkgver=1.4.0
+pkgrel=1
+pkgdesc=Python bindings to the OpenStack Identity API (Keystone)
+arch=('any')
+url=https://pypi.python.org/pypi/pbr
+license=(Apache)
+makedepends=(python2-setuptools python-setuptools git)
+source=(http://pypi.python.org/packages/source/p/${pkgname#*-}/${pkgname#*-}-$pkgver.tar.gz)
+sha256sums=('f080232fb6b208615b4c1854bf4277bb097d19c9ef89f94f203c1436fe600e92')
+sha512sums=('c6ccc8fd6598e089eb80342ce0d76f26dd1242eedb64aa7c0020be43ba74b1591cff52a5eec9d9c9b958315e7902b78bf120bf758aacc28fcec3f07ac5173150')
+
+prepare() {
+cp -a ${pkgname#*-}-$pkgver python2-pbr-$pkgver
+find python2-pbr-$pkgver -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+build() {
+export SKIP_PIP_INSTALL=1
+cd ${pkgname#*-}-$pkgver/
+python setup.py build
+cd $srcdir/python2-pbr-$pkgver
+python2 setup.py build
+}
+
+package_python-pbr() {
+cd ${pkgname#*-}-$pkgver/
+depends=(python-pip)
+python setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+package_python2-pbr() {
+cd $pkgname-$pkgver/
+depends=(python2-pip)
+python2 setup.py install --prefix=/usr --root=$pkgdir
+install -Dm644 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+mv $pkgdir/usr/bin/pbr{,2}
+}


[arch-commits] Commit in salt/repos (5 files)

2015-07-17 Thread Daniel Wallace
Date: Saturday, July 18, 2015 @ 00:39:56
  Author: dwallace
Revision: 137076

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/PKGBUILD
(from rev 137075, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 137075, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install
  salt/repos/community-staging-any/

+
 /PKGBUILD  |   99 +++
 /salt.install  |   15 ++
 community-any/PKGBUILD |   98 --
 community-any/salt.install |   15 --
 4 files changed, 114 insertions(+), 113 deletions(-)

Deleted: community-any/PKGBUILD
===
--- community-any/PKGBUILD  2015-07-17 22:36:58 UTC (rev 137075)
+++ community-any/PKGBUILD  2015-07-17 22:39:56 UTC (rev 137076)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contibutor: Christer Edwards christer.edwa...@gmail.com
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.3
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-conflicts=('salt')
-source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('7217299e13d929b8ac939d932f00f0f6')
-
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt=2014.1.13' 'salt-api2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  python2 setup.py clean
-  python2 setup.py install --root=$pkgdir --optimize=1 \
---salt-pidfile-dir=/run/salt
-
-  # default config
-  install -Dm644 conf/master $pkgdir/etc/salt/master
-  install -Dm644 conf/minion $pkgdir/etc/salt/minion
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
-  done
-  install -Dm644 pkg/salt.bash 
$pkgdir/usr/share/bash-completion/completions/salt
-  install -Dm644 pkg/zsh_completion.zsh 
$pkgdir/usr/share/zsh/site-functions/_salt
-}
-
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
-  python2 setup.py clean
-  python2 setup.py --salt-transport=raet install --root=$pkgdir --optimize=1 
\
---salt-pidfile-dir=/run/salt
-
-  # default config
-  install -Dm644 conf/master $pkgdir/etc/salt/master
-  install -Dm644 conf/minion $pkgdir/etc/salt/minion
-  install -d $pkgdir/etc/salt/master.d/
-  echo 'transport: raet'  $pkgdir/etc/salt/master.d/transport.conf
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
-  done
-  install -Dm644 pkg/salt.bash 
$pkgdir/usr/share/bash-completion/completions/salt
-  install -Dm644 pkg/zsh_completion.zsh 
$pkgdir/usr/share/zsh/site-functions/_salt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 137075, salt/trunk/PKGBUILD)
===
--- community-any/PKGBUILD  (rev 0)
+++ community-any/PKGBUILD  2015-07-17 22:39:56 UTC (rev 137076)
@@ -0,0 +1,99 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.5.3
+pkgrel=2
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2

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

2015-07-17 Thread Daniel Wallace
Date: Saturday, July 18, 2015 @ 00:36:58
  Author: dwallace
Revision: 137075

upgpkg: salt 2015.5.3-2

upgpkg: salt-raet 2015.5.3-2 #45647

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-17 19:11:53 UTC (rev 137074)
+++ PKGBUILD2015-07-17 22:36:58 UTC (rev 137075)
@@ -6,7 +6,7 @@
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
 pkgver=2015.5.3
-pkgrel=1
+pkgrel=2
 pkgdesc='Central system and configuration manager'
 arch=('any')
 url='http://saltstack.org/'
@@ -84,8 +84,9 @@
   # default config
   install -Dm644 conf/master $pkgdir/etc/salt/master
   install -Dm644 conf/minion $pkgdir/etc/salt/minion
-  install -d $pkgdir/etc/salt/master.d/
+  install -d $pkgdir/etc/salt/master.d/ $pkgdir/etc/salt/minion.d/
   echo 'transport: raet'  $pkgdir/etc/salt/master.d/transport.conf
+  echo 'transport: raet'  $pkgdir/etc/salt/minion.d/transport.conf
 
   # systemd services
   for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do


[arch-commits] Commit in salt/repos/community-any (5 files)

2015-07-17 Thread Daniel Wallace
Date: Saturday, July 18, 2015 @ 01:21:43
  Author: dwallace
Revision: 137085

archrelease: copy trunk to community-any

Added:
  salt/repos/community-any/0001-add-make-_prepare-an-alias-for-postinitio.patch
(from rev 137083, 
salt/trunk/0001-add-make-_prepare-an-alias-for-postinitio.patch)
  salt/repos/community-any/PKGBUILD
(from rev 137083, salt/trunk/PKGBUILD)
  salt/repos/community-any/salt.install
(from rev 137084, salt/trunk/salt.install)
Deleted:
  salt/repos/community-any/PKGBUILD
  salt/repos/community-any/salt.install

--+
 0001-add-make-_prepare-an-alias-for-postinitio.patch |   93 +++
 PKGBUILD |  205 -
 salt.install |   30 +-
 3 files changed, 214 insertions(+), 114 deletions(-)

Copied: 
salt/repos/community-any/0001-add-make-_prepare-an-alias-for-postinitio.patch 
(from rev 137083, 
salt/trunk/0001-add-make-_prepare-an-alias-for-postinitio.patch)
===
--- 0001-add-make-_prepare-an-alias-for-postinitio.patch
(rev 0)
+++ 0001-add-make-_prepare-an-alias-for-postinitio.patch2015-07-17 
23:21:43 UTC (rev 137085)
@@ -0,0 +1,93 @@
+From 43950a5bc5ccb1b8f47235d889177a1df6d2bddb Mon Sep 17 00:00:00 2001
+From: Daniel Wallace danielwall...@gtmanfred.com
+Date: Fri, 17 Jul 2015 18:12:28 -0500
+Subject: [PATCH] add make _prepare an alias for postinitio
+
+ioflo 1.2.1 deprecated postinitio, so if you have the newest version of
+ioflo raet won't work.  This just provides an alias for the new versions
+of ioflo to keep everything working.
+
+closes #25432
+---
+ salt/daemons/flo/core.py | 16 
+ 1 file changed, 16 insertions(+)
+
+diff --git a/salt/daemons/flo/core.py b/salt/daemons/flo/core.py
+index 61c6c3b..8341cb5 100644
+--- a/salt/daemons/flo/core.py
 b/salt/daemons/flo/core.py
+@@ -134,6 +134,8 @@ class SaltRaetRoadStackSetup(ioflo.base.deeding.Deed):
+ RoadStack.Bk = raeting.BodyKind.msgpack.value
+ RoadStack.JoinentTimeout = 0.0
+ 
++_prepare = postinitio
++
+ def action(self):
+ '''
+ enter action
+@@ -237,6 +239,8 @@ class SaltRaetRoadStackJoiner(ioflo.base.deeding.Deed):
+ self.masters = daemons.extract_masters(self.opts.value)
+ # self.mha = (self.opts.value['master'], 
int(self.opts.value['master_port']))
+ 
++_prepare = postinitio
++
+ def action(self, **kwa):
+ '''
+ Join with all masters
+@@ -499,6 +503,8 @@ class SaltLoadModules(ioflo.base.deeding.Deed):
+ def postinitio(self):
+ self._load_modules()
+ 
++_prepare = postinitio
++
+ def action(self):
+ self._load_modules()
+ 
+@@ -626,6 +632,8 @@ class SaltSchedule(ioflo.base.deeding.Deed):
+ self.modules.value,
+ self.returners.value)
+ 
++_prepare = postinitio
++
+ def action(self):
+ '''
+ Eval the schedule
+@@ -665,6 +673,8 @@ class SaltRaetManorLaneSetup(ioflo.base.deeding.Deed):
+ '''
+ pass
+ 
++_prepare = postinitio
++
+ def action(self):
+ '''
+ Run once at enter
+@@ -1259,6 +1269,8 @@ class SaltRaetMasterEvents(ioflo.base.deeding.Deed):
+ def postinitio(self):
+ self.master_events.value = deque()
+ 
++_prepare = postinitio
++
+ def action(self):
+ if not self.master_events.value:
+ return
+@@ -1308,6 +1320,8 @@ class SaltRaetThreadShellJobber(ioflo.base.deeding.Deed):
+ def postinitio(self):
+ self.threads.value = deque()
+ 
++_prepare = postinitio
++
+ def action(self):
+ '''
+ Evaluate the fun options and execute them via salt-call
+@@ -1383,6 +1397,8 @@ class SaltRaetNixJobber(ioflo.base.deeding.Deed):
+ self.serial = salt.payload.Serial(self.opts)
+ self.executors.value = {}
+ 
++_prepare = postinitio
++
+ def _setup_jobber_stack(self):
+ '''
+ Setup and return the LaneStack and Yard used by the jobber yard
+-- 
+2.3.2 (Apple Git-55)
+

Deleted: PKGBUILD
===
--- PKGBUILD2015-07-17 23:21:34 UTC (rev 137084)
+++ PKGBUILD2015-07-17 23:21:43 UTC (rev 137085)
@@ -1,99 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contibutor: Christer Edwards christer.edwa...@gmail.com
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.3
-pkgrel=2
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl

[arch-commits] Commit in salt/trunk (1 file)

2015-07-17 Thread Daniel Wallace
Date: Saturday, July 18, 2015 @ 01:21:19
  Author: dwallace
Revision: 137083

upgpkg: salt 2015.5.3-3

upgpkg: salt-raet 2015.5.3-3

Added:
  salt/trunk/0001-add-make-_prepare-an-alias-for-postinitio.patch

--+
 0001-add-make-_prepare-an-alias-for-postinitio.patch |   93 +
 1 file changed, 93 insertions(+)

Added: 0001-add-make-_prepare-an-alias-for-postinitio.patch
===
--- 0001-add-make-_prepare-an-alias-for-postinitio.patch
(rev 0)
+++ 0001-add-make-_prepare-an-alias-for-postinitio.patch2015-07-17 
23:21:19 UTC (rev 137083)
@@ -0,0 +1,93 @@
+From 43950a5bc5ccb1b8f47235d889177a1df6d2bddb Mon Sep 17 00:00:00 2001
+From: Daniel Wallace danielwall...@gtmanfred.com
+Date: Fri, 17 Jul 2015 18:12:28 -0500
+Subject: [PATCH] add make _prepare an alias for postinitio
+
+ioflo 1.2.1 deprecated postinitio, so if you have the newest version of
+ioflo raet won't work.  This just provides an alias for the new versions
+of ioflo to keep everything working.
+
+closes #25432
+---
+ salt/daemons/flo/core.py | 16 
+ 1 file changed, 16 insertions(+)
+
+diff --git a/salt/daemons/flo/core.py b/salt/daemons/flo/core.py
+index 61c6c3b..8341cb5 100644
+--- a/salt/daemons/flo/core.py
 b/salt/daemons/flo/core.py
+@@ -134,6 +134,8 @@ class SaltRaetRoadStackSetup(ioflo.base.deeding.Deed):
+ RoadStack.Bk = raeting.BodyKind.msgpack.value
+ RoadStack.JoinentTimeout = 0.0
+ 
++_prepare = postinitio
++
+ def action(self):
+ '''
+ enter action
+@@ -237,6 +239,8 @@ class SaltRaetRoadStackJoiner(ioflo.base.deeding.Deed):
+ self.masters = daemons.extract_masters(self.opts.value)
+ # self.mha = (self.opts.value['master'], 
int(self.opts.value['master_port']))
+ 
++_prepare = postinitio
++
+ def action(self, **kwa):
+ '''
+ Join with all masters
+@@ -499,6 +503,8 @@ class SaltLoadModules(ioflo.base.deeding.Deed):
+ def postinitio(self):
+ self._load_modules()
+ 
++_prepare = postinitio
++
+ def action(self):
+ self._load_modules()
+ 
+@@ -626,6 +632,8 @@ class SaltSchedule(ioflo.base.deeding.Deed):
+ self.modules.value,
+ self.returners.value)
+ 
++_prepare = postinitio
++
+ def action(self):
+ '''
+ Eval the schedule
+@@ -665,6 +673,8 @@ class SaltRaetManorLaneSetup(ioflo.base.deeding.Deed):
+ '''
+ pass
+ 
++_prepare = postinitio
++
+ def action(self):
+ '''
+ Run once at enter
+@@ -1259,6 +1269,8 @@ class SaltRaetMasterEvents(ioflo.base.deeding.Deed):
+ def postinitio(self):
+ self.master_events.value = deque()
+ 
++_prepare = postinitio
++
+ def action(self):
+ if not self.master_events.value:
+ return
+@@ -1308,6 +1320,8 @@ class SaltRaetThreadShellJobber(ioflo.base.deeding.Deed):
+ def postinitio(self):
+ self.threads.value = deque()
+ 
++_prepare = postinitio
++
+ def action(self):
+ '''
+ Evaluate the fun options and execute them via salt-call
+@@ -1383,6 +1397,8 @@ class SaltRaetNixJobber(ioflo.base.deeding.Deed):
+ self.serial = salt.payload.Serial(self.opts)
+ self.executors.value = {}
+ 
++_prepare = postinitio
++
+ def _setup_jobber_stack(self):
+ '''
+ Setup and return the LaneStack and Yard used by the jobber yard
+-- 
+2.3.2 (Apple Git-55)
+


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

2015-07-17 Thread Daniel Wallace
Date: Saturday, July 18, 2015 @ 01:21:00
  Author: dwallace
Revision: 137081

upgpkg: salt 2015.5.3-3

fix upstream bug 25432

https://github.com/saltstack/salt/issues/25432

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-17 23:16:29 UTC (rev 137080)
+++ PKGBUILD2015-07-17 23:21:00 UTC (rev 137081)
@@ -6,7 +6,7 @@
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
 pkgver=2015.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc='Central system and configuration manager'
 arch=('any')
 url='http://saltstack.org/'
@@ -31,9 +31,16 @@
 'etc/salt/minion')
 install=salt.install
 conflicts=('salt')
-source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('7217299e13d929b8ac939d932f00f0f6')
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;
+0001-add-make-_prepare-an-alias-for-postinitio.patch)
+md5sums=('7217299e13d929b8ac939d932f00f0f6'
+ 'df554edea892c6ac4dad4cabb52a58c2')
 
+prepare() {
+  cd $pkgbase-$pkgver
+  patch -Np1 -i $srcdir/0001-add-make-_prepare-an-alias-for-postinitio.patch
+}
+
 package_salt-zmq() {
   cd $pkgbase-$pkgver
   provides=('salt' 'salt-api')


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

2015-07-07 Thread Daniel Wallace
Date: Tuesday, July 7, 2015 @ 23:47:48
  Author: dwallace
Revision: 136541

archrelease: copy trunk to community-testing-any

Added:
  salt/repos/community-testing-any/
  salt/repos/community-testing-any/PKGBUILD
(from rev 136540, salt/trunk/PKGBUILD)
  salt/repos/community-testing-any/salt.install
(from rev 136540, salt/trunk/salt.install)

--+
 PKGBUILD |   98 +
 salt.install |   15 
 2 files changed, 113 insertions(+)

Copied: salt/repos/community-testing-any/PKGBUILD (from rev 136540, 
salt/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2015-07-07 21:47:48 UTC (rev 136541)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.5.3
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 'python2-pyzmq'
+ 'python2-crypto'
+ 'python2-m2crypto'
+ 'python2-systemd'
+ 'python2-tornado')
+optdepends=('dmidecode: decode SMBIOS/DMI tables'
+'python2-pygit2: gitfs support')
+backup=('etc/salt/master'
+'etc/salt/minion')
+install=salt.install
+conflicts=('salt')
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('7217299e13d929b8ac939d932f00f0f6')
+
+package_salt-zmq() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-api')
+  replaces=('salt=2014.1.13' 'salt-api2014.7')
+  depends=('python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-pyzmq'
+   'python2-crypto'
+   'python2-m2crypto'
+   'python2-systemd'
+   'python2-tornado')
+  python2 setup.py clean
+  python2 setup.py install --root=$pkgdir --optimize=1 \
+--salt-pidfile-dir=/run/salt
+
+  # default config
+  install -Dm644 conf/master $pkgdir/etc/salt/master
+  install -Dm644 conf/minion $pkgdir/etc/salt/minion
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
+  done
+  install -Dm644 pkg/salt.bash 
$pkgdir/usr/share/bash-completion/completions/salt
+  install -Dm644 pkg/zsh_completion.zsh 
$pkgdir/usr/share/zsh/site-functions/_salt
+}
+
+package_salt-raet() {
+  cd $pkgbase-$pkgver
+  provides=('salt' 'salt-api')
+  depends=('python2-jinja'
+   'python2-msgpack'
+   'python2-yaml'
+   'python2-markupsafe'
+   'python2-requests'
+   'python2-libnacl'
+   'python2-ioflo'
+   'python2-raet'
+   'python2-tornado'
+   'python2-systemd')
+  python2 setup.py clean
+  python2 setup.py --salt-transport=raet install --root=$pkgdir --optimize=1 
\
+--salt-pidfile-dir=/run/salt
+
+  # default config
+  install -Dm644 conf/master $pkgdir/etc/salt/master
+  install -Dm644 conf/minion $pkgdir/etc/salt/minion
+  install -d $pkgdir/etc/salt/master.d/
+  echo 'transport: raet'  $pkgdir/etc/salt/master.d/transport.conf
+
+  # systemd services
+  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
+install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
+  done
+  install -Dm644 pkg/salt.bash 
$pkgdir/usr/share/bash-completion/completions/salt
+  install -Dm644 pkg/zsh_completion.zsh 
$pkgdir/usr/share/zsh/site-functions/_salt
+}
+
+# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-testing-any/salt.install (from rev 136540, 
salt/trunk/salt.install)
===
--- community-testing-any/salt.install  (rev 0)
+++ community-testing-any/salt.install  2015-07-07 21:47:48 UTC (rev 136541)
@@ -0,0 +1,15 @@
+#!/bin/bash
+
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ $(vercmp $2 2014.1.1-1) -le 0 ]; then
+cat  EOF
+== Since version 2014.1.1-2, salt-master runs by default as root user.
+== You need to manually update your configuration and remove the salt user and
+== group to follow the new default behavior.
+EOF
+fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:


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

2015-07-07 Thread Daniel Wallace
Date: Tuesday, July 7, 2015 @ 23:47:23
  Author: dwallace
Revision: 136540

upgpkg: salt 2015.5.3-1

upgpkg: salt 2015.5.3-1

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-07-07 19:22:20 UTC (rev 136539)
+++ PKGBUILD2015-07-07 21:47:23 UTC (rev 136540)
@@ -5,8 +5,8 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.2
-pkgrel=2
+pkgver=2015.5.3
+pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
 url='http://saltstack.org/'
@@ -31,15 +31,9 @@
 'etc/salt/minion')
 install=salt.install
 conflicts=('salt')
-source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;
-
pacman-module.patch::https://github.com/aneeshusa/salt/commit/dca33f11124818615e7104388393e3ca5bbb7b60.diff;)
-md5sums=('7d36dc8d37981c01815ee755d52ca238'
- 'c463036fc03abdcb3842bb5edefbc79d')
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
+md5sums=('7217299e13d929b8ac939d932f00f0f6')
 
-prepare(){
-  patch -Np1 -d $pkgbase-$pkgver -i $srcdir/pacman-module.patch
-}
-
 package_salt-zmq() {
   cd $pkgbase-$pkgver
   provides=('salt' 'salt-api')


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:31:44
  Author: dwallace
Revision: 135715

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

Added:
  python2-systemd/repos/community-testing-i686/PKGBUILD
(from rev 135714, python2-systemd/trunk/PKGBUILD)
  python2-systemd/repos/community-testing-x86_64/PKGBUILD
(from rev 135714, python2-systemd/trunk/PKGBUILD)
Deleted:
  python2-systemd/repos/community-testing-i686/PKGBUILD
  python2-systemd/repos/community-testing-x86_64/PKGBUILD

---+
 /PKGBUILD |   64 
 community-testing-i686/PKGBUILD   |   38 -
 community-testing-x86_64/PKGBUILD |   38 -
 3 files changed, 64 insertions(+), 76 deletions(-)

Deleted: community-testing-i686/PKGBUILD
===
--- community-testing-i686/PKGBUILD 2015-06-22 15:31:08 UTC (rev 135714)
+++ community-testing-i686/PKGBUILD 2015-06-22 15:31:44 UTC (rev 135715)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=220
-pkgrel=1
-pkgdesc=Python2 bindings for systemd
-arch=('x86_64' 'i686')
-url=http://www.freedesktop.org/wiki/Software/systemd/;
-license=('GPL')
-depends=('python2' 'python2-lxml')
-makedepends=('intltool' 'gperf')
-source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('60acd92b04c0f5faa806678abd433014')
-
-prepare() {
-   cd $_pkgname-$pkgver
-rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
-}
-
-
-build() {
-   cd $_pkgname-$pkgver
-./configure \
---libexecdir=/usr/lib \
---disable-audit \
---disable-manpages \
-PYTHON=python2
-   make CFLAGS=${CFLAGS} -fno-lto
-}
-
-package(){
-   cd $_pkgname-$pkgver
-depends+=(systemd=$pkgver)
-make DESTDIR=$srcdir/root install
-install -dm755 $pkgdir/usr/lib/
-cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
-}

Copied: python2-systemd/repos/community-testing-i686/PKGBUILD (from rev 135714, 
python2-systemd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-06-22 15:31:44 UTC (rev 135715)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=221
+pkgrel=1
+pkgdesc=Python2 bindings for systemd
+arch=('x86_64' 'i686')
+url=http://www.freedesktop.org/wiki/Software/systemd/;
+license=('GPL')
+depends=('python2' 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
+md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
+
+build() {
+   cd $_pkgname-$pkgver
+./configure \
+--libexecdir=/usr/lib \
+--disable-audit \
+--disable-manpages \
+PYTHON=python2
+   make CFLAGS=${CFLAGS} -fno-lto
+}
+
+package(){
+   cd $_pkgname-$pkgver
+depends+=(systemd=$pkgver)
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
+}

Deleted: community-testing-x86_64/PKGBUILD
===
--- community-testing-x86_64/PKGBUILD   2015-06-22 15:31:08 UTC (rev 135714)
+++ community-testing-x86_64/PKGBUILD   2015-06-22 15:31:44 UTC (rev 135715)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgname=python2-systemd
-_pkgname=systemd
-pkgver=220
-pkgrel=1
-pkgdesc=Python2 bindings for systemd
-arch=('x86_64' 'i686')
-url=http://www.freedesktop.org/wiki/Software/systemd/;
-license=('GPL')
-depends=('python2' 'python2-lxml')
-makedepends=('intltool' 'gperf')
-source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('60acd92b04c0f5faa806678abd433014')
-
-prepare() {
-   cd $_pkgname-$pkgver
-rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
-}
-
-
-build() {
-   cd $_pkgname-$pkgver
-./configure \
---libexecdir=/usr/lib \
---disable-audit \
---disable-manpages \
-PYTHON=python2
-   make CFLAGS=${CFLAGS} -fno-lto
-}
-
-package(){
-   cd $_pkgname-$pkgver
-depends+=(systemd=$pkgver)
-make DESTDIR=$srcdir/root install
-install -dm755 $pkgdir/usr/lib/
-cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
-}

Copied: python2-systemd/repos/community-testing-x86_64/PKGBUILD (from rev 
135714, python2-systemd/trunk/PKGBUILD)
===
--- community

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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:31:08
  Author: dwallace
Revision: 135714

upgpkg: python2-systemd 221-1

upgpkg: python2-systemd 221

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 15:28:54 UTC (rev 135713)
+++ PKGBUILD2015-06-22 15:31:08 UTC (rev 135714)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=220
+pkgver=221
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
@@ -11,14 +11,8 @@
 depends=('python2' 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('60acd92b04c0f5faa806678abd433014')
+md5sums=('b4d5a253841cf28a98b7ec99c45e3716')
 
-prepare() {
-   cd $_pkgname-$pkgver
-rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
-}
-
-
 build() {
cd $_pkgname-$pkgver
 ./configure \


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:27:35
  Author: dwallace
Revision: 135711

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 15:27:13 UTC (rev 135710)
+++ PKGBUILD2015-06-22 15:27:35 UTC (rev 135711)
@@ -1,38 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred.com
-# Contributor: Bogdan Szczurek thebod...@gmail.com
-# Contributor: Ismo Toijala ismo.toij...@gmail.com
-
-pkgbase=python-jsonschema
-_pkgname=jsonschema
-pkgname=(python-jsonschema python2-jsonschema)
-pkgver=2.4.0
-pkgrel=1
-pkgdesc=An implementation of JSON Schema validation for Python
-arch=(any)
-url=http://pypi.python.org/pypi/jsonschema;
-license=('MIT')
-makedepends=(python-setuptools python2-setuptools)
-source=(http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
-
-prepare(){
-cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
-find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
-}
-
-package_python-jsonschema() {
-  cd $srcdir/$_pkgname-$pkgver
-  python setup.py install --root=$pkgdir/ --optimize=1
-  depends=(python)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-
-package_python2-jsonschema() {
-  cd $srcdir/$_pkgname-$pkgver-2
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  depends=(python2)
-  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  mv $pkgdir/usr/bin/jsonschema{,2}
-}
-
-md5sums=('661f85c3d23094afbb9ac3c0673840bf')

Copied: python-jsonschema/repos/community-any/PKGBUILD (from rev 135710, 
python-jsonschema/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 15:27:35 UTC (rev 135711)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred.com
+# Contributor: Bogdan Szczurek thebod...@gmail.com
+# Contributor: Ismo Toijala ismo.toij...@gmail.com
+
+pkgbase=python-jsonschema
+_pkgname=jsonschema
+pkgname=(python-jsonschema python2-jsonschema)
+pkgver=2.5.1
+pkgrel=1
+pkgdesc=An implementation of JSON Schema validation for Python
+arch=(any)
+url=http://pypi.python.org/pypi/jsonschema;
+license=('MIT')
+makedepends=(python-setuptools python2-setuptools)
+source=(http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
+md5sums=('374e848fdb69a3ce8b7e778b47c30640')
+
+prepare(){
+cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
+find $_pkgname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+}
+
+package_python-jsonschema() {
+  cd $srcdir/$_pkgname-$pkgver
+  python setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+
+package_python2-jsonschema() {
+  cd $srcdir/$_pkgname-$pkgver-2
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  depends=(python2)
+  install -D -m644 json/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  mv $pkgdir/usr/bin/jsonschema{,2}
+}
+


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:27:13
  Author: dwallace
Revision: 135710

upgpkg: python-jsonschema 2.5.1-1

upgpkg: python-jsonschema 2.5.1

Modified:
  python-jsonschema/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 15:07:48 UTC (rev 135709)
+++ PKGBUILD2015-06-22 15:27:13 UTC (rev 135710)
@@ -6,7 +6,7 @@
 pkgbase=python-jsonschema
 _pkgname=jsonschema
 pkgname=(python-jsonschema python2-jsonschema)
-pkgver=2.4.0
+pkgver=2.5.1
 pkgrel=1
 pkgdesc=An implementation of JSON Schema validation for Python
 arch=(any)
@@ -14,6 +14,7 @@
 license=('MIT')
 makedepends=(python-setuptools python2-setuptools)
 
source=(http://pypi.python.org/packages/source/j/jsonschema/${pkgname:7}-$pkgver.tar.gz;)
+md5sums=('374e848fdb69a3ce8b7e778b47c30640')
 
 prepare(){
 cp -a $_pkgname-$pkgver $_pkgname-$pkgver-2
@@ -35,4 +36,3 @@
   mv $pkgdir/usr/bin/jsonschema{,2}
 }
 
-md5sums=('661f85c3d23094afbb9ac3c0673840bf')


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:28:32
  Author: dwallace
Revision: 135712

upgpkg: python-libnacl 1.4.3-1

upgpkg: python-libnacl 1.4.3

Modified:
  python-libnacl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 15:27:35 UTC (rev 135711)
+++ PKGBUILD2015-06-22 15:28:32 UTC (rev 135712)
@@ -3,7 +3,7 @@
 # Contributor: Thomas S Hatch thatc...@gmail.com
 
 pkgname=('python-libnacl' 'python2-libnacl')
-pkgver=1.4.0
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='A simple ctypes based python binding to libsodium'
 arch=('any')
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=(python-setuptools python2-setuptools libsodium)
 
source=(https://pypi.python.org/packages/source/l/libnacl/libnacl-$pkgver.tar.gz;)
-md5sums=('fd986449d9a2bf22ed9d05989bb46fba')
+md5sums=('27f57f34ce6e0fe1dba7c754bd83773f')
 
 prepare() {
   cp -r libnacl-$pkgver python2-libnacl-$pkgver


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:28:54
  Author: dwallace
Revision: 135713

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 15:28:32 UTC (rev 135712)
+++ PKGBUILD2015-06-22 15:28:54 UTC (rev 135713)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Thomas S Hatch thatc...@gmail.com
-
-pkgname=('python-libnacl' 'python2-libnacl')
-pkgver=1.4.0
-pkgrel=1
-pkgdesc='A simple ctypes based python binding to libsodium'
-arch=('any')
-url='http://libnacl.readthedocs.org'
-license=('APACHE')
-makedepends=(python-setuptools python2-setuptools libsodium)
-source=(https://pypi.python.org/packages/source/l/libnacl/libnacl-$pkgver.tar.gz;)
-md5sums=('fd986449d9a2bf22ed9d05989bb46fba')
-
-prepare() {
-  cp -r libnacl-$pkgver python2-libnacl-$pkgver
-}
-
-package_python-libnacl() {
-  depends=('python' 'libsodium')
-  cd $srcdir/libnacl-$pkgver
-  python3 setup.py install --root=$pkgdir -O1
-}
-
-package_python2-libnacl() {
-  depends=('python2' 'libsodium')
-  cd $srcdir/python2-libnacl-$pkgver
-  python2 setup.py install --root=$pkgdir -O1
-}
-

Copied: python-libnacl/repos/community-any/PKGBUILD (from rev 135712, 
python-libnacl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 15:28:54 UTC (rev 135713)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Thomas S Hatch thatc...@gmail.com
+
+pkgname=('python-libnacl' 'python2-libnacl')
+pkgver=1.4.3
+pkgrel=1
+pkgdesc='A simple ctypes based python binding to libsodium'
+arch=('any')
+url='http://libnacl.readthedocs.org'
+license=('APACHE')
+makedepends=(python-setuptools python2-setuptools libsodium)
+source=(https://pypi.python.org/packages/source/l/libnacl/libnacl-$pkgver.tar.gz;)
+md5sums=('27f57f34ce6e0fe1dba7c754bd83773f')
+
+prepare() {
+  cp -r libnacl-$pkgver python2-libnacl-$pkgver
+}
+
+package_python-libnacl() {
+  depends=('python' 'libsodium')
+  cd $srcdir/libnacl-$pkgver
+  python3 setup.py install --root=$pkgdir -O1
+}
+
+package_python2-libnacl() {
+  depends=('python2' 'libsodium')
+  cd $srcdir/python2-libnacl-$pkgver
+  python2 setup.py install --root=$pkgdir -O1
+}
+


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:07:48
  Author: dwallace
Revision: 135709

archrelease: copy trunk to community-any

Added:
  python-oslo-config/repos/community-any/PKGBUILD
(from rev 135708, python-oslo-config/trunk/PKGBUILD)
Deleted:
  python-oslo-config/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-22 15:07:23 UTC (rev 135708)
+++ PKGBUILD2015-06-22 15:07:48 UTC (rev 135709)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-pkgbase=python-oslo-config
-pkgname=(python-oslo-config python2-oslo-config)
-_pythonname=oslo.config
-pkgver=1.9.3
-pkgrel=1
-pkgdesc=parsing command line arguments and .ini style configuration files
-arch=('any')
-url=https://pypi.python.org/pypi/oslo.config/$pkgver;
-license=('GPL')
-makedepends=('python2-setuptools' python-setuptools)
-options=(!emptydirs)
-source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('109da1307ea8c65440abc59cf9a5')
-
-prepare(){
-  cp -a $_pythonname-$pkgver{,-2}
-  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
-  sed -i '/argparse/d' $_pythonname-$pkgver{,-2}/requirements.txt
-}
-
-build(){
-  cd $srcdir/$_pythonname-$pkgver
-  python setup.py build
-  cd $srcdir/$_pythonname-$pkgver-2
-  python2 setup.py build
-}
-package_python-oslo-config() {
-  cd $srcdir/$_pythonname-$pkgver
-  depends=(python)
-  python setup.py install --root=$pkgdir/ --optimize=1
-}
-package_python2-oslo-config() {
-  cd $srcdir/$_pythonname-$pkgver
-  depends=(python2)
-  python2 setup.py install --root=$pkgdir/ --optimize=1
-  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
-}
-
-# vim:set ts=2 sw=2 et:

Copied: python-oslo-config/repos/community-any/PKGBUILD (from rev 135708, 
python-oslo-config/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-22 15:07:48 UTC (rev 135709)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgbase=python-oslo-config
+pkgname=(python-oslo-config python2-oslo-config)
+_pythonname=oslo.config
+pkgver=1.12.1
+pkgrel=1
+pkgdesc=parsing command line arguments and .ini style configuration files
+arch=('any')
+url=https://pypi.python.org/pypi/oslo.config/$pkgver;
+license=('GPL')
+makedepends=('python2-setuptools' python-setuptools)
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
+md5sums=('b20e00b2a5ec129a3b58d84308f381ae')
+
+prepare(){
+  cp -a $_pythonname-$pkgver{,-2}
+  find $_pythonname-$pkgver-2 -name \*.py -exec sed -i '1s/python$/2/' {} +
+  sed -i '/argparse/d' $_pythonname-$pkgver{,-2}/requirements.txt
+}
+
+build(){
+  cd $srcdir/$_pythonname-$pkgver
+  python setup.py build
+  cd $srcdir/$_pythonname-$pkgver-2
+  python2 setup.py build
+}
+package_python-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  depends=(python)
+  python setup.py install --root=$pkgdir/ --optimize=1
+}
+package_python2-oslo-config() {
+  cd $srcdir/$_pythonname-$pkgver
+  depends=(python2)
+  python2 setup.py install --root=$pkgdir/ --optimize=1
+  mv $pkgdir/usr/bin/oslo-config-generator 
$pkgdir/usr/bin/oslo-config-generator2
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-06-22 Thread Daniel Wallace
Date: Monday, June 22, 2015 @ 17:07:23
  Author: dwallace
Revision: 135708

upgpkg: python-oslo-config 1.12.1-1

upgpkg: python-oslo-config 1.12.1

Modified:
  python-oslo-config/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-22 13:29:01 UTC (rev 135707)
+++ PKGBUILD2015-06-22 15:07:23 UTC (rev 135708)
@@ -3,7 +3,7 @@
 pkgbase=python-oslo-config
 pkgname=(python-oslo-config python2-oslo-config)
 _pythonname=oslo.config
-pkgver=1.9.3
+pkgver=1.12.1
 pkgrel=1
 pkgdesc=parsing command line arguments and .ini style configuration files
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python2-setuptools' python-setuptools)
 options=(!emptydirs)
 
source=(https://pypi.python.org/packages/source/o/$_pythonname/$_pythonname-$pkgver.tar.gz;)
-md5sums=('109da1307ea8c65440abc59cf9a5')
+md5sums=('b20e00b2a5ec129a3b58d84308f381ae')
 
 prepare(){
   cp -a $_pythonname-$pkgver{,-2}


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

2015-06-09 Thread Daniel Wallace
Date: Tuesday, June 9, 2015 @ 18:40:06
  Author: dwallace
Revision: 135097

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  196 -
 salt.install |   30 
 2 files changed, 113 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-09 16:39:17 UTC (rev 135096)
+++ PKGBUILD2015-06-09 16:40:06 UTC (rev 135097)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contibutor: Christer Edwards christer.edwa...@gmail.com
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.1
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-conflicts=('salt')
-source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('7eb3e500dbe5b556e41861845da27ddf')
-
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt=2014.1.13' 'salt-api2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  python2 setup.py clean
-  python2 setup.py install --root=$pkgdir --optimize=1 \
---salt-pidfile-dir=/run/salt
-
-  # default config
-  install -Dm644 conf/master $pkgdir/etc/salt/master
-  install -Dm644 conf/minion $pkgdir/etc/salt/minion
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
-  done
-  install -Dm644 pkg/salt.bash 
$pkgdir/usr/share/bash-completion/completions/salt
-  install -Dm644 pkg/zsh_completion.zsh 
$pkgdir/usr/share/zsh/site-functions/_salt
-}
-
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
-  python2 setup.py clean
-  python2 setup.py --salt-transport=raet install --root=$pkgdir --optimize=1 
\
---salt-pidfile-dir=/run/salt
-
-  # default config
-  install -Dm644 conf/master $pkgdir/etc/salt/master
-  install -Dm644 conf/minion $pkgdir/etc/salt/minion
-  install -d $pkgdir/etc/salt/master.d/
-  echo 'transport: raet'  $pkgdir/etc/salt/master.d/transport.conf
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
-  done
-  install -Dm644 pkg/salt.bash 
$pkgdir/usr/share/bash-completion/completions/salt
-  install -Dm644 pkg/zsh_completion.zsh 
$pkgdir/usr/share/zsh/site-functions/_salt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 135096, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-09 16:40:06 UTC (rev 135097)
@@ -0,0 +1,98 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.5.2
+pkgrel=1
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 'python2-pyzmq

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

2015-06-09 Thread Daniel Wallace
Date: Tuesday, June 9, 2015 @ 18:39:17
  Author: dwallace
Revision: 135096

upgpkg: salt 2015.5.2-1

upgpkg: salt 2015.5.2

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-09 13:56:18 UTC (rev 135095)
+++ PKGBUILD2015-06-09 16:39:17 UTC (rev 135096)
@@ -5,7 +5,7 @@
 
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.1
+pkgver=2015.5.2
 pkgrel=1
 pkgdesc='Central system and configuration manager'
 arch=('any')
@@ -32,7 +32,7 @@
 install=salt.install
 conflicts=('salt')
 source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('7eb3e500dbe5b556e41861845da27ddf')
+md5sums=('7d36dc8d37981c01815ee755d52ca238')
 
 package_salt-zmq() {
   cd $pkgbase-$pkgver


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

2015-06-09 Thread Daniel Wallace
Date: Tuesday, June 9, 2015 @ 19:25:05
  Author: dwallace
Revision: 135101

archrelease: copy trunk to community-any

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

--+
 PKGBUILD |  202 +
 salt.install |   30 
 2 files changed, 119 insertions(+), 113 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-06-09 17:24:40 UTC (rev 135100)
+++ PKGBUILD2015-06-09 17:25:05 UTC (rev 135101)
@@ -1,98 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contibutor: Christer Edwards christer.edwa...@gmail.com
-
-pkgbase=salt
-pkgname=(salt-zmq salt-raet)
-pkgver=2015.5.2
-pkgrel=1
-pkgdesc='Central system and configuration manager'
-arch=('any')
-url='http://saltstack.org/'
-license=('Apache')
-makedepends=('python2'
- 'python2-jinja'
- 'python2-msgpack'
- 'python2-yaml'
- 'python2-markupsafe'
- 'python2-requests'
- 'python2-libnacl'
- 'python2-ioflo'
- 'python2-raet'
- 'python2-pyzmq'
- 'python2-crypto'
- 'python2-m2crypto'
- 'python2-systemd'
- 'python2-tornado')
-optdepends=('dmidecode: decode SMBIOS/DMI tables'
-'python2-pygit2: gitfs support')
-backup=('etc/salt/master'
-'etc/salt/minion')
-install=salt.install
-conflicts=('salt')
-source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('7d36dc8d37981c01815ee755d52ca238')
-
-package_salt-zmq() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  replaces=('salt=2014.1.13' 'salt-api2014.7')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-pyzmq'
-   'python2-crypto'
-   'python2-m2crypto'
-   'python2-systemd'
-   'python2-tornado')
-  python2 setup.py clean
-  python2 setup.py install --root=$pkgdir --optimize=1 \
---salt-pidfile-dir=/run/salt
-
-  # default config
-  install -Dm644 conf/master $pkgdir/etc/salt/master
-  install -Dm644 conf/minion $pkgdir/etc/salt/minion
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
-  done
-  install -Dm644 pkg/salt.bash 
$pkgdir/usr/share/bash-completion/completions/salt
-  install -Dm644 pkg/zsh_completion.zsh 
$pkgdir/usr/share/zsh/site-functions/_salt
-}
-
-package_salt-raet() {
-  cd $pkgbase-$pkgver
-  provides=('salt' 'salt-api')
-  depends=('python2-jinja'
-   'python2-msgpack'
-   'python2-yaml'
-   'python2-markupsafe'
-   'python2-requests'
-   'python2-libnacl'
-   'python2-ioflo'
-   'python2-raet'
-   'python2-tornado'
-   'python2-systemd')
-  python2 setup.py clean
-  python2 setup.py --salt-transport=raet install --root=$pkgdir --optimize=1 
\
---salt-pidfile-dir=/run/salt
-
-  # default config
-  install -Dm644 conf/master $pkgdir/etc/salt/master
-  install -Dm644 conf/minion $pkgdir/etc/salt/minion
-  install -d $pkgdir/etc/salt/master.d/
-  echo 'transport: raet'  $pkgdir/etc/salt/master.d/transport.conf
-
-  # systemd services
-  for _svc in salt-master.service salt-syndic.service salt-minion.service 
salt-api.service; do
-install -Dm644 pkg/$_svc $pkgdir/usr/lib/systemd/system/$_svc
-  done
-  install -Dm644 pkg/salt.bash 
$pkgdir/usr/share/bash-completion/completions/salt
-  install -Dm644 pkg/zsh_completion.zsh 
$pkgdir/usr/share/zsh/site-functions/_salt
-}
-
-# vim:set ts=2 sw=2 et:

Copied: salt/repos/community-any/PKGBUILD (from rev 135100, salt/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-06-09 17:25:05 UTC (rev 135101)
@@ -0,0 +1,104 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contibutor: Christer Edwards christer.edwa...@gmail.com
+
+pkgbase=salt
+pkgname=(salt-zmq salt-raet)
+pkgver=2015.5.2
+pkgrel=2
+pkgdesc='Central system and configuration manager'
+arch=('any')
+url='http://saltstack.org/'
+license=('Apache')
+makedepends=('python2'
+ 'python2-jinja'
+ 'python2-msgpack'
+ 'python2-yaml'
+ 'python2-markupsafe'
+ 'python2-requests'
+ 'python2-libnacl'
+ 'python2-ioflo'
+ 'python2-raet'
+ 'python2-pyzmq

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

2015-06-09 Thread Daniel Wallace
Date: Tuesday, June 9, 2015 @ 19:24:40
  Author: dwallace
Revision: 135100

Fix upstream bug

Will be fixed in 2015.5.3 next week

https://github.com/saltstack/salt/issues/23667

Modified:
  salt/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-06-09 17:10:12 UTC (rev 135099)
+++ PKGBUILD2015-06-09 17:24:40 UTC (rev 135100)
@@ -6,7 +6,7 @@
 pkgbase=salt
 pkgname=(salt-zmq salt-raet)
 pkgver=2015.5.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Central system and configuration manager'
 arch=('any')
 url='http://saltstack.org/'
@@ -31,9 +31,15 @@
 'etc/salt/minion')
 install=salt.install
 conflicts=('salt')
-source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;)
-md5sums=('7d36dc8d37981c01815ee755d52ca238')
+source=(http://pypi.python.org/packages/source/s/salt/salt-$pkgver.tar.gz;
+
pacman-module.patch::https://github.com/aneeshusa/salt/commit/dca33f11124818615e7104388393e3ca5bbb7b60.diff;)
+md5sums=('7d36dc8d37981c01815ee755d52ca238'
+ 'c463036fc03abdcb3842bb5edefbc79d')
 
+prepare(){
+  patch -Np1 -d $pkgbase-$pkgver -i $srcdir/pacman-module.patch
+}
+
 package_salt-zmq() {
   cd $pkgbase-$pkgver
   provides=('salt' 'salt-api')


[arch-commits] Commit in zathura-pdf-mupdf/trunk (PKGBUILD)

2015-05-28 Thread Daniel Wallace
Date: Thursday, May 28, 2015 @ 15:32:07
  Author: dwallace
Revision: 134273

upgpkg: zathura-pdf-mupdf 0.2.8-1

upgpkg: zathura-pdf-mupdf 0.2.8

Modified:
  zathura-pdf-mupdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-28 12:16:57 UTC (rev 134272)
+++ PKGBUILD2015-05-28 13:32:07 UTC (rev 134273)
@@ -4,17 +4,17 @@
 # Contributor: Moritz Lipp m...@pwmt.org
 
 pkgname=zathura-pdf-mupdf
-pkgver=0.2.7
+pkgver=0.2.8
 pkgrel=1
 pkgdesc=PDF support for Zathura (MuPDF backend)
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura-pdf-mupdf/;
 license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2')
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
 conflicts=('zathura-pdf-poppler')
 makedepends=('mupdf=1.4')
 
source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('b89b45289c8ec77854de4afc149cd1a4')
+md5sums=('b0bf109c536bf1da131c38861cebb7e6')
 
 build() {
   make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs


[arch-commits] Commit in zathura-pdf-mupdf/repos (4 files)

2015-05-28 Thread Daniel Wallace
Date: Thursday, May 28, 2015 @ 15:32:58
  Author: dwallace
Revision: 134274

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

Added:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
(from rev 134273, zathura-pdf-mupdf/trunk/PKGBUILD)
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD
(from rev 134273, zathura-pdf-mupdf/trunk/PKGBUILD)
Deleted:
  zathura-pdf-mupdf/repos/community-i686/PKGBUILD
  zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-28 13:32:07 UTC (rev 134273)
+++ community-i686/PKGBUILD 2015-05-28 13:32:58 UTC (rev 134274)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.7
-pkgrel=1
-pkgdesc=PDF support for Zathura (MuPDF backend)
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura-pdf-mupdf/;
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf=1.4')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('b89b45289c8ec77854de4afc149cd1a4')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-i686/PKGBUILD (from rev 134273, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-28 13:32:58 UTC (rev 134274)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.8
+pkgrel=1
+pkgdesc=PDF support for Zathura (MuPDF backend)
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura-pdf-mupdf/;
+license=('custom')
+depends=('zathura' 'jbig2dec' 'openjpeg2' 'cairo')
+conflicts=('zathura-pdf-poppler')
+makedepends=('mupdf=1.4')
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('b0bf109c536bf1da131c38861cebb7e6')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-28 13:32:07 UTC (rev 134273)
+++ community-x86_64/PKGBUILD   2015-05-28 13:32:58 UTC (rev 134274)
@@ -1,26 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: Moritz Lipp m...@pwmt.org
-
-pkgname=zathura-pdf-mupdf
-pkgver=0.2.7
-pkgrel=1
-pkgdesc=PDF support for Zathura (MuPDF backend)
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura-pdf-mupdf/;
-license=('custom')
-depends=('zathura' 'jbig2dec' 'openjpeg2')
-conflicts=('zathura-pdf-poppler')
-makedepends=('mupdf=1.4')
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('b89b45289c8ec77854de4afc149cd1a4')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver MUPDF_LIB=-lmupdf -lmujs
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-mupdf/repos/community-x86_64/PKGBUILD (from rev 134273, 
zathura-pdf-mupdf/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-28 13:32:58 UTC (rev 134274)
@@ -0,0 +1,26 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: Moritz Lipp m...@pwmt.org
+
+pkgname=zathura-pdf-mupdf
+pkgver=0.2.8
+pkgrel=1
+pkgdesc=PDF support for Zathura (MuPDF backend)
+arch=('i686' 'x86_64

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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:34:45
  Author: dwallace
Revision: 134165

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 134164, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 134164, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 134164, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 134164, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 134164, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 134164, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   70 +
 /bash-completion |   58 ++
 /zathura.install |   24 
 community-i686/PKGBUILD  |   35 --
 community-i686/bash-completion   |   29 ---
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/bash-completion |   29 ---
 community-x86_64/zathura.install |   12 --
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 13:20:30 UTC (rev 134164)
+++ community-i686/PKGBUILD 2015-05-26 13:34:45 UTC (rev 134165)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: ML neldoreth
-
-pkgname=zathura
-pkgver=0.3.3
-pkgrel=1
-pkgdesc=Minimalistic document viewer
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/zathura/;
-license=('custom')
-depends=('girara=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('d360252210ce51a29e8d341b1b72a7cc'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 134164, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 13:34:45 UTC (rev 134165)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: ML neldoreth
+
+pkgname=zathura
+pkgver=0.3.3
+pkgrel=1
+pkgdesc=Minimalistic document viewer
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/zathura/;
+license=('custom')
+depends=('girara=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('d360252210ce51a29e8d341b1b72a7cc'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2015-05-26 13:20:30 UTC (rev 134164)
+++ community-i686/bash-completion  2015-05-26 13:34:45 UTC (rev 134165)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS=$EXTENTIONS|pdf
-;;
-  ps.so

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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:40:58
  Author: dwallace
Revision: 134166

upgpkg: zathura-ps 0.2.2-3

upgpkg: zathura-ps 0.2.2-3

Modified:
  zathura-ps/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 13:34:45 UTC (rev 134165)
+++ PKGBUILD2015-05-26 13:40:58 UTC (rev 134166)
@@ -4,7 +4,7 @@
 
 pkgname=zathura-ps
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc=Adds ps support to zathura by using the libspectre library
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;


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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:41:51
  Author: dwallace
Revision: 134167

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

Added:
  zathura-ps/repos/community-i686/PKGBUILD
(from rev 134166, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-i686/zathura-ps.install
(from rev 134166, zathura-ps/trunk/zathura-ps.install)
  zathura-ps/repos/community-x86_64/PKGBUILD
(from rev 134166, zathura-ps/trunk/PKGBUILD)
  zathura-ps/repos/community-x86_64/zathura-ps.install
(from rev 134166, zathura-ps/trunk/zathura-ps.install)
Deleted:
  zathura-ps/repos/community-i686/PKGBUILD
  zathura-ps/repos/community-i686/zathura-ps.install
  zathura-ps/repos/community-x86_64/PKGBUILD
  zathura-ps/repos/community-x86_64/zathura-ps.install

-+
 /PKGBUILD   |   48 ++
 /zathura-ps.install |   12 
 community-i686/PKGBUILD |   24 -
 community-i686/zathura-ps.install   |6 
 community-x86_64/PKGBUILD   |   24 -
 community-x86_64/zathura-ps.install |6 
 6 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 13:40:58 UTC (rev 134166)
+++ community-i686/PKGBUILD 2015-05-26 13:41:51 UTC (rev 134167)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=2
-pkgdesc=Adds ps support to zathura by using the libspectre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
-license=('custom')
-depends=('libspectre' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
-
-build(){
-  make -C $pkgname-$pkgver
-}
-
-package(){
-  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-ps/repos/community-i686/PKGBUILD (from rev 134166, 
zathura-ps/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 13:41:51 UTC (rev 134167)
@@ -0,0 +1,24 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-ps
+pkgver=0.2.2
+pkgrel=3
+pkgdesc=Adds ps support to zathura by using the libspectre library
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
+license=('custom')
+depends=('libspectre' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
+md5sums=('338af976c03c0aa1471b156a0efdc45c')
+
+build(){
+  make -C $pkgname-$pkgver
+}
+
+package(){
+  make -C $pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 $pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/zathura-ps.install
===
--- community-i686/zathura-ps.install   2015-05-26 13:40:58 UTC (rev 134166)
+++ community-i686/zathura-ps.install   2015-05-26 13:41:51 UTC (rev 134167)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-ps/repos/community-i686/zathura-ps.install (from rev 134166, 
zathura-ps/trunk/zathura-ps.install)
===
--- community-i686/zathura-ps.install   (rev 0)
+++ community-i686/zathura-ps.install   2015-05-26 13:41:51 UTC (rev 134167)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-26 13:40:58 UTC (rev 134166)
+++ community-x86_64/PKGBUILD   2015-05-26 13:41:51 UTC (rev 134167)
@@ -1,24 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-ps
-pkgver=0.2.2
-pkgrel=2
-pkgdesc=Adds ps support to zathura by using the libspectre library
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-ps/;
-license=('custom')
-depends=('libspectre' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-md5sums=('338af976c03c0aa1471b156a0efdc45c')
-

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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:45:39
  Author: dwallace
Revision: 134168

upgpkg: zathura-djvu 0.2.4-2

upgpkg: zathura-djvu 0.2.4-2

Modified:
  zathura-djvu/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 13:41:51 UTC (rev 134167)
+++ PKGBUILD2015-05-26 13:45:39 UTC (rev 134168)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-djvu
 pkgver=0.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc=DjVu support for Zathura
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura-djvu/;


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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:46:10
  Author: dwallace
Revision: 134169

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

Added:
  zathura-djvu/repos/community-i686/PKGBUILD
(from rev 134168, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-i686/zathura-djvu.install
(from rev 134168, zathura-djvu/trunk/zathura-djvu.install)
  zathura-djvu/repos/community-x86_64/PKGBUILD
(from rev 134168, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-x86_64/zathura-djvu.install
(from rev 134168, zathura-djvu/trunk/zathura-djvu.install)
Deleted:
  zathura-djvu/repos/community-i686/PKGBUILD
  zathura-djvu/repos/community-i686/zathura-djvu.install
  zathura-djvu/repos/community-x86_64/PKGBUILD
  zathura-djvu/repos/community-x86_64/zathura-djvu.install

---+
 /PKGBUILD |   52 
 /zathura-djvu.install |   12 +++
 community-i686/PKGBUILD   |   26 
 community-i686/zathura-djvu.install   |6 ---
 community-x86_64/PKGBUILD |   26 
 community-x86_64/zathura-djvu.install |6 ---
 6 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 13:45:39 UTC (rev 134168)
+++ community-i686/PKGBUILD 2015-05-26 13:46:10 UTC (rev 134169)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-djvu
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=DjVu support for Zathura
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura-djvu/;
-license=('custom')
-depends=('djvulibre' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
-md5sums=('672a25dc9433b2541971c2e4e052bdd3')
-
-build(){
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: zathura-djvu/repos/community-i686/PKGBUILD (from rev 134168, 
zathura-djvu/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 13:46:10 UTC (rev 134169)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-djvu
+pkgver=0.2.4
+pkgrel=2
+pkgdesc=DjVu support for Zathura
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura-djvu/;
+license=('custom')
+depends=('djvulibre' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
+md5sums=('672a25dc9433b2541971c2e4e052bdd3')
+
+build(){
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/zathura-djvu.install
===
--- community-i686/zathura-djvu.install 2015-05-26 13:45:39 UTC (rev 134168)
+++ community-i686/zathura-djvu.install 2015-05-26 13:46:10 UTC (rev 134169)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-djvu/repos/community-i686/zathura-djvu.install (from rev 
134168, zathura-djvu/trunk/zathura-djvu.install)
===
--- community-i686/zathura-djvu.install (rev 0)
+++ community-i686/zathura-djvu.install 2015-05-26 13:46:10 UTC (rev 134169)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-26 13:45:39 UTC (rev 134168)
+++ community-x86_64/PKGBUILD   2015-05-26 13:46:10 UTC (rev 134169)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-djvu
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=DjVu support for Zathura
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura-djvu/;
-license=('custom')
-depends=('djvulibre' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz;)
-md5sums

[arch-commits] Commit in zathura-pdf-poppler/trunk (PKGBUILD)

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:50:09
  Author: dwallace
Revision: 134170

upgpkg: zathura-pdf-poppler 0.2.5-2

upgpkg: 0.2.5-2

Modified:
  zathura-pdf-poppler/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-26 13:46:10 UTC (rev 134169)
+++ PKGBUILD2015-05-26 13:50:09 UTC (rev 134170)
@@ -5,7 +5,7 @@
 
 pkgname=zathura-pdf-poppler
 pkgver=0.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc=Adds pdf support to zathura by using the poppler engine
 arch=('i686' 'x86_64')
 url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;


[arch-commits] Commit in zathura-pdf-poppler/repos (8 files)

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:50:41
  Author: dwallace
Revision: 134171

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

Added:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
(from rev 134170, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install
(from rev 134170, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
(from rev 134170, zathura-pdf-poppler/trunk/PKGBUILD)
  zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install
(from rev 134170, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
Deleted:
  zathura-pdf-poppler/repos/community-i686/PKGBUILD
  zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install
  zathura-pdf-poppler/repos/community-x86_64/PKGBUILD
  zathura-pdf-poppler/repos/community-x86_64/zathura-pdf-poppler.install

--+
 /PKGBUILD|   50 +
 /zathura-pdf-poppler.install |   12 ++
 community-i686/PKGBUILD  |   25 
 community-i686/zathura-pdf-poppler.install   |6 ---
 community-x86_64/PKGBUILD|   25 
 community-x86_64/zathura-pdf-poppler.install |6 ---
 6 files changed, 62 insertions(+), 62 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 13:50:09 UTC (rev 134170)
+++ community-i686/PKGBUILD 2015-05-26 13:50:41 UTC (rev 134171)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: karnath karnathtorj...@gmail.com
-
-pkgname=zathura-pdf-poppler
-pkgver=0.2.5
-pkgrel=1
-pkgdesc=Adds pdf support to zathura by using the poppler engine
-arch=('i686' 'x86_64')
-url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
-license=('custom')
-depends=('poppler-glib' 'zathura')
-install=$pkgname.install
-source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
-md5sums=('e314b8b136e71aa4925a864141f12d15')
-
-build() {
-  make -C ${srcdir}/$pkgname-$pkgver
-}
-
-package(){
-  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
-  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-pdf-poppler/repos/community-i686/PKGBUILD (from rev 134170, 
zathura-pdf-poppler/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 13:50:41 UTC (rev 134171)
@@ -0,0 +1,25 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: karnath karnathtorj...@gmail.com
+
+pkgname=zathura-pdf-poppler
+pkgver=0.2.5
+pkgrel=2
+pkgdesc=Adds pdf support to zathura by using the poppler engine
+arch=('i686' 'x86_64')
+url=https://pwmt.org/projects/zathura/plugins/zathura-pdf-poppler/;
+license=('custom')
+depends=('poppler-glib' 'zathura')
+install=$pkgname.install
+source=(https://pwmt.org/projects/zathura/plugins/download/$pkgname-$pkgver.tar.gz;)
+md5sums=('e314b8b136e71aa4925a864141f12d15')
+
+build() {
+  make -C ${srcdir}/$pkgname-$pkgver
+}
+
+package(){
+  make -C ${srcdir}/$pkgname-$pkgver DESTDIR=$pkgdir install
+  install -Dm0644 ${srcdir}/$pkgname-$pkgver/LICENSE 
$pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-i686/zathura-pdf-poppler.install
===
--- community-i686/zathura-pdf-poppler.install  2015-05-26 13:50:09 UTC (rev 
134170)
+++ community-i686/zathura-pdf-poppler.install  2015-05-26 13:50:41 UTC (rev 
134171)
@@ -1,6 +0,0 @@
-post_install(){
-update-desktop-database -q
-}
-post_remove(){
-update-desktop-database -q
-}

Copied: zathura-pdf-poppler/repos/community-i686/zathura-pdf-poppler.install 
(from rev 134170, zathura-pdf-poppler/trunk/zathura-pdf-poppler.install)
===
--- community-i686/zathura-pdf-poppler.install  (rev 0)
+++ community-i686/zathura-pdf-poppler.install  2015-05-26 13:50:41 UTC (rev 
134171)
@@ -0,0 +1,6 @@
+post_install(){
+update-desktop-database -q
+}
+post_remove(){
+update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-26 13:50:09 UTC (rev 134170)
+++ community-x86_64/PKGBUILD   2015-05-26 13:50:41 UTC (rev 134171)
@@ -1,25 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:53:12
  Author: dwallace
Revision: 134097

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 134096, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 134096, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 134096, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 134096, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 134096, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 134096, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   70 +
 /bash-completion |   58 ++
 /zathura.install |   24 
 community-i686/PKGBUILD  |   35 --
 community-i686/bash-completion   |   29 ---
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/bash-completion |   29 ---
 community-x86_64/zathura.install |   12 --
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 22:52:32 UTC (rev 134096)
+++ community-i686/PKGBUILD 2015-05-25 22:53:12 UTC (rev 134097)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Contributor: ML neldoreth
-
-pkgname=zathura
-pkgver=0.3.3
-pkgrel=1
-pkgdesc=Minimalistic document viewer
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/zathura/;
-license=('custom')
-depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu: DjVu support'
-'zathura-pdf-poppler: PDF support using Poppler'
-'zathura-pdf-mupdf: PDF support using MuPDF'
-'zathura-ps: PostScript support')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('d360252210ce51a29e8d341b1b72a7cc'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 134096, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 22:53:12 UTC (rev 134097)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Contributor: ML neldoreth
+
+pkgname=zathura
+pkgver=0.3.3
+pkgrel=1
+pkgdesc=Minimalistic document viewer
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/zathura/;
+license=('custom')
+depends=('girara=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu: DjVu support'
+'zathura-pdf-poppler: PDF support using Poppler'
+'zathura-pdf-mupdf: PDF support using MuPDF'
+'zathura-ps: PostScript support')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('d360252210ce51a29e8d341b1b72a7cc'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 $srcdir/bash-completion 
$pkgdir/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===
--- community-i686/bash-completion  2015-05-25 22:52:32 UTC (rev 134096)
+++ community-i686/bash-completion  2015-05-25 22:53:12 UTC (rev 134097)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS=$EXTENTIONS|pdf
-;;
-  ps.so)
-EXTENTIONS

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:52:32
  Author: dwallace
Revision: 134096

upgpkg: zathura 0.3.3-1

upgpkg: zathura 0.3.3

Modified:
  zathura/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 22:48:55 UTC (rev 134095)
+++ PKGBUILD2015-05-25 22:52:32 UTC (rev 134096)
@@ -10,7 +10,7 @@
 arch=('i686' 'x86_64')
 url=http://pwmt.org/projects/zathura/;
 license=('custom')
-depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
+depends=('girara=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
 makedepends=('python2-docutils')
 optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-poppler: PDF support using Poppler'


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:48:55
  Author: dwallace
Revision: 134095

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

Added:
  python2-systemd/repos/community-testing-i686/
  python2-systemd/repos/community-testing-i686/PKGBUILD
(from rev 134094, python2-systemd/trunk/PKGBUILD)
  python2-systemd/repos/community-testing-x86_64/
  python2-systemd/repos/community-testing-x86_64/PKGBUILD
(from rev 134094, python2-systemd/trunk/PKGBUILD)

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

Copied: python2-systemd/repos/community-testing-i686/PKGBUILD (from rev 134094, 
python2-systemd/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2015-05-25 22:48:55 UTC (rev 134095)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=220
+pkgrel=1
+pkgdesc=Python2 bindings for systemd
+arch=('x86_64' 'i686')
+url=http://www.freedesktop.org/wiki/Software/systemd/;
+license=('GPL')
+depends=('python2' 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
+md5sums=('60acd92b04c0f5faa806678abd433014')
+
+prepare() {
+   cd $_pkgname-$pkgver
+rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
+}
+
+
+build() {
+   cd $_pkgname-$pkgver
+./configure \
+--libexecdir=/usr/lib \
+--disable-audit \
+--disable-manpages \
+PYTHON=python2
+   make CFLAGS=${CFLAGS} -fno-lto
+}
+
+package(){
+   cd $_pkgname-$pkgver
+depends+=(systemd=$pkgver)
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
+}

Copied: python2-systemd/repos/community-testing-x86_64/PKGBUILD (from rev 
134094, python2-systemd/trunk/PKGBUILD)
===
--- community-testing-x86_64/PKGBUILD   (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-05-25 22:48:55 UTC (rev 134095)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+pkgname=python2-systemd
+_pkgname=systemd
+pkgver=220
+pkgrel=1
+pkgdesc=Python2 bindings for systemd
+arch=('x86_64' 'i686')
+url=http://www.freedesktop.org/wiki/Software/systemd/;
+license=('GPL')
+depends=('python2' 'python2-lxml')
+makedepends=('intltool' 'gperf')
+source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
+md5sums=('60acd92b04c0f5faa806678abd433014')
+
+prepare() {
+   cd $_pkgname-$pkgver
+rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
+}
+
+
+build() {
+   cd $_pkgname-$pkgver
+./configure \
+--libexecdir=/usr/lib \
+--disable-audit \
+--disable-manpages \
+PYTHON=python2
+   make CFLAGS=${CFLAGS} -fno-lto
+}
+
+package(){
+   cd $_pkgname-$pkgver
+depends+=(systemd=$pkgver)
+make DESTDIR=$srcdir/root install
+install -dm755 $pkgdir/usr/lib/
+cp -dpr --no-preserve=ownership $srcdir/root/usr/lib/python2.7/ 
$pkgdir/usr/lib/python2.7/
+}


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:48:25
  Author: dwallace
Revision: 134094

upgpkg: python2-systemd 220-1

upgpkg: python2-systemd 220

Modified:
  python2-systemd/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 22:47:17 UTC (rev 134093)
+++ PKGBUILD2015-05-25 22:48:25 UTC (rev 134094)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 pkgname=python2-systemd
 _pkgname=systemd
-pkgver=218
+pkgver=220
 pkgrel=1
 pkgdesc=Python2 bindings for systemd
 arch=('x86_64' 'i686')
@@ -11,14 +11,20 @@
 depends=('python2' 'python2-lxml')
 makedepends=('intltool' 'gperf')
 
source=(http://www.freedesktop.org/software/$_pkgname/$_pkgname-$pkgver.tar.xz;)
-md5sums=('4e2c511b0a7932d7fc9d79822273aac6')
+md5sums=('60acd92b04c0f5faa806678abd433014')
 
+prepare() {
+   cd $_pkgname-$pkgver
+rm -f src/journal/audit_type-to-name.h 
src/udev/keyboard-keys-from-name.gperf
+}
 
+
 build() {
cd $_pkgname-$pkgver
 ./configure \
 --libexecdir=/usr/lib \
---disable-manpages
+--disable-audit \
+--disable-manpages \
 PYTHON=python2
make CFLAGS=${CFLAGS} -fno-lto
 }


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:17:21
  Author: dwallace
Revision: 134101

archrelease: copy trunk to multilib-x86_64

Added:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
(from rev 134100, lib32-curl/trunk/PKGBUILD)
  lib32-curl/repos/multilib-x86_64/curlbuild.h
(from rev 134100, lib32-curl/trunk/curlbuild.h)
Deleted:
  lib32-curl/repos/multilib-x86_64/PKGBUILD
  lib32-curl/repos/multilib-x86_64/curlbuild.h

-+
 PKGBUILD|  126 +-
 curlbuild.h |   18 
 2 files changed, 72 insertions(+), 72 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 23:16:48 UTC (rev 134100)
+++ PKGBUILD2015-05-25 23:17:21 UTC (rev 134101)
@@ -1,63 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
-# Contributor: Dave Reisner dreis...@archlinux.org
-# Contributor: Angel Velasquez an...@archlinux.org
-# Contributor: Eric Belanger e...@archlinux.org
-# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
-# Contributor: Daniel J Griffiths ghost1...@archlinux.us
-
-pkgname=lib32-curl
-_pkgname=curl
-pkgver=7.41.0
-pkgrel=1
-pkgdesc=An URL retrieval utility and library (32-bit)
-arch=('x86_64')
-url=http://curl.haxx.se;
-license=('MIT')
-depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
-source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('7321a0a3012f8eede729b5a44ebef5bd'
- 'SKIP')
- validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
-
-build() {
-  cd $_pkgname-$pkgver
-
-  export CC=gcc -m32
-  export CXX=g++ -m32
-  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
-  
-  ./configure \
-  --prefix=/usr \
-  --mandir=/usr/share/man \
-  --disable-dependency-tracking \
-  --disable-ldap \
-  --disable-ldaps \
-  --enable-ipv6 \
-  --enable-manual \
-  --enable-versioned-symbols \
-  --enable-threaded-resolver \
-  --with-gssapi \
-  --with-libidn \
-  --with-random=/dev/urandom \
-  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
-  --libdir=/usr/lib32
-
-  make
-}
-
-package() {
-  cd $_pkgname-$pkgver
-
-  make DESTDIR=$pkgdir install
-
-  rm -rf ${pkgdir}/usr/{share,bin}
-  
-  # license
-  install -d $pkgdir/usr/share/licenses
-  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
-
-  # devel
-  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
-  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
-}

Copied: lib32-curl/repos/multilib-x86_64/PKGBUILD (from rev 134100, 
lib32-curl/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 23:17:21 UTC (rev 134101)
@@ -0,0 +1,63 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwall...@aur.archlinux.org
+# Contributor: Dave Reisner dreis...@archlinux.org
+# Contributor: Angel Velasquez an...@archlinux.org
+# Contributor: Eric Belanger e...@archlinux.org
+# Contributor: Lucien Immink l.imm...@student.fnt.hvu.nl
+# Contributor: Daniel J Griffiths ghost1...@archlinux.us
+
+pkgname=lib32-curl
+_pkgname=curl
+pkgver=7.42.0
+pkgrel=1
+pkgdesc=An URL retrieval utility and library (32-bit)
+arch=('x86_64')
+url=http://curl.haxx.se;
+license=('MIT')
+depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
+source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
+md5sums=('e941e7a1f3c06d002152bf775c678b35'
+ 'SKIP')
+ validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
+
+build() {
+  cd $_pkgname-$pkgver
+
+  export CC=gcc -m32
+  export CXX=g++ -m32
+  export PKG_CONFIG_PATH=/usr/lib32/pkgconfig
+  
+  ./configure \
+  --prefix=/usr \
+  --mandir=/usr/share/man \
+  --disable-dependency-tracking \
+  --disable-ldap \
+  --disable-ldaps \
+  --enable-ipv6 \
+  --enable-manual \
+  --enable-versioned-symbols \
+  --enable-threaded-resolver \
+  --with-gssapi \
+  --with-libidn \
+  --with-random=/dev/urandom \
+  --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
+  --libdir=/usr/lib32
+
+  make
+}
+
+package() {
+  cd $_pkgname-$pkgver
+
+  make DESTDIR=$pkgdir install
+
+  rm -rf ${pkgdir}/usr/{share,bin}
+  
+  # license
+  install -d $pkgdir/usr/share/licenses
+  ln -s $_pkgname $pkgdir/usr/share/licenses/$pkgname
+
+  # devel
+  find ${pkgdir}/usr/include/curl -type f -not -name curlbuild.h -delete
+  mv $pkgdir/usr/include/curl/curlbuild.h 
$pkgdir/usr/include/$_pkgname/curlbuild-32.h
+}

Deleted: curlbuild.h
===
--- curlbuild.h 2015-05-25 23:16:48 UTC (rev 134100)
+++ curlbuild.h 2015-05-25 23:17:21 UTC (rev 134101)
@@ -1,9 +0,0 @@
-#include bits/wordsize.h
-
-#if __WORDSIZE == 32
-#include curlbuild-32.h
-#elif __WORDSIZE == 64

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:16:48
  Author: dwallace
Revision: 134100

upgpkg: lib32-curl 7.42.0-1

upgpkg: lib32-curl 7.42.0

Modified:
  lib32-curl/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 23:06:32 UTC (rev 134099)
+++ PKGBUILD2015-05-25 23:16:48 UTC (rev 134100)
@@ -8,7 +8,7 @@
 
 pkgname=lib32-curl
 _pkgname=curl
-pkgver=7.41.0
+pkgver=7.42.0
 pkgrel=1
 pkgdesc=An URL retrieval utility and library (32-bit)
 arch=('x86_64')
@@ -16,7 +16,7 @@
 license=('MIT')
 depends=('lib32-libssh2' 'lib32-krb5' 'lib32-libidn' ${_pkgname})
 source=(http://curl.haxx.se/download/$_pkgname-$pkgver.tar.gz{,.asc})
-md5sums=('7321a0a3012f8eede729b5a44ebef5bd'
+md5sums=('e941e7a1f3c06d002152bf775c678b35'
  'SKIP')
  validpgpkeys=('914C533DF9B2ADA2204F586D78E11C6B279D5C91') # Daniel Stenberg
 


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:33:11
  Author: dwallace
Revision: 134089

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

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

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

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 21:40:32 UTC (rev 134088)
+++ community-i686/PKGBUILD 2015-05-25 22:33:11 UTC (rev 134089)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgname=girara
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=User interface library focused on simplicity and minimalism
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-depends=('gtk3')
-replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('f22a75b51cf88f241096e230985f28db')
-
-build() {
-  cd $srcdir/girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd $srcdir/girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-i686/PKGBUILD (from rev 134088, 
girara/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 22:33:11 UTC (rev 134089)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgname=girara
+pkgver=0.2.4
+pkgrel=1
+pkgdesc=User interface library focused on simplicity and minimalism
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
+md5sums=('f22a75b51cf88f241096e230985f28db')
+
+build() {
+  cd $srcdir/girara-$pkgver
+  touch colors.mk
+  make GIRARA_GTK_VERSION=3
+}
+
+package() {
+  cd $srcdir/girara-$pkgver
+  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
+  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-05-25 21:40:32 UTC (rev 134088)
+++ community-x86_64/PKGBUILD   2015-05-25 22:33:11 UTC (rev 134089)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-# Maintainer: mlq m...@pwmt.org
-
-pkgname=girara
-pkgver=0.2.4
-pkgrel=1
-pkgdesc=User interface library focused on simplicity and minimalism
-arch=('i686' 'x86_64')
-url=http://pwmt.org/projects/girara;
-license=('custom')
-depends=('gtk3')
-replaces=('girara-gtk3' 'girara-common')
-provides=('girara-gtk3' 'girara-common')
-conflicts=('girara-gtk3' 'girara-common')
-source=(http://pwmt.org/projects/girara/download/girara-$pkgver.tar.gz)
-md5sums=('f22a75b51cf88f241096e230985f28db')
-
-build() {
-  cd $srcdir/girara-$pkgver
-  touch colors.mk
-  make GIRARA_GTK_VERSION=3
-}
-
-package() {
-  cd $srcdir/girara-$pkgver
-  make GIRARA_GTK_VERSION=3 DESTDIR=$pkgdir/ install
-  install -D -m664 LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
-}

Copied: girara/repos/community-x86_64/PKGBUILD (from rev 134088, 
girara/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-05-25 22:33:11 UTC (rev 134089)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+# Maintainer: mlq m...@pwmt.org
+
+pkgname=girara
+pkgver=0.2.4
+pkgrel=1
+pkgdesc=User interface library focused on simplicity and minimalism
+arch=('i686' 'x86_64')
+url=http://pwmt.org/projects/girara;
+license=('custom')
+depends=('gtk3')
+replaces=('girara-gtk3' 'girara-common')
+provides=('girara-gtk3' 'girara-common')
+conflicts=('girara-gtk3' 'girara-common')
+source=(http://pwmt.org/projects

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:47:17
  Author: dwallace
Revision: 134093

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

Added:
  connman/repos/community-i686/PKGBUILD
(from rev 134092, connman/trunk/PKGBUILD)
  connman/repos/community-i686/allow_group_network.diff
(from rev 134092, connman/trunk/allow_group_network.diff)
  connman/repos/community-x86_64/PKGBUILD
(from rev 134092, connman/trunk/PKGBUILD)
  connman/repos/community-x86_64/allow_group_network.diff
(from rev 134092, connman/trunk/allow_group_network.diff)
Deleted:
  connman/repos/community-i686/PKGBUILD
  connman/repos/community-i686/allow_group_network.diff
  connman/repos/community-x86_64/PKGBUILD
  connman/repos/community-x86_64/allow_group_network.diff

---+
 /PKGBUILD |   96 
 /allow_group_network.diff |   24 +++
 community-i686/PKGBUILD   |   48 --
 community-i686/allow_group_network.diff   |   12 ---
 community-x86_64/PKGBUILD |   48 --
 community-x86_64/allow_group_network.diff |   12 ---
 6 files changed, 120 insertions(+), 120 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 22:46:45 UTC (rev 134092)
+++ community-i686/PKGBUILD 2015-05-25 22:47:17 UTC (rev 134093)
@@ -1,48 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
-
-pkgname=connman
-pkgver=1.28
-pkgrel=2
-pkgdesc=Wireless LAN network manager
-url=https://01.org/connman;
-arch=('i686' 'x86_64')
-license=('GPL2')
-depends=('dbus' 'iptables' 'gnutls' 'glib2')
-optdepends=('bluez: Support for Bluetooth devices'
-'wpa_supplicant: For WiFi devices'
-'pptpclient: for ppp support')
-makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
-source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
-'allow_group_network.diff')
-md5sums=('6e07c93877f80bb73c9d4dbfc697f3fc'
- 'a8d22ee089fb0ed725130d16ad393047')
-
-prepare(){
-  cd ${srcdir}/${pkgname}-${pkgver}
-  patch -Np1 -i ${srcdir}/allow_group_network.diff
-}
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-
-  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
- --bindir=/usr/bin \
- --sbindir=/usr/bin \
-  --with-systemdunitdir=/usr/lib/systemd/system \
-  --enable-pptp \
-  --enable-openconnect \
-  --enable-vpnc \
-  --enable-openvpn \
-  --enable-polkit \
-  --enable-client
-
-  make
-}
-
-package(){
-  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
-  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/bin/${pkgname}ctl
-  find $pkgdir/usr -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
-}

Copied: connman/repos/community-i686/PKGBUILD (from rev 134092, 
connman/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 22:47:17 UTC (rev 134093)
@@ -0,0 +1,48 @@
+#$Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
+
+pkgname=connman
+pkgver=1.29
+pkgrel=1
+pkgdesc=Wireless LAN network manager
+url=https://01.org/connman;
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('dbus' 'iptables' 'gnutls' 'glib2')
+optdepends=('bluez: Support for Bluetooth devices'
+'wpa_supplicant: For WiFi devices'
+'pptpclient: for ppp support')
+makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
+source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
+'allow_group_network.diff')
+md5sums=('5283884504860f5fba2e6f489f517293'
+ 'a8d22ee089fb0ed725130d16ad393047')
+
+prepare(){
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/allow_group_network.diff
+}
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
+ --bindir=/usr/bin \
+ --sbindir=/usr/bin \
+  --with-systemdunitdir=/usr/lib/systemd/system \
+  --enable-pptp \
+  --enable-openconnect \
+  --enable-vpnc \
+  --enable-openvpn \
+  --enable-polkit \
+  --enable-client
+
+  make
+}
+
+package(){
+  make -C ${srcdir}/${pkgname}-${pkgver} DESTDIR=${pkgdir} install
+  install -Dm755 $srcdir/$pkgname-$pkgver/client/${pkgname}ctl 
$pkgdir/usr/bin/${pkgname}ctl
+  find $pkgdir/usr -name \*.service -exec sed -i 's/s\(bin\)/\1/' {} +
+}

Deleted: community-i686/allow_group_network.diff
===
--- community-i686

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:46:45
  Author: dwallace
Revision: 134092

upgpkg: connman 1.29-1

upgpkg: connman 1.29

Modified:
  connman/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 22:39:49 UTC (rev 134091)
+++ PKGBUILD2015-05-25 22:46:45 UTC (rev 134092)
@@ -3,8 +3,8 @@
 # Contributor: Lucas De Marchi lucas.de.mar...@gmail.com
 
 pkgname=connman
-pkgver=1.28
-pkgrel=2
+pkgver=1.29
+pkgrel=1
 pkgdesc=Wireless LAN network manager
 url=https://01.org/connman;
 arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@
 makedepends=('bluez' 'wpa_supplicant' 'openconnect' 'openvpn' 'ppp')
 
source=(http://www.kernel.org/pub/linux/network/${pkgname}/${pkgname}-${pkgver}.tar.xz;
 'allow_group_network.diff')
-md5sums=('6e07c93877f80bb73c9d4dbfc697f3fc'
+md5sums=('5283884504860f5fba2e6f489f517293'
  'a8d22ee089fb0ed725130d16ad393047')
 
 prepare(){


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:29:44
  Author: dwallace
Revision: 134105

archrelease: copy trunk to community-any

Added:
  udiskie/repos/community-any/PKGBUILD
(from rev 134104, udiskie/trunk/PKGBUILD)
Deleted:
  udiskie/repos/community-any/PKGBUILD

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

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 23:29:23 UTC (rev 134104)
+++ PKGBUILD2015-05-25 23:29:44 UTC (rev 134105)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Byron Clark by...@theclarkfamily.name
-pkgname=udiskie
-pkgver=1.1.3
-pkgrel=1
-pkgdesc=Removable disk automounter using udisks
-arch=('any')
-url=https://pypi.python.org/pypi/udiskie;
-license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'python2-notify')
-makedepends=('asciidoc')
-optdepends=('zenity: for luks decryption'
-'pygtk: for tray icon')
-options=(!emptydirs)
-optdepends=('udisks2: experimental use on the command line with -2')
-source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('730440a6cc45b2f92da6f3252a0536b0')
-
-package() {
-  cd $srcdir/$pkgname-$pkgver
-
-  python setup.py install --root=$pkgdir --optimize=1
-
-  make -C doc
-  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
-  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
-
-}
-
-# vim:set ts=2 sw=2 et:

Copied: udiskie/repos/community-any/PKGBUILD (from rev 134104, 
udiskie/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 23:29:44 UTC (rev 134105)
@@ -0,0 +1,33 @@
+# $Id: PKGBUILD 73684 2012-07-14 05:00:28Z dwallace $
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Byron Clark by...@theclarkfamily.name
+pkgname=udiskie
+pkgver=1.2.0
+pkgrel=1
+pkgdesc=Removable disk automounter using udisks
+arch=('any')
+url=https://pypi.python.org/pypi/udiskie;
+license=('MIT')
+depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 
'python-docopt' 'gettext' 'libnotify')
+makedepends=('asciidoc')
+optdepends=('zenity: for luks decryption'
+'pygtk: for tray icon'
+'udisks2: experimental use on the command line with -2'
+'notification-daemon: for notifications')
+options=(!emptydirs)
+source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
+md5sums=('df5ee82d33f5e129093e99a15ebfd590')
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  export LC_ALL=en_US.utf8
+
+  python setup.py install --root=$pkgdir --optimize=1
+
+  make -C doc
+  install -m 0644 -D doc/${pkgname}.8 
$pkgdir/usr/share/man/man8/${pkgname}.8
+  install -Dm644 COPYING $pkgdir/usr/share/licenses/$pkgname/LICENSE
+
+}
+
+# vim:set ts=2 sw=2 et:


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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:29:23
  Author: dwallace
Revision: 134104

upgpkg: udiskie 1.2.0-1

upgpkg: udiskie 1.2.0

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2015-05-25 23:22:37 UTC (rev 134103)
+++ PKGBUILD2015-05-25 23:29:23 UTC (rev 134104)
@@ -2,7 +2,7 @@
 # Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
 # Contributor: Byron Clark by...@theclarkfamily.name
 pkgname=udiskie
-pkgver=1.1.3
+pkgver=1.2.0
 pkgrel=1
 pkgdesc=Removable disk automounter using udisks
 arch=('any')
@@ -16,10 +16,11 @@
 'notification-daemon: for notifications')
 options=(!emptydirs)
 
source=(https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz;)
-md5sums=('730440a6cc45b2f92da6f3252a0536b0')
+md5sums=('df5ee82d33f5e129093e99a15ebfd590')
 
 package() {
   cd $srcdir/$pkgname-$pkgver
+  export LC_ALL=en_US.utf8
 
   python setup.py install --root=$pkgdir --optimize=1
 


[arch-commits] Commit in jython/repos/community-any (7 files)

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 01:45:31
  Author: dwallace
Revision: 134107

archrelease: copy trunk to community-any

Added:
  jython/repos/community-any/PKGBUILD
(from rev 134106, jython/trunk/PKGBUILD)
  jython/repos/community-any/README.ArchLinux
(from rev 134106, jython/trunk/README.ArchLinux)
  jython/repos/community-any/jython.install
(from rev 134106, jython/trunk/jython.install)
  jython/repos/community-any/jython.sh
(from rev 134106, jython/trunk/jython.sh)
Deleted:
  jython/repos/community-any/PKGBUILD
  jython/repos/community-any/README.ArchLinux
  jython/repos/community-any/jython.install

--+
 PKGBUILD |   74 +
 README.ArchLinux |   74 ++---
 jython.install   |   40 ++--
 jython.sh|1 
 4 files changed, 93 insertions(+), 96 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2015-05-25 23:45:03 UTC (rev 134106)
+++ PKGBUILD2015-05-25 23:45:31 UTC (rev 134107)
@@ -1,39 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
-# Contributor: Chris Brannon cmbranno...@gmail.com
-# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
-# Contributor: Richard Murri ad...@richardmurri.com
-pkgname=jython
-pkgver=2.5.3
-pkgrel=2
-pkgdesc=An implementation of the Python language written in Java
-arch=('any')
-url=http://www.jython.org/;
-license=('PSF' 'APACHE' 'custom')
-depends=('java-environment' 'bash' 'python')
-backup=('opt/jython/registry')
-options=('!emptydirs')
-install='jython.install'
-source=(http://search.maven.org/remotecontent?filepath=org/python/$pkgname-installer/$pkgver/$pkgname-installer-$pkgver.jar;
-'README.ArchLinux')
-
-noextract=(${pkgname}_installer-${pkgver}.jar)
-
-md5sums=('41633b4557483d6d4237ee79ffcebe7b'
- '0a2e265af61c7d695e13b605dc180553')
-
-package() {
-   cd $srcdir
-   java -jar ${pkgname}-installer-${pkgver}.jar -s -t standard -d 
$pkgdir/opt/jython
-   sed -i s*${pkgdir}**g ${pkgdir}/opt/jython/jython
-
-   # Get rid of hard-coded JAVA_HOME, since all the JDKs don't use
-   # the same directory.
-   sed -i '/^JAVA_HOME=.*$/d' ${pkgdir}/opt/jython/jython
-
-   install -m755 -D $pkgdir/opt/jython/jython $pkgdir/usr/bin/jython
-   install -m644 -D $srcdir/README.ArchLinux 
$pkgdir/usr/share/doc/$pkgname/README.ArchLinux
-
-   rm $pkgdir/opt/jython/jython $pkgdir/opt/jython/bin/jython
-   install -m644 -D $pkgdir/opt/jython/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
-}

Copied: jython/repos/community-any/PKGBUILD (from rev 134106, 
jython/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2015-05-25 23:45:31 UTC (rev 134107)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace danielwallace at gtmanfred dot com
+# Contributor: Chris Brannon cmbranno...@gmail.com
+# Contributor: Geoffroy Carrier geoffroy.carr...@aur.archlinux.org
+# Contributor: Richard Murri ad...@richardmurri.com
+pkgname=jython
+pkgver=2.7.0
+pkgrel=1
+pkgdesc=An implementation of the Python language written in Java
+arch=('any')
+url=http://www.jython.org/;
+license=('PSF' 'APACHE' 'custom')
+depends=('java-environment' 'bash' 'python')
+backup=('opt/jython/registry')
+options=('!emptydirs')
+install='jython.install'
+source=(http://search.maven.org/remotecontent?filepath=org/python/$pkgname-installer/$pkgver/$pkgname-installer-$pkgver.jar;
+'README.ArchLinux'
+'jython.sh')
+
+noextract=(${pkgname}_installer-${pkgver}.jar)
+
+md5sums=('da4cafee530530c3627fb818f35dff12'
+ '0a2e265af61c7d695e13b605dc180553'
+ 'c08ade059dae86b015f39842ceb465cf')
+
+package() {
+cd $srcdir
+java -jar jython-installer-${pkgver}.jar -s -t standard -d 
$pkgdir/opt/$pkgname
+
+install -m644 -D $srcdir/jython.sh $pkgdir/etc/profile.d/jython.sh
+install -m644 -D $srcdir/README.ArchLinux 
$pkgdir/usr/share/doc/$pkgname/README.ArchLinux
+
+install -m644 -D $pkgdir/opt/$pkgname/LICENSE.txt 
$pkgdir/usr/share/licenses/$pkgname/LICENSE.txt
+}

Deleted: README.ArchLinux
===
--- README.ArchLinux2015-05-25 23:45:03 UTC (rev 134106)
+++ README.ArchLinux2015-05-25 23:45:31 UTC (rev 134107)
@@ -1,37 +0,0 @@
-Important Notes
-===
-The user is strongly advised to create a file named
-~/.jython, containing the following line:
-python.cachedir=/home/USERNAME/.jythoncachedir
-where USERNAME is your username.
-Environment variable expansion and ~ expansion are not honored in this file,
-so you cannot represent /home/USERNAME with ~/ or $HOME.
-
-Jython uses caching to improve performance.  By default, it tries to
-use a global directory as its cache

  1   2   3   4   5   6   7   8   9   >