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
Date: Sat, 29 Mar 2008 20:15:10
Message-Id: E1JfhSF-0007kj-QW@stork.gentoo.org
1 vapier 08/03/29 20:15:07
2
3 Modified: nano-2.1.0.ebuild ChangeLog
4 Log:
5 Bind the color/multibuffer/nanorc options to USE=-minimal #214132 by John SJ Anderson.
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.2 app-editors/nano/nano-2.1.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild?r1=1.1&r2=1.2
14
15 Index: nano-2.1.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- nano-2.1.0.ebuild 19 Mar 2008 06:10:51 -0000 1.1
22 +++ nano-2.1.0.ebuild 29 Mar 2008 20:15:07 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v 1.1 2008/03/19 06:10:51 vapier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v 1.2 2008/03/29 20:15:07 vapier Exp $
28
29 inherit eutils
30 if [[ ${PV} == "9999" ]] ; then
31 @@ -42,9 +42,9 @@
32
33 econf \
34 --bindir=/bin \
35 - --enable-color \
36 - --enable-multibuffer \
37 - --enable-nanorc \
38 + $(use_enable !minimal color) \
39 + $(use_enable !minimal multibuffer) \
40 + $(use_enable !minimal nanorc) \
41 --disable-wrapping-as-root \
42 $(use_enable spell) \
43 $(use_enable justify) \
44
45
46
47 1.184 app-editors/nano/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?rev=1.184&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?rev=1.184&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?r1=1.183&r2=1.184
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
56 retrieving revision 1.183
57 retrieving revision 1.184
58 diff -u -r1.183 -r1.184
59 --- ChangeLog 19 Mar 2008 06:10:51 -0000 1.183
60 +++ ChangeLog 29 Mar 2008 20:15:07 -0000 1.184
61 @@ -1,6 +1,10 @@
62 # ChangeLog for app-editors/nano
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.183 2008/03/19 06:10:51 vapier Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.184 2008/03/29 20:15:07 vapier Exp $
66 +
67 + 29 Mar 2008; Mike Frysinger <vapier@g.o> nano-2.1.0.ebuild:
68 + Bind the color/multibuffer/nanorc options to USE=-minimal #214132 by John SJ
69 + Anderson.
70
71 *nano-2.1.0 (19 Mar 2008)
72
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list