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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Nov 6 22:56:05 UTC 2014


    Date: Thursday, November 6, 2014 @ 23:56:05
  Author: jlichtblau
Revision: 122129

archrelease: copy trunk to community-i686

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

----------------------+
 PKGBUILD             |   42 +++++++++++++++++++++---------------------
 pystatgrab.changelog |   19 +++++++++++--------
 2 files changed, 32 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-06 22:55:13 UTC (rev 122128)
+++ PKGBUILD	2014-11-06 22:56:05 UTC (rev 122129)
@@ -1,21 +0,0 @@
-# $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Hugo Ideler <hugoideler at dse.nl>
-
-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
-}

Copied: pystatgrab/repos/community-i686/PKGBUILD (from rev 122128, pystatgrab/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-11-06 22:56:05 UTC (rev 122129)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Hugo Ideler <hugoideler at dse.nl>
+
+pkgname=pystatgrab
+pkgver=0.6
+pkgrel=1
+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=('eee0a65e1084628008222223bafdbb3ce66dffd4aa03febb9e918e61ef0d08fe')
+
+package() {
+  cd "${srcdir}"/$pkgname-$pkgver
+
+  python2 setup.py build
+  python2 setup.py install --prefix="${pkgdir}"/usr
+}

Deleted: pystatgrab.changelog
===================================================================
--- pystatgrab.changelog	2014-11-06 22:55:13 UTC (rev 122128)
+++ pystatgrab.changelog	2014-11-06 22:56:05 UTC (rev 122129)
@@ -1,8 +0,0 @@
-2013-02-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* pystatgrab 0.5-6 clean-up $pkgdir usage
-
-2010-07-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Rebuild for correct package naming
-
-2008-11-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-	* Minor version bump (0.5-2) due the python 2.5 -> 2.6 update

Copied: pystatgrab/repos/community-i686/pystatgrab.changelog (from rev 122128, pystatgrab/trunk/pystatgrab.changelog)
===================================================================
--- pystatgrab.changelog	                        (rev 0)
+++ pystatgrab.changelog	2014-11-06 22:56:05 UTC (rev 122129)
@@ -0,0 +1,11 @@
+2014-11-06 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* pystatgrab 0.6-1
+
+2013-02-02 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* pystatgrab 0.5-6 clean-up $pkgdir usage
+
+2010-07-21 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Rebuild for correct package naming
+
+2008-11-30 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+	* Minor version bump (0.5-2) due the python 2.5 -> 2.6 update



More information about the arch-commits mailing list