summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-09 11:19:07 +0000
committerMichał Górny <mgorny@gentoo.org>2013-08-09 11:19:07 +0000
commit8b86bf95d0611d631c1b3625c163a05c0f929784 (patch)
tree66048965dae01322043f0b5633c9379953d9f25c /dev-python
parentdev-python/pytools: Verison BUmp (diff)
downloadgentoo-2-8b86bf95d0611d631c1b3625c163a05c0f929784.tar.gz
gentoo-2-8b86bf95d0611d631c1b3625c163a05c0f929784.tar.bz2
gentoo-2-8b86bf95d0611d631c1b3625c163a05c0f929784.zip
Migrate to twisted-r1.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twisted-names/ChangeLog7
-rw-r--r--dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild16
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-python/twisted-names/ChangeLog b/dev-python/twisted-names/ChangeLog
index 930d020ce3dd..4bd95eff59c2 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.72 2013/08/03 09:45:46 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-names/ChangeLog,v 1.73 2013/08/09 11:19:07 mgorny Exp $
+
+*twisted-names-13.0.0-r1 (09 Aug 2013)
+
+ 09 Aug 2013; Michał Górny <mgorny@gentoo.org> +twisted-names-13.0.0-r1.ebuild:
+ Migrate to twisted-r1.
03 Aug 2013; Michał Górny <mgorny@gentoo.org> twisted-names-10.2.0.ebuild,
twisted-names-11.0.0.ebuild, twisted-names-11.1.0.ebuild,
diff --git a/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild b/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild
new file mode 100644
index 000000000000..6747822e6a7b
--- /dev/null
+++ b/dev-python/twisted-names/twisted-names-13.0.0-r1.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2013 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.0.0-r1.ebuild,v 1.1 2013/08/09 11:19:07 mgorny Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit twisted-r1 versionator
+
+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}"