summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:08:39 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:08:39 +0000
commit313ac7890cf754c5cc7cd5bad2d43010ed4f0b81 (patch)
tree6f712fe62857b247645c98bb66374e19050dfa3f /x11-misc/xearth
parentFixed dodoc not to install COPYING and/or INSTALL. (diff)
downloadgentoo-2-313ac7890cf754c5cc7cd5bad2d43010ed4f0b81.tar.gz
gentoo-2-313ac7890cf754c5cc7cd5bad2d43010ed4f0b81.tar.bz2
gentoo-2-313ac7890cf754c5cc7cd5bad2d43010ed4f0b81.zip
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/xearth')
-rw-r--r--x11-misc/xearth/ChangeLog7
-rw-r--r--x11-misc/xearth/xearth-1.1.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xearth/ChangeLog b/x11-misc/xearth/ChangeLog
index 79e520b14ce5..a7858d77ecef 100644
--- a/x11-misc/xearth/ChangeLog
+++ b/x11-misc/xearth/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for x11-misc/xearth
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.6 2004/08/28 01:50:37 tgall Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/ChangeLog,v 1.7 2005/11/01 13:06:39 nelchael Exp $
+
+ 01 Nov 2005; Krzysiek Pawlik <nelchael@gentoo.org> xearth-1.1.ebuild:
+ Fixed dodoc not to install COPYING and/or INSTALL.
27 Aug 2004; Tom Gall <tgall@gentoo.org> xearth-1.1.ebuild:
stable on ppc64, bug #59354
diff --git a/x11-misc/xearth/xearth-1.1.ebuild b/x11-misc/xearth/xearth-1.1.ebuild
index 4c850cd0fb56..df46dcc35aa5 100644
--- a/x11-misc/xearth/xearth-1.1.ebuild
+++ b/x11-misc/xearth/xearth-1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.5 2004/08/28 01:50:37 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xearth/xearth-1.1.ebuild,v 1.6 2005/11/01 13:06:39 nelchael Exp $
HOMEPAGE="http://www.cs.colorado.edu/~tuna/xearth/"
DESCRIPTION="Xearth sets the X root window to an image of the Earth"
@@ -25,5 +25,5 @@ src_compile() {
src_install() {
newman xearth.man xearth.1
dobin xearth
- dodoc BUILT-IN GAMMA-TEST HISTORY INSTALL README
+ dodoc BUILT-IN GAMMA-TEST HISTORY README
}