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: Tue, 10 Jun 2014 01:09:57
Message-Id: 20140610010953.71B4B2004E@flycatcher.gentoo.org
1 vapier 14/06/10 01:09:53
2
3 Modified: nano-2.3.3.ebuild ChangeLog
4 Log:
5 Fix clean up of /trash #512524 by Yi Yang.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.3 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.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild?r1=1.2&r2=1.3
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.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- nano-2.3.3.ebuild 2 Jun 2014 14:08:48 -0000 1.2
23 +++ nano-2.3.3.ebuild 10 Jun 2014 01:09:53 -0000 1.3
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.2 2014/06/02 14:08:48 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild,v 1.3 2014/06/10 01:09:53 vapier Exp $
29
30 EAPI="4"
31
32 @@ -58,7 +58,7 @@
33
34 src_install() {
35 default
36 - rm -rf "${ED}"/trash
37 + rm -rf "${D}"/trash
38
39 dodoc doc/nanorc.sample
40 dohtml doc/faq.html
41
42
43
44 1.309 app-editors/nano/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.309&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.309&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.308&r2=1.309
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
53 retrieving revision 1.308
54 retrieving revision 1.309
55 diff -u -r1.308 -r1.309
56 --- ChangeLog 2 Jun 2014 14:08:48 -0000 1.308
57 +++ ChangeLog 10 Jun 2014 01:09:53 -0000 1.309
58 @@ -1,6 +1,9 @@
59 # ChangeLog for app-editors/nano
60 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.308 2014/06/02 14:08:48 vapier Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.309 2014/06/10 01:09:53 vapier Exp $
63 +
64 + 10 Jun 2014; Mike Frysinger <vapier@g.o> nano-2.3.3.ebuild:
65 + Fix clean up of /trash #512524 by Yi Yang.
66
67 02 Jun 2014; Mike Frysinger <vapier@g.o> nano-2.3.3.ebuild:
68 Fix deletion of extraneous html pages #512142 by Justin Lecher.