summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <nao@gentoo.org>2012-01-09 18:10:01 +0000
committerNaohiro Aota <nao@gentoo.org>2012-01-09 18:10:01 +0000
commite0ae4757ca768caa0eece546628fe9bda2c412a7 (patch)
treef783a696763e8a65a87dd17c396a88942c735926 /games-misc/katawa-shoujo
parentsys-apps/modprobed_db: New ebuild for bug 398273 (diff)
downloadsunrise-e0ae4757ca768caa0eece546628fe9bda2c412a7.tar.gz
sunrise-e0ae4757ca768caa0eece546628fe9bda2c412a7.tar.bz2
sunrise-e0ae4757ca768caa0eece546628fe9bda2c412a7.zip
games-misc/katawa-shoujo: New ebuild for Katawa Shoujo
svn path=/sunrise/; revision=12640
Diffstat (limited to 'games-misc/katawa-shoujo')
-rw-r--r--games-misc/katawa-shoujo/ChangeLog8
-rw-r--r--games-misc/katawa-shoujo/Manifest4
-rw-r--r--games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild38
-rw-r--r--games-misc/katawa-shoujo/metadata.xml16
4 files changed, 66 insertions, 0 deletions
diff --git a/games-misc/katawa-shoujo/ChangeLog b/games-misc/katawa-shoujo/ChangeLog
new file mode 100644
index 000000000..19662079d
--- /dev/null
+++ b/games-misc/katawa-shoujo/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for games-misc/katawa-shoujo
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 09 Jan 2012; Nao Nakashima (nao) <nao.nakashima@gmail.com>
+ +katawa-shoujo-1.0.ebuild, +metadata.xml:
+ New ebuild for Katawa Shoujo
+
diff --git a/games-misc/katawa-shoujo/Manifest b/games-misc/katawa-shoujo/Manifest
new file mode 100644
index 000000000..385d30226
--- /dev/null
+++ b/games-misc/katawa-shoujo/Manifest
@@ -0,0 +1,4 @@
+DIST katawa-shoujo-1.0.tar.bz2 476084926 RMD160 311995046b8fe32b6b28941c8288fd58585eedf3 SHA1 c0f90059e55d651993481896e4abf088978cab3d SHA256 a8a3a8b37b2b6478780670239910511ea3097bc7945bb45fe60d771b68a43129
+EBUILD katawa-shoujo-1.0.ebuild 856 RMD160 f2a623e9c2fe273d63aae95f414da1bc138a10e8 SHA1 8c7d9b07e60eef121cc2d07ebe963a8cc6e92a17 SHA256 a4ebdc52ab56fc1a51d59800eeda6fde2ca3acfdc695031951705e112cac3552
+MISC ChangeLog 262 RMD160 a4d8e80887fb47b31bd3a32078f11be872425ad2 SHA1 e5949685961bdc6802e7c75387ab2db1bf17cc79 SHA256 7a06e31d01508f52475f4fd13b24c247ec7ad6a69cbbd84535ffbb9eca057a72
+MISC metadata.xml 829 RMD160 e021f6e95b7a068e8908575d7b2e6d98bebfa1ce SHA1 bd0e7bf2959c1941e881a2d85538cb918387ffcd SHA256 633ad95a03c71f537865e508269995879e0132d4c594b23b3345a916d85864e0
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild
new file mode 100644
index 000000000..f9cb256f7
--- /dev/null
+++ b/games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+
+inherit games
+
+DESCRIPTION="Bishoujo-style visual novel set in the fictional Yamaku High School for disabled children"
+HOMEPAGE="http://katawa-shoujo.com/"
+SRC_URI="http://naodesu.org/files/katawa-shoujo/${P}.tar.bz2"
+
+LICENSE="CCPL-Attribution-NonCommercial-NoDerivs-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc"
+
+RDEPEND="dev-games/renpy:6.13"
+
+S="${WORKDIR}/Katawa Shoujo-linux-x86"
+
+src_install() {
+ insinto "${GAMES_DATADIR}/${PN}"
+ doins -r game/* || die
+
+ # Workaround for renpy>=6.12
+ keepdir "${GAMES_DATADIR}/${PN}/archived" || die
+
+ games_make_wrapper ${PN} "renpy-6.13 '${GAMES_DATADIR}/${PN}'"
+
+ make_desktop_entry ${PN} "Katawa Shoujo"
+
+ if use doc ; then
+ dodoc "Game Manual.pdf" || die
+ fi
+
+ prepgamesdirs
+}
diff --git a/games-misc/katawa-shoujo/metadata.xml b/games-misc/katawa-shoujo/metadata.xml
new file mode 100644
index 000000000..9c75810ea
--- /dev/null
+++ b/games-misc/katawa-shoujo/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+ <longdescription>
+ Katawa Shoujo is a bishoujo-style visual novel set in the fictional
+ Yamaku High School for disabled children, located somewhere in modern
+ Japan. Hisao Nakai, a normal boy living a normal life, has his life
+ turned upside down when a congenital heart defect forces him to move to
+ a new school after a long hospitalization. Despite his difficulties,
+ Hisao is able to find friends—and perhaps love, if he plays his cards
+ right. There are five main paths corresponding to the 5 main female
+ characters, each path following the storyline pertaining to that
+ character.
+ </longdescription>
+</pkgmetadata>