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: Thu, 24 Sep 2015 21:36:44
Message-Id: 1443130422.405194139f8707d650ac5224909ce1ba31174caf.vapier@gentoo
1 commit: 405194139f8707d650ac5224909ce1ba31174caf
2 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 21:33:39 2015 +0000
4 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 21:33:42 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40519413
7
8 app-editors/nano: add a live vcs ebuild
9
10 app-editors/nano/nano-2.3.6.ebuild | 5 ++++-
11 app-editors/nano/nano-2.4.0.ebuild | 5 ++++-
12 app-editors/nano/nano-2.4.1.ebuild | 5 ++++-
13 app-editors/nano/nano-2.4.2.ebuild | 5 ++++-
14 app-editors/nano/{nano-2.4.2.ebuild => nano-9999.ebuild} | 5 ++++-
15 5 files changed, 20 insertions(+), 5 deletions(-)
16
17 diff --git a/app-editors/nano/nano-2.3.6.ebuild b/app-editors/nano/nano-2.3.6.ebuild
18 index bc910ef..8096b33 100644
19 --- a/app-editors/nano/nano-2.3.6.ebuild
20 +++ b/app-editors/nano/nano-2.3.6.ebuild
21 @@ -11,6 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
22 else
23 MY_P=${PN}-${PV/_}
24 SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"
25 + 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"
26 fi
27
28 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
29 @@ -18,7 +19,6 @@ HOMEPAGE="http://www.nano-editor.org/ https://www.gentoo.org/doc/en/nano-basics-
30
31 LICENSE="GPL-3"
32 SLOT="0"
33 -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"
34 IUSE="debug justify +magic minimal ncurses nls slang +spell unicode"
35
36 RDEPEND=">=sys-libs/ncurses-5.9-r1[unicode?]
37 @@ -30,6 +30,9 @@ DEPEND="${RDEPEND}
38 virtual/pkgconfig"
39
40 src_prepare() {
41 + if [[ ${PV} == "9999" ]] ; then
42 + eautoreconf
43 + fi
44 epatch_user
45 }
46
47
48 diff --git a/app-editors/nano/nano-2.4.0.ebuild b/app-editors/nano/nano-2.4.0.ebuild
49 index e0238c1..99eb5b1 100644
50 --- a/app-editors/nano/nano-2.4.0.ebuild
51 +++ b/app-editors/nano/nano-2.4.0.ebuild
52 @@ -11,6 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
53 else
54 MY_P=${PN}-${PV/_}
55 SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"
56 + 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"
57 fi
58
59 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
60 @@ -18,7 +19,6 @@ HOMEPAGE="http://www.nano-editor.org/ https://www.gentoo.org/doc/en/nano-basics-
61
62 LICENSE="GPL-3"
63 SLOT="0"
64 -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"
65 IUSE="debug justify +magic minimal ncurses nls slang +spell unicode"
66
67 RDEPEND=">=sys-libs/ncurses-5.9-r1[unicode?]
68 @@ -30,6 +30,9 @@ DEPEND="${RDEPEND}
69 virtual/pkgconfig"
70
71 src_prepare() {
72 + if [[ ${PV} == "9999" ]] ; then
73 + eautoreconf
74 + fi
75 epatch "${FILESDIR}"/${P}-no-speller.patch #544296
76 epatch_user
77 }
78
79 diff --git a/app-editors/nano/nano-2.4.1.ebuild b/app-editors/nano/nano-2.4.1.ebuild
80 index fa4b5d0..83741b8 100644
81 --- a/app-editors/nano/nano-2.4.1.ebuild
82 +++ b/app-editors/nano/nano-2.4.1.ebuild
83 @@ -11,6 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
84 else
85 MY_P=${PN}-${PV/_}
86 SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"
87 + 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"
88 fi
89
90 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
91 @@ -18,7 +19,6 @@ HOMEPAGE="http://www.nano-editor.org/ https://www.gentoo.org/doc/en/nano-basics-
92
93 LICENSE="GPL-3"
94 SLOT="0"
95 -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"
96 IUSE="debug justify +magic minimal ncurses nls slang +spell unicode"
97
98 RDEPEND=">=sys-libs/ncurses-5.9-r1[unicode?]
99 @@ -30,6 +30,9 @@ DEPEND="${RDEPEND}
100 virtual/pkgconfig"
101
102 src_prepare() {
103 + if [[ ${PV} == "9999" ]] ; then
104 + eautoreconf
105 + fi
106 epatch_user
107 }
108
109
110 diff --git a/app-editors/nano/nano-2.4.2.ebuild b/app-editors/nano/nano-2.4.2.ebuild
111 index b18cbc7..8548dec 100644
112 --- a/app-editors/nano/nano-2.4.2.ebuild
113 +++ b/app-editors/nano/nano-2.4.2.ebuild
114 @@ -11,6 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
115 else
116 MY_P=${PN}-${PV/_}
117 SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"
118 + 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"
119 fi
120
121 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
122 @@ -18,7 +19,6 @@ HOMEPAGE="http://www.nano-editor.org/ https://www.gentoo.org/doc/en/nano-basics-
123
124 LICENSE="GPL-3"
125 SLOT="0"
126 -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"
127 IUSE="debug justify +magic minimal ncurses nls slang +spell static unicode"
128
129 LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0[unicode?]
130 @@ -33,6 +33,9 @@ DEPEND="${RDEPEND}
131 static? ( ${LIB_DEPEND} )"
132
133 src_prepare() {
134 + if [[ ${PV} == "9999" ]] ; then
135 + eautoreconf
136 + fi
137 epatch_user
138 }
139
140
141 diff --git a/app-editors/nano/nano-2.4.2.ebuild b/app-editors/nano/nano-9999.ebuild
142 similarity index 83%
143 copy from app-editors/nano/nano-2.4.2.ebuild
144 copy to app-editors/nano/nano-9999.ebuild
145 index b18cbc7..8548dec 100644
146 --- a/app-editors/nano/nano-2.4.2.ebuild
147 +++ b/app-editors/nano/nano-9999.ebuild
148 @@ -11,6 +11,7 @@ if [[ ${PV} == "9999" ]] ; then
149 else
150 MY_P=${PN}-${PV/_}
151 SRC_URI="http://www.nano-editor.org/dist/v${PV:0:3}/${MY_P}.tar.gz"
152 + 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"
153 fi
154
155 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
156 @@ -18,7 +19,6 @@ HOMEPAGE="http://www.nano-editor.org/ https://www.gentoo.org/doc/en/nano-basics-
157
158 LICENSE="GPL-3"
159 SLOT="0"
160 -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"
161 IUSE="debug justify +magic minimal ncurses nls slang +spell static unicode"
162
163 LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0[unicode?]
164 @@ -33,6 +33,9 @@ DEPEND="${RDEPEND}
165 static? ( ${LIB_DEPEND} )"
166
167 src_prepare() {
168 + if [[ ${PV} == "9999" ]] ; then
169 + eautoreconf
170 + fi
171 epatch_user
172 }