diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 19:24:46 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 19:24:46 +0000 |
commit | d986a9f41840194c8dc2536e78a002b6c7715635 (patch) | |
tree | 975d7bd43d2f7cf5b0144299955813c8399c180c /games-util/showeq | |
parent | Removed COPYING file. (diff) | |
download | gentoo-2-d986a9f41840194c8dc2536e78a002b6c7715635.tar.gz gentoo-2-d986a9f41840194c8dc2536e78a002b6c7715635.tar.bz2 gentoo-2-d986a9f41840194c8dc2536e78a002b6c7715635.zip |
Removed INSTALL file.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'games-util/showeq')
-rw-r--r-- | games-util/showeq/ChangeLog | 6 | ||||
-rw-r--r-- | games-util/showeq/showeq-4.3.21.ebuild | 4 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.0.0.16.ebuild | 4 | ||||
-rw-r--r-- | games-util/showeq/showeq-5.0.0.18.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/games-util/showeq/ChangeLog b/games-util/showeq/ChangeLog index acb3b261e10c..9ac228c2e130 100644 --- a/games-util/showeq/ChangeLog +++ b/games-util/showeq/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-util/showeq # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.11 2005/06/10 18:44:50 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/ChangeLog,v 1.12 2005/06/15 19:24:21 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> showeq-4.3.21.ebuild, + showeq-5.0.0.16.ebuild, showeq-5.0.0.18.ebuild: + Removed INSTALL file. 10 Jun 2005; David Holm <dholm@gentoo.org> showeq-5.0.0.18.ebuild: Added to ~ppc. diff --git a/games-util/showeq/showeq-4.3.21.ebuild b/games-util/showeq/showeq-4.3.21.ebuild index 93316b491a8f..e84be53e3278 100644 --- a/games-util/showeq/showeq-4.3.21.ebuild +++ b/games-util/showeq/showeq-4.3.21.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/games-util/showeq/showeq-4.3.21.ebuild,v 1.3 2005/03/08 23:18:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-4.3.21.ebuild,v 1.4 2005/06/15 19:24:21 wolf31o2 Exp $ inherit games @@ -50,7 +50,7 @@ src_unpack() { src_install() { egamesinstall || die doman showeq.1 - dodoc BUGS CHANGES FAQ INSTALL README* ROADMAP TODO doc/*.{doc,txt} + dodoc BUGS CHANGES FAQ README* ROADMAP TODO doc/*.{doc,txt} dohtml doc/* prepgamesdirs } diff --git a/games-util/showeq/showeq-5.0.0.16.ebuild b/games-util/showeq/showeq-5.0.0.16.ebuild index 9b6e20ced3f9..87b941149bbd 100644 --- a/games-util/showeq/showeq-5.0.0.16.ebuild +++ b/games-util/showeq/showeq-5.0.0.16.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/games-util/showeq/showeq-5.0.0.16.ebuild,v 1.3 2005/03/08 23:18:59 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.0.0.16.ebuild,v 1.4 2005/06/15 19:24:21 wolf31o2 Exp $ inherit kde games @@ -28,7 +28,7 @@ src_compile() { src_install() { egamesinstall || die doman showeq.1 - dodoc BUGS CHANGES FAQ INSTALL README* ROADMAP TODO doc/*.{doc,txt} + dodoc BUGS CHANGES FAQ README* ROADMAP TODO doc/*.{doc,txt} dohtml doc/* prepgamesdirs } diff --git a/games-util/showeq/showeq-5.0.0.18.ebuild b/games-util/showeq/showeq-5.0.0.18.ebuild index 551f22ed9c76..b291f761fd5c 100644 --- a/games-util/showeq/showeq-5.0.0.18.ebuild +++ b/games-util/showeq/showeq-5.0.0.18.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/games-util/showeq/showeq-5.0.0.18.ebuild,v 1.2 2005/06/10 18:44:50 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/showeq/showeq-5.0.0.18.ebuild,v 1.3 2005/06/15 19:24:21 wolf31o2 Exp $ inherit kde games @@ -28,7 +28,7 @@ src_compile() { src_install() { make DESTDIR="${D}" install || die "make install failed" doman showeq.1 - dodoc BUGS FAQ INSTALL README* ROADMAP TODO doc/*.{doc,txt} + dodoc BUGS FAQ README* ROADMAP TODO doc/*.{doc,txt} dohtml doc/* prepgamesdirs } |