diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-04-16 17:22:48 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-04-16 17:22:48 +0000 |
commit | d50931463723e5f31f34236f991a0991f439f615 (patch) | |
tree | 8e9f4dafc0ca6376b408a26ba0ead1f8d2a1fa1e /games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild | |
parent | Fix LICENSE, add mirror and bindist restrictions, bug 505774. (diff) | |
download | gentoo-2-d50931463723e5f31f34236f991a0991f439f615.tar.gz gentoo-2-d50931463723e5f31f34236f991a0991f439f615.tar.bz2 gentoo-2-d50931463723e5f31f34236f991a0991f439f615.zip |
Fix LICENSE, add bindist restriction, bug 505776.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild')
-rw-r--r-- | games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild index 67afcc0e41a7..aaf090c01b9c 100644 --- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild +++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.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-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild,v 1.3 2012/05/21 20:07:44 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild,v 1.4 2014/04/16 17:22:48 ulm Exp $ EAPI=3 inherit eutils games java-pkg-2 @@ -10,7 +10,7 @@ HOMEPAGE="http://www.puppygames.net/revenge-of-the-titans/" SRC_URI="amd64? ( http://downloads.puppygames.net/RevengeOfTheTitans-amd64.tar.gz -> ${P}-amd64.tar.gz ) x86? ( http://downloads.puppygames.net/RevengeOfTheTitans-i386.tar.gz -> ${P}-i386.tar.gz )" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" @@ -19,7 +19,7 @@ RDEPEND=">=virtual/jre-1.6 virtual/opengl" DEPEND="" -RESTRICT="mirror strip" +RESTRICT="mirror bindist strip" S=${WORKDIR}/${PN//-} |