diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 02:59:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-06-26 02:59:38 +0000 |
commit | 1bb01ea32bf9795afefd74447de0110173532818 (patch) | |
tree | 17aa8ee2697c39403c8feb9c4855872f2ac49931 /games-puzzle/londonlaw | |
parent | whitespace (diff) | |
download | historical-1bb01ea32bf9795afefd74447de0110173532818.tar.gz historical-1bb01ea32bf9795afefd74447de0110173532818.tar.bz2 historical-1bb01ea32bf9795afefd74447de0110173532818.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-puzzle/londonlaw')
-rw-r--r-- | games-puzzle/londonlaw/londonlaw-0.2.1.ebuild | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/games-puzzle/londonlaw/londonlaw-0.2.1.ebuild b/games-puzzle/londonlaw/londonlaw-0.2.1.ebuild deleted file mode 100644 index 91269b263543..000000000000 --- a/games-puzzle/londonlaw/londonlaw-0.2.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/londonlaw/londonlaw-0.2.1.ebuild,v 1.3 2007/10/02 03:47:11 dirtyepic Exp $ - -inherit eutils python games - -DESCRIPTION="Clone of the famous 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="~amd64 ~ppc x86" -IUSE="" - -DEPEND=">=dev-lang/python-2.3 - =dev-python/wxpython-2.6* - dev-python/twisted" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${P}-setup.py.patch" -} - -src_install() { - python_version - python setup.py install \ - --root="${D}" \ - --prefix="${GAMES_PREFIX}" \ - --install-lib=/usr/lib/python${PYVER}/site-packages \ - --install-data="${GAMES_DATADIR}" \ - || die "install failed" - dodoc ChangeLog README - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - elog "To play, first start the server (london-server), then connect" - elog "with the client (london-client). At least two players are" - elog "needed to play." - echo -} |