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

Daniel Wallace dwallace at archlinux.org
Wed Feb 18 14:51:13 UTC 2015


    Date: Wednesday, February 18, 2015 @ 15:51:13
  Author: dwallace
Revision: 127919

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-02-18 14:50:52 UTC (rev 127918)
+++ PKGBUILD	2015-02-18 14:51:13 UTC (rev 127919)
@@ -1,22 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Lex Black <autumn-wind at web dot de>
-# Contributor: Alasdair Haswell <ali at arhaswell dot co dot uk>
-
-pkgname=apache-libcloud
-pkgver=0.15.1
-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=('557e3f29e0ab1f19a31e858a8e802c822cb7f07df5edce029a1c67d2b0f30d15')
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-  python2 setup.py install --root="$pkgdir"
-}

Copied: apache-libcloud/repos/community-any/PKGBUILD (from rev 127918, apache-libcloud/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-02-18 14:51:13 UTC (rev 127919)
@@ -0,0 +1,22 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+# Contributor: Alasdair Haswell <ali at arhaswell dot co dot uk>
+
+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"
+}



More information about the arch-commits mailing list