summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild')
-rw-r--r--app-admin/ansible-cmdb/ansible-cmdb-1.28.ebuild24
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 77db3cfcbb70..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_6,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}]"