diff options
author | Patrick Lauer <patrick@gentoo.org> | 2012-03-22 07:04:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2012-03-22 07:04:45 +0000 |
commit | 36050f47af66cb92604ff1bd615ceb67e6a3c780 (patch) | |
tree | 16ccf1f61ca2018c6770e569e248b56b248007f3 /dev-python/twisted-lore | |
parent | Bump (diff) | |
download | gentoo-2-36050f47af66cb92604ff1bd615ceb67e6a3c780.tar.gz gentoo-2-36050f47af66cb92604ff1bd615ceb67e6a3c780.tar.bz2 gentoo-2-36050f47af66cb92604ff1bd615ceb67e6a3c780.zip |
Bump
(Portage version: 2.2.0_alpha93/cvs/Linux x86_64)
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-12.0.0.ebuild | 22 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog index fecd4ec65bb5..b5be737773d1 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.56 2011/12/27 07:06:25 floppym Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.57 2012/03/22 07:04:45 patrick Exp $ + +*twisted-lore-12.0.0 (22 Mar 2012) + + 22 Mar 2012; Patrick Lauer <patrick@gentoo.org> +twisted-lore-12.0.0.ebuild: + Bump *twisted-lore-11.1.0 (27 Dec 2011) diff --git a/dev-python/twisted-lore/twisted-lore-12.0.0.ebuild b/dev-python/twisted-lore/twisted-lore-12.0.0.ebuild new file mode 100644 index 000000000000..6850d9b1479e --- /dev/null +++ b/dev-python/twisted-lore/twisted-lore-12.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/twisted-lore-12.0.0.ebuild,v 1.1 2012/03/22 07:04:45 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="2" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* *-jython" +MY_PACKAGE="Lore" + +inherit twisted versionator + +DESCRIPTION="Twisted documentation system" + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" + +DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* + =dev-python/twisted-web-$(get_version_component_range 1-2)*" +RDEPEND="${DEPEND}" + +PYTHON_MODNAME="twisted/lore twisted/plugins" |