public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matthew Smith" <matthew@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/zutty/
Date: Thu, 14 Mar 2024 07:54:43 +0000 (UTC)	[thread overview]
Message-ID: <1710402878.0ab04a9e3d355ff60d0103cd73bea9cce987051b.matthew@gentoo> (raw)

commit:     0ab04a9e3d355ff60d0103cd73bea9cce987051b
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 14 07:47:42 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Thu Mar 14 07:54:38 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ab04a9e

x11-terms/zutty: drop 0.13, 0.14

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 x11-terms/zutty/Manifest          |  3 ---
 x11-terms/zutty/zutty-0.13.ebuild | 50 ---------------------------------------
 x11-terms/zutty/zutty-0.14.ebuild | 42 --------------------------------
 3 files changed, 95 deletions(-)

diff --git a/x11-terms/zutty/Manifest b/x11-terms/zutty/Manifest
index 34418f4e7b51..01f24e465028 100644
--- a/x11-terms/zutty/Manifest
+++ b/x11-terms/zutty/Manifest
@@ -1,4 +1 @@
-DIST zutty-0.13-waf 105632 BLAKE2B 9edbaab125e398d3e0794f0ea0650cda833514f7e571ce5549d74c563c6adfd4483af34be4845d67993fe14bcacee89c02a8ca221673c472f6b16c6e27c0ad4d SHA512 ab756b7e3248bd6b87a58fd94d8d786c058889fa5015a2ed2eb2a05869af898324297a903810e43899de8eb226dc30a0a9605d7fdf6bec3bc05c68b74907e79f
-DIST zutty-0.13.tar.gz 348348 BLAKE2B 35887597798ecee4912a76d74e943ab93682ee637eed0966d70e198d64c9960060eeb1a0b93a76596dd77aeea99b897bd2d54900f10a41a6a786776a5f202997 SHA512 b6514299520562f3ca9f29c80d252a571c0347603c918d15dde095b92be8e96e23a249b23d1d0efc0d7aca03138c07913d7f3dc0f3e91c8bf04e78a3444ac43e
-DIST zutty-0.14.tar.gz 351015 BLAKE2B 36dc0f285b48261e01b199bd047634f6893b9969766867a163a2e87d3169e5eb2ee6760dca7976bb93bbcbba2fed4e9d79230135605a8bd905e067686a3717e5 SHA512 d73894feefa1fb58c76aa5f9d68a47b9871ab8d02eb5dd2575769c4f082a65cb9df2bdb2478e5aa54d121eb19a16269f169e79d72f0df779760520f2d501c086
 DIST zutty-0.15.tar.gz 351752 BLAKE2B d7de40d490fb2674f939a20fde5f28d4438153a0a5397e801cbe255f3394f7d776107106882dab75fff51fa7d7de73e902679d9d0b4668f54e0417ae4cd95f9f SHA512 a0d482cc60ff3059c14f65fe0892ab81f793e1b98bb892136a7027399dac84360726187c9f47bdb40fcae0b9b361a929aba783c61fca7a57f844787c483c0884

diff --git a/x11-terms/zutty/zutty-0.13.ebuild b/x11-terms/zutty/zutty-0.13.ebuild
deleted file mode 100644
index 0284eaf0e295..000000000000
--- a/x11-terms/zutty/zutty-0.13.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-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
-	https://github.com/tomscii/zutty/raw/8db89ee270f3130d8a2c5c1201d08e7d627278ce/waf -> ${PF}-waf
-"
-
-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
-	x11-libs/libXt
-"
-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 )
-
-src_unpack() {
-	unpack ${P}.tar.gz
-	cp "${DISTDIR}"/${PF}-waf "${S}"/waf || die
-}

diff --git a/x11-terms/zutty/zutty-0.14.ebuild b/x11-terms/zutty/zutty-0.14.ebuild
deleted file mode 100644
index 5dcd90c67e88..000000000000
--- a/x11-terms/zutty/zutty-0.14.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-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/tomscii/zutty"
-SRC_URI="https://github.com/tomscii/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
-	x11-libs/libXt
-"
-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 )


             reply	other threads:[~2024-03-14  7:54 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-14  7:54 Matthew Smith [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-12  7:31 [gentoo-commits] repo/gentoo:master commit in: x11-terms/zutty/ Matthew Smith
2024-03-13 19:38 Arthur Zamarin
2024-01-23 17:20 Matthew Smith
2024-01-23 17:20 Matthew Smith
2023-09-16 10:11 Sam James
2023-02-19 15:24 Matthew Smith
2023-02-19 15:24 Matthew Smith
2023-02-18  8:11 Matthew Smith
2022-09-12 18:17 Matthew Smith
2022-09-11  7:54 Agostino Sarubbo
2022-09-10 12:04 Matthew Smith
2022-07-24 10:52 Matthew Smith
2022-07-02 18:18 Sam James
2022-02-27 10:23 Matthew Smith
2022-02-26 18:52 Sam James
2022-01-21  7:08 Joonas Niilola
2021-11-13 12:51 Jakov Smolić
2021-10-31  2:55 Sam James
2021-09-16 20:23 Ionen Wolkens
2021-08-30  7:26 Agostino Sarubbo
2021-07-20 16:00 Sam James
2021-06-03  7:01 Joonas Niilola
2021-05-18 13:31 Joonas Niilola
2021-05-18 13:31 Joonas Niilola
2021-03-21 19:47 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1710402878.0ab04a9e3d355ff60d0103cd73bea9cce987051b.matthew@gentoo \
    --to=matthew@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox