summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2009-05-20 16:31:26 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2009-05-20 16:31:26 +0000
commitb129fbc8510b33cea66dbb0ed2d1699c44931b08 (patch)
tree2414b88cff5a074c978f439df0800f18b4f12d71 /games-puzzle
parentppc stable #265236 (diff)
downloadhistorical-b129fbc8510b33cea66dbb0ed2d1699c44931b08.tar.gz
historical-b129fbc8510b33cea66dbb0ed2d1699c44931b08.tar.bz2
historical-b129fbc8510b33cea66dbb0ed2d1699c44931b08.zip
old
Package-Manager: portage-2.1.6.11/cvs/Linux i686
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/londonlaw/Manifest1
-rw-r--r--games-puzzle/londonlaw/londonlaw-0.2.1-r1.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/games-puzzle/londonlaw/Manifest b/games-puzzle/londonlaw/Manifest
index 8bdf7a04cf44..b36992e8f075 100644
--- a/games-puzzle/londonlaw/Manifest
+++ b/games-puzzle/londonlaw/Manifest
@@ -3,7 +3,6 @@ AUX londonlaw-0.2.1-wxversion.patch 639 RMD160 7b2ea38340b1ac527b1bbaac06e2bf7a5
AUX londonlaw.confd 60 RMD160 6d230b5a42f264c17f5190aff9ab59a9f25899c6 SHA1 a39653106438fb3794313d9a3cf3def226f9828d SHA256 c849dc072ada1f84619754111401ddeaf391aee9c891d531bcc02fc9fcf201c7
AUX londonlaw.rc 498 RMD160 d85ca5c3438904dfe1f15b000a155abe34289753 SHA1 cd414c00776f2440b2f8d667af46d3159b122799 SHA256 cc132dfe41eb7cf17ade769de975d3dd5c52f1c580abcd3a3af09f76567762e9
DIST londonlaw-0.2.1.tar.gz 3139208 RMD160 20a32d4b527b220a0ae0e261c5f84dd5563db7b2 SHA1 e38b536d6966c460edd7211c09601a63ee64c1c7 SHA256 e7453f2e261315384d991ecde31de16e0024fc5f14bacd4642e1daf5d9a4eb87
-EBUILD londonlaw-0.2.1-r1.ebuild 1191 RMD160 e9657e8de51dbab42443396788cab523545f93f8 SHA1 2a2bee41b8aeab0231594dee190645d0f077efc6 SHA256 a769f104c883b10ab1c225212f99bda5586b6ab5772180bebbe43f31e30649af
EBUILD londonlaw-0.2.1-r2.ebuild 2553 RMD160 fbd26fff1229eb81b14e786a3e76505ccae84a75 SHA1 8c3995a5ba16c4a8c20845784b67317c1c694ead SHA256 3f8358406447e9c7da01b922bd99574f3e90d81c9826c33ffc0c6861bb2e0aea
MISC ChangeLog 2558 RMD160 8f4b50d3af9bc817a06c17f71a0e885277ef28f8 SHA1 b453afc042a23ef156729acf00e3249540797da4 SHA256 35389a72bb40f73c798dbf71d7365773528dc2cf8857a4ed35e6dab6fdd5a1e4
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
diff --git a/games-puzzle/londonlaw/londonlaw-0.2.1-r1.ebuild b/games-puzzle/londonlaw/londonlaw-0.2.1-r1.ebuild
deleted file mode 100644
index e2ffe03410f0..000000000000
--- a/games-puzzle/londonlaw/londonlaw-0.2.1-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2008 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-r1.ebuild,v 1.4 2008/06/25 19:42:01 nixnut 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"
- epatch "${FILESDIR}"/${P}-wxversion.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
-}