Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/zutty/
Date: Mon, 12 Sep 2022 18:17:37
Message-Id: 1663006623.0116bc81a30a57996e71f92c190a79d0a40a001f.matthew@gentoo
1 commit: 0116bc81a30a57996e71f92c190a79d0a40a001f
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 12 18:14:38 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 12 18:17:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0116bc81
7
8 x11-terms/zutty: remove 0.12, security cleanup
9
10 Bug: https://bugs.gentoo.org/868495
11 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
12
13 x11-terms/zutty/Manifest | 1 -
14 x11-terms/zutty/zutty-0.12.ebuild | 41 ---------------------------------------
15 2 files changed, 42 deletions(-)
16
17 diff --git a/x11-terms/zutty/Manifest b/x11-terms/zutty/Manifest
18 index 7df3e9de2c97..bf308a9f5b9c 100644
19 --- a/x11-terms/zutty/Manifest
20 +++ b/x11-terms/zutty/Manifest
21 @@ -1,2 +1 @@
22 -DIST zutty-0.12.tar.gz 348226 BLAKE2B 8d065928fe3e8049e63f1e679d4e8d2ef6643b01b098698594d536c6fa9494a2a934dce3e4fe60594be4f1b56691a83a8e7fab0dd1ec6c09e12eeb1e69354f5e SHA512 d10289a51469ec6352a5b1feefb732dce7cf507b02ce57e64f8f65443f4533b8d61f357dec92cb00b58386416470928d763290a6d4ff714f65f98f1f09d60083
23 DIST zutty-0.13.tar.gz 348348 BLAKE2B 35887597798ecee4912a76d74e943ab93682ee637eed0966d70e198d64c9960060eeb1a0b93a76596dd77aeea99b897bd2d54900f10a41a6a786776a5f202997 SHA512 b6514299520562f3ca9f29c80d252a571c0347603c918d15dde095b92be8e96e23a249b23d1d0efc0d7aca03138c07913d7f3dc0f3e91c8bf04e78a3444ac43e
24
25 diff --git a/x11-terms/zutty/zutty-0.12.ebuild b/x11-terms/zutty/zutty-0.12.ebuild
26 deleted file mode 100644
27 index d4798fe13c94..000000000000
28 --- a/x11-terms/zutty/zutty-0.12.ebuild
29 +++ /dev/null
30 @@ -1,41 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{8,9,10} )
37 -PYTHON_REQ_USE="threads(+)"
38 -
39 -inherit python-any-r1 waf-utils
40 -
41 -DESCRIPTION="X terminal emulator rendering through OpenGL ES Compute Shaders"
42 -HOMEPAGE="https://tomscii.sig7.se/zutty/ https://github.com/tomszilagyi/zutty"
43 -SRC_URI="https://github.com/tomszilagyi/zutty/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="GPL-3+"
46 -SLOT="0"
47 -KEYWORDS="amd64"
48 -
49 -# It is possible to run the tests using virtualx, but it seems to take
50 -# screenshots of the terminal window, and compares checksums that never
51 -# seem to match.
52 -RESTRICT="test"
53 -
54 -RDEPEND="
55 - media-libs/freetype:2
56 - virtual/opengl
57 - x11-libs/libX11
58 - x11-libs/libXmu
59 -"
60 -DEPEND="${RDEPEND}"
61 -BDEPEND="
62 - ${PYTHON_DEPS}
63 - virtual/pkgconfig
64 -"
65 -
66 -PATCHES=(
67 - # Remove default CXX/LDFLAGS, bug #830405.
68 - "${FILESDIR}"/${PN}-0.12-cxxflags.patch
69 -)
70 -
71 -DOCS=( doc/KEYS.org doc/USAGE.org )