Gentoo Archives: gentoo-commits

From: Mike Frysinger <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/
Date: Tue, 28 Jun 2016 16:28:03
Message-Id: 1467128081.37006af9f9bc65333c6ff37c459746600da92326.vapier@gentoo
1 commit: 37006af9f9bc65333c6ff37c459746600da92326
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 15:34:20 2016 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 28 15:34:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37006af9
7
8 app-editors/nano: version bump to 2.6.1
9
10 app-editors/nano/Manifest | 1 +
11 app-editors/nano/{nano-9999.ebuild => nano-2.6.1.ebuild} | 5 ++---
12 app-editors/nano/nano-9999.ebuild | 5 ++---
13 3 files changed, 5 insertions(+), 6 deletions(-)
14
15 diff --git a/app-editors/nano/Manifest b/app-editors/nano/Manifest
16 index 4faa5b9..22e0e2a 100644
17 --- a/app-editors/nano/Manifest
18 +++ b/app-editors/nano/Manifest
19 @@ -1,2 +1,3 @@
20 DIST nano-2.4.3.tar.gz 1878096 SHA256 32d627072b6026678e4f4095c047adec92ac7ec542dd6d91cf27f49b601768f2 SHA512 53c9f93b0f001a3d6c292a6995d66b6bcca033407b6b69995c62b9e9f721fd5566fbd0e22ece1b2561a47e56ef19c3f1ee196e23edfe832289704e0ebef45de9 WHIRLPOOL cd2e4d7175521835c71f0338a2115d2d9fec4da1d4eb2abbb633cfef907fde69fb12acd5e0db343d1f90945f05d60abb85daa5a045d9b97ef8cd19fb9b226607
21 DIST nano-2.5.3.tar.gz 1967760 SHA256 b2b060129b9feff2d4870d803a441178c96531de9aed144ec0b83bd63ccb12ee SHA512 1d859f0bd88b9d907cfcaa84edc212bcaea4335c203922eb5b7378c2b45d88dffe1f3e4cb499a824d33781485834ef564997c58cf1fd92610d08f6ce8dcb67d5 WHIRLPOOL a2ca1c41d3cb26756cc9aba5b5fa0aeaea220626b98d0abfa1c5c4d4d57c3a5ef688d5edf00a6a00849ee25a67b2bbab93c4d454f6eb5a204b10fa01de3e298f
22 +DIST nano-2.6.1.tar.gz 1999439 SHA256 56f2ba1c532647bee36abd5f87a714400af0be084cf857a65bc8f41a0dc28fe5 SHA512 224d643ce08b4c031263c1926d767c671d41e58b182b7ad32f9de2a8ed606c5b39da924cbe62052455584e087a8966285da17cb1fbf235680639351c390aec90 WHIRLPOOL da902989aceac4b15438c58603a56e1cc02b61ff0972f56032130af25d40b0d40344b063feb1aa2f1fd3f5bacbb325505865d0d0daf2e215aafbac0527ee41d6
23
24 diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-2.6.1.ebuild
25 similarity index 93%
26 copy from app-editors/nano/nano-9999.ebuild
27 copy to app-editors/nano/nano-2.6.1.ebuild
28 index 50acfae..ca58974 100644
29 --- a/app-editors/nano/nano-9999.ebuild
30 +++ b/app-editors/nano/nano-2.6.1.ebuild
31 @@ -1,6 +1,5 @@
32 # Copyright 1999-2016 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35
36 EAPI="5"
37
38 @@ -10,12 +9,12 @@ if [[ ${PV} == "9999" ]] ; then
39 inherit git-r3 autotools
40 else
41 MY_P=${PN}-${PV/_}
42 - SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"
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 ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-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="http://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_Guide"
49 +HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_Guide"
50
51 LICENSE="GPL-3"
52 SLOT="0"
53
54 diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild
55 index 50acfae..ca58974 100644
56 --- a/app-editors/nano/nano-9999.ebuild
57 +++ b/app-editors/nano/nano-9999.ebuild
58 @@ -1,6 +1,5 @@
59 # Copyright 1999-2016 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Id$
62
63 EAPI="5"
64
65 @@ -10,12 +9,12 @@ if [[ ${PV} == "9999" ]] ; then
66 inherit git-r3 autotools
67 else
68 MY_P=${PN}-${PV/_}
69 - SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"
70 + SRC_URI="https://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"
71 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
72 fi
73
74 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
75 -HOMEPAGE="http://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_Guide"
76 +HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_Guide"
77
78 LICENSE="GPL-3"
79 SLOT="0"