diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2021-11-18 22:55:19 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2021-11-19 19:25:06 +0100 |
commit | 9708625aa4fdbd402bfc1ff3df21e4894bf6af19 (patch) | |
tree | 3c4ca80e9b476765c02c60d0908c948953a94fdf /app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild | |
parent | app-admin/ansible-cmdb: bump (diff) | |
download | gentoo-9708625aa4fdbd402bfc1ff3df21e4894bf6af19.tar.gz gentoo-9708625aa4fdbd402bfc1ff3df21e4894bf6af19.tar.bz2 gentoo-9708625aa4fdbd402bfc1ff3df21e4894bf6af19.zip |
app-admin/ansible-cmdb: clean up old
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild')
-rw-r--r-- | app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild | 24 |
1 files changed, 0 insertions, 24 deletions
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}]" |