Date: Wednesday, April 3, 2013 @ 13:01:23
  Author: spupykin
Revision: 87577

archrelease: copy trunk to community-any

Added:
  virtinst/repos/community-any/PKGBUILD
    (from rev 87576, virtinst/trunk/PKGBUILD)
Deleted:
  virtinst/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2013-04-03 11:01:09 UTC (rev 87576)
+++ PKGBUILD    2013-04-03 11:01:23 UTC (rev 87577)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <[email protected]>
-# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
-# Contributor: Xupeng Yun <[email protected]>
-
-pkgname=virtinst
-pkgver=0.600.3
-pkgrel=1
-pkgdesc="A command line tool which provides an easy way to provision operating 
systems into virtual machines."
-depends=('python2' 'libvirt' 'urlgrabber')
-url="http://virt-manager.et.redhat.com";
-arch=('any')
-license=('GPL')
-source=("http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz";)
-md5sums=('13c06b16c0f9fa23e7cb2534950b4575')
-
-build() {
-  cd $srcdir/$pkgname-$pkgver
-  python2 ./setup.py build
-  python2 ./setup.py install --root=$pkgdir
-}

Copied: virtinst/repos/community-any/PKGBUILD (from rev 87576, 
virtinst/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2013-04-03 11:01:23 UTC (rev 87577)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Sergej Pupykin <[email protected]>
+# Contributor: Jonathan Wiersma <arch aur at jonw dot org>
+# Contributor: Xupeng Yun <[email protected]>
+
+pkgname=virtinst
+pkgver=0.600.4
+pkgrel=1
+pkgdesc="A command line tool which provides an easy way to provision operating 
systems into virtual machines."
+depends=('python2' 'libvirt' 'urlgrabber')
+url="http://virt-manager.et.redhat.com";
+arch=('any')
+license=('GPL')
+source=("http://virt-manager.et.redhat.com/download/sources/$pkgname/$pkgname-$pkgver.tar.gz";)
+md5sums=('0be36b08bb8b61eb9d75f0885eacc173')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 ./setup.py build
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  python2 ./setup.py install --root=$pkgdir
+}

Reply via email to