aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Hernández Hernández <leohdz172@proton.me>2023-09-24 13:04:06 -0600
committerLeonardo Hernández Hernández <leohdz172@proton.me>2023-09-24 13:07:26 -0600
commit65aeb23e595573a732097fa30a217ea9cf216b2f (patch)
tree923ce2c9ccf0b7f7d4c925c13acdc0cd8fa217f8 /app-shells
parentwww-apps/code-server-bin: add 4.17.0 (diff)
downloadguru-65aeb23e595573a732097fa30a217ea9cf216b2f.tar.gz
guru-65aeb23e595573a732097fa30a217ea9cf216b2f.tar.bz2
guru-65aeb23e595573a732097fa30a217ea9cf216b2f.zip
app-shells/zsh-autosuggestions: drop 0.6.4
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/zsh-autosuggestions/Manifest1
-rw-r--r--app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild41
2 files changed, 0 insertions, 42 deletions
diff --git a/app-shells/zsh-autosuggestions/Manifest b/app-shells/zsh-autosuggestions/Manifest
index 9483341be..ce4a3ffbc 100644
--- a/app-shells/zsh-autosuggestions/Manifest
+++ b/app-shells/zsh-autosuggestions/Manifest
@@ -1,2 +1 @@
-DIST zsh-autosuggestions-0.6.4.tar.gz 29154 BLAKE2B 73bef916e4abb53f6bd7d8daa67040a78e30aaaf3d71ed04e2f32d4fbbbc35bda1fa8cbcb8957324b52c39bf7ed454132ede657b2caee03798a41a2c330df0d9 SHA512 226b99048577ecdbe198501e6e4b3156c3d849994f0a2f7e15687cd244d4cac472cbcf746aaa32b2886652f6962852a475777b5f2bfcb3a6d0279be98a6020bb
DIST zsh-autosuggestions-0.7.0.tar.gz 27953 BLAKE2B b12c387a7a6424f1e3e2bc76a4d9f11a3bddb4bc1d69236249722a829c53f3136ff0cbf8aaf02faff54f49f7b7363fcd06576a2dc6c8026c62951da2d0ebc2c2 SHA512 b1a0a11a89095e4f142061525f92836588561e3bfab015bb96eabe3f1f68d0cfcd7483014dac8c5b2911e65640e9182c5fc4cb4fb53e3a05ef7997c006ff76a6
diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
deleted file mode 100644
index 8cf887769..000000000
--- a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-USE_RUBY="ruby26 ruby27 ruby30"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Fish-like autosuggestions for zsh"
-HOMEPAGE="https://github.com/zsh-users/zsh-autosuggestions"
-SRC_URI="https://github.com/zsh-users/zsh-autosuggestions/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-
-RDEPEND=">=app-shells/zsh-4.3.11"
-BDEPEND="
- test? (
- ${RDEPEND}
- app-misc/tmux
- dev-ruby/bundler
- dev-ruby/pry
- dev-ruby/pry-byebug
- dev-ruby/rspec-wait
- )
-"
-
-RESTRICT="!test? ( test )"
-
-src_install() {
- insinto "/usr/share/zsh/site-functions/"
- doins "${WORKDIR}/all/${P}/${PN}.zsh"
-}
-
-pkg_postinst() {
- elog "In order to use ${CATEGORY}/${PN} add ". /usr/share/zsh/site-functions/zsh-autosuggestions.zsh" at the end of your ~/.zshrc (including the dot)"
-}