public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/k/
@ 2020-02-23  2:58 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2020-02-23  2:58 UTC (permalink / raw
  To: gentoo-commits

commit:     2c09c9b95d06afcadc9832ff966183d756ba8527
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Feb 23 02:57:55 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> 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 <lssndrbarbieri <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">supercrabtree/k</remote-id>
+  </upstream>
+  <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.
+  </longdescription>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/k/
@ 2020-03-03  5:11 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2020-03-03  5:11 UTC (permalink / raw
  To: gentoo-commits

commit:     4aff30d6fdc2d0bdea5b2f7d03b782e9187c0d11
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar  3 04:38:07 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar  3 04:38:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4aff30d6

app-shells/k: use DOCS array

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-shells/k/k-0.0.5.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-shells/k/k-0.0.5.ebuild b/app-shells/k/k-0.0.5.ebuild
index 882b4c1..1092c8f 100644
--- a/app-shells/k/k-0.0.5.ebuild
+++ b/app-shells/k/k-0.0.5.ebuild
@@ -16,8 +16,9 @@ RDEPEND="
 	>=dev-vcs/git-1.7.2
 "
 
+DOCS=( readme.md )
+
 src_install() {
-	dodoc "readme.md"
 	dodir "/usr/share/zsh/plugins"
 	insinto "/usr/share/zsh/plugins/${PN}"
 	doins "${PN}.sh"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: app-shells/k/
@ 2020-03-03  8:58 Alessandro Barbieri
  0 siblings, 0 replies; 3+ messages in thread
From: Alessandro Barbieri @ 2020-03-03  8:58 UTC (permalink / raw
  To: gentoo-commits

commit:     4a6d7d767204c4158d745b967e17f4d356de06e2
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Mar  3 08:45:57 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Mar  3 08:45:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a6d7d76

app-shells/k: call einstalldocs

Package-Manager: Portage-2.3.91, Repoman-2.3.20
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 app-shells/k/k-0.0.5.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-shells/k/k-0.0.5.ebuild b/app-shells/k/k-0.0.5.ebuild
index 1092c8f..7202c92 100644
--- a/app-shells/k/k-0.0.5.ebuild
+++ b/app-shells/k/k-0.0.5.ebuild
@@ -22,6 +22,7 @@ src_install() {
 	dodir "/usr/share/zsh/plugins"
 	insinto "/usr/share/zsh/plugins/${PN}"
 	doins "${PN}.sh"
+	einstalldocs
 }
 
 pkg_postinst() {


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-03  8:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-23  2:58 [gentoo-commits] repo/proj/guru:dev commit in: app-shells/k/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2020-03-03  5:11 Alessandro Barbieri
2020-03-03  8:58 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox