From 70e0d4faf2c63ded3805d4b213b9c891aff5cd9c Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Mon, 11 Jul 2022 23:24:18 +0500 Subject: [PATCH] dev-python/ascim: drop 9999 Signed-off-by: Anna (cybertailor) Vyalkova --- dev-python/ascim/ascim-9999.ebuild | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 dev-python/ascim/ascim-9999.ebuild diff --git a/dev-python/ascim/ascim-9999.ebuild b/dev-python/ascim/ascim-9999.ebuild deleted file mode 100644 index 3e553dc600..0000000000 --- a/dev-python/ascim/ascim-9999.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -EGIT_REPO_URI="https://github.com/fakefred/${PN}" -case "${PV}" in - 9999) - inherit git-r3 - ;; - *) - SRC_URI="${EGIT_REPO_URI}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -esac - -PYTHON_COMPAT=( python3_8 ) -inherit distutils-r1 -distutils_enable_sphinx docs dev-python/sphinx_rtd_theme - -DESCRIPTION="Manipulate ASCII art as you would do with raster images" -HOMEPAGE="https://github.com/fakefred/ascim" -LICENSE="MIT" - -SLOT="0"