diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-04-08 06:44:56 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-04-08 06:44:56 +0000 |
commit | a6a0a38591176d4db185d6ac0a398b2ba73e72b5 (patch) | |
tree | 4f9c6fc9f42673802f44a091f51dae1f7c1e0413 /dev-python/twisted-lore | |
parent | simplify nvidia-driver-get-card(); tidy (diff) | |
download | gentoo-2-a6a0a38591176d4db185d6ac0a398b2ba73e72b5.tar.gz gentoo-2-a6a0a38591176d4db185d6ac0a398b2ba73e72b5.tar.bz2 gentoo-2-a6a0a38591176d4db185d6ac0a398b2ba73e72b5.zip |
Bump
(Portage version: 2.2.0_alpha171/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-13.0.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/twisted-lore/ChangeLog b/dev-python/twisted-lore/ChangeLog index b0641418818d..a9e65cd600d6 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.61 2013/01/14 03:55:54 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-lore/ChangeLog,v 1.62 2013/04/08 06:44:56 patrick Exp $ + +*twisted-lore-13.0.0 (08 Apr 2013) + + 08 Apr 2013; Patrick Lauer <patrick@gentoo.org> +twisted-lore-13.0.0.ebuild: + Bump *twisted-lore-12.3.0 (14 Jan 2013) diff --git a/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild b/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild new file mode 100644 index 000000000000..33024a0618cb --- /dev/null +++ b/dev-python/twisted-lore/twisted-lore-13.0.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2013 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.0.0.ebuild,v 1.1 2013/04/08 06:44:56 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* 2.5 *-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" |