summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2010-06-11 19:33:57 +0000
committerAlexis Ballier <aballier@gentoo.org>2010-06-11 19:33:57 +0000
commitb51ffa9fb1ee98048d8ea1ad79eff6825082842a (patch)
tree5f46951cee3012bfebff52d962fe399c423e3e20 /app-text/texi2html
parentAdd missing rdeps over xli and xsane, by Kobboi <gentoo@lermytte.be>, bug #32... (diff)
downloadhistorical-b51ffa9fb1ee98048d8ea1ad79eff6825082842a.tar.gz
historical-b51ffa9fb1ee98048d8ea1ad79eff6825082842a.tar.bz2
historical-b51ffa9fb1ee98048d8ea1ad79eff6825082842a.zip
dont try to install non existent files, by Christophe LEFEBVRE, bug #317967
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-text/texi2html')
-rw-r--r--app-text/texi2html/ChangeLog6
-rw-r--r--app-text/texi2html/texi2html-1.78.ebuild4
2 files changed, 7 insertions, 3 deletions
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 <aballier@gentoo.org> texi2html-1.78.ebuild:
+ dont try to install non existent files, by Christophe LEFEBVRE, bug
+ #317967
22 Feb 2010; Jonathan Callen <abcd@gentoo.org> 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() {