diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-14 12:06:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-14 12:06:47 +0000 |
commit | 366d2f30c00a8636244617a4b78c569edbfd1b7c (patch) | |
tree | 41bc1a76189f580cd100f4425de581334cc24d8a /games-fps/ut2004 | |
parent | Moved games_pkg_setup to the beginning of pkg_setup. (diff) | |
download | gentoo-2-366d2f30c00a8636244617a4b78c569edbfd1b7c.tar.gz gentoo-2-366d2f30c00a8636244617a4b78c569edbfd1b7c.tar.bz2 gentoo-2-366d2f30c00a8636244617a4b78c569edbfd1b7c.zip |
Removed redundant pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-fps/ut2004')
-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} |