diff options
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/ut2004/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3369-r2.ebuild | 8 | ||||
-rw-r--r-- | games-fps/ut2004/ut2004-3369-r4.ebuild | 8 |
3 files changed, 9 insertions, 13 deletions
diff --git a/games-fps/ut2004/ChangeLog b/games-fps/ut2004/ChangeLog index a7560af0d6be..a18b92fb9fa5 100644 --- a/games-fps/ut2004/ChangeLog +++ b/games-fps/ut2004/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.49 2006/04/11 11:49:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ChangeLog,v 1.50 2006/04/14 12:06:47 wolf31o2 Exp $ + + 14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3369-r2.ebuild, + ut2004-3369-r4.ebuild: + Removed redundant pkg_setup. 11 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-3369-r4.ebuild: Marking stable on amd64/x86 to bring in new Mega bonuspack and to close bug diff --git a/games-fps/ut2004/ut2004-3369-r2.ebuild b/games-fps/ut2004/ut2004-3369-r2.ebuild index 09807f5d50c7..1695a194da01 100644 --- a/games-fps/ut2004/ut2004-3369-r2.ebuild +++ b/games-fps/ut2004/ut2004-3369-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r2.ebuild,v 1.7 2006/03/31 21:33:08 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r2.ebuild,v 1.8 2006/04/14 12:06:47 wolf31o2 Exp $ inherit eutils games @@ -34,14 +34,10 @@ RDEPEND="games-fps/ut2004-data S=${WORKDIR}/UT2004-Patch +GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} -pkg_setup() { - check_license ut2003 - games_pkg_setup -} - src_install() { # Installing patch files for p in {Animations,Help,Speech,System,Textures,Web} diff --git a/games-fps/ut2004/ut2004-3369-r4.ebuild b/games-fps/ut2004/ut2004-3369-r4.ebuild index d4b9687b6f55..20c36bee6ec7 100644 --- a/games-fps/ut2004/ut2004-3369-r4.ebuild +++ b/games-fps/ut2004/ut2004-3369-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.6 2006/04/11 11:49:13 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004/ut2004-3369-r4.ebuild,v 1.7 2006/04/14 12:06:47 wolf31o2 Exp $ inherit eutils multilib games @@ -40,14 +40,10 @@ RDEPEND=">=games-fps/ut2004-data-3186-r2 S=${WORKDIR}/UT2004-Patch +GAMES_CHECK_LICENSE="yes" dir=${GAMES_PREFIX_OPT}/${PN} Ddir=${D}/${dir} -pkg_setup() { - check_license ut2003 - games_pkg_setup -} - src_install() { # These files are owned by ut2004-bonuspack-mega rm "${S}"/System/{Manifest.in{i,t},Packages.md5} |