diff options
Diffstat (limited to 'dev-python/py2play/py2play-0.1.6.ebuild')
-rw-r--r-- | dev-python/py2play/py2play-0.1.6.ebuild | 20 |
1 files changed, 8 insertions, 12 deletions
diff --git a/dev-python/py2play/py2play-0.1.6.ebuild b/dev-python/py2play/py2play-0.1.6.ebuild index 1a9762885006..f54ef3fd8fb3 100644 --- a/dev-python/py2play/py2play-0.1.6.ebuild +++ b/dev-python/py2play/py2play-0.1.6.ebuild @@ -1,25 +1,21 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/py2play-0.1.6.ebuild,v 1.1 2003/12/21 16:28:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/py2play-0.1.6.ebuild,v 1.1.1.1 2005/11/30 10:10:07 chriswhite Exp $ inherit distutils MY_P=${P/py2play/Py2Play} -IUSE="" DESCRIPTION="A Peer To Peer network game engine" +HOMEPAGE="http://oomadness.nekeme.net/en/py2play/" SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz http://www.nectroom.homelinux.net/pkg/${MY_P}.tar.gz http://nectroom.homelinux.net/pkg/${MY_P}.tar.gz" -HOMEPAGE="http://oomadness.tuxfamily.org/en/py2play/" -KEYWORDS="~x86" -SLOT="0" LICENSE="GPL-2" -DEPEND=">=dev-lang/python-2.2.2" +SLOT="0" +KEYWORDS="x86 ~ppc" +IUSE="" -S=${WORKDIR}/${MY_P} +DEPEND=">=dev-lang/python-2.2.2" -src_install() { - distutils_src_install - mv ${D}/usr/bin/startdemo* ${D}/usr/share/doc/${PF}/ -} +S="${WORKDIR}/${MY_P}" |