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: Sun, 25 Jun 2017 17:31:37
Message-Id: 1498411887.5850ad1d1cedd8804c33f2f47977141530733a07.polynomial-c@gentoo
1 commit: 5850ad1d1cedd8804c33f2f47977141530733a07
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 25 17:30:19 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 25 17:31:27 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5850ad1d
7
8 app-editors/nano: Bump to version 2.8.5
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 app-editors/nano/Manifest | 1 +
13 app-editors/nano/nano-2.8.5.ebuild | 83 ++++++++++++++++++++++++++++++++++++++
14 2 files changed, 84 insertions(+)
15
16 diff --git a/app-editors/nano/Manifest b/app-editors/nano/Manifest
17 index 537a45aeac2..ea363364b78 100644
18 --- a/app-editors/nano/Manifest
19 +++ b/app-editors/nano/Manifest
20 @@ -2,3 +2,4 @@ DIST nano-2.6.3.tar.gz 2019354 SHA256 4f4054e12f2181c8e436163e931a0a565612242ff9
21 DIST nano-2.7.5.tar.gz 2031723 SHA256 226be22f46359007aa76499623739f4a7d5fa294a2899c70b21bc09b8d81d907 SHA512 a5332a361c4d0d9d0a77ebb11cdcffa976bee4981d5665b2732a9e6d7a2997566d9345332f2e6e5cb74f0a81be4413f54ca8f719962ab10b32d7ec1c9271973c WHIRLPOOL bd28cde96896ad531bb499504bb1438b358b64e7f6080fa24758bee7c222b4d1df0c395d480d0cef54de8e78a7e457db403a9ef2d6a56033e65299b6d7f95634
22 DIST nano-2.8.3.tar.gz 2773717 SHA256 2b3b7f383a40899db5367d3c4e663ba0088868c0f9aa4edfd7457c9a0eedbdd1 SHA512 ffedd36252bf13d57c9970840bc05b68c2b9211bf222a47a9aa559c078fdd993929c004d9aae3648e3190cbb32eef7ffb7a57de1c02e6e56b230366b9b55d9a1 WHIRLPOOL 63b4a3a0d93506788ba33553da3a6b7943e3559a2eae37b16700027665711f97313cc7199b189f4668d8a04584907dbf2a4b510f73ade8023729e6569890cd80
23 DIST nano-2.8.4.tar.gz 2785297 SHA256 78a2f3b3f6b500fad995c5e207d2816cbd6b531154aa2a3a2bd50c8fdf7dc57f SHA512 bbcaf710fdb5f403812b584a182ee472421d65c076f5fa2d538603c4cda8292485010157a2670e9890fcffc29d7db5c7334334d54d14f4e154b9bc3fe1ee919c WHIRLPOOL 9cce7539122b915b7b2a48c00b6cfce6ffe4e6af86605865a4e15f99e1a75cf0766f04ba81316dc92677c9fa78daf1513dce2a06c9cc668287cacf71f650fce5
24 +DIST nano-2.8.5.tar.gz 2795845 SHA256 e2b929b24fba87f7a44285ce8d47af7170e379bee1bf2d04fbc728b7326a558a SHA512 f59e32395b63e64afe8fa9c98785c53f9f841a1fce0677b8591c0f570b3bec24188b5f7acf4fb66cf41a83e0b3ba9436ca4abcfb861c27c7c24f4a5b7dd249db WHIRLPOOL bc83966f2f7e952115185e648fc77517dd31e0e9adace43b3543d5944f08000675a03de9bf9d2841993df86016a52720538a5e8579d35801dd8ffd0416253e17
25
26 diff --git a/app-editors/nano/nano-2.8.5.ebuild b/app-editors/nano/nano-2.8.5.ebuild
27 new file mode 100644
28 index 00000000000..ce5e828a27c
29 --- /dev/null
30 +++ b/app-editors/nano/nano-2.8.5.ebuild
31 @@ -0,0 +1,83 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI="6"
36 +
37 +inherit eutils flag-o-matic
38 +if [[ ${PV} == "9999" ]] ; then
39 + EGIT_REPO_URI="git://git.sv.gnu.org/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:3}/${MY_P}.tar.gz"
44 + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~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 slang +spell static unicode"
53 +
54 +LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?]
55 + sys-libs/ncurses:0=[static-libs(+)]
56 + magic? ( sys-apps/file[static-libs(+)] )
57 + nls? ( virtual/libintl )
58 + !ncurses? ( slang? ( sys-libs/slang[static-libs(+)] ) )"
59 +RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
60 +DEPEND="${RDEPEND}
61 + nls? ( sys-devel/gettext )
62 + virtual/pkgconfig
63 + static? ( ${LIB_DEPEND} )"
64 +
65 +src_prepare() {
66 + if [[ ${PV} == "9999" ]] ; then
67 + eautoreconf
68 + fi
69 + default
70 +}
71 +
72 +src_configure() {
73 + use static && append-ldflags -static
74 + local myconf=()
75 + case ${CHOST} in
76 + *-gnu*|*-uclibc*) myconf+=( "--with-wordbounds" ) ;; #467848
77 + esac
78 + econf \
79 + --bindir="${EPREFIX}"/bin \
80 + --htmldir=/trash \
81 + $(use_enable !minimal color) \
82 + $(use_enable !minimal multibuffer) \
83 + $(use_enable !minimal nanorc) \
84 + --disable-wrapping-as-root \
85 + $(use_enable magic libmagic) \
86 + $(use_enable spell speller) \
87 + $(use_enable justify) \
88 + $(use_enable debug) \
89 + $(use_enable nls) \
90 + $(use_enable unicode utf8) \
91 + $(use_enable minimal tiny) \
92 + $(usex ncurses --without-slang $(use_with slang)) \
93 + "${myconf[@]}"
94 +}
95 +
96 +src_install() {
97 + default
98 + rm -rf "${D}"/trash
99 +
100 + dodoc doc/sample.nanorc
101 + docinto html
102 + dodoc doc/faq.html
103 + insinto /etc
104 + newins doc/sample.nanorc nanorc
105 + if ! use minimal ; then
106 + # Enable colorization by default.
107 + sed -i \
108 + -e '/^# include /s:# *::' \
109 + "${ED}"/etc/nanorc || die
110 + fi
111 +
112 + dodir /usr/bin
113 + dosym /bin/nano /usr/bin/nano
114 +}