summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-13 17:48:14 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-07-13 17:48:14 +0000
commit57c3104e22d9178ecf45355071585c85cf3f22dc (patch)
treebab1a4b09ab6a45003c1b27916dc45a064073fdf /dev-python/pyds
parentExporting the F90 variable to make sure fortran compiler is defined, bug #327977 (diff)
downloadgentoo-2-57c3104e22d9178ecf45355071585c85cf3f22dc.tar.gz
gentoo-2-57c3104e22d9178ecf45355071585c85cf3f22dc.tar.bz2
gentoo-2-57c3104e22d9178ecf45355071585c85cf3f22dc.zip
Delete older ebuild.
Diffstat (limited to 'dev-python/pyds')
-rw-r--r--dev-python/pyds/pyds-0.6.5.ebuild36
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
-}