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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7ECB11382C5 for ; Tue, 16 Feb 2021 21:10:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5875E0866; Tue, 16 Feb 2021 21:10:57 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C030CE0866 for ; Tue, 16 Feb 2021 21:10:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE6DB3412EE for ; Tue, 16 Feb 2021 21:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58F33531 for ; Tue, 16 Feb 2021 21:10:53 +0000 (UTC) From: "Theo Anderson" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Theo Anderson" Message-ID: <1613485211.8384595045846411fe6ec1cb4f6ee6b8acdd6c69.telans@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/metadata.xml app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild X-VCS-Directories: app-shells/zsh-autosuggestions/ X-VCS-Committer: telans X-VCS-Committer-Name: Theo Anderson X-VCS-Revision: 8384595045846411fe6ec1cb4f6ee6b8acdd6c69 X-VCS-Branch: master Date: Tue, 16 Feb 2021 21:10:53 +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: 68fd2bf3-1075-4db5-890c-8ccfd03d0d8c X-Archives-Hash: 0c008b38531d7979f42bdc594e65f64d commit: 8384595045846411fe6ec1cb4f6ee6b8acdd6c69 Author: Simon van der Maas protonmail com> AuthorDate: Tue Feb 16 14:20:00 2021 +0000 Commit: Theo Anderson posteo de> CommitDate: Tue Feb 16 14:20:11 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=83845950 app-shells/zsh-autosuggestions: new package Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Simon van der Maas protonmail.com> app-shells/zsh-autosuggestions/Manifest | 1 + app-shells/zsh-autosuggestions/metadata.xml | 8 +++++++ .../zsh-autosuggestions-0.6.4.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 36 insertions(+) diff --git a/app-shells/zsh-autosuggestions/Manifest b/app-shells/zsh-autosuggestions/Manifest new file mode 100644 index 00000000..249800d8 --- /dev/null +++ b/app-shells/zsh-autosuggestions/Manifest @@ -0,0 +1 @@ +DIST zsh-autosuggestions-0.6.4.tar.gz 29154 BLAKE2B 73bef916e4abb53f6bd7d8daa67040a78e30aaaf3d71ed04e2f32d4fbbbc35bda1fa8cbcb8957324b52c39bf7ed454132ede657b2caee03798a41a2c330df0d9 SHA512 226b99048577ecdbe198501e6e4b3156c3d849994f0a2f7e15687cd244d4cac472cbcf746aaa32b2886652f6962852a475777b5f2bfcb3a6d0279be98a6020bb diff --git a/app-shells/zsh-autosuggestions/metadata.xml b/app-shells/zsh-autosuggestions/metadata.xml new file mode 100644 index 00000000..ad8cead2 --- /dev/null +++ b/app-shells/zsh-autosuggestions/metadata.xml @@ -0,0 +1,8 @@ + + + + + svdm-gentoo@protonmail.com + Simon van der Maas + + diff --git a/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild new file mode 100644 index 00000000..3b307eb0 --- /dev/null +++ b/app-shells/zsh-autosuggestions/zsh-autosuggestions-0.6.4.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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" + +DEPEND=">=app-shells/zsh-4.3.11" + +RDEPEND="${DEPEND}" + +src_install() { + insinto "/usr/share/zsh/site-functions/" + doins "${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)" +}