summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-misc/grun/ChangeLog5
-rw-r--r--x11-misc/grun/grun-0.9.2.ebuild4
-rw-r--r--x11-wm/matchbox/ChangeLog5
-rw-r--r--x11-wm/matchbox/matchbox-0.7.1.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/x11-misc/grun/ChangeLog b/x11-misc/grun/ChangeLog
index ca851da9dcad..82526379643c 100644
--- a/x11-misc/grun/ChangeLog
+++ b/x11-misc/grun/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/grun
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.12 2005/07/09 07:47:22 smithj Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/ChangeLog,v 1.13 2005/10/31 16:25:59 nelchael Exp $
+
+ 31 Oct 2005; Krzysiek Pawlik <nelchael@gentoo.org> grun-0.9.2.ebuild:
+ Fixed dodoc not to install COPYING and INSTALL.
09 Jul 2005; Jonathan Smith <smithj@gentoo.org> grun-0.9.2.ebuild:
stable amd64
diff --git a/x11-misc/grun/grun-0.9.2.ebuild b/x11-misc/grun/grun-0.9.2.ebuild
index 7d62ded5c538..bd44f8547bd0 100644
--- a/x11-misc/grun/grun-0.9.2.ebuild
+++ b/x11-misc/grun/grun-0.9.2.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/grun/grun-0.9.2.ebuild,v 1.24 2005/07/09 19:23:59 swegener Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/grun/grun-0.9.2.ebuild,v 1.25 2005/10/31 16:25:59 nelchael Exp $
inherit eutils
@@ -58,7 +58,7 @@ src_compile() {
src_install() {
einstall || die
- dodoc ABOUT-NLS AUTHORS BUGS COPYING ChangeLog INSTALL \
+ dodoc ABOUT-NLS AUTHORS BUGS ChangeLog \
LANGUAGES NEWS README TODO
}
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
}