diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-04-03 13:19:22 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-04-03 13:19:22 +0000 |
commit | 8b45ca6aaae4ae2a377c4f5317e3648c3b8ff6ea (patch) | |
tree | b26dd4ac0cbc5a415d3bebd5447ec3a0f9fdb9c4 /games-fps | |
parent | Lower dep on media-libs/libraw for stabilization as it works with current sta... (diff) | |
download | gentoo-2-8b45ca6aaae4ae2a377c4f5317e3648c3b8ff6ea.tar.gz gentoo-2-8b45ca6aaae4ae2a377c4f5317e3648c3b8ff6ea.tar.bz2 gentoo-2-8b45ca6aaae4ae2a377c4f5317e3648c3b8ff6ea.zip |
add fetch restriction and fix LICENSE wrt #465986
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/doom3-eventhorizon/ChangeLog | 8 | ||||
-rw-r--r-- | games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild | 17 |
2 files changed, 19 insertions, 6 deletions
diff --git a/games-fps/doom3-eventhorizon/ChangeLog b/games-fps/doom3-eventhorizon/ChangeLog index 84cb7455ff90..59d56374a0b1 100644 --- a/games-fps/doom3-eventhorizon/ChangeLog +++ b/games-fps/doom3-eventhorizon/ChangeLog @@ -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 <hasufell@gentoo.org> + doom3-eventhorizon-1.3.ebuild: + add fetch restriction and fix LICENSE wrt #465986 10 Oct 2009; Tristan Heaven <nyhm@gentoo.org> doom3-eventhorizon-1.3.ebuild: diff --git a/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild b/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild index 65f6b97b400f..8fecdfecbd27 100644 --- a/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild +++ b/games-fps/doom3-eventhorizon/doom3-eventhorizon-1.3.ebuild @@ -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 @@ MOD_DIR="eventhorizon" 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 |