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

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Thu May 8 14:25:36 UTC 2014


    Date: Thursday, May 8, 2014 @ 16:25:35
  Author: bpiotrowski
Revision: 110849

archrelease: copy trunk to community-any

Added:
  ansible/repos/community-any/PKGBUILD
    (from rev 110848, ansible/trunk/PKGBUILD)
Deleted:
  ansible/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   90 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 45 insertions(+), 45 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-05-08 14:25:22 UTC (rev 110848)
+++ PKGBUILD	2014-05-08 14:25:35 UTC (rev 110849)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Chris <seitz.christoph at gmail.com>
-# Contributor: m0ikz <ndelatorre at moikz.com.ar>
-# Contributor: atweiden <archbaum at gmail.com>
-
-pkgname=ansible
-pkgver=1.6
-pkgrel=1
-pkgdesc='Radically simple IT automation platform'
-arch=('any')
-url='http://www.ansible.com'
-license=('GPL3')
-depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
-makedepends=('asciidoc' 'fakeroot')
-optdepends=('python2-pyasn1: needed for accelerated mode'
-            'python2-crypto: needed for accelerated mode'
-            'python2-keyczar: needed for accelerated mode')
-backup=('etc/ansible/ansible.cfg')
-source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
-sha256sums=('8d8eb0b07f1bf2ac5432eb954d6c78c6fdbd0b6f2975857bfbce13ea48fc28e2')
-
-build() {
-  cd $pkgname-$pkgver
-  python2 setup.py build
-}
-
-package() {
-  cd $pkgname-$pkgver
-  python2 setup.py install -O1 --root="$pkgdir"
-  find "$pkgdir/usr/lib" -type f -name \*.py -exec sed -i '1s:python$:&2:' {} +
-
-  install -d "$pkgdir/usr/share/ansible"
-  cp -dpr --no-preserve=ownership ./library/* "$pkgdir/usr/share/ansible/"
-  cp -dpr --no-preserve=ownership ./examples "$pkgdir/usr/share/ansible"
-  install -Dm644 examples/ansible.cfg "$pkgdir/etc/ansible/ansible.cfg"
-
-  install -Dm644 README.md "$pkgdir/usr/share/doc/ansible/README.md"
-  install -Dm644 COPYING "$pkgdir/usr/share/doc/ansible/COPYING"
-
-  install -d "$pkgdir/usr/share/man/man1"
-  cp -dpr --no-preserve=ownership docs/man/man1/*.1 "$pkgdir/usr/share/man/man1"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: ansible/repos/community-any/PKGBUILD (from rev 110848, ansible/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-05-08 14:25:35 UTC (rev 110849)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Chris <seitz.christoph at gmail.com>
+# Contributor: m0ikz <ndelatorre at moikz.com.ar>
+# Contributor: atweiden <archbaum at gmail.com>
+
+pkgname=ansible
+pkgver=1.6.1
+pkgrel=1
+pkgdesc='Radically simple IT automation platform'
+arch=('any')
+url='http://www.ansible.com'
+license=('GPL3')
+depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja')
+makedepends=('asciidoc' 'fakeroot')
+optdepends=('python2-pyasn1: needed for accelerated mode'
+            'python2-crypto: needed for accelerated mode'
+            'python2-keyczar: needed for accelerated mode')
+backup=('etc/ansible/ansible.cfg')
+source=(http://releases.ansible.com/ansible/$pkgname-$pkgver.tar.gz)
+sha256sums=('35aad7f389337a190e4fe7e9433b0c238e95fc36dd75968d98d6e9dd4a09dc90')
+
+build() {
+  cd $pkgname-$pkgver
+  python2 setup.py build
+}
+
+package() {
+  cd $pkgname-$pkgver
+  python2 setup.py install -O1 --root="$pkgdir"
+  find "$pkgdir/usr/lib" -type f -name \*.py -exec sed -i '1s:python$:&2:' {} +
+
+  install -d "$pkgdir/usr/share/ansible"
+  cp -dpr --no-preserve=ownership ./library/* "$pkgdir/usr/share/ansible/"
+  cp -dpr --no-preserve=ownership ./examples "$pkgdir/usr/share/ansible"
+  install -Dm644 examples/ansible.cfg "$pkgdir/etc/ansible/ansible.cfg"
+
+  install -Dm644 README.md "$pkgdir/usr/share/doc/ansible/README.md"
+  install -Dm644 COPYING "$pkgdir/usr/share/doc/ansible/COPYING"
+
+  install -d "$pkgdir/usr/share/man/man1"
+  cp -dpr --no-preserve=ownership docs/man/man1/*.1 "$pkgdir/usr/share/man/man1"
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list