diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 17:42:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 17:42:41 +0000 |
commit | 027702983ad7e316cc0cbbc776606aaec422526f (patch) | |
tree | 86f1d6bac28edd1cc23d2a66429db3680245ca81 | |
parent | Stable on sparc (diff) | |
download | gentoo-2-027702983ad7e316cc0cbbc776606aaec422526f.tar.gz gentoo-2-027702983ad7e316cc0cbbc776606aaec422526f.tar.bz2 gentoo-2-027702983ad7e316cc0cbbc776606aaec422526f.zip |
Removed INSTALL.txt file.
(Portage version: 2.0.51.22-r1)
-rw-r--r-- | games-arcade/bub-n-bros/ChangeLog | 5 | ||||
-rw-r--r-- | games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games-arcade/bub-n-bros/ChangeLog b/games-arcade/bub-n-bros/ChangeLog index 320c21763227..144d9ab00b4e 100644 --- a/games-arcade/bub-n-bros/ChangeLog +++ b/games-arcade/bub-n-bros/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/bub-n-bros # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.6 2005/05/06 10:02:55 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/ChangeLog,v 1.7 2005/06/15 17:42:41 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> bub-n-bros-1.1.ebuild: + Removed INSTALL.txt file. 06 May 2005; Sven Wegener <swegener@gentoo.org> bub-n-bros-1.1.ebuild: Removed * postfix from <, <=, >= and > dependencies. diff --git a/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild b/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild index b4deafe83c0b..e2a42ff2ce9f 100644 --- a/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild +++ b/games-arcade/bub-n-bros/bub-n-bros-1.1.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-arcade/bub-n-bros/bub-n-bros-1.1.ebuild,v 1.8 2005/05/06 10:02:55 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/bub-n-bros/bub-n-bros-1.1.ebuild,v 1.9 2005/06/15 17:42:41 wolf31o2 Exp $ inherit games @@ -45,7 +45,6 @@ src_install() { dogamesbin ${FILESDIR}/bubnbros-server dosed "s:GENTOO_DIR:${dir}/bubbob/:" ${GAMES_BINDIR}/bubnbros-server - dodoc INSTALL.txt dohtml *.html find ${D}/${dir} -name CVS -type d -exec rm -rf '{}' \; 2> /dev/null |