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 | |
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')
-rw-r--r-- | games-fps/quake3-osp/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild | 16 |
2 files changed, 14 insertions, 9 deletions
diff --git a/games-fps/quake3-osp/ChangeLog b/games-fps/quake3-osp/ChangeLog index 7ff57ec4d6cd..9ed61f76e173 100644 --- a/games-fps/quake3-osp/ChangeLog +++ b/games-fps/quake3-osp/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3-osp -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/ChangeLog,v 1.8 2009/01/23 18:04:58 mr_bones_ Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/ChangeLog,v 1.9 2009/10/07 00:25:23 nyhm Exp $ + + 07 Oct 2009; Tristan Heaven <nyhm@gentoo.org> quake3-osp-1.03a-r1.ebuild: + EAPI=2; update SRC_URI; remove useless files 23 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> quake3-osp-1.03a-r1.ebuild: 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 } |