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: Sun, 27 Feb 2022 10:23:36
Message-Id: 1645957366.7a91e8bd3eb89df1f8ef36c635b508496369c932.matthew@gentoo
1 commit: 7a91e8bd3eb89df1f8ef36c635b508496369c932
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 26 20:29:55 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 10:22:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a91e8bd
7
8 x11-terms/zutty: drop 0.10
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 x11-terms/zutty/Manifest | 1 -
13 x11-terms/zutty/zutty-0.10.ebuild | 30 ------------------------------
14 2 files changed, 31 deletions(-)
15
16 diff --git a/x11-terms/zutty/Manifest b/x11-terms/zutty/Manifest
17 index 277e99a771b8..dda55cd631d9 100644
18 --- a/x11-terms/zutty/Manifest
19 +++ b/x11-terms/zutty/Manifest
20 @@ -1,2 +1 @@
21 -DIST zutty-0.10.tar.gz 336599 BLAKE2B 0041bbbc268ff042bac6bea1984ebf05d958f622b4c2e736bfe3d18e3a224238f27a7ef9920b8f7bc820705ce7560f20819650ec27fb3e5fc13dbef76fc6d0af SHA512 f499fb499779f8b5936a03c48e3c042f5fa0f0c99d3b24a4c9b963c2df8151561ac82456625d768e65f75aea641539a036300f1f99404eecfd15a0a25aeb6779
22 DIST zutty-0.11.tar.gz 343469 BLAKE2B 9cd040e72d0ea76a526d099265b3a0974d40b1b8b679ff3baafc47f827b140943ac8bc13676831245e219ca1335ded7aca1e7826baf175fc63e88012791785e1 SHA512 84e8402a310adc80c698ded38fa3eb8ba44034f391e2538bccbdbc4082e239dc0d6ceb20504eeab4e5d2499ded55ef0941ae2e5d07eeb809d1059e5449cdb708
23
24 diff --git a/x11-terms/zutty/zutty-0.10.ebuild b/x11-terms/zutty/zutty-0.10.ebuild
25 deleted file mode 100644
26 index cc6a1b77922e..000000000000
27 --- a/x11-terms/zutty/zutty-0.10.ebuild
28 +++ /dev/null
29 @@ -1,30 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{8,9} )
36 -PYTHON_REQ_USE="threads(+)"
37 -
38 -inherit python-any-r1 waf-utils
39 -
40 -DESCRIPTION="X terminal emulator rendering through OpenGL ES Compute Shaders"
41 -HOMEPAGE="https://tomscii.sig7.se/zutty/ https://github.com/tomszilagyi/zutty"
42 -SRC_URI="https://github.com/tomszilagyi/zutty/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="GPL-3+"
45 -SLOT="0"
46 -KEYWORDS="amd64"
47 -
48 -RDEPEND="
49 - media-libs/freetype:2
50 - media-libs/libglvnd[X]
51 - x11-libs/libXmu
52 -"
53 -DEPEND="${RDEPEND}"
54 -BDEPEND="
55 - ${PYTHON_DEPS}
56 - virtual/pkgconfig
57 -"
58 -
59 -DOCS=( doc/KEYS.org doc/USAGE.org )