diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 12:58:26 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2005-11-01 12:58:26 +0000 |
commit | a46d40a6d5307f987bee2b6a8f9a22df9f8b8257 (patch) | |
tree | c4dcbd0baf0b7b2739595885e9e8f157d65ab20d /x11-misc/xplanet/xplanet-1.2.0.ebuild | |
parent | Fixed dodoc not to install COPYING and/or INSTALL. (diff) | |
download | gentoo-2-a46d40a6d5307f987bee2b6a8f9a22df9f8b8257.tar.gz gentoo-2-a46d40a6d5307f987bee2b6a8f9a22df9f8b8257.tar.bz2 gentoo-2-a46d40a6d5307f987bee2b6a8f9a22df9f8b8257.zip |
Fixed dodoc not to install COPYING and/or INSTALL.
(Portage version: 2.0.53_rc7)
Diffstat (limited to 'x11-misc/xplanet/xplanet-1.2.0.ebuild')
-rw-r--r-- | x11-misc/xplanet/xplanet-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xplanet/xplanet-1.2.0.ebuild b/x11-misc/xplanet/xplanet-1.2.0.ebuild index 34920e5f8778..1af7173722e3 100644 --- a/x11-misc/xplanet/xplanet-1.2.0.ebuild +++ b/x11-misc/xplanet/xplanet-1.2.0.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/xplanet/xplanet-1.2.0.ebuild,v 1.1 2005/06/17 02:50:38 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.2.0.ebuild,v 1.2 2005/11/01 12:54:55 nelchael Exp $ DESCRIPTION="A program to render images of the earth into the X root window" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -67,5 +67,5 @@ src_compile() { src_install () { einstall || die "einstall failed" - dodoc AUTHORS README COPYING INSTALL NEWS ChangeLog TODO + dodoc AUTHORS README NEWS ChangeLog TODO } |