diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-14 11:59:06 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-14 11:59:06 +0000 |
commit | e8acc3d2cce01afb38c21177bf726bee80c04669 (patch) | |
tree | 24c5f4c964d8fddd7ad10e65d3c8a6d4a3418438 /games-fps/ut2003-bonuspack-epic | |
parent | Moved games_pkg_setup to beginning of pkg_setup and ported to modular X. (diff) | |
download | gentoo-2-e8acc3d2cce01afb38c21177bf726bee80c04669.tar.gz gentoo-2-e8acc3d2cce01afb38c21177bf726bee80c04669.tar.bz2 gentoo-2-e8acc3d2cce01afb38c21177bf726bee80c04669.zip |
Removed redundant pkg_setup.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-fps/ut2003-bonuspack-epic')
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ChangeLog | 6 | ||||
-rw-r--r-- | games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games-fps/ut2003-bonuspack-epic/ChangeLog b/games-fps/ut2003-bonuspack-epic/ChangeLog index 43cc15695e5b..ecf4b23da674 100644 --- a/games-fps/ut2003-bonuspack-epic/ChangeLog +++ b/games-fps/ut2003-bonuspack-epic/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2003-bonuspack-epic # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.12 2006/03/31 21:23:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ChangeLog,v 1.13 2006/04/14 11:59:06 wolf31o2 Exp $ + + 14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> + ut2003-bonuspack-epic-1.ebuild: + Removed redundant pkg_setup. 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2003-bonuspack-epic-1.ebuild: diff --git a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild index 598f7e1464d7..d1cf69ebfa48 100644 --- a/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild +++ b/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.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/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.12 2006/03/31 21:23:09 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2003-bonuspack-epic/ut2003-bonuspack-epic-1.ebuild,v 1.13 2006/04/14 11:59:06 wolf31o2 Exp $ inherit games @@ -24,10 +24,6 @@ S=${WORKDIR}/UT2003-BonusPack dir=${GAMES_PREFIX_OPT}/ut2003 Ddir=${D}/${dir} -pkg_setup() { - games_pkg_setup -} - src_unpack() { unzip ${DISTDIR}/${A} || die "unpacking" # This is done since the files are the same |