diff options
author | Ulrich Müller <ulm@gentoo.org> | 2021-08-14 13:06:09 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2021-08-14 13:41:50 +0200 |
commit | 67112b78768551c718e1e52c8b1fe6a9577fd2cc (patch) | |
tree | e39786d50dba5fddd69bdb4a2971ad6e8a326200 /media-gfx/word_cloud | |
parent | www-client/firefox: stabilize 78.13.0 for amd64 (diff) | |
download | gentoo-67112b78768551c718e1e52c8b1fe6a9577fd2cc.tar.gz gentoo-67112b78768551c718e1e52c8b1fe6a9577fd2cc.tar.bz2 gentoo-67112b78768551c718e1e52c8b1fe6a9577fd2cc.zip |
media-gfx/word_cloud: Remove old
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'media-gfx/word_cloud')
-rw-r--r-- | media-gfx/word_cloud/Manifest | 1 | ||||
-rw-r--r-- | media-gfx/word_cloud/word_cloud-1.8.0.ebuild | 24 |
2 files changed, 0 insertions, 25 deletions
diff --git a/media-gfx/word_cloud/Manifest b/media-gfx/word_cloud/Manifest index b41797dba10d..e87e275d5453 100644 --- a/media-gfx/word_cloud/Manifest +++ b/media-gfx/word_cloud/Manifest @@ -1,2 +1 @@ -DIST word_cloud-1.8.0.tar.gz 27691477 BLAKE2B 26f1a9da8382fb1865d939bf87ed91911a1d5c1f0c38294d514e9ca9917d4293a9c8c7bb304fe68889127becb01eca77c0fc5e1d3588b9a5015971afee4f8aba SHA512 25b30b88953e8aca8ec5c7ce156fd1519c3b10e7d9dd0160d22136513ae28be9eed8bcfcbca0292879c43a115b2b7eac8324640590d571aa27549973fa8b98c5 DIST word_cloud-1.8.1.tar.gz 27693428 BLAKE2B 5eba31fb89497e94166ac65e12944d13bc4cff9e01f4c4fb5932079ddfa160b287fe780eb25f7fb815e3d334757bd795b41c44f951e964fd6369981be97190a8 SHA512 76feef59e1c270a17152c69d0c531c5982cdb037c6c13da3823274113cfa7a10f1f31406fc8fdc9bfba6b05bb3b7f308926657f9bd5c96398fbc5ce8499c041a diff --git a/media-gfx/word_cloud/word_cloud-1.8.0.ebuild b/media-gfx/word_cloud/word_cloud-1.8.0.ebuild deleted file mode 100644 index 9e8a918b2496..000000000000 --- a/media-gfx/word_cloud/word_cloud-1.8.0.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS="rdepend" - -inherit distutils-r1 - -DESCRIPTION="A little word cloud generator in Python" -HOMEPAGE="https://amueller.github.io/word_cloud/" -SRC_URI="https://github.com/amueller/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="dev-python/matplotlib[${PYTHON_USEDEP}] - dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] - media-fonts/droid" - -PATCHES=( "${FILESDIR}"/${PN}-1.6.0-bundled-font.patch ) |