summaryrefslogtreecommitdiff
path: root/games-rpg
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2017-03-12 22:16:25 +0100
committerMichał Górny <mgorny@gentoo.org>2017-03-12 22:24:43 +0100
commit4b965518532b1fca9386b3272e980ce9b17cb094 (patch)
tree5cb0c01ea13d5c4aab4d0f7c8c22c20b3a099abe /games-rpg
parent80316b4811b5848b2af31dc36b1d3fdae186955a (diff)
downloadgentoo-4b965518532b1fca9386b3272e980ce9b17cb094.tar.gz
gentoo-4b965518532b1fca9386b3272e980ce9b17cb094.tar.xz
games-rpg/tmw: Remove last-rited pkg
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/tmw/Manifest1
-rw-r--r--games-rpg/tmw/files/tmw-branding-20130201-gentoo.patch20
-rw-r--r--games-rpg/tmw/metadata.xml11
-rw-r--r--games-rpg/tmw/tmw-20130201.ebuild59
4 files changed, 0 insertions, 91 deletions
diff --git a/games-rpg/tmw/Manifest b/games-rpg/tmw/Manifest
deleted file mode 100644
index 7d2e81d92d3..00000000000
--- a/games-rpg/tmw/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST tmw-branding-20130201.tar.gz 1146207 SHA256 251692f120c54fba4323191239a4a2022aa58a5de220531e06b634fc25097c69 SHA512 65ff615ef8a715192416b80393341d76423a8b2a27609e9388fcdec0b4e3552398857b33585690de5fded9f792c5dbfceb631cf834e68dcc8906d48097a21a99 WHIRLPOOL 87af806a49f2017149e8e84ad8c682a6ed72c5fd87ad8f0fa5c9ebc407ddc0400b89a9a0cc40ca33716a7a1e82daaec102007764848302a8c94d5c17182d2018
diff --git a/games-rpg/tmw/files/tmw-branding-20130201-gentoo.patch b/games-rpg/tmw/files/tmw-branding-20130201-gentoo.patch
deleted file mode 100644
index b671d149a8c..00000000000
--- a/games-rpg/tmw/files/tmw-branding-20130201-gentoo.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- tmw-branding-20130201/tmw
-+++ tmw-branding-20130201/tmw
-@@ -1,2 +1,2 @@
- #!/bin/sh
--exec manaplus /usr/share/tmw/tmw.mana "$@"
-+exec manaplus @GENTOO_DATADIR@/tmw.mana "$@"
---- tmw-branding-20130201/tmw.desktop
-+++ tmw-branding-20130201/tmw.desktop
-@@ -8,9 +8,9 @@
- Comment[it]=Un gioco fantasy online
- Comment[nl]=Een online role playing game
- Comment[sv]=Ett fantasyrollspel online
--Exec=manaplus /usr/share/tmw/tmw.mana
-+Exec=manaplus @GENTOO_DATADIR@/tmw.mana
- StartupNotify=false
- Terminal=false
- Type=Application
- Icon=tmw
--Categories=Application;Game;
-+Categories=Game;
diff --git a/games-rpg/tmw/metadata.xml b/games-rpg/tmw/metadata.xml
deleted file mode 100644
index 0c0098329e2..00000000000
--- a/games-rpg/tmw/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="sourceforge">themanaworld</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/games-rpg/tmw/tmw-20130201.ebuild b/games-rpg/tmw/tmw-20130201.ebuild
deleted file mode 100644
index 335e1ec1062..00000000000
--- a/games-rpg/tmw/tmw-20130201.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils gnome2-utils games
-
-MY_PN=${PN}-branding
-MY_P=${MY_PN}-${PV}
-
-DESCRIPTION="Branding for the Mana client for server.themanaworld.org"
-HOMEPAGE="http://themanaworld.org/"
-SRC_URI="mirror://sourceforge/themanaworld/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="games-rpg/manaplus"
-
-S=${WORKDIR}/${MY_P}
-
-src_prepare() {
- epatch "${FILESDIR}"/${MY_P}-gentoo.patch
-
- sed -i \
- -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
- ${PN} ${PN}.desktop \
- || die "sed failed"
-}
-
-src_install() {
- dogamesbin ${PN}
-
- insinto "${GAMES_DATADIR}/${PN}/"
- doins ${PN}.mana
- doins -r data/
-
- domenu ${PN}.desktop
-
- doicon -s 32 data/icons/${PN}.xpm
- doicon data/icons/${PN}.png
-
- prepgamesdirs
-}
-
-pkg_preinst() {
- games_pkg_preinst
- gnome2_icon_savelist
-}
-
-pkg_postinst() {
- games_pkg_postinst
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}