diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-04-08 07:01:27 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-04-08 07:01:27 +0000 |
commit | 488d48611c2e1cc21fa5041b61869defe0953963 (patch) | |
tree | 9a3888fc8f0aab40ae980b56357ebbfd61a9ac15 /dev-python/twisted-words | |
parent | Bump (diff) | |
download | gentoo-2-488d48611c2e1cc21fa5041b61869defe0953963.tar.gz gentoo-2-488d48611c2e1cc21fa5041b61869defe0953963.tar.bz2 gentoo-2-488d48611c2e1cc21fa5041b61869defe0953963.zip |
Bump
(Portage version: 2.2.0_alpha171/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-words')
-rw-r--r-- | dev-python/twisted-words/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-words/twisted-words-13.0.0.ebuild | 22 |
2 files changed, 28 insertions, 1 deletions
diff --git a/dev-python/twisted-words/ChangeLog b/dev-python/twisted-words/ChangeLog index b772adf6f322..cf77ad30b913 100644 --- a/dev-python/twisted-words/ChangeLog +++ b/dev-python/twisted-words/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-words # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.77 2013/01/14 04:00:30 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.78 2013/04/08 07:01:27 patrick Exp $ + +*twisted-words-13.0.0 (08 Apr 2013) + + 08 Apr 2013; Patrick Lauer <patrick@gentoo.org> +twisted-words-13.0.0.ebuild: + Bump *twisted-words-12.3.0 (14 Jan 2013) diff --git a/dev-python/twisted-words/twisted-words-13.0.0.ebuild b/dev-python/twisted-words/twisted-words-13.0.0.ebuild new file mode 100644 index 000000000000..fd13914ccb2f --- /dev/null +++ b/dev-python/twisted-words/twisted-words-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-words/twisted-words-13.0.0.ebuild,v 1.1 2013/04/08 07:01:27 patrick Exp $ + +EAPI="4" +PYTHON_DEPEND="2:2.6" +SUPPORT_PYTHON_ABIS="1" +RESTRICT_PYTHON_ABIS="3.* 2.5 *-jython" +MY_PACKAGE="Words" + +inherit twisted versionator + +DESCRIPTION="Twisted Words contains Instant Messaging implementations." + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~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/plugins twisted/words" |