diff options
Diffstat (limited to 'dev-python/py2play/py2play-0.1.2.ebuild')
-rw-r--r-- | dev-python/py2play/py2play-0.1.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/py2play/py2play-0.1.2.ebuild b/dev-python/py2play/py2play-0.1.2.ebuild index c373f9d0c726..0a38a291c00a 100644 --- a/dev-python/py2play/py2play-0.1.2.ebuild +++ b/dev-python/py2play/py2play-0.1.2.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/py2play-0.1.2.ebuild,v 1.4 2003/07/12 12:49:26 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/py2play/py2play-0.1.2.ebuild,v 1.5 2003/09/06 23:32:28 msterret Exp $ inherit distutils MY_P=${P/py2play/Py2Play} -IUSE="" +IUSE="" DESCRIPTION="A Peer To Peer network game engine" SRC_URI="http://oomadness.tuxfamily.org/downloads/${MY_P}.tar.gz http://www.nectroom.homelinux.net/pkg/${MY_P}.tar.gz @@ -16,7 +16,7 @@ KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" DEPEND=">=dev-lang/python-2.2.2" - + S=${WORKDIR}/${MY_P} src_install() { |