summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhasufell <hasufell@gentoo.org>2013-02-27 23:18:37 +0100
committerhasufell <hasufell@gentoo.org>2013-02-27 23:18:37 +0100
commit804829e56ebd252da31e3de204b24761399fcb02 (patch)
tree8e54939a024142c8d81455180f8466c0942b6bea /games-misc
parentdev-util/peg: moved to portage. (diff)
downloadsunrise-reviewed-804829e56ebd252da31e3de204b24761399fcb02.tar.gz
sunrise-reviewed-804829e56ebd252da31e3de204b24761399fcb02.tar.bz2
sunrise-reviewed-804829e56ebd252da31e3de204b24761399fcb02.zip
in main tree
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/katawa-shoujo/ChangeLog15
-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, 0 insertions, 73 deletions
diff --git a/games-misc/katawa-shoujo/ChangeLog b/games-misc/katawa-shoujo/ChangeLog
deleted file mode 100644
index 545fcaa44..000000000
--- a/games-misc/katawa-shoujo/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for games-misc/katawa-shoujo
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 07 Feb 2013; Ulrich Müller <ulm@gentoo.org> katawa-shoujo-1.0.ebuild:
- Move Creative Commons licenses to shorter names.
-
- 29 Mar 2012; Andrew Schenck (galiven) <galiven@users.sourceforge.net>
- Manifest:
- Fix broken manifest because the source file changed
-
- 09 Jan 2012; Nao Nakashima (nao) <nao.nakashima@gmail.com>
- +katawa-shoujo-1.0.ebuild, +metadata.xml:
- New ebuild for Katawa Shoujo. Bug #398267
-
diff --git a/games-misc/katawa-shoujo/Manifest b/games-misc/katawa-shoujo/Manifest
deleted file mode 100644
index 949ef0999..000000000
--- a/games-misc/katawa-shoujo/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-DIST katawa-shoujo-1.0.tar.bz2 476084998 SHA256 7c39ff74fd47f235bf9c9ad3440b3c5c45e63f8d7aa8069ae49dd3acdfd7477a
-EBUILD katawa-shoujo-1.0.ebuild 828 SHA256 13c49f56d0d7f3929a6dc93aadf978525335cef3c6e2d8ef8e6ea529ed8bf612 SHA512 281c02db97d94a30f216784404b36b8ae90a78bd99ea108203afac25a216435701fc210da49e5109fb2285fbe14643c3be1476788778736c88a83694563dd907 WHIRLPOOL 546b10743c714c1d39cb027740b3947b4fe3b0f9768f9acd34fb24a0230f437575fcd4291cec2499857fc8433e5c7f852ea11b39f874d173c5e0b86a00f99adf
-MISC ChangeLog 539 SHA256 53a966c7e956028b8f696094f98ba384c400b0eeefb8f7d9a6699350031c6259 SHA512 1ae8acd15041dda1b1819cade4eee22c494cf69a3db3d5088e54c05499125d53fc70549490d7b7f4c3713070b8d6d4c2aaca0bad2d751c187398cf6dc10fe84f WHIRLPOOL 2f992afb88f692e2588e9273864d9eb7f8ef6987dfc8adc5d031e2716bce41130300a5bd46b00acb4ce21a063006001e0a635ecef0bfceaedb21612e638ac248
-MISC metadata.xml 829 SHA256 633ad95a03c71f537865e508269995879e0132d4c594b23b3345a916d85864e0 SHA512 e40f62a74875b26a594efe950dc7efb24cb7b36be5f5c1577f753186ffd0a5b7a91ee33cd88d71ba1a88170d7e584d712e0abdfc4cc47358f3686f5a23e3bb5d WHIRLPOOL 1714b723c0f9700f078a766317cf3e2d13a81e1f571edee8065926db58d7ee351923b6efb47d349bd2f24c980081eb5157a0c0a6911a7b72f9d402db3c077275
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild
deleted file mode 100644
index 24ec25240..000000000
--- a/games-misc/katawa-shoujo/katawa-shoujo-1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2013 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="CC-BY-NC-ND-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
deleted file mode 100644
index 9c75810ea..000000000
--- a/games-misc/katawa-shoujo/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?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>