diff options
author | Ian Leitch <port001@gentoo.org> | 2004-05-26 15:15:20 +0000 |
---|---|---|
committer | Ian Leitch <port001@gentoo.org> | 2004-05-26 15:15:20 +0000 |
commit | 1b8b90684778aa087952e22a2bc049dcdbe2d4de (patch) | |
tree | 284848e5e9b3caf09d89c6ef1faf84967bf184d6 /x11-misc/xplanet | |
parent | Update patch-1.5.6.vvv.nntp-gentoo-r1.bz2 to coincide with mutt-cvs-maildir-h... (diff) | |
download | gentoo-2-1b8b90684778aa087952e22a2bc049dcdbe2d4de.tar.gz gentoo-2-1b8b90684778aa087952e22a2bc049dcdbe2d4de.tar.bz2 gentoo-2-1b8b90684778aa087952e22a2bc049dcdbe2d4de.zip |
Added NEWS, ChangeLog, README.config to dodoc - #50180
Diffstat (limited to 'x11-misc/xplanet')
-rw-r--r-- | x11-misc/xplanet/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-0.94-r1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-1.0.1.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/xplanet/xplanet-1.0.3.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/x11-misc/xplanet/ChangeLog b/x11-misc/xplanet/ChangeLog index 73e70dd4c8ed..66946a500ec2 100644 --- a/x11-misc/xplanet/ChangeLog +++ b/x11-misc/xplanet/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/xplanet # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.21 2004/05/26 13:29:04 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/ChangeLog,v 1.22 2004/05/26 15:15:20 port001 Exp $ + + 26 May 2004; Ian Leitch <port001@gentoo.org> xplanet-0.94-r1.ebuild, + xplanet-1.0.1.ebuild, xplanet-1.0.3.ebuild: + Added NEWS, ChangeLog, README.config to dodoc - #50180 26 May 2004; Danny van Dyk <kugelfang@gentoo.org> xplanet-1.0.3.ebuild: Marked ~amd64. diff --git a/x11-misc/xplanet/xplanet-0.94-r1.ebuild b/x11-misc/xplanet/xplanet-0.94-r1.ebuild index 6707449caaf5..c883e8d2d8ac 100644 --- a/x11-misc/xplanet/xplanet-0.94-r1.ebuild +++ b/x11-misc/xplanet/xplanet-0.94-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.94-r1.ebuild,v 1.11 2004/04/27 20:57:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-0.94-r1.ebuild,v 1.12 2004/05/26 15:15:20 port001 Exp $ inherit eutils @@ -73,5 +73,5 @@ src_compile() { src_install () { einstall || die - dodoc README COPYING CREDITS FAQ INSTALL + dodoc README COPYING CREDITS FAQ INSTALL NEWS ChangeLog README.config } diff --git a/x11-misc/xplanet/xplanet-1.0.1.ebuild b/x11-misc/xplanet/xplanet-1.0.1.ebuild index 1335c2c2a381..24728d7f4d07 100644 --- a/x11-misc/xplanet/xplanet-1.0.1.ebuild +++ b/x11-misc/xplanet/xplanet-1.0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.0.1.ebuild,v 1.7 2004/04/11 17:41:51 pyrania Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.0.1.ebuild,v 1.8 2004/05/26 15:15:20 port001 Exp $ DESCRIPTION="A program to render images of the earth into the X root window" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -68,5 +68,5 @@ src_compile() { src_install () { einstall || die - dodoc README COPYING CREDITS FAQ INSTALL + dodoc README COPYING CREDITS FAQ INSTALL NEWS ChangeLog README.config } diff --git a/x11-misc/xplanet/xplanet-1.0.3.ebuild b/x11-misc/xplanet/xplanet-1.0.3.ebuild index a0c680889041..770fdf25b61a 100644 --- a/x11-misc/xplanet/xplanet-1.0.3.ebuild +++ b/x11-misc/xplanet/xplanet-1.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.0.3.ebuild,v 1.6 2004/05/26 13:29:04 kugelfang Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xplanet/xplanet-1.0.3.ebuild,v 1.7 2004/05/26 15:15:20 port001 Exp $ DESCRIPTION="A program to render images of the earth into the X root window" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" @@ -68,5 +68,5 @@ src_compile() { src_install () { einstall || die - dodoc README COPYING CREDITS FAQ INSTALL + dodoc README COPYING CREDITS FAQ INSTALL NEWS ChangeLog README.config } |