diff options
author | Patrick Lauer <patrick@gentoo.org> | 2014-11-18 03:20:20 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2014-11-18 03:20:20 +0000 |
commit | 4032ddeb85e85e0f4b4a8ccbb3757021d93cad6d (patch) | |
tree | 57bb8837d26a0857f2a6ea76dee5ba97e5daa2ff /dev-python/twisted-lore | |
parent | Bump (diff) | |
download | gentoo-2-4032ddeb85e85e0f4b4a8ccbb3757021d93cad6d.tar.gz gentoo-2-4032ddeb85e85e0f4b4a8ccbb3757021d93cad6d.tar.bz2 gentoo-2-4032ddeb85e85e0f4b4a8ccbb3757021d93cad6d.zip |
Bump
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-lore')
-rw-r--r-- | dev-python/twisted-lore/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-lore/twisted-lore-14.0.2.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog index b2eae491c3af..cfce5269e453 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.84 2014/11/12 03:57:47 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.85 2014/11/18 03:20:20 patrick Exp $ + +*twisted-lore-14.0.2 (18 Nov 2014) + + 18 Nov 2014; Patrick Lauer <patrick@gentoo.org> +twisted-lore-14.0.2.ebuild: + Bump *twisted-lore-14.0.1 (12 Nov 2014) diff --git a/dev-python/twisted-lore/twisted-lore-14.0.2.ebuild b/dev-python/twisted-lore/twisted-lore-14.0.2.ebuild new file mode 100644 index 000000000000..4f099b5aa459 --- /dev/null +++ b/dev-python/twisted-lore/twisted-lore-14.0.2.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.2.ebuild,v 1.1 2014/11/18 03:20:20 patrick 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}" |