Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-shells/k/
Date: Sun, 23 Feb 2020 02:58:26
Message-Id: 1582426675.2c09c9b95d06afcadc9832ff966183d756ba8527.Alessandro-Barbieri@gentoo
1 commit: 2c09c9b95d06afcadc9832ff966183d756ba8527
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 23 02:57:55 2020 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Sun Feb 23 02:57:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c09c9b9
7
8 app-shells/k: new package
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 app-shells/k/Manifest | 1 +
14 app-shells/k/k-0.0.5.ebuild | 29 +++++++++++++++++++++++++++++
15 app-shells/k/metadata.xml | 13 +++++++++++++
16 3 files changed, 43 insertions(+)
17
18 diff --git a/app-shells/k/Manifest b/app-shells/k/Manifest
19 new file mode 100644
20 index 0000000..46bb862
21 --- /dev/null
22 +++ b/app-shells/k/Manifest
23 @@ -0,0 +1 @@
24 +DIST k-0.0.5.tar.gz 7385 BLAKE2B 8cba27fef6538df7a65fd7fbe8234c0f284bf9db00c9ae554e5ea3982268bae7fab67626865fe0b5267dd199fea7d72f5c8548a7319eb7cc9d5aee6df4af7694 SHA512 a973abef9eb1f8fbe91528f20861eb880a2e804f08b88c0981e338a8399118f769cb7850de3d9ab8a1ec4e8a593dcb297af256696dd964dc28186f5c90cffbed
25
26 diff --git a/app-shells/k/k-0.0.5.ebuild b/app-shells/k/k-0.0.5.ebuild
27 new file mode 100644
28 index 0000000..882b4c1
29 --- /dev/null
30 +++ b/app-shells/k/k-0.0.5.ebuild
31 @@ -0,0 +1,29 @@
32 +# Copyright 1999-2020 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="7"
36 +
37 +DESCRIPTION="Directory listings for zsh with git features"
38 +HOMEPAGE="https://github.com/supercrabtree/k"
39 +SRC_URI="https://github.com/supercrabtree/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
40 +
41 +LICENSE="MIT"
42 +SLOT="0"
43 +KEYWORDS="~amd64"
44 +DEPEND=""
45 +RDEPEND="
46 + >=app-shells/zsh-4.3.11
47 + >=dev-vcs/git-1.7.2
48 +"
49 +
50 +src_install() {
51 + dodoc "readme.md"
52 + dodir "/usr/share/zsh/plugins"
53 + insinto "/usr/share/zsh/plugins/${PN}"
54 + doins "${PN}.sh"
55 +}
56 +
57 +pkg_postinst() {
58 + einfo "To use this script, load it into your interactive ZSH session:"
59 + einfo "\tsource /usr/share/zsh/plugins/${PN}/${PN}.zsh"
60 +}
61
62 diff --git a/app-shells/k/metadata.xml b/app-shells/k/metadata.xml
63 new file mode 100644
64 index 0000000..db8287c
65 --- /dev/null
66 +++ b/app-shells/k/metadata.xml
67 @@ -0,0 +1,13 @@
68 +<?xml version="1.0" encoding="UTF-8"?>
69 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 +<pkgmetadata>
71 + <maintainer type="person">
72 + <email>lssndrbarbieri@×××××.com</email>
73 + <name>Alessandro Barbieri</name>
74 + </maintainer>
75 + <upstream>
76 + <remote-id type="github">supercrabtree/k</remote-id>
77 + </upstream>
78 + <longdescription lang="en">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.
79 + </longdescription>
80 +</pkgmetadata>