summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiziano Müller <dev-zero@gentoo.org>2008-03-08 08:30:45 +0000
committerTiziano Müller <dev-zero@gentoo.org>2008-03-08 08:30:45 +0000
commitb80ff862ca4e4d4ffd07ada0c20fed5a530e7d75 (patch)
tree1b47a1dea176a048d7fc646acb24611815774055 /dev-python
parentUpdate emacs-updater to version 0.6. (diff)
downloadgentoo-2-b80ff862ca4e4d4ffd07ada0c20fed5a530e7d75.tar.gz
gentoo-2-b80ff862ca4e4d4ffd07ada0c20fed5a530e7d75.tar.bz2
gentoo-2-b80ff862ca4e4d4ffd07ada0c20fed5a530e7d75.zip
Version bump (bug #212651). Dropped old versions.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/psyco/ChangeLog10
-rw-r--r--dev-python/psyco/psyco-1.4.ebuild21
-rw-r--r--dev-python/psyco/psyco-1.6.ebuild (renamed from dev-python/psyco/psyco-1.5.2.ebuild)9
3 files changed, 12 insertions, 28 deletions
diff --git a/dev-python/psyco/ChangeLog b/dev-python/psyco/ChangeLog
index 18f1b5007823..2e427febc4d7 100644
--- a/dev-python/psyco/ChangeLog
+++ b/dev-python/psyco/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/psyco
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.21 2007/06/27 09:49:35 hawking Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/ChangeLog,v 1.22 2008/03/08 08:30:45 dev-zero Exp $
+
+*psyco-1.6 (08 Mar 2008)
+
+ 08 Mar 2008; Tiziano Müller <dev-zero@gentoo.org> -psyco-1.4.ebuild,
+ -psyco-1.5.2.ebuild, +psyco-1.6.ebuild:
+ Version bump (bug #212651). Dropped old versions.
*psyco-1.5.2 (27 Jun 2007)
diff --git a/dev-python/psyco/psyco-1.4.ebuild b/dev-python/psyco/psyco-1.4.ebuild
deleted file mode 100644
index 04932bfcf5e3..000000000000
--- a/dev-python/psyco/psyco-1.4.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.4.ebuild,v 1.3 2007/06/25 18:01:39 hawking Exp $
-
-inherit distutils
-
-HOMEPAGE="http://psyco.sourceforge.net/"
-DESCRIPTION="Python extension module which can massively speed up the execution of any Python code."
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
-
-IUSE=""
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="x86"
-DEPEND=">=dev-lang/python-2.1"
-
-src_install() {
- distutils_src_install
- insinto /usr/share/doc/${PF}/examples
- doins ${S}/test/*
-}
diff --git a/dev-python/psyco/psyco-1.5.2.ebuild b/dev-python/psyco/psyco-1.6.ebuild
index aaa7c7d27f8f..52b3c5d817f3 100644
--- a/dev-python/psyco/psyco-1.5.2.ebuild
+++ b/dev-python/psyco/psyco-1.6.ebuild
@@ -1,19 +1,18 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.5.2.ebuild,v 1.1 2007/06/27 09:49:35 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/psyco/psyco-1.6.ebuild,v 1.1 2008/03/08 08:30:45 dev-zero Exp $
inherit distutils
DESCRIPTION="Python extension module which can massively speed up the execution of any Python code."
HOMEPAGE="http://psyco.sourceforge.net/"
SRC_URI="mirror://sourceforge/psyco/${P}-src.tar.gz"
-
LICENSE="MIT"
SLOT="0"
KEYWORDS="~x86"
IUSE="examples"
-DEPEND=">=dev-lang/python-2.1"
+DEPEND=""
RDEPEND="${DEPEND}"
src_unpack() {
@@ -37,5 +36,5 @@ src_install() {
src_test() {
cd "${S}/test"
- PYTHONPATH="$(ls -d ../build/lib.*)" ${python} test_base.py || die "tests failed"
+ PYTHONPATH="$(ls -d ../build/lib.*)" "${python}" test_base.py || die "tests failed"
}