diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2014-03-03 11:42:24 +0000 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2014-03-03 11:42:24 +0000 |
commit | c64ff95b3cf270d3c775edc52a713a14e007b2f2 (patch) | |
tree | 13e6f652f33d80cc4ecdbee11579e2ddf66c655d /app-admin/ansible/ansible-9999.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-c64ff95b3cf270d3c775edc52a713a14e007b2f2.tar.gz gentoo-2-c64ff95b3cf270d3c775edc52a713a14e007b2f2.tar.bz2 gentoo-2-c64ff95b3cf270d3c775edc52a713a14e007b2f2.zip |
Version bump to 1.4.5, fix HOMEPAGE and documentation url. Sync live ebuild
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Diffstat (limited to 'app-admin/ansible/ansible-9999.ebuild')
-rw-r--r-- | app-admin/ansible/ansible-9999.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app-admin/ansible/ansible-9999.ebuild b/app-admin/ansible/ansible-9999.ebuild index 0de5ff0ad0a9..1f055096bc9f 100644 --- a/app-admin/ansible/ansible-9999.ebuild +++ b/app-admin/ansible/ansible-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-9999.ebuild,v 1.13 2013/10/11 11:30:57 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/ansible/ansible-9999.ebuild,v 1.14 2014/03/03 11:42:24 pinkbyte Exp $ EAPI="5" @@ -12,7 +12,7 @@ EGIT_BRANCH="devel" inherit distutils-r1 git-2 readme.gentoo DESCRIPTION="Radically simple deployment, model-driven configuration management, and command execution framework" -HOMEPAGE="http://ansible.cc/" +HOMEPAGE="http://ansible.com/" SRC_URI="" KEYWORDS="" @@ -35,7 +35,7 @@ RDEPEND=" DOC_CONTENTS="You can define parameters through shell variables OR use config files Examples of config files installed in /usr/share/doc/${PF}/examples\n\n You have to create ansible hosts file!\n -More info on http://ansible.cc/docs/gettingstarted.html" +More info on http://docs.ansible.com/intro_getting_started.html" python_prepare_all() { distutils-r1_python_prepare_all |