From 0079fc21fdf19f1a2a95087f87456f77e0aa0503 Mon Sep 17 00:00:00 2001 From: Ian Delaney Date: Fri, 14 Jun 2013 05:16:16 +0000 Subject: Add, re-add py2.5 support (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D) --- dev-python/decorator/ChangeLog | 5 ++++- dev-python/decorator/decorator-3.4.0-r1.ebuild | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'dev-python/decorator') diff --git a/dev-python/decorator/ChangeLog b/dev-python/decorator/ChangeLog index c5ab62ab7a46..7464aaa623a7 100644 --- a/dev-python/decorator/ChangeLog +++ b/dev-python/decorator/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/decorator # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.62 2013/02/24 17:49:59 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/ChangeLog,v 1.63 2013/06/14 05:16:16 idella4 Exp $ + + 14 Jun 2013; Ian Delaney decorator-3.4.0-r1.ebuild: + Add, re-add py2.5 support 24 Feb 2013; Agostino Sarubbo decorator-3.3.2.ebuild: Stable for sh, wrt bug #449426 diff --git a/dev-python/decorator/decorator-3.4.0-r1.ebuild b/dev-python/decorator/decorator-3.4.0-r1.ebuild index addabdd5e33d..4bd349099d26 100644 --- a/dev-python/decorator/decorator-3.4.0-r1.ebuild +++ b/dev-python/decorator/decorator-3.4.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.0-r1.ebuild,v 1.2 2013/02/10 17:57:53 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/decorator/decorator-3.4.0-r1.ebuild,v 1.3 2013/06/14 05:16:16 idella4 Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} ) +PYTHON_COMPAT=( python{2_5,2_6,2_7,3_1,3_2,3_3} ) inherit distutils-r1 -- cgit v1.2.3-65-gdbad