commit:     7aa2fefd2faa9514ee4079a6de1b7254cd260f97
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 01:15:31 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 01:15:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7aa2fefd

x11-terms/kitty-shell-integration: drop 0.28.1, 0.29.0

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 x11-terms/kitty-shell-integration/Manifest         |  2 --
 .../kitty-shell-integration-0.28.1.ebuild          | 37 ----------------------
 .../kitty-shell-integration-0.29.0.ebuild          | 37 ----------------------
 3 files changed, 76 deletions(-)

diff --git a/x11-terms/kitty-shell-integration/Manifest 
b/x11-terms/kitty-shell-integration/Manifest
index 938d594787e2..4f864fbc6a35 100644
--- a/x11-terms/kitty-shell-integration/Manifest
+++ b/x11-terms/kitty-shell-integration/Manifest
@@ -1,4 +1,2 @@
 DIST kitty-0.27.1.tar.xz 5045588 BLAKE2B 
2381b3e9af26bb8a4c4358318289e9ef49ba1e38678ef192fd815ced962644671433a80f124579fb593257351cd8e0a61f845975d61d0d33f42b9d470ef130f0
 SHA512 
484d451b418defc7256319730d623224e3744d6200989d92839c40c951fdb213fe2ef472ddf968f695e499aa6c35d994ad76bb0eb28bca80ec8644b2ead40d56
-DIST kitty-0.28.1.tar.xz 7850232 BLAKE2B 
18567e54bbd2ac183120122847951744bb8494829911d4c66b5db23488fcc257c895b8d788c1b386ffec832aceb4f691a8a10339be07d43e54957c9c98365a01
 SHA512 
a8863c8bf5a3c385671d98bd50481ffcd3984e45ee051173eb38de9aac79643e69a312e08b8f655759f3ecdfab4efe38dca39167f5590e482748b5e85dea5537
-DIST kitty-0.29.0.tar.xz 7812720 BLAKE2B 
bbcc08cb474bf0d9faff0a32244a4ce374da170b78dbeb74bf720ab431c51a8899d2ecaccf45a9063531ea9db51340ddd08bc72cb933cd9c812e89c176ecb32a
 SHA512 
d8d13dea92d21ad113e3f6b056b2ea31514e0893b04c2bac2665821bb66ec10fdadacbf19e22980e0e744ef9d272f2fc2b4981016b182509af2040b6f4267d3c
 DIST kitty-0.29.1.tar.xz 7809084 BLAKE2B 
eba6bbe0fc69184a2b73088fff2859d49d06f030128306e761c16142872ceb280b3f034e86190614e68dd0703e8e0506ad5a1d4c4dd9fa64f22c9274d45952e2
 SHA512 
ce09342ed3cbb0a518dde8d33606468ee5a2a164f18ff4c8addbd33b05459407d4a935b93acb0e98df8d618aa832c93f91e9ac060e7f87c1e4567484adc46c9c

diff --git 
a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.28.1.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.28.1.ebuild
deleted file mode 100644
index 683e7101b6b5..000000000000
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.28.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Shell integration scripts for kitty, a GPU-based terminal 
emulator"
-HOMEPAGE="https://sw.kovidgoyal.net/kitty/";
-SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz";
-S="${WORKDIR}/kitty-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-RESTRICT="test" # intended to be ran on the full kitty package
-
-src_compile() { :; }
-
-src_install() {
-       # install the whole directory in the upstream suggested location
-       # for consistency (i.e. less variation between distros if someone
-       # ssh into Gentoo), then set symlinks to autoload where possible
-       # (these exit immediately if KITTY_SHELL_INTEGRATION is unset)
-       insinto /usr/share/kitty
-       doins -r shell-integration
-
-       dosym -r 
{/usr/share/kitty/shell-integration/bash,/etc/bash/bashrc.d}/kitty.bash
-
-       dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_completions.d/kitty.fish
-       dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_conf.d/kitty-shell-integration.fish
-
-       dosym -r 
/usr/share/{kitty/shell-integration/zsh/completions,zsh/site-functions}/_kitty
-       # zsh integration is handled automatically without needing to modify rc 
files,
-       # but may require user intervention depending on zsh invocation or if 
remote
-
-       # this is used internally by the ssh kitten and is not useful there
-       rm -r "${ED}"/usr/share/kitty/shell-integration/ssh || die
-}

diff --git 
a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.29.0.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.29.0.ebuild
deleted file mode 100644
index 683e7101b6b5..000000000000
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.29.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Shell integration scripts for kitty, a GPU-based terminal 
emulator"
-HOMEPAGE="https://sw.kovidgoyal.net/kitty/";
-SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz";
-S="${WORKDIR}/kitty-${PV}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-RESTRICT="test" # intended to be ran on the full kitty package
-
-src_compile() { :; }
-
-src_install() {
-       # install the whole directory in the upstream suggested location
-       # for consistency (i.e. less variation between distros if someone
-       # ssh into Gentoo), then set symlinks to autoload where possible
-       # (these exit immediately if KITTY_SHELL_INTEGRATION is unset)
-       insinto /usr/share/kitty
-       doins -r shell-integration
-
-       dosym -r 
{/usr/share/kitty/shell-integration/bash,/etc/bash/bashrc.d}/kitty.bash
-
-       dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_completions.d/kitty.fish
-       dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_conf.d/kitty-shell-integration.fish
-
-       dosym -r 
/usr/share/{kitty/shell-integration/zsh/completions,zsh/site-functions}/_kitty
-       # zsh integration is handled automatically without needing to modify rc 
files,
-       # but may require user intervention depending on zsh invocation or if 
remote
-
-       # this is used internally by the ssh kitten and is not useful there
-       rm -r "${ED}"/usr/share/kitty/shell-integration/ssh || die
-}

Reply via email to