vapier 14/06/10 01:09:53 Modified: nano-2.3.3.ebuild ChangeLog Log: Fix clean up of /trash #512524 by Yi Yang. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
Revision Changes Path 1.3 app-editors/nano/nano-2.3.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild?r1=1.2&r2=1.3 Index: nano-2.3.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- nano-2.3.3.ebuild 2 Jun 2014 14:08:48 -0000 1.2 +++ nano-2.3.3.ebuild 10 Jun 2014 01:09:53 -0000 1.3 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild,v 1.2 2014/06/02 14:08:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild,v 1.3 2014/06/10 01:09:53 vapier Exp $ EAPI="4" @@ -58,7 +58,7 @@ src_install() { default - rm -rf "${ED}"/trash + rm -rf "${D}"/trash dodoc doc/nanorc.sample dohtml doc/faq.html 1.309 app-editors/nano/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.309&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.309&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.308&r2=1.309 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v retrieving revision 1.308 retrieving revision 1.309 diff -u -r1.308 -r1.309 --- ChangeLog 2 Jun 2014 14:08:48 -0000 1.308 +++ ChangeLog 10 Jun 2014 01:09:53 -0000 1.309 @@ -1,6 +1,9 @@ # ChangeLog for app-editors/nano # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.308 2014/06/02 14:08:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.309 2014/06/10 01:09:53 vapier Exp $ + + 10 Jun 2014; Mike Frysinger <[email protected]> nano-2.3.3.ebuild: + Fix clean up of /trash #512524 by Yi Yang. 02 Jun 2014; Mike Frysinger <[email protected]> nano-2.3.3.ebuild: Fix deletion of extraneous html pages #512142 by Justin Lecher.
