diff options
author | Ian Delaney <idella4@gentoo.org> | 2014-01-20 08:30:26 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2014-01-20 08:30:26 +0000 |
commit | 6fe76931b77b3d6fb788cd9d77c84b3da2a2c9a9 (patch) | |
tree | f2938f6f3069faeea4381d68d586c1ea45a1c0f2 /dev-python | |
parent | Remove package that is no longer part of KDE SC 4.11 and later. (diff) | |
download | gentoo-2-6fe76931b77b3d6fb788cd9d77c84b3da2a2c9a9.tar.gz gentoo-2-6fe76931b77b3d6fb788cd9d77c84b3da2a2c9a9.tar.bz2 gentoo-2-6fe76931b77b3d6fb788cd9d77c84b3da2a2c9a9.zip |
bump
(Portage version: 2.2.8/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python')
-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}" |