diff options
author | Matti Bickel <mabi@gentoo.org> | 2012-08-13 16:07:07 +0000 |
---|---|---|
committer | Matti Bickel <mabi@gentoo.org> | 2012-08-13 16:07:07 +0000 |
commit | dca143160cc32ddbe062f96e46cbd07f23cb1543 (patch) | |
tree | b2b67e1036a3c792ba5dc0e02aa743b817de1c71 /x11-libs/fxscintilla | |
parent | Rename reserved check_KV function to udev_check_KV wrt #430562 by "zym" (diff) | |
download | gentoo-2-dca143160cc32ddbe062f96e46cbd07f23cb1543.tar.gz gentoo-2-dca143160cc32ddbe062f96e46cbd07f23cb1543.tar.bz2 gentoo-2-dca143160cc32ddbe062f96e46cbd07f23cb1543.zip |
remove dohtml call left over from version 1.7 (bug #430542)
(Portage version: 2.2.0_alpha121/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/fxscintilla')
-rw-r--r-- | x11-libs/fxscintilla/ChangeLog | 6 | ||||
-rw-r--r-- | x11-libs/fxscintilla/fxscintilla-2.28.0.ebuild | 9 |
2 files changed, 7 insertions, 8 deletions
diff --git a/x11-libs/fxscintilla/ChangeLog b/x11-libs/fxscintilla/ChangeLog index cf49a1b9411e..ccb7458953b1 100644 --- a/x11-libs/fxscintilla/ChangeLog +++ b/x11-libs/fxscintilla/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-libs/fxscintilla # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.52 2012/04/25 16:43:13 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/ChangeLog,v 1.53 2012/08/13 16:07:07 mabi Exp $ + + 13 Aug 2012; Matti Bickel <mabi@gentoo.org> fxscintilla-2.28.0.ebuild: + remove dohtml call left over from version 1.7 (bug #430542) 25 Apr 2012; Justin Lecher <jlec@gentoo.org> fxscintilla-1.71-r2.ebuild: Drop unnessecary die @@ -201,4 +204,3 @@ 25 Feb 2004; Ryan Phillips <rphillips@gentoo.org> fxscintilla-1.55.ebuild: New packages created by Mathias Gumz - diff --git a/x11-libs/fxscintilla/fxscintilla-2.28.0.ebuild b/x11-libs/fxscintilla/fxscintilla-2.28.0.ebuild index b06c82803d1f..f2fba6b53996 100644 --- a/x11-libs/fxscintilla/fxscintilla-2.28.0.ebuild +++ b/x11-libs/fxscintilla/fxscintilla-2.28.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-2.28.0.ebuild,v 1.2 2012/03/08 16:41:05 naota Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/fxscintilla/fxscintilla-2.28.0.ebuild,v 1.3 2012/08/13 16:07:07 mabi Exp $ EAPI=4 @@ -33,11 +33,8 @@ src_configure() { src_install () { emake DESTDIR="${D}" install - dodoc README - if use doc ; then - dodoc scintilla/doc/Lexer.txt - dohtml scintilla/doc/* - fi + dodoc README ChangeLog + use doc && dohtml doc/* } pkg_postinst() { |