diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-07-24 11:49:24 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-07-24 11:49:24 +0100 |
commit | 0838d0a62cf1f1663cad7d84524edde500f7a892 (patch) | |
tree | 4eb28710e4b5908fbea9a9cef646a413c2d4e3f0 /x11-terms/zutty | |
parent | app-emacs/compat: drop 28.1.1.1-r1 (diff) | |
download | gentoo-0838d0a62cf1f1663cad7d84524edde500f7a892.tar.gz gentoo-0838d0a62cf1f1663cad7d84524edde500f7a892.tar.bz2 gentoo-0838d0a62cf1f1663cad7d84524edde500f7a892.zip |
x11-terms/zutty: drop 0.11
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'x11-terms/zutty')
-rw-r--r-- | x11-terms/zutty/Manifest | 1 | ||||
-rw-r--r-- | x11-terms/zutty/zutty-0.11.ebuild | 41 |
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-terms/zutty/Manifest b/x11-terms/zutty/Manifest index b6740d9b6972..d5b66ef07238 100644 --- a/x11-terms/zutty/Manifest +++ b/x11-terms/zutty/Manifest @@ -1,2 +1 @@ -DIST zutty-0.11.tar.gz 343469 BLAKE2B 9cd040e72d0ea76a526d099265b3a0974d40b1b8b679ff3baafc47f827b140943ac8bc13676831245e219ca1335ded7aca1e7826baf175fc63e88012791785e1 SHA512 84e8402a310adc80c698ded38fa3eb8ba44034f391e2538bccbdbc4082e239dc0d6ceb20504eeab4e5d2499ded55ef0941ae2e5d07eeb809d1059e5449cdb708 DIST zutty-0.12.tar.gz 348226 BLAKE2B 8d065928fe3e8049e63f1e679d4e8d2ef6643b01b098698594d536c6fa9494a2a934dce3e4fe60594be4f1b56691a83a8e7fab0dd1ec6c09e12eeb1e69354f5e SHA512 d10289a51469ec6352a5b1feefb732dce7cf507b02ce57e64f8f65443f4533b8d61f357dec92cb00b58386416470928d763290a6d4ff714f65f98f1f09d60083 diff --git a/x11-terms/zutty/zutty-0.11.ebuild b/x11-terms/zutty/zutty-0.11.ebuild deleted file mode 100644 index 382faeb02b34..000000000000 --- a/x11-terms/zutty/zutty-0.11.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8,9,10} ) -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" - -# It is possible to run the tests using virtualx, but it seems to take -# screenshots of the terminal window, and compares checksums that never -# seem to match. -RESTRICT="test" - -RDEPEND=" - media-libs/freetype:2 - virtual/opengl - x11-libs/libX11 - x11-libs/libXmu -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - virtual/pkgconfig -" - -PATCHES=( - # Remove default CXX/LDFLAGS, bug #830405. - "${FILESDIR}"/${PN}-0.11-cxxflags.patch -) - -DOCS=( doc/KEYS.org doc/USAGE.org ) |