diff options
author | Ian Delaney <idella4@gentoo.org> | 2015-01-25 09:31:11 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2015-01-25 09:31:11 +0000 |
commit | 27b47033661bb065597007616c8e836230be9593 (patch) | |
tree | bc2a239bafeb9010d5067b8bbabddaa0517820f8 | |
parent | Update blocker on speech-tools now that there are fixed version which no long... (diff) | |
download | gentoo-2-27b47033661bb065597007616c8e836230be9593.tar.gz gentoo-2-27b47033661bb065597007616c8e836230be9593.tar.bz2 gentoo-2-27b47033661bb065597007616c8e836230be9593.zip |
bump; rm old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
-rw-r--r-- | dev-python/pyspf/ChangeLog | 10 | ||||
-rw-r--r-- | dev-python/pyspf/pyspf-2.0.11.ebuild (renamed from dev-python/pyspf/pyspf-2.0.9.ebuild) | 8 |
2 files changed, 12 insertions, 6 deletions
diff --git a/dev-python/pyspf/ChangeLog b/dev-python/pyspf/ChangeLog index 571c31dd005b..5871718b4718 100644 --- a/dev-python/pyspf/ChangeLog +++ b/dev-python/pyspf/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-python/pyspf -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.28 2014/09/29 04:16:45 idella4 Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/ChangeLog,v 1.29 2015/01/25 09:31:11 idella4 Exp $ + +*pyspf-2.0.11 (25 Jan 2015) + + 25 Jan 2015; Ian Delaney <idella4@gentoo.org> +pyspf-2.0.11.ebuild, + -pyspf-2.0.9.ebuild: + bump; rm old *pyspf-2.0.10 (29 Sep 2014) diff --git a/dev-python/pyspf/pyspf-2.0.9.ebuild b/dev-python/pyspf/pyspf-2.0.11.ebuild index 1e942ccd268b..b10dddaf7b74 100644 --- a/dev-python/pyspf/pyspf-2.0.9.ebuild +++ b/dev-python/pyspf/pyspf-2.0.11.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.9.ebuild,v 1.1 2014/05/03 05:58:57 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyspf/pyspf-2.0.11.ebuild,v 1.1 2015/01/25 09:31:11 idella4 Exp $ EAPI="5" @@ -19,8 +19,8 @@ IUSE="ipv6 test" # >=python-3.3 comes with the built-in ipaddress module RDEPEND="dev-python/authres[${PYTHON_USEDEP}] - $(python_gen_cond_dep 'dev-python/ipaddr[${PYTHON_USEDEP}]' 'python2*') - $(python_gen_cond_dep 'dev-python/pydns:2[${PYTHON_USEDEP}]' 'python2*') + $(python_gen_cond_dep '>=dev-python/ipaddr-2.1.10[${PYTHON_USEDEP}]' python2_7) + $(python_gen_cond_dep 'dev-python/pydns:2[${PYTHON_USEDEP}]' python2_7) $(python_gen_cond_dep 'dev-python/pydns:3[${PYTHON_USEDEP}]' 'python3*')" DEPEND="test? ( ${RDEPEND} |