public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-shells/z/
@ 2015-10-29  0:36 Amadeusz Piotr Żołnowski
  0 siblings, 0 replies; 2+ messages in thread
From: Amadeusz Piotr Żołnowski @ 2015-10-29  0:36 UTC (permalink / raw
  To: gentoo-commits

commit:     6b353f904c24387cfe9623b4f0a0193720d39f3f
Author:     Amadeusz Żołnowski <aidecoe <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 00:30:09 2015 +0000
Commit:     Amadeusz Piotr Żołnowski <aidecoe <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 00:35:08 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b353f90

app-shells/z: Add new package

Add initial ebuild for most recent release.

 app-shells/z/Manifest     |  1 +
 app-shells/z/metadata.xml | 13 +++++++++++++
 app-shells/z/z-1.9.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/app-shells/z/Manifest b/app-shells/z/Manifest
new file mode 100644
index 0000000..4f551bd
--- /dev/null
+++ b/app-shells/z/Manifest
@@ -0,0 +1 @@
+DIST z-1.9.tar.gz 5894 SHA256 28aaff75254c8914063ce2534a4b882845054701230475b11dba6d7a305d82c9 SHA512 8e22c04075d502dfbb0225518c923065347aa842d463237e927c2f9e4c6a2c5d211cd43c06a374f078090b4418849afdfabd6a3d249e9c35f9423dffe8078733 WHIRLPOOL 21a7d5e10b69b2f898254fd89f7be42aea1364fd81604d17bf58e244ce8a0a4b6cc92b41062eb008304522cf9623a50745dda7d9466a1a8a1fe3a8a8e5cac4f4

diff --git a/app-shells/z/metadata.xml b/app-shells/z/metadata.xml
new file mode 100644
index 0000000..ad3df7c
--- /dev/null
+++ b/app-shells/z/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>
+		<email>aidecoe@gentoo.org</email>
+		<name>Amadeusz Żołnowski</name>
+	</maintainer>
+	<longdescription lang="en">
+		Tracks your most used directories, based on 'frecency'. After a short
+		learning phase, z will take you to the most 'frecent' directory that
+		matches ALL of the regexes given on the command line, in order.
+	</longdescription>
+</pkgmetadata>

diff --git a/app-shells/z/z-1.9.ebuild b/app-shells/z/z-1.9.ebuild
new file mode 100644
index 0000000..f107e3c
--- /dev/null
+++ b/app-shells/z/z-1.9.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+DESCRIPTION="Change directory command that learns visited paths"
+HOMEPAGE="https://github.com/rupa/z/"
+SRC_URI="https://github.com/rupa/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/rupa-z-5dc2a86"
+
+src_compile() {
+	:
+}
+
+src_install() {
+	insinto "/usr/share/${PN}/"
+	doins z.sh
+	doman z.1
+}
+
+pkg_postinst() {
+	if [[ ! ${REPLACING_VERSIONS} ]]; then
+		elog "To enable 'z' command you need to source /usr/share/${PN}/z.sh."
+		elog "Add following line to your ~/.bashrc, ~/.zshrc or equivalent"
+		elog "in other shells:"
+		elog ""
+		elog "    [ -r /usr/share/${PN}/z.sh ] && . /usr/share/${PN}/z.sh"
+		elog ""
+		elog "See z(1) man page for usage and configuration options."
+	fi
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-shells/z/
@ 2016-12-23 10:06 Patrice Clement
  0 siblings, 0 replies; 2+ messages in thread
From: Patrice Clement @ 2016-12-23 10:06 UTC (permalink / raw
  To: gentoo-commits

commit:     25ac94d15578c21307887f57cbf71088635d2ca6
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Fri Dec 23 08:02:43 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 10:06:50 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ac94d1

app-shells/z: fix metadata typos.

Gentoo-Bug: https://bugs.gentoo.org/602804

Closes: https://github.com/gentoo/gentoo/pull/3221

 app-shells/z/metadata.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-shells/z/metadata.xml b/app-shells/z/metadata.xml
index 2fd5140..9626e47 100644
--- a/app-shells/z/metadata.xml
+++ b/app-shells/z/metadata.xml
@@ -6,8 +6,8 @@
 		<name>Amadeusz Żołnowski</name>
 	</maintainer>
 	<longdescription lang="en">
-		Tracks your most used directories, based on 'frecency'. After a short
-		learning phase, z will take you to the most 'frecent' directory that
+		Tracks your most used directories, based on 'frequency'. After a short
+		learning phase, z will take you to the most 'frequent' directory that
 		matches ALL of the regexes given on the command line, in order.
 	</longdescription>
 	<upstream>


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

end of thread, other threads:[~2016-12-23 10:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29  0:36 [gentoo-commits] repo/gentoo:master commit in: app-shells/z/ Amadeusz Piotr Żołnowski
  -- strict thread matches above, loose matches on Subject: below --
2016-12-23 10:06 Patrice Clement

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