diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2023-04-02 22:32:36 -0700 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2023-04-05 07:55:23 +0100 |
commit | a326d68fe99701e2ad9f78d8061ed6427af4699b (patch) | |
tree | 610d190713f6b7680bf9d95d03d09476bd4a956b /app-misc | |
parent | app-misc/terminal-colors: enable py3.11 for live ebuild (diff) | |
download | gentoo-a326d68fe99701e2ad9f78d8061ed6427af4699b.tar.gz gentoo-a326d68fe99701e2ad9f78d8061ed6427af4699b.tar.bz2 gentoo-a326d68fe99701e2ad9f78d8061ed6427af4699b.zip |
app-misc/terminal-colors: drop 2.3
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/30453
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/terminal-colors/Manifest | 1 | ||||
-rw-r--r-- | app-misc/terminal-colors/terminal-colors-2.3.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/app-misc/terminal-colors/Manifest b/app-misc/terminal-colors/Manifest index 7afd13d35f4b..f3ba92d375d4 100644 --- a/app-misc/terminal-colors/Manifest +++ b/app-misc/terminal-colors/Manifest @@ -1,2 +1 @@ -DIST terminal-colors-2.3.gz 5424 BLAKE2B e08635c0e989a430805159829b133f18b7c30959c945e4373a77442ac15628bb8bf3a5a2d14cd4f5705a5dd332297fa3d41611b52f56baaf9b1a882c26626714 SHA512 64fbfe766563c4c25bec23d1657187414f97b6f92e8a4a35337563210ef9873db495376676ef0a2f4e440ad77a6c1b43ee9c27fe04b34c2839eb4fffd5289a00 DIST terminal-colors-3.0.2.tar.gz 152226 BLAKE2B 95179e27f4e1af1008dd0da01917aad1c7e4d192f9cfe30a18c1f24b7a038b4cd88349f8c7f2f84bfd8bc1ef53f558579275e9c31a6d76414d241a3f3186bafd SHA512 517506b7508251eeb151032b8071e4225efb19207b4b50aee2ad5b9a58063ce78c39f7193135ca66669d88bc1d6cc54b614d1584d877d1891f35541c7b3bb4a1 diff --git a/app-misc/terminal-colors/terminal-colors-2.3.ebuild b/app-misc/terminal-colors/terminal-colors-2.3.ebuild deleted file mode 100644 index f59f1bcfd729..000000000000 --- a/app-misc/terminal-colors/terminal-colors-2.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{9..10} ) -PYTHON_REQ_USE="ncurses" - -inherit python-r1 - -DESCRIPTION="A tool to display color charts for 8, 16, 88, and 256 color terminals" -HOMEPAGE="http://zhar.net/projects/shell/terminal-colors" -SRC_URI="https://dev.gentoo.org/~radhermit/distfiles/${P}.gz" -S="${WORKDIR}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86 ~x64-macos" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND="${PYTHON_DEPS}" - -src_install() { - python_foreach_impl python_newscript ${P} ${PN} -} |