summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2017-12-20 22:30:23 +0100
committerDavid Seifert <soap@gentoo.org>2017-12-21 02:45:46 +0100
commitafb32960ed758745e6e3bb1d2e64c016cc4a1ad1 (patch)
tree46afd5bf82f12e9387c2b4ebf3a435252616538b /games-misc
parentgames-misc/gtklife: Remove old (diff)
downloadgentoo-afb32960ed758745e6e3bb1d2e64c016cc4a1ad1.tar.gz
gentoo-afb32960ed758745e6e3bb1d2e64c016cc4a1ad1.tar.bz2
gentoo-afb32960ed758745e6e3bb1d2e64c016cc4a1ad1.zip
games-misc/katawa-shoujo: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/katawa-shoujo/Manifest1
-rw-r--r--games-misc/katawa-shoujo/katawa-shoujo-1.3.ebuild86
2 files changed, 0 insertions, 87 deletions
diff --git a/games-misc/katawa-shoujo/Manifest b/games-misc/katawa-shoujo/Manifest
index e154b06a8a1d..bca401831498 100644
--- a/games-misc/katawa-shoujo/Manifest
+++ b/games-misc/katawa-shoujo/Manifest
@@ -1,4 +1,3 @@
DIST katawa-shoujo-1.3.1.tar.bz2 496188604 BLAKE2B a27fbc84ac0594790ad5b77e6c7e49c19c2b4716b1e5e516171b593211f1d5f2ca1bddc3e0ebb92420b7529b4b2fdff7b0732bb61b5aa2acdaf45e33dd713497 SHA512 d5f1b49c60b70b272dd5d62c1d49cb9e3c17e3f77339fc593db2122f1c140005bc23ecb7ad9b0d93c0701c77f9bcfcd5c1c67db1cbe3034a3be42a4309387809
-DIST katawa-shoujo-1.3.tar.bz2 496193762 BLAKE2B 11b3a9195cf5c4252b3cd9487da6c14c0af7fa777ec5324eb082246b376d3c25a1756a4d590144d9a3774a5e8838f13e020f0de526f6d8a441f53f6a758c0e74 SHA512 228ea474746541e0f812789a504c75005c9f3d496d9a255aba77ed926cb6302ed9815126b5facba6a29e560fbfca2ac2d584c62870157704ed7e99c9eabed9b6
DIST katawa-shoujo-256.png 59803 BLAKE2B 2acf08b55ae3e776ac260b552fd6a04b17a3246534702fbf39bdfcd49348778c1703d0ad135bca7933a82de3d983b9c19c255ed72006b7ca2c73acc157f6e9cb SHA512 7d920c24f4182ba72d5b3d641d7d373c166ca4c7d0b6a396f5e3b9281cb43f7e6e8e761f2f181ff061705118b3080807866fcd290d2b471e98c3a584d5fa8e0e
DIST katawa-shoujo-48.png 3621 BLAKE2B 1f9ad61bcbd90218d6b11269e7c93a5b2816eee0640f191027e656978dc968a673a3ff02deee0d960a188c2893dde95a45134a847c58c627e1fd7ff2e5b28da1 SHA512 ad24156cf446ffe92068baaa6d512e6bab90587db5ce01b3c18e6c42bb9b8c91f7eae3e9547099d3f8f0a5d3f144676c3499c0a38d9af845abf79e153b543bef
diff --git a/games-misc/katawa-shoujo/katawa-shoujo-1.3.ebuild b/games-misc/katawa-shoujo/katawa-shoujo-1.3.ebuild
deleted file mode 100644
index 00e02f7499cf..000000000000
--- a/games-misc/katawa-shoujo/katawa-shoujo-1.3.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit eutils gnome2-utils games
-
-DESCRIPTION="Bishoujo-style visual novel by Four Leaf Studios"
-HOMEPAGE="http://katawa-shoujo.com/"
-SRC_URI="http://dl.katawa-shoujo.com/gold_1.3/%5b4ls%5d_katawa_shoujo_1.3-%5blinux-x86%5d%5bFCF758CC%5d.tar.bz2 -> ${P}.tar.bz2
- https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-48.png
- https://dev.gentoo.org/~hasufell/distfiles/katawa-shoujo-256.png"
-
-# bundled renpy includes licenses of all libraries
-LICENSE="CC-BY-NC-ND-3.0
- !system-renpy? ( MIT PSF-2 LGPL-2.1 || ( FTL GPL-2+ ) IJG libpng ZLIB BZIP2 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +system-renpy"
-
-RDEPEND="system-renpy? ( games-engines/renpy )"
-
-REQUIRED_USE="!system-renpy? ( || ( amd64 x86 ) )"
-
-# Binaries are built extremely weirdly, resulting in errors like:
-# BFD: Not enough room for program headers, try linking with -N
-#
-# Technically, we could make this unconditional because there are no other
-# binaries, but it's still good practice.
-RESTRICT="!system-renpy? ( strip )"
-
-QA_PREBUILT="${GAMES_PREFIX_OPT}/${PN}/lib/*"
-
-S="${WORKDIR}/Katawa Shoujo-${PV}-linux"
-
-src_install() {
- if use system-renpy; then
- insinto "${GAMES_DATADIR}/${PN}"
- doins -r game/.
-
- games_make_wrapper ${PN} "renpy '${GAMES_DATADIR}/${PN}'"
- else
- insinto "${GAMES_PREFIX_OPT}/${PN}"
- doins -r game localizations renpy "Katawa Shoujo."{py,sh}
-
- local host="${CTARGET:-${CHOST}}"
- local arch="${host%%-*}"
-
- cd lib
- insinto "${GAMES_PREFIX_OPT}/${PN}/lib"
- doins -r linux-${arch} pythonlib2.7
- cd ..
-
- fperms +x "${GAMES_PREFIX_OPT}/${PN}/lib/linux-${arch}/"{python,"Katawa Shoujo"} \
- "${GAMES_PREFIX_OPT}/${PN}/Katawa Shoujo."{py,sh}
-
- games_make_wrapper ${PN} "./Katawa\ Shoujo.sh" "${GAMES_PREFIX_OPT}/${PN}"
- fi
-
- local i
- for i in 48 256; do
- newicon -s ${i} "${DISTDIR}"/${PN}-${i}.png ${PN}.png
- done
-
- make_desktop_entry ${PN} "Katawa Shoujo"
-
- if use doc; then
- dodoc "Game Manual.pdf"
- fi
-
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}