[gentoo-commits] repo/gentoo:master commit in: games-strategy/revenge-of-the-titans/

2016-01-27 Thread Michael Sterrett
commit: 2dedb36c53e9e059571a1561c408b274dea946fb
Author: Michael Sterrett  gentoo  org>
AuthorDate: Thu Jan 28 05:48:26 2016 +
Commit: Michael Sterrett  gentoo  org>
CommitDate: Thu Jan 28 05:50:05 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dedb36c

games-strategy/revenge-of-the-titans: games-strategy/revenge-of-the-titans is 
gone

 games-strategy/revenge-of-the-titans/Manifest  |  2 -
 games-strategy/revenge-of-the-titans/metadata.xml  |  8 ---
 .../revenge-of-the-titans-1.80.12.ebuild   | 61 --
 3 files changed, 71 deletions(-)

diff --git a/games-strategy/revenge-of-the-titans/Manifest 
b/games-strategy/revenge-of-the-titans/Manifest
deleted file mode 100644
index c341f5c..000
--- a/games-strategy/revenge-of-the-titans/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST revenge-of-the-titans-1.80.12-amd64.tar.gz 60169813 SHA256 
ff0c210b39fe8b6c26c42aef822bfb5e8d8646ad875a39727b543d97e516cd0e
-DIST revenge-of-the-titans-1.80.12-i386.tar.gz 60125162 SHA256 
c0c8a29bf874285e89811d38d20a163732823373570bf4d7450ac11cd4244c53

diff --git a/games-strategy/revenge-of-the-titans/metadata.xml 
b/games-strategy/revenge-of-the-titans/metadata.xml
deleted file mode 100644
index 78274e0..000
--- a/games-strategy/revenge-of-the-titans/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   ga...@gentoo.org
-   Gentoo Games Project
-
-

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
deleted file mode 100644
index ff1d086..000
--- a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-1.80.12.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-inherit eutils games java-pkg-2
-
-DESCRIPTION="defeat the returning Titan horde in a series of epic ground 
battles"
-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="all-rights-reserved"
-SLOT="0"
-KEYWORDS="-* ~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=virtual/jre-1.6
-   virtual/opengl"
-DEPEND=""
-
-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
-}
-
-# nothing to do ... stubs for eclasses
-src_configure() { :; }
-src_compile() { :; }
-
-src_install() {
-   local dir="${GAMES_PREFIX_OPT}/${PN}"
-
-   insinto "${dir}"
-   doins *.jar
-
-   exeinto "${dir}"
-   doexe *.so revenge.sh
-
-   games_make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}"
-   doicon revenge.png
-   make_desktop_entry ${PN} "Revenge of the Titans" revenge
-
-   prepgamesdirs
-}
-
-pkg_preinst() {
-   java-pkg-2_pkg_preinst
-   games_pkg_preinst
-}



[gentoo-commits] repo/gentoo:master commit in: games-strategy/revenge-of-the-titans/

2016-01-09 Thread Sebastian Pipping
commit: 161f92840456d1d098a76c17d7ed260fb765217b
Author: Sebastian Pipping  gentoo  org>
AuthorDate: Sun Jan 10 00:13:40 2016 +
Commit: Sebastian Pipping  gentoo  org>
CommitDate: Sun Jan 10 00:13:55 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=161f9284

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

Package-Manager: portage-2.2.26

 .../revenge-of-the-titans-1.80.12.ebuild  | 11 +--
 1 file changed, 9 insertions(+), 2 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 fa8a975..ff1d086 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,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