diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-14 12:00:47 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-14 12:00:47 +0000 |
commit | 78d597b70e541f8a71e32fa0850beeff016e5e49 (patch) | |
tree | e451f8f6cd7e4378d00b008b1666fb82dede8ba9 /games-fps/ut2003-bonuspack-epic | |
parent | Fixed conflicting types for 'dev_t' compile error, #129916. (diff) | |
download | historical-78d597b70e541f8a71e32fa0850beeff016e5e49.tar.gz historical-78d597b70e541f8a71e32fa0850beeff016e5e49.tar.bz2 historical-78d597b70e541f8a71e32fa0850beeff016e5e49.zip |
Removed redundant pkg_setup.
Package-Manager: portage-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 |