summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/4suite/4suite-0.11.1.ebuild')
-rw-r--r--dev-python/4suite/4suite-0.11.1.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-python/4suite/4suite-0.11.1.ebuild b/dev-python/4suite/4suite-0.11.1.ebuild
deleted file mode 100644
index 682c58587766..000000000000
--- a/dev-python/4suite/4suite-0.11.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/4suite-0.11.1.ebuild,v 1.4 2004/06/25 01:25:45 agriffis Exp $
-
-inherit distutils
-
-MY_P=${P/4s/4S}
-S=${WORKDIR}/${MY_P}
-DESCRIPTION="Python tools for XML processing and object-databases."
-SRC_URI="ftp://ftp.4suite.org/pub/4Suite/old/4Suite/${PV}/${MY_P}.tar.gz"
-HOMEPAGE="http://www.4suite.org/"
-
-DEPEND="virtual/python
- >=dev-python/pyxml-0.6.5"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="x86 sparc alpha ~ppc"
-LICENSE="Apache-1.1"
-
-PYTHON_MODNAME="Ft _xmlplus"
-
-src_install() {
- distutils_src_install
- rm -rf ${D}/usr/share/doc/${PF}
- mv ${D}/usr/doc/${MY_P} ${D}/usr/share/doc/${PF}
-}