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

2013-05-11 Thread Evangelos Foutras
Date: Saturday, May 11, 2013 @ 16:51:04
  Author: foutrelis
Revision: 90319

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

Added:
  libvirt/repos/community-staging-i686/
  libvirt/repos/community-staging-i686/PKGBUILD
(from rev 90317, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-staging-i686/libvirt.install
(from rev 90317, libvirt/trunk/libvirt.install)
  libvirt/repos/community-staging-i686/libvirt.tmpfiles.d
(from rev 90317, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-staging-i686/libvirtd-guests.conf.d
(from rev 90317, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-staging-i686/libvirtd-guests.rc.d
(from rev 90317, libvirt/trunk/libvirtd-guests.rc.d)
  libvirt/repos/community-staging-i686/libvirtd.conf.d
(from rev 90317, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-staging-i686/libvirtd.rc.d
(from rev 90317, libvirt/trunk/libvirtd.rc.d)
  libvirt/repos/community-staging-x86_64/
  libvirt/repos/community-staging-x86_64/PKGBUILD
(from rev 90317, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-staging-x86_64/libvirt.install
(from rev 90317, libvirt/trunk/libvirt.install)
  libvirt/repos/community-staging-x86_64/libvirt.tmpfiles.d
(from rev 90317, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-staging-x86_64/libvirtd-guests.conf.d
(from rev 90317, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-staging-x86_64/libvirtd-guests.rc.d
(from rev 90317, libvirt/trunk/libvirtd-guests.rc.d)
  libvirt/repos/community-staging-x86_64/libvirtd.conf.d
(from rev 90317, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-staging-x86_64/libvirtd.rc.d
(from rev 90317, libvirt/trunk/libvirtd.rc.d)

-+
 community-staging-i686/PKGBUILD |   97 +
 community-staging-i686/libvirt.install  |   19 ++
 community-staging-i686/libvirt.tmpfiles.d   |4 
 community-staging-i686/libvirtd-guests.conf.d   |   11 +
 community-staging-i686/libvirtd-guests.rc.d |  161 ++
 community-staging-i686/libvirtd.conf.d  |3 
 community-staging-i686/libvirtd.rc.d|   66 +
 community-staging-x86_64/PKGBUILD   |   97 +
 community-staging-x86_64/libvirt.install|   19 ++
 community-staging-x86_64/libvirt.tmpfiles.d |4 
 community-staging-x86_64/libvirtd-guests.conf.d |   11 +
 community-staging-x86_64/libvirtd-guests.rc.d   |  161 ++
 community-staging-x86_64/libvirtd.conf.d|3 
 community-staging-x86_64/libvirtd.rc.d  |   66 +
 14 files changed, 722 insertions(+)

Copied: libvirt/repos/community-staging-i686/PKGBUILD (from rev 90317, 
libvirt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-05-11 14:51:04 UTC (rev 90319)
@@ -0,0 +1,97 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=libvirt
+pkgver=1.0.5
+pkgrel=2
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('i686' 'x86_64')
+url="http://libvirt.org/";
+license=('LGPL')
+depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
+'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
+'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
+'iproute2' 'libnl' 'libx11' 'audit')
+makedepends=('pkgconfig' 'lvm2' 'linux-api-headers')
+optdepends=('bridge-utils: for briged networking (default)'
+   'dnsmasq: for NAT/DHCP for guests'
+   'kvm'
+   'openbsd-netcat: for remote management over ssh'
+   'qemu'
+   'radvd'
+   'dmidecode'
+   'ebtables')
+options=('emptydirs' '!libtool')
+backup=('etc/conf.d/libvirtd'
+   'etc/conf.d/libvirtd-guests'
+   'etc/libvirt/libvirtd.conf'
+   'etc/libvirt/libvirt.conf'
+   'etc/libvirt/qemu.conf'
+   'etc/sasl2/libvirt.conf')
+install="libvirt.install"
+source=("http://libvirt.org/sources/$pkgname-$pkgver.tar.gz";
+   libvirtd.rc.d
+   libvirtd.conf.d
+   libvirtd-guests.rc.d
+   libvirtd-guests.conf.d
+   libvirt.tmpfiles.d)
+md5sums=('91c4145f49bcf92e89470fa3fb28fff6'
+ 'c43244c40a0437038c82089618e7beaa'
+ '3ed0e24f5b5e25bf553f5427d64915e6'
+ '0ee5b6c58590ff392a266f20f7928d1f'
+ '0a96ed876ffb1fcb9dff5a9b3a609c1e'
+ '020971887442ebbf1b6949e031c8dd3f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  export PYTHON=`which python2`
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/env py

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

2013-03-07 Thread Evangelos Foutras
Date: Thursday, March 7, 2013 @ 13:48:36
  Author: foutrelis
Revision: 85803

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

Added:
  libvirt/repos/community-staging-i686/
  libvirt/repos/community-staging-i686/PKGBUILD
(from rev 85802, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-staging-i686/libvirt.install
(from rev 85802, libvirt/trunk/libvirt.install)
  libvirt/repos/community-staging-i686/libvirt.tmpfiles.d
(from rev 85802, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-staging-i686/libvirtd-guests.conf.d
(from rev 85802, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-staging-i686/libvirtd-guests.rc.d
(from rev 85802, libvirt/trunk/libvirtd-guests.rc.d)
  libvirt/repos/community-staging-i686/libvirtd.conf.d
(from rev 85802, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-staging-i686/libvirtd.rc.d
(from rev 85802, libvirt/trunk/libvirtd.rc.d)
  libvirt/repos/community-staging-x86_64/
  libvirt/repos/community-staging-x86_64/PKGBUILD
(from rev 85802, libvirt/trunk/PKGBUILD)
  libvirt/repos/community-staging-x86_64/libvirt.install
(from rev 85802, libvirt/trunk/libvirt.install)
  libvirt/repos/community-staging-x86_64/libvirt.tmpfiles.d
(from rev 85802, libvirt/trunk/libvirt.tmpfiles.d)
  libvirt/repos/community-staging-x86_64/libvirtd-guests.conf.d
(from rev 85802, libvirt/trunk/libvirtd-guests.conf.d)
  libvirt/repos/community-staging-x86_64/libvirtd-guests.rc.d
(from rev 85802, libvirt/trunk/libvirtd-guests.rc.d)
  libvirt/repos/community-staging-x86_64/libvirtd.conf.d
(from rev 85802, libvirt/trunk/libvirtd.conf.d)
  libvirt/repos/community-staging-x86_64/libvirtd.rc.d
(from rev 85802, libvirt/trunk/libvirtd.rc.d)

-+
 community-staging-i686/PKGBUILD |   95 
 community-staging-i686/libvirt.install  |   19 ++
 community-staging-i686/libvirt.tmpfiles.d   |4 
 community-staging-i686/libvirtd-guests.conf.d   |   11 +
 community-staging-i686/libvirtd-guests.rc.d |  161 ++
 community-staging-i686/libvirtd.conf.d  |3 
 community-staging-i686/libvirtd.rc.d|   66 +
 community-staging-x86_64/PKGBUILD   |   95 
 community-staging-x86_64/libvirt.install|   19 ++
 community-staging-x86_64/libvirt.tmpfiles.d |4 
 community-staging-x86_64/libvirtd-guests.conf.d |   11 +
 community-staging-x86_64/libvirtd-guests.rc.d   |  161 ++
 community-staging-x86_64/libvirtd.conf.d|3 
 community-staging-x86_64/libvirtd.rc.d  |   66 +
 14 files changed, 718 insertions(+)

Copied: libvirt/repos/community-staging-i686/PKGBUILD (from rev 85802, 
libvirt/trunk/PKGBUILD)
===
--- community-staging-i686/PKGBUILD (rev 0)
+++ community-staging-i686/PKGBUILD 2013-03-07 12:48:36 UTC (rev 85803)
@@ -0,0 +1,95 @@
+# $Id$
+# Maintainer: Sergej Pupykin 
+# Contributor: Jonathan Wiersma 
+
+pkgname=libvirt
+pkgver=1.0.3
+pkgrel=3rc2
+pkgdesc="API for controlling virtualization engines 
(openvz,kvm,qemu,virtualbox,xen,etc)"
+arch=('i686' 'x86_64')
+url="http://libvirt.org/";
+license=('LGPL')
+depends=('e2fsprogs' 'gnutls' 'iptables' 'libxml2' 'parted' 'polkit' 'python2'
+'avahi' 'yajl' 'libpciaccess' 'udev' 'dbus-core' 'libxau' 'libxdmcp' 
'libpcap'
+'curl' 'libsasl' 'libgcrypt' 'libgpg-error' 'openssl' 'libxcb' 
'gcc-libs'
+'iproute2' 'libnl' 'libx11' 'audit')
+makedepends=('pkgconfig' 'lvm2' 'linux-api-headers')
+optdepends=('bridge-utils: for briged networking (default)'
+   'dnsmasq: for NAT/DHCP for guests'
+   'kvm'
+   'openbsd-netcat: for remote management over ssh'
+   'qemu'
+   'radvd'
+   'dmidecode'
+   'ebtables')
+options=('emptydirs' '!libtool')
+backup=('etc/conf.d/libvirtd'
+   'etc/conf.d/libvirtd-guests'
+   'etc/libvirt/libvirtd.conf'
+   'etc/libvirt/libvirt.conf'
+   'etc/libvirt/qemu.conf'
+   'etc/sasl2/libvirt.conf')
+install="libvirt.install"
+source=("http://libvirt.org/sources/$pkgname-$pkgver-rc2.tar.gz";
+   libvirtd.rc.d
+   libvirtd.conf.d
+   libvirtd-guests.rc.d
+   libvirtd-guests.conf.d
+   libvirt.tmpfiles.d)
+md5sums=('d03a65be35c455bc09ee96df66ea2c4d'
+ 'c43244c40a0437038c82089618e7beaa'
+ '3ed0e24f5b5e25bf553f5427d64915e6'
+ '0ee5b6c58590ff392a266f20f7928d1f'
+ '0a96ed876ffb1fcb9dff5a9b3a609c1e'
+ '020971887442ebbf1b6949e031c8dd3f')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  # python2 fix
+  export PYTHON=`which python2`
+  for file in $(find . -name '*.py' -print); do
+sed -i 's_#!.*/usr/bin/python_#!/usr/bin/python2_' $file
+sed -i 's_#!.*/usr/bin/env.*python_#!/usr/bin/