diff options
-rw-r--r-- | games-strategy/revenge-of-the-titans/ChangeLog | 8 | ||||
-rw-r--r-- | games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-strategy/revenge-of-the-titans/ChangeLog b/games-strategy/revenge-of-the-titans/ChangeLog index 5cebbde0fd13..834211ff18ee 100644 --- a/games-strategy/revenge-of-the-titans/ChangeLog +++ b/games-strategy/revenge-of-the-titans/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/revenge-of-the-titans -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/revenge-of-the-titans/ChangeLog,v 1.3 2012/05/21 20:07:44 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/revenge-of-the-titans/ChangeLog,v 1.4 2014/04/16 17:22:48 ulm Exp $ + + 16 Apr 2014; Ulrich Müller <ulm@gentoo.org> + revenge-of-the-titans-1.80.12.ebuild: + Fix LICENSE, add bindist restriction, bug 505776. 21 May 2012; Samuli Suominen <ssuominen@gentoo.org> revenge-of-the-titans-1.80.12.ebuild: 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//-} |