diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-05-13 08:03:13 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-05-13 08:03:13 +0000 |
commit | 5f676a2a6d1b99c037e3936a5222f5d2aca08fc3 (patch) | |
tree | 1a9a3b3b4ab8ba3542b277b73f9cca44b342cba5 /dev-python/twisted-mail | |
parent | Bump (diff) | |
download | gentoo-2-5f676a2a6d1b99c037e3936a5222f5d2aca08fc3.tar.gz gentoo-2-5f676a2a6d1b99c037e3936a5222f5d2aca08fc3.tar.bz2 gentoo-2-5f676a2a6d1b99c037e3936a5222f5d2aca08fc3.zip |
Bump
(Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-mail')
-rw-r--r-- | dev-python/twisted-mail/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-mail/twisted-mail-15.1.0.ebuild | 17 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog index 6de6446b7487..ac4ad309eb9e 100644 --- a/dev-python/twisted-mail/ChangeLog +++ b/dev-python/twisted-mail/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-mail # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.111 2015/04/14 12:51:46 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.112 2015/05/13 08:03:13 patrick Exp $ + +*twisted-mail-15.1.0 (13 May 2015) + + 13 May 2015; Patrick Lauer <patrick@gentoo.org> +twisted-mail-15.1.0.ebuild: + Bump 14 Apr 2015; Agostino Sarubbo <ago@gentoo.org> twisted-mail-13.2.0.ebuild: Stable for ia64, wrt bug #540290 diff --git a/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild b/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild new file mode 100644 index 000000000000..c5e217b3d7ea --- /dev/null +++ b/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-15.1.0.ebuild,v 1.1 2015/05/13 08:03:13 patrick Exp $ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit twisted-r1 + +DESCRIPTION="A Twisted Mail library, server and client" + +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}] + =dev-python/twisted-names-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" |