summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-02 01:04:25 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-02 01:04:25 +0000
commit90630fc3f768614383ff94b4f4e4c44e6d661588 (patch)
tree1d1df1296cbe8d369426a6747d3f24fcb5fb21c2 /games-rpg
parentallow setting of gcc version (diff)
downloadhistorical-90630fc3f768614383ff94b4f4e4c44e6d661588.tar.gz
historical-90630fc3f768614383ff94b4f4e4c44e6d661588.tar.bz2
historical-90630fc3f768614383ff94b4f4e4c44e6d661588.zip
old
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/tmw/files/digest-tmw-0.0.16-r12
-rw-r--r--games-rpg/tmw/files/digest-tmw-0.0.172
-rw-r--r--games-rpg/tmw/tmw-0.0.16-r1.ebuild52
-rw-r--r--games-rpg/tmw/tmw-0.0.17.ebuild53
4 files changed, 0 insertions, 109 deletions
diff --git a/games-rpg/tmw/files/digest-tmw-0.0.16-r1 b/games-rpg/tmw/files/digest-tmw-0.0.16-r1
deleted file mode 100644
index 5c4722309259..000000000000
--- a/games-rpg/tmw/files/digest-tmw-0.0.16-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 bcd7f333765b30005390c00587fe95ca tmw-0.0.16.tar.gz 1858352
-MD5 54ccc5d114eeb70d2bcb866e1e686c25 tmw-Magick-Real.ogg 840811
diff --git a/games-rpg/tmw/files/digest-tmw-0.0.17 b/games-rpg/tmw/files/digest-tmw-0.0.17
deleted file mode 100644
index eff738766ae5..000000000000
--- a/games-rpg/tmw/files/digest-tmw-0.0.17
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 a69aced4c0ccb56440d3e254cc7c028a tmw-0.0.17.tar.gz 1927591
-MD5 54ccc5d114eeb70d2bcb866e1e686c25 tmw-Magick-Real.ogg 840811
diff --git a/games-rpg/tmw/tmw-0.0.16-r1.ebuild b/games-rpg/tmw/tmw-0.0.16-r1.ebuild
deleted file mode 100644
index b1b79d8934f6..000000000000
--- a/games-rpg/tmw/tmw-0.0.16-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.16-r1.ebuild,v 1.1 2005/10/02 08:29:59 vapier Exp $
-
-inherit eutils games
-
-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://gentoo/tmw-Magick-Real.ogg"
-# http://riekale.com/~rotonen/tmw/data/music/Magick%20-%20Real.ogg"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="opengl"
-
-DEPEND=">=dev-games/physfs-1.0.0
- opengl? ( virtual/opengl )
- dev-libs/libxml2
- media-libs/sdl-mixer
- media-libs/sdl-image
- net-misc/curl
- >=dev-games/guichan-0.4.0"
-
-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 guichan with USE=sdl"
- fi
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${P}.tar.gz
- cp "${DISTDIR}"/tmw-Magick-Real.ogg . || die
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.0.12-desktop.patch
-}
-
-src_compile() {
- egamesconf $(use_with opengl) || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- insinto "${GAMES_DATADIR}"/${PN}/data/music
- newins "${WORKDIR}"/tmw-Magick-Real.ogg "Magick - Real.ogg" || die
- dodoc AUTHORS ChangeLog NEWS README TODO
- prepgamesdirs
-}
diff --git a/games-rpg/tmw/tmw-0.0.17.ebuild b/games-rpg/tmw/tmw-0.0.17.ebuild
deleted file mode 100644
index 587de046c94c..000000000000
--- a/games-rpg/tmw/tmw-0.0.17.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/tmw-0.0.17.ebuild,v 1.2 2005/10/13 18:58:05 mr_bones_ Exp $
-
-inherit eutils games
-
-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://gentoo/tmw-Magick-Real.ogg"
-# http://riekale.com/~rotonen/tmw/data/music/Magick%20-%20Real.ogg"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~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.4.0"
-
-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 guichan with USE=sdl"
- fi
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${P}.tar.gz
- cp "${DISTDIR}"/tmw-Magick-Real.ogg . || die
- cd "${S}"
- epatch "${FILESDIR}"/${PN}-0.0.12-desktop.patch
-}
-
-src_compile() {
- egamesconf $(use_with opengl) || die
- emake || die
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
- insinto "${GAMES_DATADIR}"/${PN}/data/music
- newins "${WORKDIR}"/tmw-Magick-Real.ogg "Magick - Real.ogg" || die
- dodoc AUTHORS ChangeLog NEWS README TODO
- prepgamesdirs
-}