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 3D131138350 for ; Sun, 23 Feb 2020 02:58:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29172E0933; Sun, 23 Feb 2020 02:58:25 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 EF127E0933 for ; Sun, 23 Feb 2020 02:58:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6E13C34EF67 for ; Sun, 23 Feb 2020 02:58:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12077AF for ; Sun, 23 Feb 2020 02:58:22 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1582426675.2c09c9b95d06afcadc9832ff966183d756ba8527.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/k/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-shells/k/Manifest app-shells/k/k-0.0.5.ebuild app-shells/k/metadata.xml X-VCS-Directories: app-shells/k/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 2c09c9b95d06afcadc9832ff966183d756ba8527 X-VCS-Branch: dev Date: Sun, 23 Feb 2020 02:58:22 +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: 37cc00c6-c1fe-462b-8ed7-9334083c942d X-Archives-Hash: 01d30668111473af163865ff8fee0af4 commit: 2c09c9b95d06afcadc9832ff966183d756ba8527 Author: Alessandro Barbieri gmail com> AuthorDate: Sun Feb 23 02:57:55 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Feb 23 02:57:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c09c9b9 app-shells/k: new package Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alessandro Barbieri gmail.com> app-shells/k/Manifest | 1 + app-shells/k/k-0.0.5.ebuild | 29 +++++++++++++++++++++++++++++ app-shells/k/metadata.xml | 13 +++++++++++++ 3 files changed, 43 insertions(+) diff --git a/app-shells/k/Manifest b/app-shells/k/Manifest new file mode 100644 index 0000000..46bb862 --- /dev/null +++ b/app-shells/k/Manifest @@ -0,0 +1 @@ +DIST k-0.0.5.tar.gz 7385 BLAKE2B 8cba27fef6538df7a65fd7fbe8234c0f284bf9db00c9ae554e5ea3982268bae7fab67626865fe0b5267dd199fea7d72f5c8548a7319eb7cc9d5aee6df4af7694 SHA512 a973abef9eb1f8fbe91528f20861eb880a2e804f08b88c0981e338a8399118f769cb7850de3d9ab8a1ec4e8a593dcb297af256696dd964dc28186f5c90cffbed diff --git a/app-shells/k/k-0.0.5.ebuild b/app-shells/k/k-0.0.5.ebuild new file mode 100644 index 0000000..882b4c1 --- /dev/null +++ b/app-shells/k/k-0.0.5.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +DESCRIPTION="Directory listings for zsh with git features" +HOMEPAGE="https://github.com/supercrabtree/k" +SRC_URI="https://github.com/supercrabtree/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +DEPEND="" +RDEPEND=" + >=app-shells/zsh-4.3.11 + >=dev-vcs/git-1.7.2 +" + +src_install() { + dodoc "readme.md" + dodir "/usr/share/zsh/plugins" + insinto "/usr/share/zsh/plugins/${PN}" + doins "${PN}.sh" +} + +pkg_postinst() { + einfo "To use this script, load it into your interactive ZSH session:" + einfo "\tsource /usr/share/zsh/plugins/${PN}/${PN}.zsh" +} diff --git a/app-shells/k/metadata.xml b/app-shells/k/metadata.xml new file mode 100644 index 0000000..db8287c --- /dev/null +++ b/app-shells/k/metadata.xml @@ -0,0 +1,13 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + supercrabtree/k + + k is a zsh script / plugin to make directory listings more readable, adding a bit of color and some git status information on files and directories. + +