diff options
-rw-r--r-- | dev-python/twisted-names/ChangeLog | 9 | ||||
-rw-r--r-- | dev-python/twisted-names/twisted-names-13.2.0.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/dev-python/twisted-names/ChangeLog b/dev-python/twisted-names/ChangeLog index d9977d7294b4..700c6e4ec782 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-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.83 2013/11/24 18:37:27 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.84 2014/01/20 08:30:26 idella4 Exp $ + +*twisted-names-13.2.0 (20 Jan 2014) + + 20 Jan 2014; Ian Delaney <idella4@gentoo.org> +twisted-names-13.2.0.ebuild: + bump 24 Nov 2013; Agostino Sarubbo <ago@gentoo.org> twisted-names-12.3.0.ebuild: Stable for arm, wrt bug #468150 diff --git a/dev-python/twisted-names/twisted-names-13.2.0.ebuild b/dev-python/twisted-names/twisted-names-13.2.0.ebuild new file mode 100644 index 000000000000..de51f2ecc6c1 --- /dev/null +++ b/dev-python/twisted-names/twisted-names-13.2.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/twisted-names-13.2.0.ebuild,v 1.1 2014/01/20 08:30:26 idella4 Exp $ + +EAPI="5" +PYTHON_COMPAT=( python{2_6,2_7} ) + +inherit twisted-r1 + +DESCRIPTION="A Twisted DNS implementation" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~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}" |