summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-01-31 00:17:19 +0100
committerMichał Górny <mgorny@gentoo.org>2021-01-31 00:18:36 +0100
commit26bcbac6ebfb5f846eaee4eb93e0b75ba1e5f7ab (patch)
tree0b3387eac98922bd137966e3759b6d574075f54e /games-rpg
parentgames-rpg/the-royal-trap: Remove last-rited pkg (diff)
downloadgentoo-26bcbac6ebfb5f846eaee4eb93e0b75ba1e5f7ab.tar.gz
gentoo-26bcbac6ebfb5f846eaee4eb93e0b75ba1e5f7ab.tar.bz2
gentoo-26bcbac6ebfb5f846eaee4eb93e0b75ba1e5f7ab.zip
games-rpg/sakura-spirit: Remove last-rited pkg
Closes: https://bugs.gentoo.org/741406 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/sakura-spirit/Manifest1
-rw-r--r--games-rpg/sakura-spirit/metadata.xml8
-rw-r--r--games-rpg/sakura-spirit/sakura-spirit-0.ebuild41
3 files changed, 0 insertions, 50 deletions
diff --git a/games-rpg/sakura-spirit/Manifest b/games-rpg/sakura-spirit/Manifest
deleted file mode 100644
index dbec86250f68..000000000000
--- a/games-rpg/sakura-spirit/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST Sakura_Spirit-linux.tar 132434253 BLAKE2B a8ea7d111b755cdcf82ca8e4d8cd1c4a41aed661998f77eefd237f748c187e77f43de701f203a97ca24b98665a7a876c458f67646e8f100c014178d8adb58790 SHA512 94c42c7252fd871915ef89535d3d28321496f3e813fd71e9fa6bf3c264421b9c10c445dff1fef64f63d60255e89fb2c1085351c85d5c1279467134e5ef5e7011
diff --git a/games-rpg/sakura-spirit/metadata.xml b/games-rpg/sakura-spirit/metadata.xml
deleted file mode 100644
index 26079e608bed..000000000000
--- a/games-rpg/sakura-spirit/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/games-rpg/sakura-spirit/sakura-spirit-0.ebuild b/games-rpg/sakura-spirit/sakura-spirit-0.ebuild
deleted file mode 100644
index 2cc4e8c84edd..000000000000
--- a/games-rpg/sakura-spirit/sakura-spirit-0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils xdg-utils
-
-RENPY_SLOT="6.99"
-MY_PN="Sakura Spirit"
-
-DESCRIPTION="Adult-themed visual novel and dating simulator set in Japan"
-HOMEPAGE="http://wingedcloud.com"
-SRC_URI="${MY_PN/ /_}-linux.tar"
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="bindist fetch"
-
-RDEPEND="games-engines/renpy:${RENPY_SLOT}"
-
-S="${WORKDIR}/${MY_PN/ /_}-linux"
-
-pkg_nofetch() {
- einfo "If you have ${SRC_URI} as distributed by Humble Bundle then move"
- einfo "it to your distfiles directory. If you have some other version then"
- einfo "please contact the Gentoo Games team."
-}
-
-src_install() {
- insinto /usr/share/${PN}
- doins -r game/*
-
- make_wrapper ${PN} "renpy-${RENPY_SLOT} '${EPREFIX}/usr/share/${PN}'"
- make_desktop_entry ${PN} "${MY_PN}" applications-games
-
- docinto html
- dodoc README.html
-}
-
-pkg_postinst() { xdg_icon_cache_update; }
-pkg_postrm() { xdg_icon_cache_update; }