summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2021-09-11 09:23:36 +0100
committerIonen Wolkens <ionen@gentoo.org>2021-09-16 16:22:42 -0400
commit3b2f804cf6a1386ab76a90e5182a41de781308b7 (patch)
treea473eb30abe8bc502ff2eb16fd26a7e49285813e /x11-terms/zutty
parentdev-util/rebar-bin: Bump to 3.17.0 (diff)
downloadgentoo-3b2f804cf6a1386ab76a90e5182a41de781308b7.tar.gz
gentoo-3b2f804cf6a1386ab76a90e5182a41de781308b7.tar.bz2
gentoo-3b2f804cf6a1386ab76a90e5182a41de781308b7.zip
x11-terms/zutty: Drop old
Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Matt Smith <matt@offtopica.uk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-terms/zutty')
-rw-r--r--x11-terms/zutty/zutty-0.9.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-terms/zutty/zutty-0.9.ebuild b/x11-terms/zutty/zutty-0.9.ebuild
deleted file mode 100644
index c8112ba12e48..000000000000
--- a/x11-terms/zutty/zutty-0.9.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-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"
-
-RDEPEND="
- media-libs/freetype:2
- media-libs/libglvnd[X]
- x11-libs/libXmu
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- ${PYTHON_DEPS}
- virtual/pkgconfig
-"
-
-DOCS=( doc/KEYS.org doc/USAGE.org )