diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:45:26 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-09-21 20:45:26 +0000 |
commit | 696b240ddc3ee34617db00a608eaf18e6e9a5a64 (patch) | |
tree | a70221384e63917d512dbad7a4d32492ec324ddd /games-fps/tribes2 | |
parent | mark stable on x86 (diff) | |
download | historical-696b240ddc3ee34617db00a608eaf18e6e9a5a64.tar.gz historical-696b240ddc3ee34617db00a608eaf18e6e9a5a64.tar.bz2 historical-696b240ddc3ee34617db00a608eaf18e6e9a5a64.zip |
Changed check_license to explicitly list license to check.
Package-Manager: portage-2.0.52-r1
Diffstat (limited to 'games-fps/tribes2')
-rw-r--r-- | games-fps/tribes2/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/tribes2/tribes2-25034.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/tribes2/ChangeLog b/games-fps/tribes2/ChangeLog index 5f16880f15ec..8379701a3def 100644 --- a/games-fps/tribes2/ChangeLog +++ b/games-fps/tribes2/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/tribes2 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.8 2005/08/30 19:19:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/ChangeLog,v 1.9 2005/09/21 20:40:14 wolf31o2 Exp $ + + 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> tribes2-25034.ebuild: + Changed check_license to explicitly list license to check. 30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> tribes2-25034.ebuild: Changed to match new 3dgamers mirrors structure in thirdpartymirrors. diff --git a/games-fps/tribes2/tribes2-25034.ebuild b/games-fps/tribes2/tribes2-25034.ebuild index 66a4611ddf0a..abf3e7837ded 100644 --- a/games-fps/tribes2/tribes2-25034.ebuild +++ b/games-fps/tribes2/tribes2-25034.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-fps/tribes2/tribes2-25034.ebuild,v 1.8 2005/08/30 19:19:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/tribes2/tribes2-25034.ebuild,v 1.9 2005/09/21 20:40:14 wolf31o2 Exp $ inherit games @@ -26,7 +26,7 @@ dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} pkg_setup() { - check_license || die "License check failed" + check_license LOKI-EULA ewarn "The installed game takes about 507MB of space!" cdrom_get_cds README.tribes2d games_pkg_setup |