summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-09 12:19:29 +0000
committerMichał Górny <mgorny@gentoo.org>2013-08-09 12:19:29 +0000
commitc78c0d96aa66bfab5fdbe08ce64b5b29e0e5cb7e (patch)
tree5ff5de0d95cc90ef98863b4a3596fcbcfbe576aa /dev-python/twisted-words
parentFix python_prepare_all() call order. (diff)
downloadgentoo-2-c78c0d96aa66bfab5fdbe08ce64b5b29e0e5cb7e.tar.gz
gentoo-2-c78c0d96aa66bfab5fdbe08ce64b5b29e0e5cb7e.tar.bz2
gentoo-2-c78c0d96aa66bfab5fdbe08ce64b5b29e0e5cb7e.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/twisted-words')
-rw-r--r--dev-python/twisted-words/ChangeLog7
-rw-r--r--dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/twisted-words/ChangeLog b/dev-python/twisted-words/ChangeLog
index 8d7fef025ed9..92ede9bbcdc0 100644
--- a/dev-python/twisted-words/ChangeLog
+++ b/dev-python/twisted-words/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/twisted-words
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.79 2013/08/03 09:45:43 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.80 2013/08/09 12:19:29 mgorny Exp $
+
+*twisted-words-13.0.0-r1 (09 Aug 2013)
+
+ 09 Aug 2013; Michał Górny <mgorny@gentoo.org> +twisted-words-13.0.0-r1.ebuild:
+ Migrate to twisted-r1.
03 Aug 2013; Michał Górny <mgorny@gentoo.org>
twisted-words-10.2.0-r1.ebuild, twisted-words-11.0.0.ebuild,
diff --git a/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild b/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild
new file mode 100644
index 000000000000..2f252ef34cb4
--- /dev/null
+++ b/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-13.0.0-r1.ebuild,v 1.1 2013/08/09 12:19:29 mgorny Exp $
+
+EAPI="5"
+PYTHON_COMPAT=( python{2_6,2_7} )
+
+inherit twisted-r1
+
+DESCRIPTION="Twisted Words contains Instant Messaging implementations."
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+DEPEND="=dev-python/twisted-core-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]
+ =dev-python/twisted-web-${TWISTED_RELEASE}*[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"