diff options
author | Tristan Heaven <tristan@gentoo.org> | 2009-10-07 17:16:41 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2009-10-07 17:16:41 +0000 |
commit | 59302902384fc15124d3b3871e3c9fe9b434b9f0 (patch) | |
tree | ae893124b29459bf7d3927f6790018e431050e0f /games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild | |
parent | ppc stable #283653 (diff) | |
download | historical-59302902384fc15124d3b3871e3c9fe9b434b9f0.tar.gz historical-59302902384fc15124d3b3871e3c9fe9b434b9f0.tar.bz2 historical-59302902384fc15124d3b3871e3c9fe9b434b9f0.zip |
EAPI=2
Package-Manager: portage-2.2_rc44/cvs/Linux x86_64
Diffstat (limited to 'games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild')
-rw-r--r-- | games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild b/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild index e6c81aed4921..782a6ce790d9 100644 --- a/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild +++ b/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild @@ -1,6 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild,v 1.3 2009/10/01 20:50:39 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-chextrek/doom3-chextrek-0.52.ebuild,v 1.4 2009/10/07 17:16:41 nyhm Exp $ + +EAPI=2 MOD_DESC="Green slimeballs mod for kids" MOD_NAME="Chex Trek: Beyond the Quest" @@ -9,29 +11,22 @@ MOD_ICON="flem.ico" inherit games-mods -MY_PV=${PV/./} - HOMEPAGE="http://doom3.filefront.com/file/Chex_Trek_Beyond_the_Quest;82325" -SRC_URI="chextrek_beta_${MY_PV}.zip" +SRC_URI="chextrek_beta_${PV/.}.zip" LICENSE="as-is" KEYWORDS="amd64 x86" IUSE="dedicated opengl" RESTRICT="fetch" -S=${WORKDIR} - pkg_nofetch() { elog "Please download ${SRC_URI} from:" elog "http://www.filefront.com/8396958" elog "and move it to ${DISTDIR}" } -src_unpack() { - games-mods_src_unpack - - cd "${WORKDIR}" - mv -f chextrek_beta* "${MOD_DIR}" || die +src_prepare() { + mv -f chextrek_beta* ${MOD_DIR} || die } pkg_postinst() { |