From ef9f938a3f08600ad023225c27bd5928bb28d6e1 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Fri, 14 Jul 2023 16:53:04 +0200 Subject: [PATCH] net-misc/ripe-api-client: treeclean --- net-misc/ripe-api-client/metadata.xml | 8 ----- .../ripe-api-client-9999.ebuild | 31 ------------------- 2 files changed, 39 deletions(-) delete mode 100644 net-misc/ripe-api-client/metadata.xml delete mode 100644 net-misc/ripe-api-client/ripe-api-client-9999.ebuild diff --git a/net-misc/ripe-api-client/metadata.xml b/net-misc/ripe-api-client/metadata.xml deleted file mode 100644 index 17361c3..0000000 --- a/net-misc/ripe-api-client/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - alarig@swordarmor.fr - Alarig Le Lay - - diff --git a/net-misc/ripe-api-client/ripe-api-client-9999.ebuild b/net-misc/ripe-api-client/ripe-api-client-9999.ebuild deleted file mode 100644 index 002cb24..0000000 --- a/net-misc/ripe-api-client/ripe-api-client-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7,8} ) -inherit autotools git-r3 python-r1 - -DESCRIPTION="Update RIPE DB through the API" -HOMEPAGE="https://git.alt.tf/bcollet/ripe-api-client" -EGIT_REPO_URI="https://git.grifon.fr/alarig/${PN}.git" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" -IUSE="" - -DEPEND="" -RDEPEND=" - dev-python/pathlib2[${PYTHON_USEDEP}] - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/requests[${PYTHON_USEDEP}] - ${DEPEND} -" -BDEPEND="" - -src_install() { - dodoc config.yml.dist - - python_foreach_impl python_newscript ripe-api.py ${PN} -}