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/ut2003 | |
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/ut2003')
-rw-r--r-- | games-fps/ut2003/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/ut2003/ut2003-2225-r3.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-fps/ut2003/ChangeLog b/games-fps/ut2003/ChangeLog index b6219f8ebaaf..9b97c946bbba 100644 --- a/games-fps/ut2003/ChangeLog +++ b/games-fps/ut2003/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/ut2003 # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.28 2005/08/30 19:51:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ChangeLog,v 1.29 2005/09/21 20:45:26 wolf31o2 Exp $ + + 21 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r3.ebuild: + Changed check_license to explicitly list license to check. 30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-2225-r3.ebuild: Updated ebuild to use tarball rather than patch files and closing bug #96939. diff --git a/games-fps/ut2003/ut2003-2225-r3.ebuild b/games-fps/ut2003/ut2003-2225-r3.ebuild index e90aee089505..b0a6d71c6e5e 100644 --- a/games-fps/ut2003/ut2003-2225-r3.ebuild +++ b/games-fps/ut2003/ut2003-2225-r3.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/ut2003/ut2003-2225-r3.ebuild,v 1.4 2005/08/30 19:51:10 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003/ut2003-2225-r3.ebuild,v 1.5 2005/09/21 20:45:26 wolf31o2 Exp $ inherit games @@ -27,7 +27,7 @@ S="${WORKDIR}" dir="${GAMES_PREFIX_OPT}/${PN}" pkg_setup() { - check_license || die "License check failed" + check_license ut2003 ewarn "The installed game takes about 2.7GB of space!" cdrom_get_cds System/Packages.md5 StaticMeshes/AWHardware.usx.uz2 \ Extras/MayaPLE/Maya4PersonalLearningEditionEpic.exe |