diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-11-12 08:54:46 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-11-12 08:54:46 +0000 |
commit | 41f8ed3b38349a34ecb540bbb3299528973eaf8f (patch) | |
tree | fa8e08aa0214d5d68bf02ee774de3176a5554715 /dev-python | |
parent | Stable on amd64, wrt bug #525286 (diff) | |
download | gentoo-2-41f8ed3b38349a34ecb540bbb3299528973eaf8f.tar.gz gentoo-2-41f8ed3b38349a34ecb540bbb3299528973eaf8f.tar.bz2 gentoo-2-41f8ed3b38349a34ecb540bbb3299528973eaf8f.zip |
bump, drop py2.6
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-words/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-words/twisted-words-14.0.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/twisted-words/ChangeLog b/dev-python/twisted-words/ChangeLog index 2904d22579c0..92fd5d37cb8e 100644 --- a/dev-python/twisted-words/ChangeLog +++ b/dev-python/twisted-words/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-words # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.105 2014/09/15 08:19:48 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.106 2014/11/12 08:54:46 idella4 Exp $ + +*twisted-words-14.0.1 (12 Nov 2014) + + 12 Nov 2014; Ian Delaney <idella4@gentoo.org> +twisted-words-14.0.1.ebuild: + bump, drop py2.6 15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> twisted-words-13.0.0-r1.ebuild: Stable for sparc, wrt bug #512012 diff --git a/dev-python/twisted-words/twisted-words-14.0.1.ebuild b/dev-python/twisted-words/twisted-words-14.0.1.ebuild new file mode 100644 index 000000000000..a6106bbdd008 --- /dev/null +++ b/dev-python/twisted-words/twisted-words-14.0.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-14.0.1.ebuild,v 1.1 2014/11/12 08:54:46 idella4 Exp $ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit twisted-r1 + +DESCRIPTION="Twisted Words contains Instant Messaging implementations" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="" + +DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] + =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |