summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:14:00 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2005-11-01 13:14:00 +0000
commit15e45e0d2b5d357aaf2979f41d4a90f11f151de2 (patch)
tree70ceecdd965639f3dded399eaef37c5d6c0fdcb6 /x11-misc/xearth
parentFixed dodoc not to install COPYING and/or INSTALL. (diff)
downloadhistorical-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/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
}