diff options
author | Michael Palimaka <kensington@gentoo.org> | 2022-11-11 17:19:59 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2022-11-11 17:20:40 +1100 |
commit | e914771eafee63d3d86b8b8a8221362eec982bc6 (patch) | |
tree | 47b9977635628f2f7f652c8e5039e0523003fd34 /app-misc/asciinema | |
parent | net-libs/nodejs: Stabilize 18.12.1 ppc64, #880795 (diff) | |
download | gentoo-e914771eafee63d3d86b8b8a8221362eec982bc6.tar.gz gentoo-e914771eafee63d3d86b8b8a8221362eec982bc6.tar.bz2 gentoo-e914771eafee63d3d86b8b8a8221362eec982bc6.zip |
app-misc/asciinema: drop 2.1.0
Signed-off-by: Michael Palimaka <kensington@gentoo.org>
Diffstat (limited to 'app-misc/asciinema')
-rw-r--r-- | app-misc/asciinema/Manifest | 1 | ||||
-rw-r--r-- | app-misc/asciinema/asciinema-2.1.0.ebuild | 24 | ||||
-rw-r--r-- | app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch | 23 |
3 files changed, 0 insertions, 48 deletions
diff --git a/app-misc/asciinema/Manifest b/app-misc/asciinema/Manifest index d54382b3f2e5..a3ac8e743a57 100644 --- a/app-misc/asciinema/Manifest +++ b/app-misc/asciinema/Manifest @@ -1,2 +1 @@ -DIST asciinema-2.1.0.tar.gz 82022 BLAKE2B 2f7c68caef228a6cb98f3503212edc393bd8f7a3653a369b0509d45a6e19b8373630fac88498a771c0eaa2a322a95ab816b268660b8b2384d1ec25c617b06a5a SHA512 df77ccea13e06e9c5feda22be2366aa702acf510fdc6cbc9a09b20d67ae43a47214891fbb5ef080ff9af9c3ee2f450694c306ee1dbdbdef3f9862dc6dee60750 DIST asciinema-2.2.0.gh.tar.gz 88566 BLAKE2B c96eac56714a4519d462bdf24f3fcc0ec367af94182e6710d4744113c5ac3ec9304fbda30f3489b84bc4b645e43ea44d633230128d79a576d4bcbe7dad528ba8 SHA512 bed0b6a3228b973dddb2f03d0b0e16af0afd6e1c4c8c1379999d49b22ed658fed325f902f462156745631f98b51675565b7ea0011512c95c8b0b3bb09552bddc diff --git a/app-misc/asciinema/asciinema-2.1.0.ebuild b/app-misc/asciinema/asciinema-2.1.0.ebuild deleted file mode 100644 index ad5693a07806..000000000000 --- a/app-misc/asciinema/asciinema-2.1.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) -inherit distutils-r1 - -DESCRIPTION="Command line recorder for asciinema.org service" -HOMEPAGE="https://asciinema.org/ https://pypi.org/project/asciinema/" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~ppc64 ~riscv ~x86" - -PATCHES=( "${FILESDIR}/${P}-setuptools.patch" ) - -distutils_enable_tests nose - -python_prepare_all() { - distutils-r1_python_prepare_all - sed -i -e "s|data_files=\[('share/doc/asciinema|&-${PVR}|" setup.py || die -} diff --git a/app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch b/app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch deleted file mode 100644 index 5180f2760128..000000000000 --- a/app-misc/asciinema/files/asciinema-2.1.0-setuptools.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 014b1fead4c0130e14c99f54ed521d5d0535365a Mon Sep 17 00:00:00 2001 -From: Michael Palimaka <kensington@gentoo.org> -Date: Tue, 26 Oct 2021 19:13:33 +1100 -Subject: [PATCH] setup.cfg: fix deprecated key usage - ---- - setup.cfg | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/setup.cfg b/setup.cfg -index bbd4d8d..17afd12 100644 ---- a/setup.cfg -+++ b/setup.cfg -@@ -1,5 +1,5 @@ - [metadata] --description-file = README.md -+description_file = README.md - license_file = LICENSE - - [pycodestyle] --- -2.32.0 - |