From b51ffa9fb1ee98048d8ea1ad79eff6825082842a Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Fri, 11 Jun 2010 19:33:57 +0000 Subject: dont try to install non existent files, by Christophe LEFEBVRE, bug #317967 Package-Manager: portage-2.2_rc67/cvs/Linux x86_64 --- app-text/texi2html/ChangeLog | 6 +++++- app-text/texi2html/texi2html-1.78.ebuild | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'app-text/texi2html') diff --git a/app-text/texi2html/ChangeLog b/app-text/texi2html/ChangeLog index 8f471d5cf034..9a2bb91c06c4 100644 --- a/app-text/texi2html/ChangeLog +++ b/app-text/texi2html/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/texi2html # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.42 2010/02/22 20:43:55 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/ChangeLog,v 1.43 2010/06/11 19:33:57 aballier Exp $ + + 11 Jun 2010; Alexis Ballier texi2html-1.78.ebuild: + dont try to install non existent files, by Christophe LEFEBVRE, bug + #317967 22 Feb 2010; Jonathan Callen texi2html-1.78.ebuild: Add prefix keywords, support; bump EAPI diff --git a/app-text/texi2html/texi2html-1.78.ebuild b/app-text/texi2html/texi2html-1.78.ebuild index d78728e748b2..5c062af335ef 100644 --- a/app-text/texi2html/texi2html-1.78.ebuild +++ b/app-text/texi2html/texi2html-1.78.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild,v 1.4 2010/02/22 20:43:55 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/texi2html/texi2html-1.78.ebuild,v 1.5 2010/06/11 19:33:57 aballier Exp $ EAPI=3 @@ -21,7 +21,7 @@ src_install() { htmldir="${EPREFIX}"/usr/share/doc/${PF}/html \ install || die "Installation Failed" - dodoc AUTHORS ChangeLog INTRODUCTION NEWS README TODO + dodoc AUTHORS ChangeLog NEWS README TODO } pkg_preinst() { -- cgit v1.2.3-65-gdbad