vapier      14/06/02 14:08:48

  Modified:             nano-2.3.3.ebuild ChangeLog
  Log:
  Fix deletion of extraneous html pages #512142 by Justin Lecher.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
D2E96200)

Revision  Changes    Path
1.2                  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.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild?r1=1.1&r2=1.2

Index: nano-2.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nano-2.3.3.ebuild   30 May 2014 14:29:23 -0000      1.1
+++ nano-2.3.3.ebuild   2 Jun 2014 14:08:48 -0000       1.2
@@ -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.1 
2014/05/30 14:29:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.3.ebuild,v 1.2 
2014/06/02 14:08:48 vapier Exp $
 
 EAPI="4"
 
@@ -41,6 +41,7 @@
        esac
        econf \
                --bindir="${EPREFIX}"/bin \
+               --htmldir=/trash \
                $(use_enable !minimal color) \
                $(use_enable !minimal multibuffer) \
                $(use_enable !minimal nanorc) \
@@ -57,7 +58,7 @@
 
 src_install() {
        default
-       rm -rf "${ED}"/usr/share/nano/man-html
+       rm -rf "${ED}"/trash
 
        dodoc doc/nanorc.sample
        dohtml doc/faq.html



1.308                app-editors/nano/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.308&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.308&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.307&r2=1.308

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.307
retrieving revision 1.308
diff -u -r1.307 -r1.308
--- ChangeLog   30 May 2014 14:29:23 -0000      1.307
+++ ChangeLog   2 Jun 2014 14:08:48 -0000       1.308
@@ -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.307 
2014/05/30 14:29:23 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.308 
2014/06/02 14:08:48 vapier Exp $
+
+  02 Jun 2014; Mike Frysinger <[email protected]> nano-2.3.3.ebuild:
+  Fix deletion of extraneous html pages #512142 by Justin Lecher.
 
 *nano-2.3.3 (30 May 2014)
 




Reply via email to