mgorny 15/02/14 11:54:13 Modified: quake3-osp-1.03a-r1.ebuild ChangeLog Log: Fix SRC_URI, add missing ||die. Bug #460312 with PR by Michael Mair-Keimberger. (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.6 games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild?r1=1.5&r2=1.6 Index: quake3-osp-1.03a-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- quake3-osp-1.03a-r1.ebuild 10 Oct 2009 17:28:02 -0000 1.5 +++ quake3-osp-1.03a-r1.ebuild 14 Feb 2015 11:54:13 -0000 1.6 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2015 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.5 2009/10/10 17:28:02 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/quake3-osp-1.03a-r1.ebuild,v 1.6 2015/02/14 11:54:13 mgorny Exp $ EAPI=2 @@ -11,14 +11,14 @@ inherit games games-mods HOMEPAGE="http://www.orangesmoothie.org/" -SRC_URI="http://www.sunflow.com/orangesmoothie/downloads/osp-Quake3-${PV}_full.zip" +SRC_URI="http://osp.dget.cc/orangesmoothie/downloads/osp-Quake3-${PV}_full.zip" LICENSE="GPL-2" KEYWORDS="amd64 ~ppc x86" IUSE="dedicated opengl" src_prepare() { - cd ${MOD_DIR} - rm -f VoodooStats-ReadMe.txt *.exe - rm -rf voodoo + cd ${MOD_DIR} || die + rm -f VoodooStats-ReadMe.txt *.exe || die + rm -rf voodoo || die } 1.11 games-fps/quake3-osp/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-osp/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-osp/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/quake3-osp/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 10 Oct 2009 17:28:02 -0000 1.10 +++ ChangeLog 14 Feb 2015 11:54:13 -0000 1.11 @@ -1,6 +1,10 @@ # ChangeLog for games-fps/quake3-osp -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/ChangeLog,v 1.10 2009/10/10 17:28:02 nyhm Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-osp/ChangeLog,v 1.11 2015/02/14 11:54:13 mgorny Exp $ + + 14 Feb 2015; Michał Górny <[email protected]> quake3-osp-1.03a-r1.ebuild: + Fix SRC_URI, add missing ||die. Bug #460312 with PR by Michael Mair- + Keimberger. 10 Oct 2009; Tristan Heaven <[email protected]> quake3-osp-1.03a-r1.ebuild: Stable on amd64/x86
