diff options
-rw-r--r-- | dev-games/guichan/ChangeLog | 7 | ||||
-rw-r--r-- | dev-games/guichan/files/digest-guichan-0.4.0 | 1 | ||||
-rw-r--r-- | dev-games/guichan/guichan-0.4.0.ebuild | 30 | ||||
-rw-r--r-- | games-rpg/tmw/ChangeLog | 7 | ||||
-rw-r--r-- | games-rpg/tmw/files/digest-tmw-0.0.13 | 1 | ||||
-rw-r--r-- | games-rpg/tmw/tmw-0.0.13.ebuild | 45 |
6 files changed, 89 insertions, 2 deletions
diff --git a/dev-games/guichan/ChangeLog b/dev-games/guichan/ChangeLog index 0bc6804db3b3..d4d1cd335093 100644 --- a/dev-games/guichan/ChangeLog +++ b/dev-games/guichan/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-games/guichan # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.1 2005/05/05 00:40:43 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.2 2005/06/06 01:19:58 vapier Exp $ + +*guichan-0.4.0 (06 Jun 2005) + + 06 Jun 2005; Mike Frysinger <vapier@gentoo.org> +guichan-0.4.0.ebuild: + Version bump. *guichan-0.3.0 (04 May 2005) diff --git a/dev-games/guichan/files/digest-guichan-0.4.0 b/dev-games/guichan/files/digest-guichan-0.4.0 new file mode 100644 index 000000000000..89ad66fd542c --- /dev/null +++ b/dev-games/guichan/files/digest-guichan-0.4.0 @@ -0,0 +1 @@ +MD5 f68b6c603c4fb3d70a8737f916214a35 guichan-0.4.0-src.tar.gz 1274735 diff --git a/dev-games/guichan/guichan-0.4.0.ebuild b/dev-games/guichan/guichan-0.4.0.ebuild new file mode 100644 index 000000000000..f31277788481 --- /dev/null +++ b/dev-games/guichan/guichan-0.4.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.4.0.ebuild,v 1.1 2005/06/06 01:19:58 vapier Exp $ + +DESCRIPTION="a portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL" +HOMEPAGE="http://guichan.sourceforge.net/" +SRC_URI="mirror://sourceforge/guichan/${P}-src.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="sdl opengl allegro" + +DEPEND="opengl? ( virtual/opengl ) + sdl? ( media-libs/libsdl media-libs/sdl-image ) + allegro? ( media-libs/allegro )" + +src_compile() { + econf \ + $(use_enable allegro) \ + $(use_enable sdl) \ + $(use_enable sdl sdlimage) \ + $(use_enable opengl) \ + || die "Configuration failed" + emake || die "Build failed" +} +src_install() { + make install DESTDIR="${D}" || die "Installation failed" + dodoc AUTHORS ChangeLog NEWS README TODO +} diff --git a/games-rpg/tmw/ChangeLog b/games-rpg/tmw/ChangeLog index 097e126bcc1f..d66750c9bdbf 100644 --- a/games-rpg/tmw/ChangeLog +++ b/games-rpg/tmw/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-rpg/tmw # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/ChangeLog,v 1.1 2005/05/05 01:09:05 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/tmw/ChangeLog,v 1.2 2005/06/06 01:20:50 vapier Exp $ + +*tmw-0.0.13 (06 Jun 2005) + + 06 Jun 2005; Mike Frysinger <vapier@gentoo.org> +tmw-0.0.13.ebuild: + Version bump. *tmw-0.0.12 (04 May 2005) diff --git a/games-rpg/tmw/files/digest-tmw-0.0.13 b/games-rpg/tmw/files/digest-tmw-0.0.13 new file mode 100644 index 000000000000..d9adf55db299 --- /dev/null +++ b/games-rpg/tmw/files/digest-tmw-0.0.13 @@ -0,0 +1 @@ +MD5 bde9375ed2e7a304da59992fb16945f0 tmw-0.0.13.tar.gz 1370251 diff --git a/games-rpg/tmw/tmw-0.0.13.ebuild b/games-rpg/tmw/tmw-0.0.13.ebuild new file mode 100644 index 000000000000..fd7ee4828c82 --- /dev/null +++ b/games-rpg/tmw/tmw-0.0.13.ebuild @@ -0,0 +1,45 @@ +# 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.13.ebuild,v 1.1 2005/06/06 01:20:50 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" + +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 + >=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 +} + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}"/${PN}-0.0.12-desktop.patch +} + +src_compile() { + egamesconf $(use_enable opengl) || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install || die "install failed" + dodoc AUTHORS ChangeLog INSTALL NEWS README TODO + prepgamesdirs +} |