Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-1.2.5.ebuild nano-1.3.12-r1.ebuild ChangeLog nano-2.0.4.ebuild nano-2.0.3.ebuild nano-2.0.6.ebuild
Date: Wed, 10 Oct 2007 06:17:22
Message-Id: E1IfUjI-0002Q2-M9@stork.gentoo.org
1 opfer 07/10/10 06:07:36
2
3 Modified: nano-1.2.5.ebuild nano-1.3.12-r1.ebuild ChangeLog
4 nano-2.0.4.ebuild nano-2.0.3.ebuild
5 nano-2.0.6.ebuild
6 Log:
7 remove PROVIDE=virtual/editor as we have now a new-style virtual
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.5 app-editors/nano/nano-1.2.5.ebuild
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild?rev=1.5&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild?rev=1.5&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild?r1=1.4&r2=1.5
16
17 Index: nano-1.2.5.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v
20 retrieving revision 1.4
21 retrieving revision 1.5
22 diff -u -r1.4 -r1.5
23 --- nano-1.2.5.ebuild 30 Jul 2006 20:06:44 -0000 1.4
24 +++ nano-1.2.5.ebuild 10 Oct 2007 06:07:36 -0000 1.5
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2006 Gentoo Foundation
27 +# Copyright 1999-2007 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.4 2006/07/30 20:06:44 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.5 2007/10/10 06:07:36 opfer Exp $
31
32 inherit eutils
33
34 @@ -17,7 +17,6 @@
35 DEPEND=">=sys-libs/ncurses-5.2
36 nls? ( sys-devel/gettext )
37 !ncurses? ( slang? ( =sys-libs/slang-1* ) )"
38 -PROVIDE="virtual/editor"
39
40 S=${WORKDIR}/${MY_P}
41
42
43
44
45 1.18 app-editors/nano/nano-1.3.12-r1.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild?rev=1.18&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild?rev=1.18&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild?r1=1.17&r2=1.18
50
51 Index: nano-1.3.12-r1.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v
54 retrieving revision 1.17
55 retrieving revision 1.18
56 diff -u -r1.17 -r1.18
57 --- nano-1.3.12-r1.ebuild 24 Jan 2007 02:43:53 -0000 1.17
58 +++ nano-1.3.12-r1.ebuild 10 Oct 2007 06:07:36 -0000 1.18
59 @@ -1,6 +1,6 @@
60 # Copyright 1999-2007 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.17 2007/01/24 02:43:53 genone Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.18 2007/10/10 06:07:36 opfer Exp $
64
65 #ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
66 #ECVS_MODULE="nano"
67 @@ -22,7 +22,6 @@
68 DEPEND=">=sys-libs/ncurses-5.2
69 nls? ( sys-devel/gettext )
70 !ncurses? ( slang? ( sys-libs/slang ) )"
71 -PROVIDE="virtual/editor"
72
73 src_unpack() {
74 unpack ${A}
75
76
77
78 1.175 app-editors/nano/ChangeLog
79
80 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?rev=1.175&view=markup
81 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?rev=1.175&content-type=text/plain
82 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?r1=1.174&r2=1.175
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
87 retrieving revision 1.174
88 retrieving revision 1.175
89 diff -u -r1.174 -r1.175
90 --- ChangeLog 7 Jul 2007 06:13:24 -0000 1.174
91 +++ ChangeLog 10 Oct 2007 06:07:36 -0000 1.175
92 @@ -1,6 +1,11 @@
93 # ChangeLog for app-editors/nano
94 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.174 2007/07/07 06:13:24 jer Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.175 2007/10/10 06:07:36 opfer Exp $
97 +
98 + 10 Oct 2007; Christian Faulhammer <opfer@g.o> nano-1.2.5.ebuild,
99 + nano-1.3.12-r1.ebuild, nano-2.0.3.ebuild, nano-2.0.4.ebuild,
100 + nano-2.0.6.ebuild:
101 + remove PROVIDE=virtual/editor as we have now a new-style virtual
102
103 07 Jul 2007; Jeroen Roovers <jer@g.o> nano-2.0.6.ebuild:
104 Stable for HPPA (bug #184313).
105
106
107
108 1.9 app-editors/nano/nano-2.0.4.ebuild
109
110 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild?rev=1.9&view=markup
111 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild?rev=1.9&content-type=text/plain
112 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild?r1=1.8&r2=1.9
113
114 Index: nano-2.0.4.ebuild
115 ===================================================================
116 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild,v
117 retrieving revision 1.8
118 retrieving revision 1.9
119 diff -u -r1.8 -r1.9
120 --- nano-2.0.4.ebuild 11 May 2007 14:13:56 -0000 1.8
121 +++ nano-2.0.4.ebuild 10 Oct 2007 06:07:36 -0000 1.9
122 @@ -1,6 +1,6 @@
123 # Copyright 1999-2007 Gentoo Foundation
124 # Distributed under the terms of the GNU General Public License v2
125 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild,v 1.8 2007/05/11 14:13:56 yoswink Exp $
126 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild,v 1.9 2007/10/10 06:07:36 opfer Exp $
127
128 if [[ ${PV} == "9999" ]] ; then
129 ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
130 @@ -24,7 +24,6 @@
131 DEPEND=">=sys-libs/ncurses-5.2
132 nls? ( sys-devel/gettext )
133 !ncurses? ( slang? ( sys-libs/slang ) )"
134 -PROVIDE="virtual/editor"
135
136 src_unpack() {
137 unpack ${A}
138
139
140
141 1.12 app-editors/nano/nano-2.0.3.ebuild
142
143 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild?rev=1.12&view=markup
144 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild?rev=1.12&content-type=text/plain
145 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild?r1=1.11&r2=1.12
146
147 Index: nano-2.0.3.ebuild
148 ===================================================================
149 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild,v
150 retrieving revision 1.11
151 retrieving revision 1.12
152 diff -u -r1.11 -r1.12
153 --- nano-2.0.3.ebuild 12 Mar 2007 18:14:02 -0000 1.11
154 +++ nano-2.0.3.ebuild 10 Oct 2007 06:07:36 -0000 1.12
155 @@ -1,6 +1,6 @@
156 # Copyright 1999-2007 Gentoo Foundation
157 # Distributed under the terms of the GNU General Public License v2
158 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild,v 1.11 2007/03/12 18:14:02 kloeri Exp $
159 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild,v 1.12 2007/10/10 06:07:36 opfer Exp $
160
161 if [[ ${PV} == "9999" ]] ; then
162 ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
163 @@ -24,7 +24,6 @@
164 DEPEND=">=sys-libs/ncurses-5.2
165 nls? ( sys-devel/gettext )
166 !ncurses? ( slang? ( sys-libs/slang ) )"
167 -PROVIDE="virtual/editor"
168
169 src_unpack() {
170 unpack ${A}
171
172
173
174 1.11 app-editors/nano/nano-2.0.6.ebuild
175
176 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild?rev=1.11&view=markup
177 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild?rev=1.11&content-type=text/plain
178 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild?r1=1.10&r2=1.11
179
180 Index: nano-2.0.6.ebuild
181 ===================================================================
182 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild,v
183 retrieving revision 1.10
184 retrieving revision 1.11
185 diff -u -r1.10 -r1.11
186 --- nano-2.0.6.ebuild 7 Jul 2007 06:13:24 -0000 1.10
187 +++ nano-2.0.6.ebuild 10 Oct 2007 06:07:36 -0000 1.11
188 @@ -1,6 +1,6 @@
189 # Copyright 1999-2007 Gentoo Foundation
190 # Distributed under the terms of the GNU General Public License v2
191 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild,v 1.10 2007/07/07 06:13:24 jer Exp $
192 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild,v 1.11 2007/10/10 06:07:36 opfer Exp $
193
194 inherit eutils
195 if [[ ${PV} == "9999" ]] ; then
196 @@ -25,7 +25,6 @@
197 DEPEND=">=sys-libs/ncurses-5.2
198 nls? ( sys-devel/gettext )
199 !ncurses? ( slang? ( sys-libs/slang ) )"
200 -PROVIDE="virtual/editor"
201
202 src_unpack() {
203 unpack ${A}
204
205
206
207 --
208 gentoo-commits@g.o mailing list