diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-10-07 00:25:23 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-10-07 00:25:23 +0000 |
commit | 811e33967bea887afe469305fd29788deeee3611 (patch) | |
tree | c12ab5228c4af88727adc06f539022815c2b08a9 /games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild | |
parent | better name (diff) | |
download | gentoo-2-811e33967bea887afe469305fd29788deeee3611.tar.gz gentoo-2-811e33967bea887afe469305fd29788deeee3611.tar.bz2 gentoo-2-811e33967bea887afe469305fd29788deeee3611.zip |
EAPI=2; update SRC_URI; remove useless files
(Portage version: 2.2_rc44/cvs/Linux x86_64)
Diffstat (limited to 'games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild')
-rw-r--r-- | games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild b/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild index 67e39044d408..ebed8aa725f0 100644 --- a/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild +++ b/games-fps/quake3-osp/quake3-osp-1.03a-r1.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/quake3-osp/quake3-osp-1.03a-r1.ebuild,v 1.3 2009/10/01 21:42:26 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild,v 1.4 2009/10/07 00:25:23 nyhm Exp $ + +EAPI=2 MOD_DESC="a tournament mod" MOD_NAME="OSP" @@ -8,15 +10,15 @@ MOD_DIR="osp" inherit games games-mods -SRC_URI="http://www.flatlands.ch/filebase/mods/left/osp-Quake3-${PV}_full.zip - http://games13.xs4all.nl/quake3/osp-Quake3-${PV}_full.zip" HOMEPAGE="http://www.orangesmoothie.org/" +SRC_URI="http://www.sunflow.com/orangesmoothie/downloads/osp-Quake3-${PV}_full.zip" LICENSE="GPL-2" -KEYWORDS="-* ~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc ~x86" IUSE="dedicated opengl" -pkg_nofetch() { - einfo "Go to http://www.fileshack.com/file.x?fid=1515 and download" - einfo "${A} and put it in ${DISTDIR}" +src_prepare() { + cd ${MOD_DIR} + rm -f VoodooStats-ReadMe.txt *.exe + rm -rf voodoo } |