summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Østergaard <kloeri@gentoo.org>2004-12-07 02:03:16 +0000
committerBryan Østergaard <kloeri@gentoo.org>2004-12-07 02:03:16 +0000
commit03f7faaecd4dd0e09d940a386d7728124f10d975 (patch)
tree8a10384ba6d400fb480a3b024ccc26c31a49052c /dev-python/psyco
parent-fPIC is no longer needed on alpha. (Manifest recommit) (diff)
downloadgentoo-2-03f7faaecd4dd0e09d940a386d7728124f10d975.tar.gz
gentoo-2-03f7faaecd4dd0e09d940a386d7728124f10d975.tar.bz2
gentoo-2-03f7faaecd4dd0e09d940a386d7728124f10d975.zip
Clean out old ebuilds.
Diffstat (limited to 'dev-python/psyco')
-rw-r--r--dev-python/psyco/ChangeLog6
-rw-r--r--dev-python/psyco/files/digest-psyco-1.01
-rw-r--r--dev-python/psyco/files/digest-psyco-1.0.0_beta11
-rw-r--r--dev-python/psyco/files/digest-psyco-1.1.11
-rw-r--r--dev-python/psyco/psyco-1.0.0_beta1.ebuild20
-rw-r--r--dev-python/psyco/psyco-1.0.ebuild22
-rw-r--r--dev-python/psyco/psyco-1.1.1.ebuild22
7 files changed, 5 insertions, 68 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog
index d4f6c5f19a7c..60d0aa7665a8 100644
--- a/dev-python/psyco/ChangeLog
+++ b/dev-python/psyco/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/psyco
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.10 2004/12/07 01:58:17 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.11 2004/12/07 02:03:16 kloeri Exp $
+
+ 07 Dec 2004; Bryan Østergaard <kloeri@gentoo.org>
+ -psyco-1.0.0_beta1.ebuild, -psyco-1.0.ebuild, -psyco-1.1.1.ebuild:
+ Clean out old ebuilds.
*psyco-1.3 (07 Dec 2004)
diff --git a/dev-python/psyco/files/digest-psyco-1.0 b/dev-python/psyco/files/digest-psyco-1.0
deleted file mode 100644
index 9e1a5c6280b6..000000000000
--- a/dev-python/psyco/files/digest-psyco-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c4da85db2edf00e03f1fb3e8cd1058b5 psyco-1.0-src.tar.gz 265566
diff --git a/dev-python/psyco/files/digest-psyco-1.0.0_beta1 b/dev-python/psyco/files/digest-psyco-1.0.0_beta1
deleted file mode 100644
index cafec0856395..000000000000
--- a/dev-python/psyco/files/digest-psyco-1.0.0_beta1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 af2eae4f168d443968d3a69baef4f94f psyco-1.0.0b1-src.tar.gz 268062
diff --git a/dev-python/psyco/files/digest-psyco-1.1.1 b/dev-python/psyco/files/digest-psyco-1.1.1
deleted file mode 100644
index b43de9dd5904..000000000000
--- a/dev-python/psyco/files/digest-psyco-1.1.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 2b12983f5a56a9fafe010b54ef514770 psyco-1.1.1-src.tar.gz 277671
diff --git a/dev-python/psyco/psyco-1.0.0_beta1.ebuild b/dev-python/psyco/psyco-1.0.0_beta1.ebuild
deleted file mode 100644
index 566da7417772..000000000000
--- a/dev-python/psyco/psyco-1.0.0_beta1.ebuild
+++ /dev/null
@@ -1,20 +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/psyco/psyco-1.0.0_beta1.ebuild,v 1.7 2004/12/01 00:22:26 pythonhead Exp $
-
-inherit distutils
-
-PSYCO=${P/_beta/b}
-
-HOMEPAGE="http://psyco.sourceforge.net/"
-DESCRIPTION="Psyco is a Python extension module which can massively speed up the execution of any Python code."
-
-SRC_URI="mirror://sourceforge/psyco/${PSYCO}-src.tar.gz"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86"
-IUSE=""
-DEPEND="<dev-lang/python-2.4
- !dev-python/psyco-cvs"
-S=${WORKDIR}/${PSYCO}
diff --git a/dev-python/psyco/psyco-1.0.ebuild b/dev-python/psyco/psyco-1.0.ebuild
deleted file mode 100644
index a0269f2a64e1..000000000000
--- a/dev-python/psyco/psyco-1.0.ebuild
+++ /dev/null
@@ -1,22 +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/psyco/psyco-1.0.ebuild,v 1.6 2004/12/01 00:22:26 pythonhead Exp $
-
-inherit distutils
-
-HOMEPAGE="http://psyco.sourceforge.net/"
-DESCRIPTION="Psyco is a Python extension module which can massively speed up the execution of any Python code."
-SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz"
-
-IUSE=""
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="x86"
-DEPEND="<dev-lang/python-2.4
- !dev-python/psyco-cvs"
-
-src_install() {
- distutils_src_install
- insinto /usr/share/doc/${PF}/examples
- doins ${S}/test/*
-}
diff --git a/dev-python/psyco/psyco-1.1.1.ebuild b/dev-python/psyco/psyco-1.1.1.ebuild
deleted file mode 100644
index 71a213371275..000000000000
--- a/dev-python/psyco/psyco-1.1.1.ebuild
+++ /dev/null
@@ -1,22 +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/psyco/psyco-1.1.1.ebuild,v 1.6 2004/12/01 00:22:26 pythonhead Exp $
-
-inherit distutils
-
-HOMEPAGE="http://psyco.sourceforge.net/"
-DESCRIPTION="Psyco is a Python extension module which can massively speed up the execution of any Python code."
-SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz"
-
-IUSE=""
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="x86"
-DEPEND="<dev-lang/python-2.4
- !dev-python/psyco-cvs"
-
-src_install() {
- distutils_src_install
- insinto /usr/share/doc/${PF}/examples
- doins ${S}/test/*
-}