app-admin/ansible-cmdb: new package.
authorPatrice Clement <monsieurp@gentoo.org>
Mon, 10 Sep 2018 21:53:22 +0000 (23:53 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Mon, 10 Sep 2018 21:54:12 +0000 (23:54 +0200)
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

app-admin/ansible-cmdb/Manifest [new file with mode: 0644]
app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild [new file with mode: 0644]
app-admin/ansible-cmdb/metadata.xml [new file with mode: 0644]

diff --git a/app-admin/ansible-cmdb/Manifest b/app-admin/ansible-cmdb/Manifest
new file mode 100644 (file)
index 0000000..483cd41
--- /dev/null
@@ -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 (file)
index 0000000..2abde98
--- /dev/null
@@ -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 (file)
index 0000000..8827852
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version='1.0' encoding='UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <maintainer type="project">
+               <email>python@gentoo.org</email>
+               <name>Python</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">fboender/jsonxs</remote-id>
+               <remote-id type="pypi">jsonxs</remote-id>
+       </upstream>
+</pkgmetadata>