From: Patrice Clement Date: Mon, 10 Sep 2018 21:53:22 +0000 (+0200) Subject: app-admin/ansible-cmdb: new package. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=c69f23618ff48a13620e5ed43d56b5d41cb3ab2f;p=gentoo.git app-admin/ansible-cmdb: new package. Ansible-cmdb takes the output of Ansible's fact gathering and converts it into a static HTML overview page (and other things) containing system configuration information. Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/app-admin/ansible-cmdb/Manifest b/app-admin/ansible-cmdb/Manifest new file mode 100644 index 000000000000..483cd41c2d4d --- /dev/null +++ b/app-admin/ansible-cmdb/Manifest @@ -0,0 +1 @@ +DIST ansible-cmdb-1.28.tar.gz 177437 BLAKE2B d3faa6cccdaa0825318bc9df09ad28b15d1a70ac25281f283e65ed760698c06db582d6954f19efe6cdde8e7ab103a915e663659cc64d72851ed830c817a700b7 SHA512 d8f87b7e2c664aec20585c34a83271ea4ec397c70ff1114e2b3669ba17903ed8f57ddf774b74d3d267a423bb71bf6d9fd6e59aa497f4b17449104db6ac71b38a diff --git a/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild b/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild new file mode 100644 index 000000000000..2abde982dcb3 --- /dev/null +++ b/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python{3_5,3_6} ) + +inherit distutils-r1 + +DESCRIPTION="Ansible Configuration Management Database" +HOMEPAGE="https://github.com/fboender/ansible-cmdb" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + dev-python/setuptools[${PYTHON_USEDEP}]" + +RDEPEND=" + dev-python/mako[${PYTHON_USEDEP}] + dev-python/jsonxs[${PYTHON_USEDEP}] + dev-python/pyyaml[${PYTHON_USEDEP}]" diff --git a/app-admin/ansible-cmdb/metadata.xml b/app-admin/ansible-cmdb/metadata.xml new file mode 100644 index 000000000000..8827852912c1 --- /dev/null +++ b/app-admin/ansible-cmdb/metadata.xml @@ -0,0 +1,12 @@ + + + + + python@gentoo.org + Python + + + fboender/jsonxs + jsonxs + +