commit:     d3d5fee3968dff031282e929e97db29974c65008
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  1 04:07:23 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan  1 04:13:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d5fee3

app-portage/kuroneko: Remove old

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

 app-portage/kuroneko/kuroneko-0.1.3.ebuild | 33 ------------------------------
 1 file changed, 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

Reply via email to