games-strategy/revenge-of-the-titans: Add fetch restriction (bug #553728)

Package-Manager: portage-2.2.26
This commit is contained in:
Sebastian Pipping
2016-01-10 01:13:40 +01:00
parent 54f04cb791
commit 161f928404

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2015 Gentoo Foundation
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -19,10 +19,17 @@ RDEPEND=">=virtual/jre-1.6
virtual/opengl"
DEPEND=""
RESTRICT="mirror bindist strip"
RESTRICT="fetch mirror bindist strip"
S=${WORKDIR}/${PN//-}
pkg_nofetch() {
default
einfo
einfo "Buy the game from ${HOMEPAGE} to obtain these files."
}
pkg_setup() {
java-pkg-2_pkg_setup
games_pkg_setup