Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/
Date: Thu, 28 Apr 2022 12:27:25
Message-Id: 1651148830.d989af679496695c710460d8efa9c5ebfaca1e7d.polynomial-c@gentoo
1 commit: d989af679496695c710460d8efa9c5ebfaca1e7d
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 28 12:19:49 2022 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 28 12:27:10 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d989af67
7
8 app-editors/nano: Bump to version 6.3
9
10 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
11
12 app-editors/nano/Manifest | 1 +
13 app-editors/nano/nano-6.3.ebuild | 93 ++++++++++++++++++++++++++++++++++++++++
14 2 files changed, 94 insertions(+)
15
16 diff --git a/app-editors/nano/Manifest b/app-editors/nano/Manifest
17 index 296b2fe990c5..633806b0675a 100644
18 --- a/app-editors/nano/Manifest
19 +++ b/app-editors/nano/Manifest
20 @@ -1,3 +1,4 @@
21 DIST nano-5.9.tar.gz 3093675 BLAKE2B d4fa2f0e64b6ab243a2b127ff894e900098f6261f5d46657ff3459cc0b51683a63fc5de54bd4545b47bc16c633b09142f8501b84a09df3e8123da5233a063766 SHA512 61bf4de300579bc6f0028a2237e105228d8657819c02f32c7ef8f84f9c54734df8fb9a9cddbce0f7721ebc5ac8ae4799c118291ae15480082f8b1317019a485d
22 DIST nano-6.1.tar.gz 3146292 BLAKE2B ade773182d12b6d6452c23896e564a097d850630c87b0af622fe7766931aa2e5ef5e9d868e521e46e029851cdd428cd60b6c3e95bdb28df0733cba8b432f202a SHA512 e034c9d7c96bf6d7ac22a2188fccf87693dd5d19ddbcfb907f817544fb2ddfce2ee9331842d885870718617ea4fd0c9151f62b3e8dc52a486cec9a30e84539c0
23 DIST nano-6.2.tar.gz 3146876 BLAKE2B be6dbc1f53890764184a701e97e792762600c892933830bfcb5c2c4eab19d659583fe797d7197c9045ea8912215aa5885a05f02c66194df17253d6788e0ba599 SHA512 5a59906664a88a03f215d8dba8f7e481fbaffc7bdf93c89ca997df7a8aba2cbb4d45ac84d11f03a796488b82b01ca75161a5ab49fd9115661575451b6ab018c4
24 +DIST nano-6.3.tar.gz 3260322 BLAKE2B 1b10056265aaeda82092e2f035d3abf28765117532e82e998b8d3f8acf8ca50e810a10a2a4dc03e8e1f98a53a59c0d5133537484ae9645b7679ca97e2d512106 SHA512 735fd124fb357cc62bda3b4e45062d441be473bb0b6e9b24ab8f1b95ba2b5f7cca66bcbf1134ba73c95dc614a4539755edba7bbbb2b42f23a23985a781a35e5e
25
26 diff --git a/app-editors/nano/nano-6.3.ebuild b/app-editors/nano/nano-6.3.ebuild
27 new file mode 100644
28 index 000000000000..71abe2ce7b3e
29 --- /dev/null
30 +++ b/app-editors/nano/nano-6.3.ebuild
31 @@ -0,0 +1,93 @@
32 +# Copyright 1999-2022 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=8
36 +
37 +inherit flag-o-matic
38 +if [[ ${PV} == "9999" ]] ; then
39 + EGIT_REPO_URI="https://git.savannah.gnu.org/git/nano.git"
40 + inherit git-r3 autotools
41 +else
42 + MY_P="${PN}-${PV/_}"
43 + SRC_URI="https://www.nano-editor.org/dist/v${PV:0:1}/${MY_P}.tar.gz"
44 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
45 +fi
46 +
47 +DESCRIPTION="GNU GPL'd Pico clone with more functionality"
48 +HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_Guide"
49 +
50 +LICENSE="GPL-3"
51 +SLOT="0"
52 +IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode"
53 +
54 +LIB_DEPEND="
55 + >=sys-libs/ncurses-5.9-r1:=[unicode(+)?]
56 + sys-libs/ncurses:=[static-libs(+)]
57 + magic? ( sys-apps/file[static-libs(+)] )
58 + nls? ( virtual/libintl )"
59 +RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
60 +DEPEND="${RDEPEND}
61 + static? ( ${LIB_DEPEND} )"
62 +BDEPEND="
63 + nls? ( sys-devel/gettext )
64 + virtual/pkgconfig
65 +"
66 +
67 +REQUIRED_USE="
68 + magic? ( !minimal )
69 +"
70 +
71 +src_prepare() {
72 + default
73 + if [[ ${PV} == "9999" ]] ; then
74 + eautoreconf
75 + fi
76 +}
77 +
78 +src_configure() {
79 + use static && append-ldflags -static
80 + local myconf=(
81 + --bindir="${EPREFIX}"/bin
82 + --htmldir=/trash
83 + $(use_enable !minimal color)
84 + $(use_enable !minimal multibuffer)
85 + $(use_enable !minimal nanorc)
86 + $(use_enable magic libmagic)
87 + $(use_enable spell speller)
88 + $(use_enable justify)
89 + $(use_enable debug)
90 + $(use_enable nls)
91 + $(use_enable unicode utf8)
92 + $(use_enable minimal tiny)
93 + )
94 + econf "${myconf[@]}"
95 +}
96 +
97 +src_install() {
98 + default
99 + # don't use "${ED}" here or things break (#654534)
100 + rm -r "${D}"/trash || die
101 +
102 + dodoc doc/sample.nanorc
103 + docinto html
104 + dodoc doc/faq.html
105 + insinto /etc
106 + newins doc/sample.nanorc nanorc
107 + if ! use minimal ; then
108 + # Enable colorization by default.
109 + sed -i \
110 + -e '/^# include /s:# *::' \
111 + "${ED}"/etc/nanorc || die
112 +
113 + # Since nano-5.0 these are no longer being "enabled" by default
114 + # (bug #736848)
115 + local rcdir="/usr/share/nano"
116 + mv "${ED}"${rcdir}/extra/* "${ED}"/${rcdir}/ || die
117 + rmdir "${ED}"${rcdir}/extra || die
118 +
119 + insinto "${rcdir}"
120 + doins "${FILESDIR}/gentoo.nanorc"
121 + fi
122 +
123 + use split-usr && dosym ../../bin/nano /usr/bin/nano
124 +}