summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-10-31 16:25:59 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-10-31 16:25:59 +0000
commit0bbc234df953f9b1c5f2da734266ad2608f67411 (patch)
tree1983d2c97b1de993c8171d9712bd421542763cb1 /x11-misc
parentFixed dodoc not to install COPYING. (diff)
downloadgentoo-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-misc')
-rw-r--r--x11-misc/grun/ChangeLog5
-rw-r--r--x11-misc/grun/grun-0.9.2.ebuild4
2 files changed, 6 insertions, 3 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
}