summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2009-01-09 19:13:43 +0000
committerPatrick Lauer <patrick@gentoo.org>2009-01-09 19:13:43 +0000
commit9d60a8c1f24339f0562388d8d9185bea97a5e747 (patch)
tree0d785cc76a1da6508caaddeb90d43e3a2f6b7bb2 /dev-python
parentMarked ~ppc for bug #211720. (diff)
downloadgentoo-2-9d60a8c1f24339f0562388d8d9185bea97a5e747.tar.gz
gentoo-2-9d60a8c1f24339f0562388d8d9185bea97a5e747.tar.bz2
gentoo-2-9d60a8c1f24339f0562388d8d9185bea97a5e747.zip
Remove old
(Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/4suite/4suite-1.0_beta3.ebuild39
-rw-r--r--dev-python/4suite/ChangeLog7
2 files changed, 5 insertions, 41 deletions
diff --git a/dev-python/4suite/4suite-1.0_beta3.ebuild b/dev-python/4suite/4suite-1.0_beta3.ebuild
deleted file mode 100644
index f708673e8567..000000000000
--- a/dev-python/4suite/4suite-1.0_beta3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/4suite-1.0_beta3.ebuild,v 1.11 2008/04/17 20:52:20 pythonhead Exp $
-
-inherit distutils eutils python multilib
-
-MY_PV=${PV/_beta/b}
-S=${WORKDIR}/4Suite-${MY_PV}
-DESCRIPTION="Python tools for XML processing and object-databases."
-SRC_URI="ftp://ftp.4suite.org/pub/4Suite/4Suite-XML-${MY_PV}.tar.gz"
-HOMEPAGE="http://www.4suite.org/"
-
-DEPEND=">=dev-lang/python-2.3
- >=dev-python/pyxml-0.8.4"
-
-IUSE="doc"
-SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86"
-LICENSE="Apache-1.1"
-
-PYTHON_MODNAME="Ft"
-DOCS="docs/*.txt"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- epatch "${FILESDIR}/1.0_b3-add_root_opt.diff"
- python_version
- python setup.py config --prefix=/usr --docdir=/usr/share/doc/${P} --pythonlibbdir=/usr/$(get_libdir)/python${PYVER}/site-packages --libdir=/usr/$(get_libdir)/4Suite
-}
-
-src_install() {
- if use doc; then
- distutils_src_install --with-docs
- else
- distutils_src_install
- fi
-}
diff --git a/dev-python/4suite/ChangeLog b/dev-python/4suite/ChangeLog
index 91da37021998..b2d5ee8dfdc1 100644
--- a/dev-python/4suite/ChangeLog
+++ b/dev-python/4suite/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/4suite
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/ChangeLog,v 1.40 2008/06/22 15:54:54 armin76 Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/4suite/ChangeLog,v 1.41 2009/01/09 19:13:43 patrick Exp $
+
+ 09 Jan 2009; Patrick Lauer <patrick@gentoo.org> -4suite-1.0_beta3.ebuild:
+ Remove old
22 Jun 2008; Raúl Porcel <armin76@gentoo.org> 4suite-1.0.2-r1.ebuild:
alpha/ia64 stable wrt #228567