diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:24:04 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 18:24:04 +0000 |
commit | 9ad9f0ee97feeebed2791c0d38f799896ceb481f (patch) | |
tree | 270d89b20f71bcf9604ddaaf2487979a39370c31 /games-board/ggz-txt-client | |
parent | Removed COPYING and INSTALL files. (diff) | |
download | gentoo-2-9ad9f0ee97feeebed2791c0d38f799896ceb481f.tar.gz gentoo-2-9ad9f0ee97feeebed2791c0d38f799896ceb481f.tar.bz2 gentoo-2-9ad9f0ee97feeebed2791c0d38f799896ceb481f.zip |
Removed INSTALL file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-board/ggz-txt-client')
-rw-r--r-- | games-board/ggz-txt-client/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/ggz-txt-client/ggz-txt-client-0.0.9.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-board/ggz-txt-client/ChangeLog b/games-board/ggz-txt-client/ChangeLog index 304d206a2266..751fa7fdd2fa 100644 --- a/games-board/ggz-txt-client/ChangeLog +++ b/games-board/ggz-txt-client/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/ggz-txt-client -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ChangeLog,v 1.5 2004/12/28 23:54:37 ciaranm Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ChangeLog,v 1.6 2005/06/15 18:20:53 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> + ggz-txt-client-0.0.9.ebuild: + Removed INSTALL file. 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/games-board/ggz-txt-client/ggz-txt-client-0.0.9.ebuild b/games-board/ggz-txt-client/ggz-txt-client-0.0.9.ebuild index fe00914710d5..6f0a98090f0e 100644 --- a/games-board/ggz-txt-client/ggz-txt-client-0.0.9.ebuild +++ b/games-board/ggz-txt-client/ggz-txt-client-0.0.9.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/games-board/ggz-txt-client/ggz-txt-client-0.0.9.ebuild,v 1.1 2004/12/26 23:10:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ggz-txt-client/ggz-txt-client-0.0.9.ebuild,v 1.2 2005/06/15 18:20:53 wolf31o2 Exp $ DESCRIPTION="The textbased client for GGZ Gaming Zone" HOMEPAGE="http://ggz.sourceforge.net/" @@ -24,5 +24,5 @@ src_unpack() { src_install() { make DESTDIR="${D}" install || die - dodoc AUTHORS ChangeLog INSTALL NEWS QuickStart.GGZ README* TODO + dodoc AUTHORS ChangeLog NEWS QuickStart.GGZ README* TODO } |