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/kitty-terminfo/
Date: Wed, 02 Mar 2022 10:07:36
Message-Id: 1646214828.8ad2114c0d9ec776662ea21eca7df0127914828b.ionen@gentoo
1 commit: 8ad2114c0d9ec776662ea21eca7df0127914828b
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 09:41:12 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 09:53:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ad2114c
7
8 x11-terms/kitty-terminfo: drop 0.24.2
9
10 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
11
12 x11-terms/kitty-terminfo/Manifest | 1 -
13 .../kitty-terminfo/kitty-terminfo-0.24.2.ebuild | 23 ----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/x11-terms/kitty-terminfo/Manifest b/x11-terms/kitty-terminfo/Manifest
17 index afe5fd88074b..93164c33d8e7 100644
18 --- a/x11-terms/kitty-terminfo/Manifest
19 +++ b/x11-terms/kitty-terminfo/Manifest
20 @@ -1,3 +1,2 @@
21 DIST kitty-0.23.1.tar.xz 4444184 BLAKE2B f452e338fb72f723f2c028f90c20654cf80c5ee1aff924954f81f16445c9f4c10c77bd67d47ae5564b45496012dd1b7de447cdf3974b6913a39d170749878a73 SHA512 2d0c822e6bfca41b0a5e5e71e62f5073792b10c236287a509a6c790e19d098205c8719dbcb4aa630abbbaa3d44d6c9986c13efde7a9556772a89709383a0fe94
22 -DIST kitty-0.24.2.tar.xz 4601672 BLAKE2B 6e253863d81f2ef04f5d185cfe4379fe08818992a12a06da2ce2b0958912c4a0dc164b2ac6e8e74e383716e7040b2390bd1123ab4d8d282ede602dfea5cc756f SHA512 6d49b20dbd96ed0a1ed49a4523b65593c547ea2fec46f4c2557e26cdb5048ebaadb2c2118c7a2dd346f83ecab2d0a341d2322ae37ebe49184e22055581c631e7
23 DIST kitty-0.24.3.tar.xz 4614252 BLAKE2B 04c9904e20aae0ed12d41dc01ea4fbb5e36430e50087821845c0bd3e6d8dd0ab2a090f8ebff8fd66fe9f2b0a3efe52f0434008b4484cbe27a58b05c6e4f56d73 SHA512 2b1482164fb1aabfa2f775f24d0ffbbbd1e8a85cf114a2daa411379ea8dbcea6ae5f361997132fb4d773fed8adeec4c04ffb4e615a470cefeb794d8a39c94c0a
24
25 diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.24.2.ebuild b/x11-terms/kitty-terminfo/kitty-terminfo-0.24.2.ebuild
26 deleted file mode 100644
27 index 35ff98034a87..000000000000
28 --- a/x11-terms/kitty-terminfo/kitty-terminfo-0.24.2.ebuild
29 +++ /dev/null
30 @@ -1,23 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -DESCRIPTION="Terminfo for kitty, a GPU-based terminal emulator"
37 -HOMEPAGE="https://sw.kovidgoyal.net/kitty/"
38 -SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz"
39 -S="${WORKDIR}/kitty-${PV}"
40 -
41 -LICENSE="GPL-3"
42 -SLOT="0"
43 -KEYWORDS="~amd64 ~ppc64 ~x86"
44 -RESTRICT="test" # intended to be ran on the full kitty package
45 -
46 -BDEPEND="sys-libs/ncurses"
47 -
48 -src_compile() { :; }
49 -
50 -src_install() {
51 - dodir /usr/share/terminfo
52 - tic -xo "${ED}"/usr/share/terminfo terminfo/kitty.terminfo || die
53 -}