Date: Monday, July 7, 2014 @ 04:33:33
  Author: fyan
Revision: 115235

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

Added:
  pystatgrab/repos/community-i686/PKGBUILD
    (from rev 115234, pystatgrab/trunk/PKGBUILD)
  pystatgrab/repos/community-i686/pystatgrab.changelog
    (from rev 115234, pystatgrab/trunk/pystatgrab.changelog)
  pystatgrab/repos/community-x86_64/PKGBUILD
    (from rev 115234, pystatgrab/trunk/PKGBUILD)
  pystatgrab/repos/community-x86_64/pystatgrab.changelog
    (from rev 115234, pystatgrab/trunk/pystatgrab.changelog)
Deleted:
  pystatgrab/repos/community-i686/PKGBUILD
  pystatgrab/repos/community-i686/pystatgrab.changelog
  pystatgrab/repos/community-x86_64/PKGBUILD
  pystatgrab/repos/community-x86_64/pystatgrab.changelog

---------------------------------------+
 /PKGBUILD                             |   42 ++++++++++++++++++++++++++++++++
 /pystatgrab.changelog                 |   16 ++++++++++++
 community-i686/PKGBUILD               |   21 ----------------
 community-i686/pystatgrab.changelog   |    8 ------
 community-x86_64/PKGBUILD             |   21 ----------------
 community-x86_64/pystatgrab.changelog |    5 ---
 6 files changed, 58 insertions(+), 55 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2014-07-07 02:33:02 UTC (rev 115234)
+++ community-i686/PKGBUILD     2014-07-07 02:33:33 UTC (rev 115235)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Hugo Ideler <[email protected]>
-
-pkgname=pystatgrab
-pkgver=0.5
-pkgrel=6
-pkgdesc="Python bindings for libstatgrab"
-arch=('i686' 'x86_64')
-url="http://www.i-scream.org/pystatgrab";
-license=('GPL')
-depends=('python2' 'libstatgrab')
-source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py build
-  python2 setup.py install --prefix=${pkgdir}/usr
-}

Copied: pystatgrab/repos/community-i686/PKGBUILD (from rev 115234, 
pystatgrab/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-07-07 02:33:33 UTC (rev 115235)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Hugo Ideler <[email protected]>
+
+pkgname=pystatgrab
+pkgver=0.5
+pkgrel=7
+pkgdesc="Python bindings for libstatgrab"
+arch=('i686' 'x86_64')
+url="http://www.i-scream.org/pystatgrab";
+license=('GPL')
+depends=('python2' 'libstatgrab')
+source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  python2 setup.py build
+  python2 setup.py install --prefix=${pkgdir}/usr
+}

Deleted: community-i686/pystatgrab.changelog
===================================================================
--- community-i686/pystatgrab.changelog 2014-07-07 02:33:02 UTC (rev 115234)
+++ community-i686/pystatgrab.changelog 2014-07-07 02:33:33 UTC (rev 115235)
@@ -1,8 +0,0 @@
-2013-02-02 Jaroslav Lichtblau <[email protected]>
-       * pystatgrab 0.5-6 clean-up $pkgdir usage
-
-2010-07-21 Jaroslav Lichtblau <[email protected]>
-       * Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau <[email protected]>
-       * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update

Copied: pystatgrab/repos/community-i686/pystatgrab.changelog (from rev 115234, 
pystatgrab/trunk/pystatgrab.changelog)
===================================================================
--- community-i686/pystatgrab.changelog                         (rev 0)
+++ community-i686/pystatgrab.changelog 2014-07-07 02:33:33 UTC (rev 115235)
@@ -0,0 +1,8 @@
+2013-02-02 Jaroslav Lichtblau <[email protected]>
+       * pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau <[email protected]>
+       * Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau <[email protected]>
+       * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2014-07-07 02:33:02 UTC (rev 115234)
+++ community-x86_64/PKGBUILD   2014-07-07 02:33:33 UTC (rev 115235)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <[email protected]>
-# Contributor: Hugo Ideler <[email protected]>
-
-pkgname=pystatgrab
-pkgver=0.5
-pkgrel=6
-pkgdesc="Python bindings for libstatgrab"
-arch=('i686' 'x86_64')
-url="http://www.i-scream.org/pystatgrab";
-license=('GPL')
-depends=('python2' 'libstatgrab')
-source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
-sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
-
-package() {
-  cd ${srcdir}/$pkgname-$pkgver
-
-  python2 setup.py build
-  python2 setup.py install --prefix=${pkgdir}/usr
-}

Copied: pystatgrab/repos/community-x86_64/PKGBUILD (from rev 115234, 
pystatgrab/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-07 02:33:33 UTC (rev 115235)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <[email protected]>
+# Contributor: Hugo Ideler <[email protected]>
+
+pkgname=pystatgrab
+pkgver=0.5
+pkgrel=7
+pkgdesc="Python bindings for libstatgrab"
+arch=('i686' 'x86_64')
+url="http://www.i-scream.org/pystatgrab";
+license=('GPL')
+depends=('python2' 'libstatgrab')
+source=(ftp://ftp.uk.i-scream.org/pub/i-scream/$pkgname/$pkgname-$pkgver.tar.gz)
+sha256sums=('f6a0b4a2dca70f346b8bbbd705b8dc772dc4e8c7cde2b2b83c85eb65c4cfe1d8')
+
+package() {
+  cd ${srcdir}/$pkgname-$pkgver
+
+  python2 setup.py build
+  python2 setup.py install --prefix=${pkgdir}/usr
+}

Deleted: community-x86_64/pystatgrab.changelog
===================================================================
--- community-x86_64/pystatgrab.changelog       2014-07-07 02:33:02 UTC (rev 
115234)
+++ community-x86_64/pystatgrab.changelog       2014-07-07 02:33:33 UTC (rev 
115235)
@@ -1,5 +0,0 @@
-2010-07-21 Jaroslav Lichtblau <[email protected]>
-       * Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau <[email protected]>
-       * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update

Copied: pystatgrab/repos/community-x86_64/pystatgrab.changelog (from rev 
115234, pystatgrab/trunk/pystatgrab.changelog)
===================================================================
--- community-x86_64/pystatgrab.changelog                               (rev 0)
+++ community-x86_64/pystatgrab.changelog       2014-07-07 02:33:33 UTC (rev 
115235)
@@ -0,0 +1,8 @@
+2013-02-02 Jaroslav Lichtblau <[email protected]>
+       * pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau <[email protected]>
+       * Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau <[email protected]>
+       * Minor version bump (0.5-2) due the python 2.5 -> 2.6 update

Reply via email to