diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 19:10:45 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-06-15 19:10:45 +0000 |
commit | e0938ecb4be4ad91e15570057fb6776e16d1a2c8 (patch) | |
tree | 181a8407be5e2cffbeb180dc7d2ac32fb32e4bed /games-sports/bygfoot | |
parent | Removed COPYING file. (diff) | |
download | historical-e0938ecb4be4ad91e15570057fb6776e16d1a2c8.tar.gz historical-e0938ecb4be4ad91e15570057fb6776e16d1a2c8.tar.bz2 historical-e0938ecb4be4ad91e15570057fb6776e16d1a2c8.zip |
Removed INSTALL file.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-sports/bygfoot')
-rw-r--r-- | games-sports/bygfoot/ChangeLog | 5 | ||||
-rw-r--r-- | games-sports/bygfoot/Manifest | 4 | ||||
-rw-r--r-- | games-sports/bygfoot/bygfoot-1.8.1.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/games-sports/bygfoot/ChangeLog b/games-sports/bygfoot/ChangeLog index 8779fdf9579c..5616e6f13561 100644 --- a/games-sports/bygfoot/ChangeLog +++ b/games-sports/bygfoot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-sports/bygfoot # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.3 2005/06/09 09:03:18 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/ChangeLog,v 1.4 2005/06/15 19:10:45 wolf31o2 Exp $ + + 15 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> bygfoot-1.8.1.ebuild: + Removed INSTALL file. 09 Jun 2005; David Holm <dholm@gentoo.org> bygfoot-1.8.1.ebuild: Added to ~ppc. diff --git a/games-sports/bygfoot/Manifest b/games-sports/bygfoot/Manifest index aed2401b3c33..bd9816657e13 100644 --- a/games-sports/bygfoot/Manifest +++ b/games-sports/bygfoot/Manifest @@ -1,4 +1,4 @@ -MD5 2326f35cb6f70359e3305c2cbc13bf7e ChangeLog 727 -MD5 b2315f09409c310799c515471f0a61cc bygfoot-1.8.1.ebuild 1079 +MD5 c3622e6de5833f13b54c385d0eb6e58e bygfoot-1.8.1.ebuild 1074 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 2033d43aa7bb01261ec5442576e358fe ChangeLog 831 MD5 f71ade099de0bbf385c53bfe555d3373 files/digest-bygfoot-1.8.1 66 diff --git a/games-sports/bygfoot/bygfoot-1.8.1.ebuild b/games-sports/bygfoot/bygfoot-1.8.1.ebuild index 66eb10ffc861..6cbb1f5cc458 100644 --- a/games-sports/bygfoot/bygfoot-1.8.1.ebuild +++ b/games-sports/bygfoot/bygfoot-1.8.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-sports/bygfoot/bygfoot-1.8.1.ebuild,v 1.3 2005/06/09 09:03:18 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/bygfoot/bygfoot-1.8.1.ebuild,v 1.4 2005/06/15 19:10:45 wolf31o2 Exp $ inherit games @@ -23,7 +23,7 @@ DEPEND=">=x11-libs/gtk+-2.0 src_install() { dogamesbin src/bygfoot || die "Installation bygfoot failed." dogamesbin b-u/bygfoot-update-gui || die "Installation of bygfoot failed." - dodoc AUTHORS ChangeLog INSTALL README TODO UPDATE + dodoc AUTHORS ChangeLog README TODO UPDATE insinto "${GAMES_DATADIR}/${PN}" doins -r support_files/ || die "Installation of game data failed." newicon support_files/pixmaps/football.png ${PN}.png |