diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 17:53:55 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2006-04-13 17:53:55 +0000 |
commit | 60dd60c8bf482eff50d36885bc78b71407c0a84e (patch) | |
tree | 7b4b1f7c25f4bee02e394cf2ef0c44547393cc23 /games-fps/ut2004-bonuspack-ece | |
parent | Marking stable on amd64 and x86 to keep users from having to downgrade to an ... (diff) | |
download | gentoo-2-60dd60c8bf482eff50d36885bc78b71407c0a84e.tar.gz gentoo-2-60dd60c8bf482eff50d36885bc78b71407c0a84e.tar.bz2 gentoo-2-60dd60c8bf482eff50d36885bc78b71407c0a84e.zip |
Removing older ebuilds so I don't mistakenly remove the wrong one again.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'games-fps/ut2004-bonuspack-ece')
3 files changed, 5 insertions, 58 deletions
diff --git a/games-fps/ut2004-bonuspack-ece/ChangeLog b/games-fps/ut2004-bonuspack-ece/ChangeLog index 8f66d6849cbc..8741d1e66501 100644 --- a/games-fps/ut2004-bonuspack-ece/ChangeLog +++ b/games-fps/ut2004-bonuspack-ece/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-fps/ut2004-bonuspack-ece # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-ece/ChangeLog,v 1.9 2006/04/13 17:51:19 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-ece/ChangeLog,v 1.10 2006/04/13 17:53:55 wolf31o2 Exp $ + + 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> + -ut2004-bonuspack-ece-1.ebuild: + Removing older ebuilds so I don't mistakenly remove the wrong one again. 13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> ut2004-bonuspack-ece-1-r2.ebuild: diff --git a/games-fps/ut2004-bonuspack-ece/files/digest-ut2004-bonuspack-ece-1 b/games-fps/ut2004-bonuspack-ece/files/digest-ut2004-bonuspack-ece-1 deleted file mode 100644 index 795cc7ecacf2..000000000000 --- a/games-fps/ut2004-bonuspack-ece/files/digest-ut2004-bonuspack-ece-1 +++ /dev/null @@ -1 +0,0 @@ -MD5 b687d747d199c6c70bb38fceaa8f666c ut2004-ecebonuspack.tar.bz2 77120293 diff --git a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.ebuild b/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.ebuild deleted file mode 100644 index 1d3045fe404b..000000000000 --- a/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/ut2004-bonuspack-ece/ut2004-bonuspack-ece-1.ebuild,v 1.6 2006/03/31 21:28:43 wolf31o2 Exp $ - -inherit games games-ut2k4mod - -MY_P="ut2004-ecebonuspack.tar.bz2" -DESCRIPTION="Unreal Tournament 2004 - Editor's Choice Edition bonus pack" -HOMEPAGE="http://www.unrealtournament2004.com/" -SRC_URI="mirror://3dgamers/unrealtourn2k4/Missions/${MY_P}" - -LICENSE="ut2003" -SLOT="0" -KEYWORDS="amd64 x86" -RESTRICT="mirror strip" -IUSE="" - - -RDEPEND="games-fps/ut2004-data" -DEPEND="${RDEPEND}" - -S=${WORKDIR}/ut2004-ECEBonusPack - -dir=${GAMES_PREFIX_OPT}/ut2004 -Ddir=${D}/${dir} - -pkg_setup() { - check_dvd - - if [[ ! ${USE_ECE_DVD} -eq 1 ]] - then - games_pkg_setup - fi -} - -src_unpack() { - if [[ ! ${USE_ECE_DVD} -eq 1 ]] - then - unpack ${A} - fi -} - -src_install() { - if [[ ! ${USE_ECE_DVD} -eq 1 ]] - then - # Installing Editor's Choice Edition - for n in {Animations,Help,Manual,Maps,Sounds,StaticMeshes,System,Textures} - do - dodir ${dir}/${n} - cp -r ${S}/${n}/* ${Ddir}/${n} \ - || die "copying ${n} from Editor's Choice Edition" - done - - prepgamesdirs - fi -} |