diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-01-20 08:26:24 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-01-20 08:26:24 +0000 |
commit | f2e76e2b9b18b05ed67ce3fc4272993ede5ff0cf (patch) | |
tree | 7a6dce33a1e286ffd9a0407ac9787de7da7cabe4 /dev-python/twisted-lore | |
parent | Remove package that is no longer part of KDE SC 4.11 and later. (diff) | |
download | gentoo-2-f2e76e2b9b18b05ed67ce3fc4272993ede5ff0cf.tar.gz gentoo-2-f2e76e2b9b18b05ed67ce3fc4272993ede5ff0cf.tar.bz2 gentoo-2-f2e76e2b9b18b05ed67ce3fc4272993ede5ff0cf.zip |
bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/twisted-lore')
-rw-r--r-- | dev-python/twisted-lore/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/twisted-lore/twisted-lore-13.2.0.ebuild | 17 |
2 files changed, 24 insertions, 2 deletions
diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog index 4251d84cb40c..cb331c7fa461 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.72 2013/11/24 18:37:20 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.73 2014/01/20 08:26:24 idella4 Exp $ + +*twisted-lore-13.2.0 (20 Jan 2014) + + 20 Jan 2014; Ian Delaney <idella4@gentoo.org> +twisted-lore-13.2.0.ebuild: + bump 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> twisted-lore-12.3.0.ebuild: Stable for arm, wrt bug #468150 diff --git a/dev-python/twisted-lore/twisted-lore-13.2.0.ebuild b/dev-python/twisted-lore/twisted-lore-13.2.0.ebuild new file mode 100644 index 000000000000..a6fc8e7cd3b4 --- /dev/null +++ b/dev-python/twisted-lore/twisted-lore-13.2.0.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-13.2.0.ebuild,v 1.1 2014/01/20 08:26:24 idella4 Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit twisted-r1 + +DESCRIPTION="Twisted documentation system" + +KEYWORDS="~alpha ~amd64 ~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}" |