diff options
author | Patrick Lauer <patrick@gentoo.org> | 2015-05-26 06:18:45 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2015-05-26 06:18:45 +0000 |
commit | 54e0541bd8f246090c67b73eb79a777767e14497 (patch) | |
tree | 20f9e4fd49cf5e4365cea4f38f93c75ffe0e7999 /dev-python/twisted-names | |
parent | Bump (diff) | |
download | gentoo-2-54e0541bd8f246090c67b73eb79a777767e14497.tar.gz gentoo-2-54e0541bd8f246090c67b73eb79a777767e14497.tar.bz2 gentoo-2-54e0541bd8f246090c67b73eb79a777767e14497.zip |
Bump
(Portage version: 2.2.20/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-python/twisted-names')
-rw-r--r-- | dev-python/twisted-names/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-names/twisted-names-15.2.1.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-python/twisted-names/ChangeLog b/dev-python/twisted-names/ChangeLog index fd872a0a2d29..e677de36bfba 100644 --- a/dev-python/twisted-names/ChangeLog +++ b/dev-python/twisted-names/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-python/twisted-names # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.110 2015/05/13 08:03:53 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.111 2015/05/26 06:18:45 patrick Exp $ + +*twisted-names-15.2.1 (26 May 2015) + + 26 May 2015; Patrick Lauer <patrick@gentoo.org> +twisted-names-15.2.1.ebuild: + Bump *twisted-names-15.1.0 (13 May 2015) diff --git a/dev-python/twisted-names/twisted-names-15.2.1.ebuild b/dev-python/twisted-names/twisted-names-15.2.1.ebuild new file mode 100644 index 000000000000..55c9b31b9df4 --- /dev/null +++ b/dev-python/twisted-names/twisted-names-15.2.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-15.2.1.ebuild,v 1.1 2015/05/26 06:18:45 patrick Exp $ + +EAPI="5" +PYTHON_COMPAT=( python2_7 ) + +inherit twisted-r1 + +DESCRIPTION="A Twisted DNS implementation" + +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~x86 ~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}]" +RDEPEND="${DEPEND}" |