summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Delaney <idella4@gentoo.org>2014-12-02 00:40:10 +0000
committerIan Delaney <idella4@gentoo.org>2014-12-02 00:40:10 +0000
commit7107a291210417a64f12971d7166062fd4931ae1 (patch)
treef0163c2db870523d7aca9edd9fd9a893a9d4103e /dev-python/cherrypy
parentTypos and disable infinite unittests. (diff)
downloadgentoo-2-7107a291210417a64f12971d7166062fd4931ae1.tar.gz
gentoo-2-7107a291210417a64f12971d7166062fd4931ae1.tar.bz2
gentoo-2-7107a291210417a64f12971d7166062fd4931ae1.zip
clean old impl
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/cherrypy')
-rw-r--r--dev-python/cherrypy/ChangeLog5
-rw-r--r--dev-python/cherrypy/cherrypy-3.3.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/cherrypy/ChangeLog b/dev-python/cherrypy/ChangeLog
index 3fb45a6800f1..79334dcc29b4 100644
--- a/dev-python/cherrypy/ChangeLog
+++ b/dev-python/cherrypy/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/cherrypy
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.64 2014/05/16 15:01:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/ChangeLog,v 1.65 2014/12/02 00:40:10 idella4 Exp $
+
+ 02 Dec 2014; Ian Delaney <idella4@gentoo.org> cherrypy-3.3.0.ebuild:
+ clean old impl
16 May 2014; Ian Delaney <idella4@gentoo.org> cherrypy-3.3.0.ebuild:
test phase again updated subject to a bump of nose with the result that pypy
diff --git a/dev-python/cherrypy/cherrypy-3.3.0.ebuild b/dev-python/cherrypy/cherrypy-3.3.0.ebuild
index 250761a31f6a..f37fef8d606e 100644
--- a/dev-python/cherrypy/cherrypy-3.3.0.ebuild
+++ b/dev-python/cherrypy/cherrypy-3.3.0.ebuild
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 1.3 2014/05/16 15:01:25 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/cherrypy/cherrypy-3.3.0.ebuild,v 1.4 2014/12/02 00:40:10 idella4 Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_2,3_3,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
inherit distutils-r1