summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-01-01 05:07:23 +0100
committerMichał Górny <mgorny@gentoo.org>2024-01-01 05:13:14 +0100
commitd3d5fee3968dff031282e929e97db29974c65008 (patch)
treeae6ed0ab21d972eaa7f84ecbd91bc8ff4dc7bef1 /app-portage
parentdev-python/pytest-check: Bump to 2.2.3 (diff)
downloadgentoo-d3d5fee3968dff031282e929e97db29974c65008.tar.gz
gentoo-d3d5fee3968dff031282e929e97db29974c65008.tar.bz2
gentoo-d3d5fee3968dff031282e929e97db29974c65008.zip
app-portage/kuroneko: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/kuroneko/kuroneko-0.1.3.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-portage/kuroneko/kuroneko-0.1.3.ebuild b/app-portage/kuroneko/kuroneko-0.1.3.ebuild
deleted file mode 100644
index a305c4358aec..000000000000
--- a/app-portage/kuroneko/kuroneko-0.1.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Vulnerability checker using data scraped from Gentoo Bugzilla"
-HOMEPAGE="https://github.com/projg2/kuroneko/"
-SRC_URI="
- https://github.com/projg2/kuroneko/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="scraper"
-
-RDEPEND="
- dev-python/colorama[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- sys-apps/pkgcore[${PYTHON_USEDEP}]
- scraper? (
- dev-python/bracex[${PYTHON_USEDEP}]
- )"
-BDEPEND="
- test? (
- dev-python/bracex[${PYTHON_USEDEP}]
- dev-python/responses[${PYTHON_USEDEP}]
- )"
-
-distutils_enable_tests pytest