diff options
author | 2014-11-12 03:57:47 +0000 | |
---|---|---|
committer | 2014-11-12 03:57:47 +0000 | |
commit | 608355871265331bd380f7bf0bec301182316ddc (patch) | |
tree | ca07c63da2903a4eac035f9685010916e0a6fefc /dev-python | |
parent | bump, drop py2.6 (diff) | |
download | gentoo-2-608355871265331bd380f7bf0bec301182316ddc.tar.gz gentoo-2-608355871265331bd380f7bf0bec301182316ddc.tar.bz2 gentoo-2-608355871265331bd380f7bf0bec301182316ddc.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-lore/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-lore/twisted-lore-14.0.1.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog index 8327fbf20b12..b2eae491c3af 100644 --- a/dev-python/twisted-lore/ChangeLog +++ b/dev-python/twisted-lore/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-lore # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.83 2014/09/15 08:19:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.84 2014/11/12 03:57:47 idella4 Exp $ + +*twisted-lore-14.0.1 (12 Nov 2014) + + 12 Nov 2014; Ian Delaney <idella4@gentoo.org> +twisted-lore-14.0.1.ebuild: + bump, drop py2.6 15 Sep 2014; Agostino Sarubbo <ago@gentoo.org> twisted-lore-13.0.0-r1.ebuild: Stable for sparc, wrt bug #512012 diff --git a/dev-python/twisted-lore/twisted-lore-14.0.1.ebuild b/dev-python/twisted-lore/twisted-lore-14.0.1.ebuild new file mode 100644 index 000000000000..6ca4520130d4 --- /dev/null +++ b/dev-python/twisted-lore/twisted-lore-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-lore/twisted-lore-14.0.1.ebuild,v 1.1 2014/11/12 03:57:47 idella4 Exp $ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit twisted-r1 + +DESCRIPTION="Twisted documentation system" + +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] + =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |