commit: ff9f7736e66081bbf85def89ece5d370aad900a6 Author: Philip Miess <Philip_Miess <AT> yahoo <DOT> com> AuthorDate: Wed Oct 11 02:40:21 2017 +0000 Commit: Philip Miess <Phil_miess <AT> yahoo <DOT> com> CommitDate: Wed Oct 11 02:40:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/user/superposition.git/commit/?id=ff9f7736
revenge-of-the-titans games-strategy/revenge-of-the-titans/Manifest | 2 ++ .../revenge-of-the-titans-201512192.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/games-strategy/revenge-of-the-titans/Manifest b/games-strategy/revenge-of-the-titans/Manifest new file mode 100644 index 0000000..9807b02 --- /dev/null +++ b/games-strategy/revenge-of-the-titans/Manifest @@ -0,0 +1,2 @@ +DIST RevengeOfTheTitans-HIB-201512192.tar.gz 107641154 SHA256 c46349feee4e380f7af78aa4ee98f39f12ab40664df976108accc41d1fbadb21 SHA512 4824d401c73c2d13a8610a3b95b70a7e61559f3b0f1fee2e972420dc69b6b77f0fd836761e7218bc1795d2b01b18488d4148f66b9ebee939185fbe3cb094a855 WHIRLPOOL 9690a7ed46a648f5c47b9b694121fb755fad234e99348589fff000e7b7b808d94715dd664846fd35d18db19324887e116970120e8c7a84bfbbf40337684e36e9 +EBUILD revenge-of-the-titans-201512192.ebuild 934 SHA256 9943aacdb9628ac6ab67b1d1184fdc6af1cb34ee2c2fca4e2a7e3c0ae273f105 SHA512 2555369cefb0adee9c803018d54b8524ce77b7897e71f36e63fd2a556c64f9de25b33abb1518064d9cd76a641080ff54e9dd9433270f710ff795e4313c4235be WHIRLPOOL 463802b5733b226c8f6423968d1768bf5f37ef00cab78386670508cd15270963228077292d4ca92ac785a6fc12f1906a959654c1eaa5d9e7f5b726be54494722 diff --git a/games-strategy/revenge-of-the-titans/revenge-of-the-titans-201512192.ebuild b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-201512192.ebuild new file mode 100644 index 0000000..3549f1e --- /dev/null +++ b/games-strategy/revenge-of-the-titans/revenge-of-the-titans-201512192.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="Defeat the returning Titan horde in a series of epic ground battles." +HOMEPAGE="http://www.puppygames.net/revenge-of-the-titans" +SRC_URI="RevengeOfTheTitans-HIB-201512192.tar.gz" + +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=virtual/jre-1.6 + virtual/opengl" + +RESTRICT="download mirror strip" + +pkg_nofetch() { + einfo "Please download ${SRC_URI}" + einfo "from your personal page in Humble Indie Bundle #2 site" + einfo "(http://www.humblebundle.com) and place it in ${DISTDIR}" +} + +src_install() { + local dir="/opt/${P}" + insinto "${dir}" + + doins *.jar || die "doins jar" + + exeinto "${dir}" + doexe *.so revenge.sh || die "doexe" + + make_wrapper ${PN} ./revenge.sh "${dir}" "${dir}" + doicon revenge.png + make_desktop_entry ${PN} "Revenge of the Titans" revenge +}
