diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-31 16:25:59 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-10-31 16:25:59 +0000 |
commit | 0bbc234df953f9b1c5f2da734266ad2608f67411 (patch) | |
tree | 1983d2c97b1de993c8171d9712bd421542763cb1 /x11-wm | |
parent | Fixed dodoc not to install COPYING. (diff) | |
download | gentoo-2-0bbc234df953f9b1c5f2da734266ad2608f67411.tar.gz gentoo-2-0bbc234df953f9b1c5f2da734266ad2608f67411.tar.bz2 gentoo-2-0bbc234df953f9b1c5f2da734266ad2608f67411.zip |
Fixed dodoc not to install COPYING and INSTALL.
(Portage version: 2.0.53_rc6)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/matchbox/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/matchbox/matchbox-0.7.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/matchbox/ChangeLog b/x11-wm/matchbox/ChangeLog index 2fcea7efca6d..3b94232d51cb 100644 --- a/x11-wm/matchbox/ChangeLog +++ b/x11-wm/matchbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/matchbox # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.6 2005/07/01 22:06:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/ChangeLog,v 1.7 2005/10/31 16:21:55 nelchael Exp $ + + 31 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> matchbox-0.7.1.ebuild: + Fixed dodoc not to install COPYING and INSTALL. 01 Jul 2005; Joseph Jezak <josejx@gentoo.org> matchbox-0.7.1.ebuild: Marked ppc stable for bug #97644. diff --git a/x11-wm/matchbox/matchbox-0.7.1.ebuild b/x11-wm/matchbox/matchbox-0.7.1.ebuild index 0189b9daec93..ef060381b12d 100644 --- a/x11-wm/matchbox/matchbox-0.7.1.ebuild +++ b/x11-wm/matchbox/matchbox-0.7.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-wm/matchbox/matchbox-0.7.1.ebuild,v 1.6 2005/07/01 22:06:03 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/matchbox/matchbox-0.7.1.ebuild,v 1.7 2005/10/31 16:21:55 nelchael Exp $ IUSE="jpeg png nls debug" @@ -41,6 +41,6 @@ src_compile() { src_install() { einstall || die "Install failed" - dodoc AUTHORS COPYING ChangeLog INSTALL NEWS \ + dodoc AUTHORS ChangeLog NEWS \ README RELEASE-NOTES-0.7 TODO } |