diff options
Diffstat (limited to 'dev-python/pyds/pyds-0.6.5.ebuild')
-rw-r--r-- | dev-python/pyds/pyds-0.6.5.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/dev-python/pyds/pyds-0.6.5.ebuild b/dev-python/pyds/pyds-0.6.5.ebuild new file mode 100644 index 000000000000..fbed58ce3745 --- /dev/null +++ b/dev-python/pyds/pyds-0.6.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.6.5.ebuild,v 1.1 2004/01/03 03:16:10 kloeri Exp $ + +inherit distutils + +MY_P="PyDS-${PV}" + +DESCRIPTION="Python Desktop Server" +HOMEPAGE="http://pyds.muensterland.org/" +SRC_URI="http://simon.bofh.ms/~gb/${MY_P}.tar.gz" + +KEYWORDS="~x86" +SLOT="0" +LICENSE="GPL-2" +IUSE="" + +RDEPEND="media-libs/jpeg + sys-libs/zlib + >=dev-lang/python-2.2.2 + >=dev-python/medusa-0.5.4 + >=dev-db/metakit-2.4.9.2 + >=dev-python/Cheetah-0.9.15 + >=dev-python/pyxml-0.8.2 + >=dev-python/pyrex-0.5 + >=dev-python/docutils-0.3 + >=dev-python/Imaging-1.1.3 + >=dev-python/soappy-0.10.1" + +S=${WORKDIR}/${MY_P} |