public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autosuggestions/
Date: Mon, 25 Sep 2023 10:00:15 +0000 (UTC)	[thread overview]
Message-ID: <1695582446.65aeb23e595573a732097fa30a217ea9cf216b2f.flow@gentoo> (raw)

commit:     65aeb23e595573a732097fa30a217ea9cf216b2f
Author:     Leonardo Hernández Hernández <leohdz172 <AT> proton <DOT> me>
AuthorDate: Sun Sep 24 19:04:06 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Sun Sep 24 19:07:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65aeb23e

app-shells/zsh-autosuggestions: drop 0.6.4

Signed-off-by: Leonardo Hernández Hernández <leohdz172 <AT> proton.me>

 app-shells/zsh-autosuggestions/Manifest            |  1 -
 .../zsh-autosuggestions-0.6.4.ebuild               | 41 ----------------------
 2 files changed, 42 deletions(-)

diff --git a/app-shells/zsh-autosuggestions/Manifest b/app-shells/zsh-autosuggestions/Manifest
index 9483341be9..ce4a3ffbcb 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 8cf8877692..0000000000
--- 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)"
-}


             reply	other threads:[~2023-09-25 10:00 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-25 10:00 Florian Schmaus [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-25 10:00 [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autosuggestions/ Florian Schmaus
2023-09-25 10:00 Florian Schmaus
2022-04-06 21:25 Ronny Gutbrod
2022-04-06 19:50 [gentoo-commits] repo/proj/guru:dev " Ronny Gutbrod
2022-04-06 21:25 ` [gentoo-commits] repo/proj/guru:master " Ronny Gutbrod
2022-04-06 10:48 Andrew Ammerlaan
2021-07-13  9:09 Andrew Ammerlaan
2021-04-20 10:42 Andrew Ammerlaan
2021-04-20 10:42 Andrew Ammerlaan
2021-04-20 10:42 Andrew Ammerlaan
2021-04-20  9:43 Andrew Ammerlaan
2021-04-19 13:43 Andrew Ammerlaan
2021-02-16 21:10 Theo Anderson

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=1695582446.65aeb23e595573a732097fa30a217ea9cf216b2f.flow@gentoo \
    --to=flow@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