summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Smith <matthew@gentoo.org>2022-09-12 19:14:38 +0100
committerMatthew Smith <matthew@gentoo.org>2022-09-12 19:17:03 +0100
commit0116bc81a30a57996e71f92c190a79d0a40a001f (patch)
tree870ecf9013be886e44c59f7004c87f12068e2308 /x11-terms
parentsys-process/lsof: fix configure tests with Clang 15 (diff)
downloadgentoo-0116bc81a30a57996e71f92c190a79d0a40a001f.tar.gz
gentoo-0116bc81a30a57996e71f92c190a79d0a40a001f.tar.bz2
gentoo-0116bc81a30a57996e71f92c190a79d0a40a001f.zip
x11-terms/zutty: remove 0.12, security cleanup
Bug: https://bugs.gentoo.org/868495 Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/zutty/Manifest1
-rw-r--r--x11-terms/zutty/zutty-0.12.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/x11-terms/zutty/Manifest b/x11-terms/zutty/Manifest
index 7df3e9de2c97..bf308a9f5b9c 100644
--- a/x11-terms/zutty/Manifest
+++ b/x11-terms/zutty/Manifest
@@ -1,2 +1 @@
-DIST zutty-0.12.tar.gz 348226 BLAKE2B 8d065928fe3e8049e63f1e679d4e8d2ef6643b01b098698594d536c6fa9494a2a934dce3e4fe60594be4f1b56691a83a8e7fab0dd1ec6c09e12eeb1e69354f5e SHA512 d10289a51469ec6352a5b1feefb732dce7cf507b02ce57e64f8f65443f4533b8d61f357dec92cb00b58386416470928d763290a6d4ff714f65f98f1f09d60083
DIST zutty-0.13.tar.gz 348348 BLAKE2B 35887597798ecee4912a76d74e943ab93682ee637eed0966d70e198d64c9960060eeb1a0b93a76596dd77aeea99b897bd2d54900f10a41a6a786776a5f202997 SHA512 b6514299520562f3ca9f29c80d252a571c0347603c918d15dde095b92be8e96e23a249b23d1d0efc0d7aca03138c07913d7f3dc0f3e91c8bf04e78a3444ac43e
diff --git a/x11-terms/zutty/zutty-0.12.ebuild b/x11-terms/zutty/zutty-0.12.ebuild
deleted file mode 100644
index d4798fe13c94..000000000000
--- a/x11-terms/zutty/zutty-0.12.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.12-cxxflags.patch
-)
-
-DOCS=( doc/KEYS.org doc/USAGE.org )