Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/zutty/
Date: Thu, 16 Sep 2021 20:23:25
Message-Id: 1631823762.3b2f804cf6a1386ab76a90e5182a41de781308b7.ionen@gentoo
1 commit: 3b2f804cf6a1386ab76a90e5182a41de781308b7
2 Author: Matt Smith <matt <AT> offtopica <DOT> uk>
3 AuthorDate: Sat Sep 11 08:23:36 2021 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 16 20:22:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b2f804c
7
8 x11-terms/zutty: Drop old
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Matt Smith <matt <AT> offtopica.uk>
12 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
13
14 x11-terms/zutty/zutty-0.9.ebuild | 30 ------------------------------
15 1 file changed, 30 deletions(-)
16
17 diff --git a/x11-terms/zutty/zutty-0.9.ebuild b/x11-terms/zutty/zutty-0.9.ebuild
18 deleted file mode 100644
19 index c8112ba12e4..00000000000
20 --- a/x11-terms/zutty/zutty-0.9.ebuild
21 +++ /dev/null
22 @@ -1,30 +0,0 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=7
27 -
28 -PYTHON_COMPAT=( python3_{7,8,9} )
29 -PYTHON_REQ_USE="threads(+)"
30 -
31 -inherit python-any-r1 waf-utils
32 -
33 -DESCRIPTION="X terminal emulator rendering through OpenGL ES Compute Shaders"
34 -HOMEPAGE="https://tomscii.sig7.se/zutty/ https://github.com/tomszilagyi/zutty"
35 -SRC_URI="https://github.com/tomszilagyi/zutty/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
36 -
37 -LICENSE="GPL-3+"
38 -SLOT="0"
39 -KEYWORDS="amd64"
40 -
41 -RDEPEND="
42 - media-libs/freetype:2
43 - media-libs/libglvnd[X]
44 - x11-libs/libXmu
45 -"
46 -DEPEND="${RDEPEND}"
47 -BDEPEND="
48 - ${PYTHON_DEPS}
49 - virtual/pkgconfig
50 -"
51 -
52 -DOCS=( doc/KEYS.org doc/USAGE.org )