From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/nnn/
Date: Sun, 23 Feb 2020 11:53:37 +0000 (UTC) [thread overview]
Message-ID: <1582458816.492c596a212b520e7cc59f0568936c269b4ad2d2.zlogene@gentoo> (raw)
commit: 492c596a212b520e7cc59f0568936c269b4ad2d2
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 23 11:52:56 2020 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 11:53:36 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=492c596a
app-misc/nnn: Version bump (v3.0)
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
app-misc/nnn/Manifest | 1 +
app-misc/nnn/nnn-3.0.ebuild | 39 +++++++++++++++++++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-misc/nnn/Manifest b/app-misc/nnn/Manifest
index da39cf62c1f..748bc4ae4cd 100644
--- a/app-misc/nnn/Manifest
+++ b/app-misc/nnn/Manifest
@@ -9,3 +9,4 @@ DIST nnn-2.6.tar.gz 78668 BLAKE2B 5ac152e7a401d215ef0d833ecd6e67f193392ddb98f249
DIST nnn-2.7.tar.gz 78047 BLAKE2B 9187663f59b26edcafb5b467e071a4810de465f944b97aa3e05be1875e7eb7eeedaf2efcd6b2efc29084599994984a0212f055f23903b5a6e736822971bac8f0 SHA512 432d268caf501349cf2ed95b7b889d373c43d8efba3ca72dabcab579b1f39546bcef55dff07b1d2d56b9a0b56da6c4461d37c66db6e66895b051c616b9b77ccb
DIST nnn-2.8.1.tar.gz 91069 BLAKE2B 3dd7d794edec4d2a648201c9ed2182bddc597e1663bb4ce22f76e40653cc21d20c143ed84f21971d709916cec8695c7b66832cdbc6a9cb34e87a608369db1b77 SHA512 b669136c1a0e1f0346e86430acb59af8328eda83b0c1a9d8079b886d632556aac9a19a362dc8373f2558cc54c7f4bedb3e56cb16a3a08d560b9ccd14ada36bd8
DIST nnn-2.9.tar.gz 97998 BLAKE2B 4affc609e2fa6c21547c6f9b97778a4c5d6f9dcfac3d3eb8c08c76362dd18c163aec1d2a72c4450bbdab26abf9a4dd1da7e0a74bd6be8cdab87e21046270ed6b SHA512 7bc64901a317de79cb9e29502cda70b59ca681ddde53385521a08e49cbc32fa10bb76ceef2e911838c0bb7be4f5018dce4a1906e77c0ca9f1ec8164c82da7bb2
+DIST nnn-3.0.tar.gz 102636 BLAKE2B 7756fa859198b61dacea5fade8d89f7903d012fac40034d544dc6d1b044362e3d1cce01f014af274cdc13ca40c6b95ce72f735b33053c553772aab6a4c16138a SHA512 a8092e1e5970e1f48baf04a3f9f7064b2efd61bc54bf993b0545c1c2148d775c29328b8e51d5b3f94340de82a468be8547bdd6bb40023811bbcfb755d611435f
diff --git a/app-misc/nnn/nnn-3.0.ebuild b/app-misc/nnn/nnn-3.0.ebuild
new file mode 100644
index 00000000000..88ef2053147
--- /dev/null
+++ b/app-misc/nnn/nnn-3.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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 misc/auto-completion/bash/nnn-completion.bash nnn
+
+ insinto /usr/share/fish/vendor_completions.d
+ doins misc/auto-completion/fish/nnn.fish
+
+ insinto /usr/share/zsh/site-functions
+ doins misc/auto-completion/zsh/_nnn
+
+ einstalldocs
+}
next reply other threads:[~2020-02-23 11:53 UTC|newest]
Thread overview: 45+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-23 11:53 Mikle Kolyada [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-01 17:35 [gentoo-commits] repo/gentoo:master commit in: app-misc/nnn/ Jakov Smolić
2024-10-17 7:30 Joonas Niilola
2024-04-02 5:55 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-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-07-25 10:31 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=1582458816.492c596a212b520e7cc59f0568936c269b4ad2d2.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