diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-05-01 14:48:42 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-05-01 14:48:42 +0000 |
commit | 7a77ef1963bd54e9f62154a616c2ed615edc3d53 (patch) | |
tree | 9d2a2a26ae68ea0ce3126996246875f386192700 /games-fps | |
parent | Fix LICENSE, add mirror and bindist restrictions, bug 506952. (diff) | |
download | gentoo-2-7a77ef1963bd54e9f62154a616c2ed615edc3d53.tar.gz gentoo-2-7a77ef1963bd54e9f62154a616c2ed615edc3d53.tar.bz2 gentoo-2-7a77ef1963bd54e9f62154a616c2ed615edc3d53.zip |
Fix LICENSE, add mirror and bindist restrictions, bug 505718.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/unreal/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/games-fps/unreal/ChangeLog b/games-fps/unreal/ChangeLog index 2326349bf441..1c04f5e2a436 100644 --- a/games-fps/unreal/ChangeLog +++ b/games-fps/unreal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/unreal -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.15 2012/02/05 06:11:56 vapier Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.16 2014/05/01 14:48:42 ulm Exp $ + + 01 May 2014; Ulrich Müller <ulm@gentoo.org> unreal-226.ebuild: + Fix LICENSE, add mirror and bindist restrictions, bug 505718. 05 Feb 2012; Mike Frysinger <vapier@gentoo.org> unreal-226.ebuild: Move to new unpacker eclass for unpack_makeself. diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index d72bb878f5b4..e05be19b4446 100644 --- a/games-fps/unreal/unreal-226.ebuild +++ b/games-fps/unreal/unreal-226.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 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/unreal/unreal-226.ebuild,v 1.18 2012/02/05 06:11:56 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.19 2014/05/01 14:48:42 ulm Exp $ inherit eutils unpacker cdrom games @@ -10,10 +10,11 @@ SRC_URI="http://www.icculus.org/%7Echunky/ut/unreal/unreali-install.run ftp://ftp.lokigames.com/pub/patches/ut/ut-install-436.run ftp://ftp.lokigames.com/pub/patches/ut/IpDrv-436-Linux-08-20-02.zip" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* x86" IUSE="X opengl" +RESTRICT="mirror bindist" DEPEND="sys-libs/lib-compat app-arch/unzip" |