diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-02 01:04:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-02 01:04:25 +0000 |
commit | 253505e2a88d73e74733788f6d6f96608d41f6d8 (patch) | |
tree | f3621b23069ad1999d0e122663d64773b3eb5f96 /games-rpg | |
parent | allow setting of gcc version (diff) | |
download | gentoo-2-253505e2a88d73e74733788f6d6f96608d41f6d8.tar.gz gentoo-2-253505e2a88d73e74733788f6d6f96608d41f6d8.tar.bz2 gentoo-2-253505e2a88d73e74733788f6d6f96608d41f6d8.zip |
old
Diffstat (limited to 'games-rpg')
-rw-r--r-- | games-rpg/tmw/files/digest-tmw-0.0.16-r1 | 2 | ||||
-rw-r--r-- | games-rpg/tmw/files/digest-tmw-0.0.17 | 2 | ||||
-rw-r--r-- | games-rpg/tmw/tmw-0.0.16-r1.ebuild | 52 | ||||
-rw-r--r-- | games-rpg/tmw/tmw-0.0.17.ebuild | 53 |
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 -} |