diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-13 17:48:14 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2010-07-13 17:48:14 +0000 |
commit | 9628f2eced0e8179e405df91e2941bf9da8f5f6f (patch) | |
tree | efcefcd93b4739fad7a25796ab90739f53874d3a /dev-python/pyds | |
parent | Exporting the F90 variable to make sure fortran compiler is defined, bug #327977 (diff) | |
download | historical-9628f2eced0e8179e405df91e2941bf9da8f5f6f.tar.gz historical-9628f2eced0e8179e405df91e2941bf9da8f5f6f.tar.bz2 historical-9628f2eced0e8179e405df91e2941bf9da8f5f6f.zip |
Delete older ebuild.
Diffstat (limited to 'dev-python/pyds')
-rw-r--r-- | dev-python/pyds/pyds-0.6.5.ebuild | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-python/pyds/pyds-0.6.5.ebuild b/dev-python/pyds/pyds-0.6.5.ebuild deleted file mode 100644 index 71455ec3f593..000000000000 --- a/dev-python/pyds/pyds-0.6.5.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# 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.9 2005/02/07 04:59:04 fserb Exp $ - -inherit distutils eutils - -MY_P="PyDS-${PV}" - -DESCRIPTION="Python Desktop Server" -HOMEPAGE="http://pyds.muensterland.org/" -SRC_URI="http://simon.bofh.ms/~gb/${MY_P}.tar.gz" - -SLOT="0" -KEYWORDS="x86" -LICENSE="MIT" -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} - -src_unpack() { - unpack ${A} - cd ${S}/PyDS - epatch ${FILESDIR}/${P}-py2.3.patch -} |