From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 33726158089 for ; Mon, 25 Sep 2023 10:00:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C6502BC043; Mon, 25 Sep 2023 10:00:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25D632BC03F for ; Mon, 25 Sep 2023 10:00:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 61533335C7E for ; Mon, 25 Sep 2023 10:00:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D3561262 for ; Mon, 25 Sep 2023 10:00:15 +0000 (UTC) From: "Florian Schmaus" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" Message-ID: <1695582446.65aeb23e595573a732097fa30a217ea9cf216b2f.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: app-shells/zsh-autosuggestions/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/zsh-autosuggestions/Manifest app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild X-VCS-Directories: app-shells/zsh-autosuggestions/ X-VCS-Committer: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: 65aeb23e595573a732097fa30a217ea9cf216b2f X-VCS-Branch: master Date: Mon, 25 Sep 2023 10:00:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 278c96a8-3b83-4553-9031-7db3b85e87d4 X-Archives-Hash: bb635c1e5257b7b78e4277ef2d9c4e62 commit: 65aeb23e595573a732097fa30a217ea9cf216b2f Author: Leonardo Hernández Hernández proton me> AuthorDate: Sun Sep 24 19:04:06 2023 +0000 Commit: Florian Schmaus gentoo 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 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)" -}