hasufell 14/04/03 13:19:22 Modified: doom3-eventhorizon-1.3.ebuild ChangeLog Log: add fetch restriction and fix LICENSE wrt #465986 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Revision Changes Path 1.3 games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild?r1=1.2&r2=1.3 Index: doom3-eventhorizon-1.3.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- doom3-eventhorizon-1.3.ebuild 10 Oct 2009 17:10:38 -0000 1.2 +++ doom3-eventhorizon-1.3.ebuild 3 Apr 2014 13:19:22 -0000 1.3 @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild,v 1.2 2009/10/10 17:10:38 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild,v 1.3 2014/04/03 13:19:22 hasufell Exp $ EAPI=2 @@ -11,11 +11,20 @@ inherit games games-mods HOMEPAGE="http://doom3.filefront.com/file/Event_Horizon_XV;91253" -SRC_URI="ftp://files.mhgaming.com/doom3/mods/event_horizon_xv_${PV}.zip" +SRC_URI="event_horizon_xv_${PV}.zip" -LICENSE="as-is" +LICENSE="all-rights-reserved" KEYWORDS="amd64 x86" IUSE="dedicated opengl" +RESTRICT="fetch mirror" + +pkg_nofetch() { + einfo + einfo "Please download \"${SRC_URI}\" from:" + einfo " ${HOMEPAGE}" + einfo "and move/link it to \"${DISTDIR}\"" + einfo +} src_prepare() { mv -f event_horizon* ${MOD_DIR} || die 1.5 games-fps/doom3-eventhorizon/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doom3-eventhorizon/ChangeLog?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doom3-eventhorizon/ChangeLog?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/doom3-eventhorizon/ChangeLog?r1=1.4&r2=1.5 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 10 Oct 2009 17:10:38 -0000 1.4 +++ ChangeLog 3 Apr 2014 13:19:22 -0000 1.5 @@ -1,6 +1,10 @@ # ChangeLog for games-fps/doom3-eventhorizon -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/ChangeLog,v 1.4 2009/10/10 17:10:38 nyhm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-eventhorizon/ChangeLog,v 1.5 2014/04/03 13:19:22 hasufell Exp $ + + 03 Apr 2014; Julian Ospald <[email protected]> + doom3-eventhorizon-1.3.ebuild: + add fetch restriction and fix LICENSE wrt #465986 10 Oct 2009; Tristan Heaven <[email protected]> doom3-eventhorizon-1.3.ebuild:
