commit: 5b4a534f882a4b2df41a4bc35068b41bdb769828 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Sat Jan 14 19:05:02 2023 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Sat Jan 14 19:05:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5b4a534f
media-gfx/memethesis-cli: treeclean mask is not enough to fix the sourcing problems, cleanup now instead Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> media-gfx/memethesis-cli/Manifest | 1 - media-gfx/memethesis-cli/files/prompt.patch | 13 -------- .../memethesis-cli/memethesis-cli-3.2.1.ebuild | 38 ---------------------- .../memethesis-cli/memethesis-cli-9999.ebuild | 37 --------------------- media-gfx/memethesis-cli/metadata.xml | 14 -------- profiles/package.mask | 4 --- 6 files changed, 107 deletions(-) diff --git a/media-gfx/memethesis-cli/Manifest b/media-gfx/memethesis-cli/Manifest deleted file mode 100644 index ff0031be2..000000000 --- a/media-gfx/memethesis-cli/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST memethesis-cli-3.2.1.tar.gz 2708404 BLAKE2B fb31de388f1f602f5f7e24a5e10ebe59c5ac628da05acc37c8b4204736f6dba9573e3b9ed0966b09b046fee3066a156807e983a081103a0d4258d9794b035b54 SHA512 d4737ae5bbbd1e32b0707cfadd5d521e2eabc567105218122dea31ab45b8ac57e3b677c1c83d76bf85605be82e3c06c2dd746141a153234a787140068eada183 diff --git a/media-gfx/memethesis-cli/files/prompt.patch b/media-gfx/memethesis-cli/files/prompt.patch deleted file mode 100644 index 7eac4e7b1..000000000 --- a/media-gfx/memethesis-cli/files/prompt.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/memethesis/interactive.py b/memethesis/interactive.py -index aede6dc..4c069c6 100644 ---- a/memethesis/interactive.py -+++ b/memethesis/interactive.py -@@ -1,7 +1,7 @@ - import sys - import re - import yaml --from PyInquirer import prompt -+from PyInquirer.prompt import prompt - from .fancyprint import color, style - from .memethesizers import * - from .fonts import FONTS diff --git a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild b/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild deleted file mode 100644 index 0b25674b3..000000000 --- a/media-gfx/memethesis-cli/memethesis-cli-3.2.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_8 ) -inherit distutils-r1 - -EGIT_REPO_URI="https://github.com/fakefred/${PN}" - -case "${PV}" in - 9999) - inherit git-r3 - ;; - *) - SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz" - # pyinquirer's latest version is outdated, so memethesis depends - # on a live ebuild for pyinquirer at the moment -esac - -DESCRIPTION="Create memes from the terminal" -HOMEPAGE="https://github.com/fakefred/memethesis-cli" -LICENSE="GPL-3" -SLOT="0" - -PATCHES=( "${FILESDIR}/prompt.patch" ) - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/pillow[truetype,${PYTHON_USEDEP}] - >dev-python/pyinquirer-1.0.3[${PYTHON_USEDEP}] - dev-python/colored[${PYTHON_USEDEP}] - dev-python/ascim[${PYTHON_USEDEP}]') - >=media-gfx/imagemagick-7" -BDEPEND="${RDEPEND}" diff --git a/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild b/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild deleted file mode 100644 index dfcb8fd49..000000000 --- a/media-gfx/memethesis-cli/memethesis-cli-9999.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DISTUTILS_USE_SETUPTOOLS=rdepend -DISTUTILS_SINGLE_IMPL=1 -PYTHON_COMPAT=( python3_8 ) -inherit distutils-r1 - -EGIT_REPO_URI="https://github.com/fakefred/${PN}" - -case "${PV}" in - 9999) - inherit git-r3 - ;; - *) - SRC_URI="${EGIT_REPO_URI}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -esac - -DESCRIPTION="Create memes from the terminal" -HOMEPAGE="https://github.com/fakefred/memethesis-cli" -LICENSE="GPL-3" -SLOT="0" - -PATCHES=( "${FILESDIR}/prompt.patch" ) - -RDEPEND=" - $(python_gen_cond_dep ' - dev-python/pyyaml[${PYTHON_USEDEP}] - dev-python/pillow[truetype,${PYTHON_USEDEP}] - >dev-python/pyinquirer-1.0.3[${PYTHON_USEDEP}] - dev-python/colored[${PYTHON_USEDEP}] - dev-python/ascim[${PYTHON_USEDEP}]') - >=media-gfx/imagemagick-7" -BDEPEND="${RDEPEND}" diff --git a/media-gfx/memethesis-cli/metadata.xml b/media-gfx/memethesis-cli/metadata.xml deleted file mode 100644 index 46a7114c0..000000000 --- a/media-gfx/memethesis-cli/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Matthias Coppens</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/fakefred/memethesis-cli/issues</bugs-to> - <doc>https://github.com/fakefred/memethesis-cli#usage</doc> - <remote-id type="github">fakefred/memethesis-cli</remote-id> - <remote-id type="pypi">memethesis</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 8423bbfe6..ee246afa9 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -14,10 +14,6 @@ # New entries go on top. -# Andrew Ammerlaan <[email protected]> (2023-01-14) -# Needs python_compat bump. Removal on 2023-01-29. -media-gfx/memethesis-cli - # Anna Vyalkova <[email protected]> (2023-01-07) # Archived upstream. Use net-news/communique (actively maintained fork of # FeedReader) or any other app.
