diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-05-10 18:44:51 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-05-10 18:44:51 +0000 |
commit | 9bfa0aaf36e0d3051ed8346956f7fea35e6ab200 (patch) | |
tree | 02cc31ee8bb7766364bdffa89b0ef16868e94ebe /dev-python | |
parent | new package (diff) | |
download | historical-9bfa0aaf36e0d3051ed8346956f7fea35e6ab200.tar.gz historical-9bfa0aaf36e0d3051ed8346956f7fea35e6ab200.tar.bz2 historical-9bfa0aaf36e0d3051ed8346956f7fea35e6ab200.zip |
new package
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/py2play/Manifest | 3 | ||||
-rw-r--r-- | dev-python/py2play/files/digest-py2play-0.1.2 | 1 | ||||
-rw-r--r-- | dev-python/py2play/py2play-0.1.2.ebuild | 26 | ||||
-rw-r--r-- | dev-python/pyopenal/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/pyopenal/Manifest | 2 |
5 files changed, 41 insertions, 1 deletions
diff --git a/dev-python/py2play/Manifest b/dev-python/py2play/Manifest index 3621b5a7cc46..8c0d4df6bf3d 100644 --- a/dev-python/py2play/Manifest +++ b/dev-python/py2play/Manifest @@ -1,2 +1,3 @@ -MD5 0f4c54be16af2de9ed743d89244c5552 py2play-0.1.2.ebuild 449 +MD5 92f8ffd7458a44b17e9211872b925695 py2play-0.1.2.ebuild 777 +MD5 68b170b356d15f025b3f2090abbd4047 ChangeLog 428 MD5 3f936eac8da4ba9519fa216a323ec969 files/digest-py2play-0.1.2 64 diff --git a/dev-python/py2play/files/digest-py2play-0.1.2 b/dev-python/py2play/files/digest-py2play-0.1.2 new file mode 100644 index 000000000000..add2ac5bc68c --- /dev/null +++ b/dev-python/py2play/files/digest-py2play-0.1.2 @@ -0,0 +1 @@ +MD5 54b726910f4b7dfd615351afd8acd40b Py2Play-0.1.2.tar.gz 20835 diff --git a/dev-python/py2play/py2play-0.1.2.ebuild b/dev-python/py2play/py2play-0.1.2.ebuild new file mode 100644 index 000000000000..4e37416805d6 --- /dev/null +++ b/dev-python/py2play/py2play-0.1.2.ebuild @@ -0,0 +1,26 @@ +# 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.1 2003/05/10 18:44:02 liquidx Exp $ + +inherit distutils + +MY_P=${P/py2play/Py2Play} +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 + 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" + +S=${WORKDIR}/${MY_P} + +src_install() { + distutils_src_install + mv ${D}/usr/bin/startdemo* ${D}/usr/share/doc/${PF}/ +} + diff --git a/dev-python/pyopenal/ChangeLog b/dev-python/pyopenal/ChangeLog new file mode 100644 index 000000000000..823e6546f354 --- /dev/null +++ b/dev-python/pyopenal/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-python/pyopenal +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyopenal/ChangeLog,v 1.1 2003/05/10 18:44:51 liquidx Exp $ + +*pyopenal-0.1.1 (10 May 2003) + + 10 May 2003; Alastair Tse <liquidx@gentoo.org> pyopenal-0.1.1.ebuild: + Initial ebuild. Thanks to François Weykmans <nectroom@swing.be>. Part of + Slune and OOmadness suite. + diff --git a/dev-python/pyopenal/Manifest b/dev-python/pyopenal/Manifest new file mode 100644 index 000000000000..6dcb70e01736 --- /dev/null +++ b/dev-python/pyopenal/Manifest @@ -0,0 +1,2 @@ +MD5 3729d9bf5f7d0ad50f82e7956806d577 pyopenal-0.1.1.ebuild 593 +MD5 d23500eb10707155f10ead85996b65bb files/digest-pyopenal-0.1.1 65 |