Code: Select all
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header
inherit python distutils games
DESCRIPTION="Online multiplayer adaptation of the classic Scotland Yard board game"
HOMEPAGE="http://www.eecs.umich.edu/~pelzlpj/londonlaw/"
SRC_URI="http://www.eecs.umich.edu/~pelzlpj/londonlaw//${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
IUSE=""
DEPEND=">=dev-lang/python-2.3
>=dev-python/wxpython-2.4
dev-python/twisted"
src_compile() {
distutils_src_compile
}
src_install() {
distutils_src_install --prefix=${GAMES_DATADIR} --exec-prefix=${GAMES_BINDIR}
dohtml doc/*
insinto /usr/share/doc/${PF} && doins doc/*.tex
prepgamesdirs
}
pkg_postrm() {
distutils_pkg_postrm
}
pkg_postinst() {
distutils_pkg_postinst
games_pkg_postinst
}
Code: Select all
dogamesbin XYZIt is in early development but the game should be completable.REminiscence is a rewrite of the engine used in the game Flashback from Delphine Software. This program is designed as a cross-platform replacement for the original executable and uses the SDL library.
I doubt that we need an own thread for that. Request for version bumps go directly to bugzilla in most cases. For larger packages like vegastrike or planeshift (when requests take longer), I don't think that these few packages will require an own thread.VSTM wrote:Shouldn't vegastrike be in an "outdated ebuilds thread" instead of here because it already has an ebuild, just outdated? Speaking of, we need a stickied "outdated game ebuilds" thread. I could start one, if no one else ones to.
So, you're basically saying I don't submit enough to bugzilla? You're right. I dont, but I have to get started first, and that's the difficult part.eGore911 wrote:I doubt that we need an own thread for that. Request for version bumps go directly to bugzilla in most cases. For larger packages like vegastrike or planeshift (when requests take longer), I don't think that these few packages will require an own thread.VSTM wrote:Shouldn't vegastrike be in an "outdated ebuilds thread" instead of here because it already has an ebuild, just outdated? Speaking of, we need a stickied "outdated game ebuilds" thread. I could start one, if no one else ones to.
Tested your ebuild. Read the comments on the bug page.eGore911 wrote:Test it, no idea if it works.Pajarico wrote:The World Of Mana depends on GuiChan, currently not in Portage. Ebuild anyone?


2005-03-21 Version 0.3.0 released!
And yet another new version of Guichan! This release contains the things we didn't have time to include in the 0.2.0 release. Also a new wigdet, the window widget, joins the Guichan widget family. See the ChangeLog for further details on changes.