diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 13:14:00 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 13:14:00 +0000 |
commit | 15e45e0d2b5d357aaf2979f41d4a90f11f151de2 (patch) | |
tree | 70ceecdd965639f3dded399eaef37c5d6c0fdcb6 /x11-misc/xchm | |
parent | Fixed dodoc not to install COPYING and/or INSTALL. (diff) | |
download | historical-15e45e0d2b5d357aaf2979f41d4a90f11f151de2.tar.gz historical-15e45e0d2b5d357aaf2979f41d4a90f11f151de2.tar.bz2 historical-15e45e0d2b5d357aaf2979f41d4a90f11f151de2.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
Package-Manager: portage-2.0.53_rc7
Diffstat (limited to 'x11-misc/xchm')
-rw-r--r-- | x11-misc/xchm/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xchm/xchm-0.9.6.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xchm/xchm-1.1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/xchm/ChangeLog b/x11-misc/xchm/ChangeLog index 12d6c0e27bb8..49dbc441b08c 100644 --- a/x11-misc/xchm/ChangeLog +++ b/x11-misc/xchm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xchm # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.30 2005/10/31 22:14:20 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/ChangeLog,v 1.31 2005/11/01 13:08:39 nelchael Exp $ + + 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xchm-0.9.6.ebuild, + xchm-1.1.ebuild: + Fixed dodoc not to install COPYING and/or INSTALL. *xchm-1.2 (31 Oct 2005) diff --git a/x11-misc/xchm/xchm-0.9.6.ebuild b/x11-misc/xchm/xchm-0.9.6.ebuild index e7011731e781..edce15116cba 100644 --- a/x11-misc/xchm/xchm-0.9.6.ebuild +++ b/x11-misc/xchm/xchm-0.9.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-0.9.6.ebuild,v 1.3 2005/03/28 21:35:57 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-0.9.6.ebuild,v 1.4 2005/11/01 13:08:39 nelchael Exp $ DESCRIPTION="Utility for viewing Microsoft .chm files." HOMEPAGE="http://xchm.sf.net" @@ -22,7 +22,7 @@ src_compile() { src_install() { einstall || die - dodoc COPYING AUTHORS README + dodoc AUTHORS README if use doc; then cd ${S}"-doc" diff --git a/x11-misc/xchm/xchm-1.1.ebuild b/x11-misc/xchm/xchm-1.1.ebuild index 5c7c90e9e4d1..c12bada86fe5 100644 --- a/x11-misc/xchm/xchm-1.1.ebuild +++ b/x11-misc/xchm/xchm-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-1.1.ebuild,v 1.1 2005/08/31 19:14:08 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xchm/xchm-1.1.ebuild,v 1.2 2005/11/01 13:08:39 nelchael Exp $ inherit eutils wxwidgets @@ -32,7 +32,7 @@ src_compile() { src_install() { einstall || die - dodoc COPYING AUTHORS README + dodoc AUTHORS README if use doc; then cd ${S}"-doc" |