commit:     328c5a748c0044242f231d66678c411ed1d56776
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  8 18:20:57 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Sep  8 18:23:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328c5a74

x11-terms/kitty-shell-integration: drop 0.25.2, 0.26.1

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

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

diff --git a/x11-terms/kitty-shell-integration/Manifest 
b/x11-terms/kitty-shell-integration/Manifest
index dff417b1881c..3ea236ddc574 100644
--- a/x11-terms/kitty-shell-integration/Manifest
+++ b/x11-terms/kitty-shell-integration/Manifest
@@ -1,3 +1 @@
-DIST kitty-0.25.2.tar.xz 4681940 BLAKE2B 
9aa43711c833541f364100465dfd1c13251ed59d5777634a5f193cc0544743295a772de85c64b4657e2cbca3d88f77019b0fe26b25c8b0908c1cc108b480ecf6
 SHA512 
ac858b525abbdeb137989a7971c51651d46bffedde048ed572bbb4c31119a4e0f9f424edbdbfd14fe2e043b4a7c8a1a1f8ee6591906e40a655d9f783b21f31a6
-DIST kitty-0.26.1.tar.xz 4716836 BLAKE2B 
1369fe3bb13fc5fb134c5b45f179ddd60b4edb61243d88aa08d8b414b4153b17e5c739859c9ed2db366e096db1b07e207cbef715d95787722037ddf5854582e1
 SHA512 
ed270c84078acb33921506296c476ada5f19fb33344047c7dad5b2d7b697c2111e2925dc391eb4927a05ef82ae583b35db5eee53e148e3e4d71ce942a1deade2
 DIST kitty-0.26.2.tar.xz 4716932 BLAKE2B 
fbbd1bbeb42bfb5be1348ead4605d45f93a90e31e707444c901b9f4c20b42d470c1e3cec9e0f135f04ad49bb472824fb7445932403127e8cbc639b5dac6ee982
 SHA512 
4bfb3d9438bb018dc10503be610df4e6e8bb1f9459b5131f46fde6279ba5423e44dbbcb86a2dc2602ee208266edc78074f6496e99761cf43f7081ea9e88175f7

diff --git 
a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.25.2.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.25.2.ebuild
deleted file mode 100644
index e4411a8cbd8d..000000000000
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.25.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022 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 ~ppc64 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.26.1.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.26.1.ebuild
deleted file mode 100644
index 4c3e987c411b..000000000000
--- a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.26.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022 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 ~ppc64 ~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