]> Pileus Git - ~andy/sunrise/commitdiff
games-rpg/digital: New ebuild for bug 315277. Thanks to Nick White <gentoo-bugs@njw...
authorNaohiro Aota <nao@gentoo.org>
Thu, 15 Apr 2010 18:39:48 +0000 (18:39 +0000)
committerNaohiro Aota <nao@gentoo.org>
Thu, 15 Apr 2010 18:39:48 +0000 (18:39 +0000)
svn path=/sunrise/; revision=10459

games-rpg/digital/ChangeLog [new file with mode: 0644]
games-rpg/digital/Manifest [new file with mode: 0644]
games-rpg/digital/digital-1.1.ebuild [new file with mode: 0644]
games-rpg/digital/metadata.xml [new file with mode: 0644]

diff --git a/games-rpg/digital/ChangeLog b/games-rpg/digital/ChangeLog
new file mode 100644 (file)
index 0000000..f2a806a
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for games-rpg/digital
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  15 Apr 2010; Nao Nakashima (nao) <nao.nakashima@gmail.com>
+  +digital-1.1.ebuild, +metadata.xml:
+  New ebuild for bug 315277. Thanks to Nick White <gentoo-bugs@njw.me.uk>
+
diff --git a/games-rpg/digital/Manifest b/games-rpg/digital/Manifest
new file mode 100644 (file)
index 0000000..e144ca9
--- /dev/null
@@ -0,0 +1,4 @@
+DIST digital-1.1.tar.bz2 36981254 RMD160 95acf9da4403aca0fde0e4e1e1566da0ab7083bb SHA1 523dacd887628dabb3fab4c0a54e6747b5142155 SHA256 e84f5245ca5b348fad3a25b272d55b839a6348501d3e876290c23f8ad4ff0201
+EBUILD digital-1.1.ebuild 818 RMD160 aaf4813b88d3b330ecd98e43f97b0a574aaac5b5 SHA1 47a6a9fad026a7d0d3ceea7c6244ce0232fc64f8 SHA256 5648178fc37c54846fd8d66370719fe9f76510a503281985ce4fc5540971ef85
+MISC ChangeLog 292 RMD160 fcad8f75b3854e21cb9c339a2a6f189aa56f992e SHA1 07c75995acaebe02ec28a4fee8f955af01a7e166 SHA256 9fdfed9ceda5d004ed456746fb777651466128c7347e775e19c0ca205d6e2053
+MISC metadata.xml 597 RMD160 2973120e74749fe4c3ac76a5259231231a514e33 SHA1 26e45b00e82c1b16bb65427f47190c21540e2bf8 SHA256 184aefe1b92367dae64e9b97b891d671a0b3edc318f24bbf86526a6486d421c6
diff --git a/games-rpg/digital/digital-1.1.ebuild b/games-rpg/digital/digital-1.1.ebuild
new file mode 100644 (file)
index 0000000..11eef7f
--- /dev/null
@@ -0,0 +1,35 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit games
+
+DESCRIPTION="A computer mystery/romance game set five minutes into the future of 1988"
+HOMEPAGE="http://scoutshonour.com/digital/"
+SRC_URI="http://digital.artfulgamer.com/${P}.tar.bz2
+       http://www.scoutshonour.com/lilyofthevalley/${P}.tar.bz2"
+
+LICENSE="CCPL-Attribution-ShareAlike-NonCommercial-3.0"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE=""
+
+RDEPEND="dev-games/renpy:6.10"
+
+S=${WORKDIR}/Digital-linux-x86
+
+src_install() {
+       insinto "${GAMES_DATADIR}/${PN}"
+       doins -r game/* || die
+
+       games_make_wrapper ${PN} "renpy-6.10 '${GAMES_DATADIR}/${PN}'"
+
+       newicon game/icon.png ${PN}.png || die
+       make_desktop_entry ${PN} "Digital: A love story"
+
+       dohtml README.html || die
+
+       prepgamesdirs
+}
diff --git a/games-rpg/digital/metadata.xml b/games-rpg/digital/metadata.xml
new file mode 100644 (file)
index 0000000..bdb2d40
--- /dev/null
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+       <herd>no-herd</herd>
+       <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+       <longdescription>
+               A computer mystery/romance set five minutes into the future of 1988.
+               Crawl BBSes, uncover conspiracies, commit telephone fraud, fall in love.
+               Welcome to the 20th century.
+       </longdescription>
+       <upstream>
+               <maintainer status='active'>
+                       <email>scout@scoutshonour.com</email>
+                       <name>Christine Sarah Love</name>
+               </maintainer>
+       </upstream>
+</pkgmetadata>