diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-02-26 20:29:55 +0000 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-02-27 10:22:46 +0000 |
commit | 7a91e8bd3eb89df1f8ef36c635b508496369c932 (patch) | |
tree | 2cdda6034ca7cc349259172ee46de09bb14422e8 /x11-terms | |
parent | x11-wm/xpra: Add Python 3.10 to version 4.3.2 (diff) | |
download | gentoo-7a91e8bd3eb89df1f8ef36c635b508496369c932.tar.gz gentoo-7a91e8bd3eb89df1f8ef36c635b508496369c932.tar.bz2 gentoo-7a91e8bd3eb89df1f8ef36c635b508496369c932.zip |
x11-terms/zutty: drop 0.10
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/zutty/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/zutty/zutty-0.10.ebuild | 30 |
2 files changed, 0 insertions, 31 deletions
diff --git a/x11-terms/zutty/Manifest b/x11-terms/zutty/Manifest index 277e99a771b8..dda55cd631d9 100644 --- a/x11-terms/zutty/Manifest +++ b/x11-terms/zutty/Manifest @@ -1,2 +1 @@ -DIST zutty-0.10.tar.gz 336599 BLAKE2B 0041bbbc268ff042bac6bea1984ebf05d958f622b4c2e736bfe3d18e3a224238f27a7ef9920b8f7bc820705ce7560f20819650ec27fb3e5fc13dbef76fc6d0af SHA512 f499fb499779f8b5936a03c48e3c042f5fa0f0c99d3b24a4c9b963c2df8151561ac82456625d768e65f75aea641539a036300f1f99404eecfd15a0a25aeb6779 DIST zutty-0.11.tar.gz 343469 BLAKE2B 9cd040e72d0ea76a526d099265b3a0974d40b1b8b679ff3baafc47f827b140943ac8bc13676831245e219ca1335ded7aca1e7826baf175fc63e88012791785e1 SHA512 84e8402a310adc80c698ded38fa3eb8ba44034f391e2538bccbdbc4082e239dc0d6ceb20504eeab4e5d2499ded55ef0941ae2e5d07eeb809d1059e5449cdb708 diff --git a/x11-terms/zutty/zutty-0.10.ebuild b/x11-terms/zutty/zutty-0.10.ebuild deleted file mode 100644 index cc6a1b77922e..000000000000 --- a/x11-terms/zutty/zutty-0.10.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9} ) -PYTHON_REQ_USE="threads(+)" - -inherit python-any-r1 waf-utils - -DESCRIPTION="X terminal emulator rendering through OpenGL ES Compute Shaders" -HOMEPAGE="https://tomscii.sig7.se/zutty/ https://github.com/tomszilagyi/zutty" -SRC_URI="https://github.com/tomszilagyi/zutty/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64" - -RDEPEND=" - media-libs/freetype:2 - media-libs/libglvnd[X] - x11-libs/libXmu -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig -" - -DOCS=( doc/KEYS.org doc/USAGE.org ) |