summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-08-13 21:54:29 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-08-13 21:54:29 +0000
commite4b171edea3a3d1644a074532a060a61372791b7 (patch)
treeaf33f9733854db22432c2443db70a48ab9b9c702 /games-rpg/tmw
parentppc. stable (diff)
downloadgentoo-2-e4b171edea3a3d1644a074532a060a61372791b7.tar.gz
gentoo-2-e4b171edea3a3d1644a074532a060a61372791b7.tar.bz2
gentoo-2-e4b171edea3a3d1644a074532a060a61372791b7.zip
old
(Portage version: 2.1.2.11)
Diffstat (limited to 'games-rpg/tmw')
-rw-r--r--games-rpg/tmw/files/digest-tmw-0.0.22.26
-rw-r--r--games-rpg/tmw/files/tmw-0.0.12-desktop.patch22
-rw-r--r--games-rpg/tmw/tmw-0.0.22.2.ebuild58
3 files changed, 0 insertions, 86 deletions
diff --git a/games-rpg/tmw/files/digest-tmw-0.0.22.2 b/games-rpg/tmw/files/digest-tmw-0.0.22.2
deleted file mode 100644
index 334ec7efcb78..000000000000
--- a/games-rpg/tmw/files/digest-tmw-0.0.22.2
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 c799a59487284b6812aae42c431b7103 tmw-0.0.22.2.tar.gz 3043675
-RMD160 3778102dac80a2fe37eb0d931b265b8de7b9d737 tmw-0.0.22.2.tar.gz 3043675
-SHA256 c427e3cb9caa03a3f371e89df162846903b1ca0a946e251f7465aac92b71375e tmw-0.0.22.2.tar.gz 3043675
-MD5 eec5e7d6c8ddb8938209815dbf5da812 tmwmusic-0.0.20.tar.gz 9259802
-RMD160 a7212f90b40f864d0670905fe037564eba48ab30 tmwmusic-0.0.20.tar.gz 9259802
-SHA256 964bb27235cdc3199c392f6ddf25ce293c6f32e013abe85592b96221a5896939 tmwmusic-0.0.20.tar.gz 9259802
diff --git a/games-rpg/tmw/files/tmw-0.0.12-desktop.patch b/games-rpg/tmw/files/tmw-0.0.12-desktop.patch
deleted file mode 100644
index ec86f8bdc38d..000000000000
--- a/games-rpg/tmw/files/tmw-0.0.12-desktop.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-Make sure desktop/pixmaps dont get thrown into /usr/games.
-
---- Makefile.in
-+++ Makefile.in
-@@ -163,3 +163,3 @@
- SUBDIRS = data docs src
--desktopdir = $(datadir)/applications
-+desktopdir =/usr/share/applications
- desktop_DATA = tmw.desktop
---- data/icons/Makefile.in
-+++ data/icons/Makefile.in
-@@ -318,7 +318,7 @@
- install-data-local:
-- $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps
-- $(INSTALL) $(srcdir)/tmw-icon.png $(DESTDIR)$(datadir)/pixmaps/tmw.png
-+ $(mkinstalldirs) $(DESTDIR)/usr/share/pixmaps
-+ $(INSTALL) $(srcdir)/tmw-icon.png $(DESTDIR)/usr/share/pixmaps/tmw.png
-
- uninstall-local:
-- rm -f $(DESTDIR)$(datadir)/pixmaps/tmw.png
-+ rm -f $(DESTDIR)/usr/share/pixmaps/tmw.png
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
diff --git a/games-rpg/tmw/tmw-0.0.22.2.ebuild b/games-rpg/tmw/tmw-0.0.22.2.ebuild
deleted file mode 100644
index 95ed4c81cbed..000000000000
--- a/games-rpg/tmw/tmw-0.0.22.2.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.22.2.ebuild,v 1.1 2007/03/13 19:14:31 mr_bones_ Exp $
-
-inherit eutils games
-
-MUSIC=tmwmusic-0.0.20
-DESCRIPTION="A fully free and open source MMORPG game with the looks of \"old-fashioned\" 2D RPG"
-HOMEPAGE="http://themanaworld.org/"
-SRC_URI="mirror://sourceforge/themanaworld/${P}.tar.gz
- mirror://sourceforge/themanaworld/${MUSIC}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="opengl"
-
-DEPEND=">=dev-games/physfs-1.0.0
- opengl? ( virtual/opengl )
- dev-libs/libxml2
- media-libs/sdl-mixer
- media-libs/sdl-image
- media-libs/sdl-net
- net-misc/curl
- >=dev-games/guichan-0.6.0"
-
-pkg_setup() {
- games_pkg_setup
- if ! built_with_use dev-games/guichan sdl ; then
- eerror "dev-games/guichan needs to be built with USE=sdl"
- die "please re-emerge dev-games/guichan with USE=sdl"
- fi
- if ! built_with_use media-libs/sdl-mixer vorbis ; then
- eerror "media-libs/sdl-mixer needs to be built with USE=vorbis"
- die "please re-emerge media-libs/sdl-mixer with USE=vorbis"
- fi
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.0.12-desktop.patch
-}
-
-src_compile() {
- egamesconf $(use_with opengl) || die
- emake || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog NEWS README
- cd ${WORKDIR}
- insinto "${GAMES_DATADIR}"/${PN}/data/music
- doins ${MUSIC}/data/music/*.ogg || die
- newdoc ${MUSIC}/README README.music
- prepgamesdirs
-}