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.3.3.ebuild ChangeLog
Date: Mon, 02 Jun 2014 14:08:51
Message-Id: 20140602140848.65D8F2004E@flycatcher.gentoo.org
1 vapier 14/06/02 14:08:48
2
3 Modified: nano-2.3.3.ebuild ChangeLog
4 Log:
5 Fix deletion of extraneous html pages #512142 by Justin Lecher.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.2 app-editors/nano/nano-2.3.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild?r1=1.1&r2=1.2
15
16 Index: nano-2.3.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- nano-2.3.3.ebuild 30 May 2014 14:29:23 -0000 1.1
23 +++ nano-2.3.3.ebuild 2 Jun 2014 14:08:48 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2014 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.3.3.ebuild,v 1.1 2014/05/30 14:29:23 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild,v 1.2 2014/06/02 14:08:48 vapier Exp $
29
30 EAPI="4"
31
32 @@ -41,6 +41,7 @@
33 esac
34 econf \
35 --bindir="${EPREFIX}"/bin \
36 + --htmldir=/trash \
37 $(use_enable !minimal color) \
38 $(use_enable !minimal multibuffer) \
39 $(use_enable !minimal nanorc) \
40 @@ -57,7 +58,7 @@
41
42 src_install() {
43 default
44 - rm -rf "${ED}"/usr/share/nano/man-html
45 + rm -rf "${ED}"/trash
46
47 dodoc doc/nanorc.sample
48 dohtml doc/faq.html
49
50
51
52 1.308 app-editors/nano/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.308&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.308&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.307&r2=1.308
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
61 retrieving revision 1.307
62 retrieving revision 1.308
63 diff -u -r1.307 -r1.308
64 --- ChangeLog 30 May 2014 14:29:23 -0000 1.307
65 +++ ChangeLog 2 Jun 2014 14:08:48 -0000 1.308
66 @@ -1,6 +1,9 @@
67 # ChangeLog for app-editors/nano
68 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.307 2014/05/30 14:29:23 vapier Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.308 2014/06/02 14:08:48 vapier Exp $
71 +
72 + 02 Jun 2014; Mike Frysinger <vapier@g.o> nano-2.3.3.ebuild:
73 + Fix deletion of extraneous html pages #512142 by Justin Lecher.
74
75 *nano-2.3.3 (30 May 2014)