public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-cmdb/
@ 2018-09-10 21:54 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2018-09-10 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     c69f23618ff48a13620e5ed43d56b5d41cb3ab2f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 10 21:53:22 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Sep 10 21:54:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69f2361

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

 app-admin/ansible-cmdb/Manifest                 |  1 +
 app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild | 24 ++++++++++++++++++++++++
 app-admin/ansible-cmdb/metadata.xml             | 12 ++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/app-admin/ansible-cmdb/Manifest b/app-admin/ansible-cmdb/Manifest
new file mode 100644
index 00000000000..483cd41c2d4
--- /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 00000000000..2abde982dcb
--- /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 00000000000..8827852912c
--- /dev/null
+++ b/app-admin/ansible-cmdb/metadata.xml
@@ -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>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-cmdb/
@ 2018-09-11  8:36 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2018-09-11  8:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1ac3b6d8989ecd6322d82a24d4feaa1e1f5d02f6
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 11 08:35:49 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Sep 11 08:36:00 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ac3b6d8

app-admin/ansible-cmdb: fix metadata.xml file.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-admin/ansible-cmdb/metadata.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/app-admin/ansible-cmdb/metadata.xml b/app-admin/ansible-cmdb/metadata.xml
index 8827852912c..8c687a7584d 100644
--- a/app-admin/ansible-cmdb/metadata.xml
+++ b/app-admin/ansible-cmdb/metadata.xml
@@ -5,8 +5,12 @@
 		<email>python@gentoo.org</email>
 		<name>Python</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>monsieurp@gentoo.org</email>
+		<name>Patrice Clement</name>
+	</maintainer>
 	<upstream>
-		<remote-id type="github">fboender/jsonxs</remote-id>
-		<remote-id type="pypi">jsonxs</remote-id>
+		<remote-id type="github">fboender/ansible-cmdb</remote-id>
+		<remote-id type="pypi">ansible-cmdb</remote-id>
 	</upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-cmdb/
@ 2020-02-16  7:52 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2020-02-16  7:52 UTC (permalink / raw
  To: gentoo-commits

commit:     5cbae3bd9b2fae59ffb70a124bb3ffbb0e6aa006
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 07:47:48 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 07:52:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbae3bd

app-admin/ansible-cmdb: Remove python@ from maintainers

This package has no value for the Python ecosystem in Gentoo, so python@
should not have been added as a maintainer for it.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-admin/ansible-cmdb/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app-admin/ansible-cmdb/metadata.xml b/app-admin/ansible-cmdb/metadata.xml
index 8c687a7584d..cd461e91882 100644
--- a/app-admin/ansible-cmdb/metadata.xml
+++ b/app-admin/ansible-cmdb/metadata.xml
@@ -1,10 +1,6 @@
 <?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>
 	<maintainer type="person">
 		<email>monsieurp@gentoo.org</email>
 		<name>Patrice Clement</name>


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-cmdb/
@ 2020-04-19 11:49 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2020-04-19 11:49 UTC (permalink / raw
  To: gentoo-commits

commit:     068ee1bc1205b23b443f7c29d6ec6ae24f757dfc
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 19 11:49:07 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Apr 19 11:49:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=068ee1bc

app-admin/ansible-cmdb: add py3.7 + py3.8 support.

Closes: https://bugs.gentoo.org/718162
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild b/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild
index 82f5a34cdc8..77db3cfcbb7 100644
--- a/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild
+++ b/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-cmdb/
@ 2020-12-22 10:02 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2020-12-22 10:02 UTC (permalink / raw
  To: gentoo-commits

commit:     b7ad7e6a94ee0680519f3c74423eb854cab0053f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 22 09:33:18 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Dec 22 10:01:48 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7ad7e6a

app-admin/ansible-cmdb: version bump.

EAPI 7 bump whilst at it.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-admin/ansible-cmdb/Manifest                 |  1 +
 app-admin/ansible-cmdb/ansible-cmdb-1.30.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/app-admin/ansible-cmdb/Manifest b/app-admin/ansible-cmdb/Manifest
index 483cd41c2d4..88f545e35d0 100644
--- a/app-admin/ansible-cmdb/Manifest
+++ b/app-admin/ansible-cmdb/Manifest
@@ -1 +1,2 @@
 DIST ansible-cmdb-1.28.tar.gz 177437 BLAKE2B d3faa6cccdaa0825318bc9df09ad28b15d1a70ac25281f283e65ed760698c06db582d6954f19efe6cdde8e7ab103a915e663659cc64d72851ed830c817a700b7 SHA512 d8f87b7e2c664aec20585c34a83271ea4ec397c70ff1114e2b3669ba17903ed8f57ddf774b74d3d267a423bb71bf6d9fd6e59aa497f4b17449104db6ac71b38a
+DIST ansible-cmdb-1.30.tar.gz 179165 BLAKE2B 377b182ffd0f7cf6630011f7df82fe1155c0f00a482e91e0d8206eee5aab167eb96dc936b2fbd02c6c80e725b9767f25a02422d538ee7ecf95ad1e9be51fe81a SHA512 e4561976588d6268c6849a4b1656c57d9a0f2db9256b2d2821f9c1a8c23fdb92b843b06bb94b44db565966c209b62da4bb11dfa41319a3b01ea4c7a53dde930f

diff --git a/app-admin/ansible-cmdb/ansible-cmdb-1.30.ebuild b/app-admin/ansible-cmdb/ansible-cmdb-1.30.ebuild
new file mode 100644
index 00000000000..c40d32a2b87
--- /dev/null
+++ b/app-admin/ansible-cmdb/ansible-cmdb-1.30.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7,8} )
+
+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}]"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-cmdb/
@ 2021-11-19 18:25 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2021-11-19 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     66f3e8a479031025ac12d09f0ce71e0b0d31b448
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 21:54:24 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 18:25:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f3e8a4

app-admin/ansible-cmdb: bump

* PYTHON_COMPAT bump (3.9)
* EAPI 8 bump

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/22993
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-admin/ansible-cmdb/ansible-cmdb-1.30-r1.ebuild | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/app-admin/ansible-cmdb/ansible-cmdb-1.30-r1.ebuild b/app-admin/ansible-cmdb/ansible-cmdb-1.30-r1.ebuild
new file mode 100644
index 000000000000..a87e1129b407
--- /dev/null
+++ b/app-admin/ansible-cmdb/ansible-cmdb-1.30-r1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8,9} )
+
+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"
+
+RDEPEND="
+	dev-python/mako[${PYTHON_USEDEP}]
+	dev-python/jsonxs[${PYTHON_USEDEP}]
+	dev-python/pyyaml[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-cmdb/
@ 2021-11-19 18:25 Patrice Clement
  0 siblings, 0 replies; 7+ messages in thread
From: Patrice Clement @ 2021-11-19 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     9708625aa4fdbd402bfc1ff3df21e4894bf6af19
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 18 21:55:19 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 18:25:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9708625a

app-admin/ansible-cmdb: clean up old

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-admin/ansible-cmdb/Manifest                 |  1 -
 app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild | 24 ------------------------
 app-admin/ansible-cmdb/ansible-cmdb-1.30.ebuild | 24 ------------------------
 3 files changed, 49 deletions(-)

diff --git a/app-admin/ansible-cmdb/Manifest b/app-admin/ansible-cmdb/Manifest
index 88f545e35d0d..e33a869b8ada 100644
--- a/app-admin/ansible-cmdb/Manifest
+++ b/app-admin/ansible-cmdb/Manifest
@@ -1,2 +1 @@
-DIST ansible-cmdb-1.28.tar.gz 177437 BLAKE2B d3faa6cccdaa0825318bc9df09ad28b15d1a70ac25281f283e65ed760698c06db582d6954f19efe6cdde8e7ab103a915e663659cc64d72851ed830c817a700b7 SHA512 d8f87b7e2c664aec20585c34a83271ea4ec397c70ff1114e2b3669ba17903ed8f57ddf774b74d3d267a423bb71bf6d9fd6e59aa497f4b17449104db6ac71b38a
 DIST ansible-cmdb-1.30.tar.gz 179165 BLAKE2B 377b182ffd0f7cf6630011f7df82fe1155c0f00a482e91e0d8206eee5aab167eb96dc936b2fbd02c6c80e725b9767f25a02422d538ee7ecf95ad1e9be51fe81a SHA512 e4561976588d6268c6849a4b1656c57d9a0f2db9256b2d2821f9c1a8c23fdb92b843b06bb94b44db565966c209b62da4bb11dfa41319a3b01ea4c7a53dde930f

diff --git a/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild b/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild
deleted file mode 100644
index 997496d0fe9e..000000000000
--- a/app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python{3_7,3_8} )
-
-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/ansible-cmdb-1.30.ebuild b/app-admin/ansible-cmdb/ansible-cmdb-1.30.ebuild
deleted file mode 100644
index c40d32a2b873..000000000000
--- a/app-admin/ansible-cmdb/ansible-cmdb-1.30.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8} )
-
-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}]"


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-11-19 18:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-19 18:25 [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-cmdb/ Patrice Clement
  -- strict thread matches above, loose matches on Subject: below --
2021-11-19 18:25 Patrice Clement
2020-12-22 10:02 Patrice Clement
2020-04-19 11:49 Patrice Clement
2020-02-16  7:52 Michał Górny
2018-09-11  8:36 Patrice Clement
2018-09-10 21:54 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox