summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-python/4Suite/4Suite-0.11.1.ebuild25
-rw-r--r--dev-python/4Suite/4Suite-1.0_alpha1.ebuild16
-rw-r--r--dev-python/4Suite/4Suite-1.0_alpha3.ebuild18
-rw-r--r--dev-python/4Suite/ChangeLog39
-rw-r--r--dev-python/4Suite/Manifest8
-rw-r--r--dev-python/4Suite/files/digest-4Suite-0.11.11
-rw-r--r--dev-python/4Suite/files/digest-4Suite-1.0_alpha11
-rw-r--r--dev-python/4Suite/files/digest-4Suite-1.0_alpha31
-rw-r--r--dev-python/4Suite/metadata.xml5
-rw-r--r--profiles/updates/1Q-20041
10 files changed, 1 insertions, 114 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 4049903173e8..000000000000
--- a/dev-python/4Suite/4Suite-0.11.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# 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.13 2003/08/29 20:32:48 liquidx Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="Python tools for XML processing and object-databases."
-SRC_URI="ftp://ftp.fourthought.com/pub/4Suite/${P}.tar.gz"
-HOMEPAGE="http://www.4suite.org/"
-
-DEPEND="virtual/python
- >=dev-python/pyxml-0.6.5"
-RDEPEND="${RDEPEND}"
-
-SLOT="0"
-KEYWORDS="x86 sparc alpha ~ppc"
-LICENSE="as-is"
-
-src_compile() {
- python setup.py build || die
-}
-
-src_install() {
- python setup.py install --prefix=${D}/usr || die
- dodoc COPYRIGHT README* ReleaseNotes
-}
diff --git a/dev-python/4Suite/4Suite-1.0_alpha1.ebuild b/dev-python/4Suite/4Suite-1.0_alpha1.ebuild
deleted file mode 100644
index e759b1008382..000000000000
--- a/dev-python/4Suite/4Suite-1.0_alpha1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/4Suite/4Suite-1.0_alpha1.ebuild,v 1.5 2003/08/29 20:32:48 liquidx Exp $
-
-S=${WORKDIR}/${P/_alph/}
-DESCRIPTION="Python tools for XML processing and object-databases."
-SRC_URI="ftp://ftp.fourthought.com/pub/4Suite/${P/_alph/}.tar.gz"
-HOMEPAGE="http://www.4suite.org/"
-
-DEPEND=">=dev-python/pyxml-0.6.5"
-
-SLOT="0"
-KEYWORDS="x86 ~sparc ~alpha ~ppc"
-LICENSE="as-is"
-
-inherit distutils
diff --git a/dev-python/4Suite/4Suite-1.0_alpha3.ebuild b/dev-python/4Suite/4Suite-1.0_alpha3.ebuild
deleted file mode 100644
index 5e9d02fb8126..000000000000
--- a/dev-python/4Suite/4Suite-1.0_alpha3.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/4Suite/4Suite-1.0_alpha3.ebuild,v 1.2 2003/10/08 10:06:40 liquidx Exp $
-
-inherit distutils
-
-S=${WORKDIR}/${PN}
-DESCRIPTION="Python tools for XML processing and object-databases."
-SRC_URI="ftp://ftp.fourthought.com/pub/4Suite/${P/_alph/}.tar.gz"
-HOMEPAGE="http://www.4suite.org/"
-
-DEPEND=">=dev-python/pyxml-0.6.5"
-
-SLOT="0"
-KEYWORDS="x86 ~sparc ~alpha ~ppc"
-LICENSE="as-is"
-IUSE=""
-
diff --git a/dev-python/4Suite/ChangeLog b/dev-python/4Suite/ChangeLog
deleted file mode 100644
index cfe39841a116..000000000000
--- a/dev-python/4Suite/ChangeLog
+++ /dev/null
@@ -1,39 +0,0 @@
-# ChangeLog for dev-python/4Suite
-# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/4Suite/ChangeLog,v 1.9 2003/09/02 23:17:57 liquidx Exp $
-
-*4Suite-1.0_alpha3 (03 Sep 2003)
-
- 03 Sep 2003; Alastair Tse <liquidx@gentoo.org> 4Suite-1.0_alpha3.ebuild:
- version bump. changed . (#27199)
-
-*4Suite-1.0_alpha1 (20 Apr 2003)
-
- 20 Apr 2003; Bart Lauwers <blauwers@gentoo.org> :
- Version bump per bug #12760 and ebuild clean-up
-
-*4Suite-0.11.1 (18 Mar 2002)
-
- 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
-
- 17 Mar 2003; Graham Forest <vladimir@gentoo.org> 4Suite-0.11.1.ebuild:
- set ~ppc in keywords
-
- 26 Jul 2002; George Shapovalov <george@gentoo.org> 4Suite-0.11.1.ebuild :
- added KEYWORDS,SLOT,LICENSE
-
- 18 Mar 2002; Seemant Kulleen <seemant@gentoo.org> 4Suite-0.11.1 :
-
- Version upgrade and made a dependency on dev-python/PyXML >= instead of = to
- keep up with upgrades of that, thanks to bs@wasd.dk (Bjarke S?rensen).
-
-
-*4Suite-0.11.1_beta3 (1 Feb 2002)
-
- 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog :
-
- Added initial ChangeLog which should be updated whenever the package is
- updated in any way. This changelog is targetted to users. This means that the
- comments should well explained and written in clean English. The details about
- writing correct changelogs are explained in the skel.ChangeLog file which you
- can find in the root directory of the portage repository.
diff --git a/dev-python/4Suite/Manifest b/dev-python/4Suite/Manifest
deleted file mode 100644
index 113a9c455425..000000000000
--- a/dev-python/4Suite/Manifest
+++ /dev/null
@@ -1,8 +0,0 @@
-MD5 43f9209157e669e8978b4773278660e0 4Suite-0.11.1.ebuild 697
-MD5 a86185a986ec34578327815f9338e5f0 4Suite-1.0_alpha1.ebuild 542
-MD5 170483217124ef491c9f474db1e0e84a 4Suite-1.0_alpha3.ebuild 545
-MD5 4b8e49674cd57c2e8667df33ff472da1 ChangeLog 1506
-MD5 71c4638c9c88af75b58e5f5cb54fe008 metadata.xml 159
-MD5 6efecdfe62f1b8372e507862b023aff3 files/digest-4Suite-0.11.1 66
-MD5 2d0d6cf1267a2f4669fc5294d38ec7ca files/digest-4Suite-1.0_alpha1 65
-MD5 0724d222f5540595a368fb7acd27c1f9 files/digest-4Suite-1.0_alpha3 65
diff --git a/dev-python/4Suite/files/digest-4Suite-0.11.1 b/dev-python/4Suite/files/digest-4Suite-0.11.1
deleted file mode 100644
index 9c0abaaf2645..000000000000
--- a/dev-python/4Suite/files/digest-4Suite-0.11.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 169274870a10c233851383faa7a9eddb 4Suite-0.11.1.tar.gz 1396667
diff --git a/dev-python/4Suite/files/digest-4Suite-1.0_alpha1 b/dev-python/4Suite/files/digest-4Suite-1.0_alpha1
deleted file mode 100644
index 8dd5e6b72edb..000000000000
--- a/dev-python/4Suite/files/digest-4Suite-1.0_alpha1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 785b4813ffff1fc996b74ab21f0a0e2b 4Suite-1.0a1.tar.gz 2266080
diff --git a/dev-python/4Suite/files/digest-4Suite-1.0_alpha3 b/dev-python/4Suite/files/digest-4Suite-1.0_alpha3
deleted file mode 100644
index 8be745a6a2e3..000000000000
--- a/dev-python/4Suite/files/digest-4Suite-1.0_alpha3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 3f08362a8834f7fc971c090842777dea 4Suite-1.0a3.tar.gz 2345943
diff --git a/dev-python/4Suite/metadata.xml b/dev-python/4Suite/metadata.xml
deleted file mode 100644
index de483c53568f..000000000000
--- a/dev-python/4Suite/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>python</herd>
-</pkgmetadata>
diff --git a/profiles/updates/1Q-2004 b/profiles/updates/1Q-2004
index 3545b0a55eba..541ea6d5a6ca 100644
--- a/profiles/updates/1Q-2004
+++ b/profiles/updates/1Q-2004
@@ -1,3 +1,4 @@
move app-misc/gtkdiff x11-misc/gtkdiff
move app-misc/gcolor x11-misc/gcolor
move dev-libs/libpq++ dev-cpp/libpqpp
+move dev-python/4Suite dev-python/4suite