public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/nnn/
Date: Thu, 25 Jul 2019 10:31:12 +0000 (UTC)	[thread overview]
Message-ID: <1564050671.f2392de62c2463f0b161c6a20e903a08a5ef73a3.zlogene@gentoo> (raw)

commit:     f2392de62c2463f0b161c6a20e903a08a5ef73a3
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 25 10:30:51 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jul 25 10:31:11 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2392de6

app-misc/nnn: Version bump (v2.5)

Package-Manager: Portage-2.3.66, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 app-misc/nnn/Manifest       |  1 +
 app-misc/nnn/nnn-2.5.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/app-misc/nnn/Manifest b/app-misc/nnn/Manifest
index 6fd1047d969..2320c8ce5d4 100644
--- a/app-misc/nnn/Manifest
+++ b/app-misc/nnn/Manifest
@@ -4,3 +4,4 @@ DIST nnn-2.1.tar.gz 48481 BLAKE2B cbf5dbcb2548e21996f3fa5b5399a56644d1e7aed6023c
 DIST nnn-2.2.tar.gz 50955 BLAKE2B 010b68c20e7ce4ccc8df65192d7be0a76cb5a84973093dc97bd853a7f525904157d59f5db96ab0dd690c7fd340a90e8aab222003d51ceb8de8febebe62ba1c49 SHA512 0144c9f9c29c2ff3818cf14532354e8182f872580ce7c5a06ab8595b4354edc3a4ede3afc667cd0561a3de4d2f34965a9c057f7ac9555d86feff83abaaca5793
 DIST nnn-2.3.tar.gz 56286 BLAKE2B cc1d79ccf467ba47fc4b50f335e7f2a9b1962555afacc4996c986c9b962950c1f645ce9b0f0e7555a842f429dfc80a24522613d5f447c5edff13111baa57df02 SHA512 416eb08a40534ff4b92b8757c75d8e599d2ea1cbfe7cdedaccac42fd819b1f15e3da839181b232036b1d63dd8bf7c82df801cb4c456e8917fbe47a9a25fae361
 DIST nnn-2.4.tar.gz 62510 BLAKE2B 40a445bcf840afd4dcd5c4e94d1ca3af9aad6a8b8c801d97420a4f5f237bbc41cc7157bc43cd3c9ce83b04af3dbd7c6ecf467cf690922cfe36cfeff5f87ef365 SHA512 b285b14bb73e81a8480b19be7adf0b6efebc632cae82cddf9f040e644dd07dfef4e5c27df2e318aaa21eb1ac4d9e20b6d89f66b8e9b481160bc49f1302806722
+DIST nnn-2.5.tar.gz 71811 BLAKE2B 9b9f926fbcb6ed89a971eaa53ebffdda1de4da29bb540807fb15eb1a9b468181783fc9db56b69105d0825f640d203a6615c4c804f4b45fbc30b854eecd146fcf SHA512 eb50b5368811a9b93caa385a94b2e6a63705bd0ba1db4dc9a3a628a42d11547d53095736e4afa6f73037064b2ef883fe9a60cb048279ba0dd9889503de7e5167

diff --git a/app-misc/nnn/nnn-2.5.ebuild b/app-misc/nnn/nnn-2.5.ebuild
new file mode 100644
index 00000000000..8caa1e33b70
--- /dev/null
+++ b/app-misc/nnn/nnn-2.5.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit bash-completion-r1 toolchain-funcs
+
+DESCRIPTION="The missing terminal file browser for X"
+HOMEPAGE="https://github.com/jarun/nnn"
+SRC_URI="https://github.com/jarun/nnn/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="sys-libs/ncurses:0=
+	sys-libs/readline:0="
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	tc-export CC
+	sed -i -e '/strip/d' Makefile || die "sed failed"
+
+}
+
+src_install() {
+	emake PREFIX="/usr" DESTDIR="${D}" install
+
+	newbashcomp scripts/auto-completion/bash/nnn-completion.bash nnn
+
+	insinto /usr/share/fish/vendor_completions.d
+	doins scripts/auto-completion/fish/nnn.fish
+
+	insinto /usr/share/zsh/site-functions
+	doins scripts/auto-completion/zsh/_nnn
+
+	einstalldocs
+}


             reply	other threads:[~2019-07-25 10:31 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-25 10:31 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-04-02  5:55 [gentoo-commits] repo/gentoo:master commit in: app-misc/nnn/ Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2024-04-01 13:50 Arthur Zamarin
2023-08-25 17:11 Arthur Zamarin
2023-08-01  6:46 Sam James
2023-05-07  7:05 Joonas Niilola
2023-05-07  7:05 Joonas Niilola
2023-05-07  7:05 Joonas Niilola
2023-05-07  7:05 Joonas Niilola
2023-02-25  9:11 Joonas Niilola
2023-02-05  8:30 Joonas Niilola
2023-02-05  8:30 Joonas Niilola
2023-02-01  6:16 Joonas Niilola
2023-02-01  6:16 Joonas Niilola
2022-06-24  3:43 Sam James
2022-06-24  3:43 Sam James
2022-05-06 19:02 Mikle Kolyada
2021-11-20 14:12 Mikle Kolyada
2021-04-22 21:15 Sam James
2021-04-15 19:18 Mikle Kolyada
2021-04-15 19:14 Mikle Kolyada
2021-03-18 10:20 Mikle Kolyada
2020-11-19  7:51 Mikle Kolyada
2020-10-03  5:21 Georgy Yakovlev
2020-08-20  7:36 Mikle Kolyada
2020-07-24 13:59 Mikle Kolyada
2020-05-28 15:45 Mikle Kolyada
2020-04-15 16:01 Mikle Kolyada
2020-02-23 11:53 Mikle Kolyada
2020-01-16  9:31 Mikle Kolyada
2019-12-13  8:38 Mikle Kolyada
2019-10-12  7:04 Mikle Kolyada
2019-08-07  8:34 Mikle Kolyada
2019-03-28  6:48 Mikle Kolyada
2019-02-22  9:03 Mikle Kolyada
2019-01-05 12:30 Mikle Kolyada
2018-11-24  8:41 Mikle Kolyada
2018-11-24  8:41 Mikle Kolyada
2018-10-25 17:45 Mikle Kolyada
2018-08-15  5:49 Mikle Kolyada
2018-05-09 13:32 Mikle Kolyada
2018-01-29 23:14 Mikle Kolyada

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1564050671.f2392de62c2463f0b161c6a20e903a08a5ef73a3.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox