system/ansible: Updated for version 2.1.2.0 + new maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ciorceri Petru Sorin 2016-10-28 05:35:26 +07:00 committed by Willy Sudiarto Raharjo
parent d333a2d539
commit 4cc062e982
2 changed files with 8 additions and 14 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for ansible
# Copyright 2014 Alex Diaconu <alex.diaconu@gmx.com>
# Copyright 2014 Alex Diaconu <alex.diaconu@gmx.com>, Copyright 2016 Ciorceri Petru Sorin <cpsorin@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ansible
VERSION=${VERSION:-1.7.2}
VERSION=${VERSION:-2.1.2.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -82,12 +82,6 @@ find $PKG/usr/man \
find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
# 15 files (modules) out of 248 have their executable bit activated, while none
# of them seems to require it. The command that follows simply assumes that
# those files escaped upstream scrutiny and simply removes the executable
# permissions.
find $PKG/usr/share/ansible -type f -perm /111 -exec chmod -x {} \;
mkdir -p $PKG/etc/ansible
cp -a examples/ansible.cfg $PKG/etc/ansible/ansible.cfg.new
cp -a examples/hosts $PKG/etc/ansible/hosts.new

View file

@ -1,10 +1,10 @@
PRGNAM="ansible"
VERSION="1.7.2"
VERSION="2.1.2.0"
HOMEPAGE="http://ansible.com"
DOWNLOAD="http://releases.ansible.com/ansible/ansible-1.7.2.tar.gz"
MD5SUM="6c9112a2e7d7d1394c97e57290fc13be"
DOWNLOAD="http://releases.ansible.com/ansible/ansible-2.1.2.0.tar.gz"
MD5SUM="2b086b5b91d89c4124d0c1e39ac7ff59"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="paramiko PyYAML Jinja2 httplib2"
MAINTAINER="Alex Diaconu"
EMAIL="alex.diaconu@gmx.com"
REQUIRES="paramiko PyYAML Jinja2 httplib2 MarkupSafe"
MAINTAINER="Ciorceri Petru Sorin"
EMAIL="cpsorin@gmail.com"