Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.1.0.ebuild ChangeLog nano-2.1.1-r1.ebuild nano-2.1.1.ebuild
Date: Sat, 10 May 2008 21:38:33
Message-Id: E1Juwly-0007Ls-Bn@stork.gentoo.org
1 vapier 08/05/10 21:38:30
2
3 Modified: nano-2.1.0.ebuild ChangeLog nano-2.1.1-r1.ebuild
4 nano-2.1.1.ebuild
5 Log:
6 Fix building with USE=-spell #221219 by Jan.
7 (Portage version: 2.2_pre5)
8
9 Revision Changes Path
10 1.4 app-editors/nano/nano-2.1.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild?r1=1.3&r2=1.4
15
16 Index: nano-2.1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- nano-2.1.0.ebuild 10 May 2008 10:28:58 -0000 1.3
23 +++ nano-2.1.0.ebuild 10 May 2008 21:38:29 -0000 1.4
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v 1.3 2008/05/10 10:28:58 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v 1.4 2008/05/10 21:38:29 vapier Exp $
29
30 inherit eutils
31 if [[ ${PV} == "9999" ]] ; then
32 @@ -29,6 +29,7 @@
33 src_unpack() {
34 unpack ${A}
35 cd "${S}"
36 + epatch "${FILESDIR}"/${P}-disable-speller.patch #221219
37 if [[ ! -e configure ]] ; then
38 ./autogen.sh || die "autogen failed"
39 fi
40
41
42
43 1.189 app-editors/nano/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?rev=1.189&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?rev=1.189&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?r1=1.188&r2=1.189
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
52 retrieving revision 1.188
53 retrieving revision 1.189
54 diff -u -r1.188 -r1.189
55 --- ChangeLog 10 May 2008 10:28:58 -0000 1.188
56 +++ ChangeLog 10 May 2008 21:38:29 -0000 1.189
57 @@ -1,6 +1,11 @@
58 # ChangeLog for app-editors/nano
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.188 2008/05/10 10:28:58 vapier Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.189 2008/05/10 21:38:29 vapier Exp $
62 +
63 + 10 May 2008; Mike Frysinger <vapier@g.o>
64 + +files/nano-2.1.0-disable-speller.patch, nano-2.1.0.ebuild,
65 + nano-2.1.1.ebuild, nano-2.1.1-r1.ebuild:
66 + Fix building with USE=-spell #221219 by Jan.
67
68 10 May 2008; Mike Frysinger <vapier@g.o> nano-1.2.5.ebuild,
69 nano-1.3.12-r1.ebuild, nano-2.0.7.ebuild, nano-2.1.0.ebuild,
70
71
72
73 1.3 app-editors/nano/nano-2.1.1-r1.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild?rev=1.3&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild?rev=1.3&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild?r1=1.2&r2=1.3
78
79 Index: nano-2.1.1-r1.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild,v
82 retrieving revision 1.2
83 retrieving revision 1.3
84 diff -u -r1.2 -r1.3
85 --- nano-2.1.1-r1.ebuild 10 May 2008 10:28:58 -0000 1.2
86 +++ nano-2.1.1-r1.ebuild 10 May 2008 21:38:29 -0000 1.3
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild,v 1.2 2008/05/10 10:28:58 vapier Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild,v 1.3 2008/05/10 21:38:29 vapier Exp $
92
93 inherit eutils
94 if [[ ${PV} == "9999" ]] ; then
95 @@ -29,6 +29,7 @@
96 src_unpack() {
97 unpack ${A}
98 cd "${S}"
99 + epatch "${FILESDIR}"/${PN}-2.1.0-disable-speller.patch #221219
100 if [[ ! -e configure ]] ; then
101 ./autogen.sh || die "autogen failed"
102 fi
103
104
105
106 1.5 app-editors/nano/nano-2.1.1.ebuild
107
108 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild?rev=1.5&view=markup
109 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild?rev=1.5&content-type=text/plain
110 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild?r1=1.4&r2=1.5
111
112 Index: nano-2.1.1.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild,v
115 retrieving revision 1.4
116 retrieving revision 1.5
117 diff -u -r1.4 -r1.5
118 --- nano-2.1.1.ebuild 10 May 2008 10:28:58 -0000 1.4
119 +++ nano-2.1.1.ebuild 10 May 2008 21:38:29 -0000 1.5
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2008 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild,v 1.4 2008/05/10 10:28:58 vapier Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild,v 1.5 2008/05/10 21:38:29 vapier Exp $
125
126 inherit eutils
127 if [[ ${PV} == "9999" ]] ; then
128 @@ -29,6 +29,7 @@
129 src_unpack() {
130 unpack ${A}
131 cd "${S}"
132 + epatch "${FILESDIR}"/${PN}-2.1.0-disable-speller.patch #221219
133 if [[ ! -e configure ]] ; then
134 ./autogen.sh || die "autogen failed"
135 fi
136
137
138
139 --
140 gentoo-commits@l.g.o mailing list