summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-04 21:07:02 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2011-04-04 21:07:02 +0000
commita28c68b09cce52ab0f0d32c623284a2d9b7bb105 (patch)
tree632a2bab270c61cb66133d0eafc509d9d2da62e4 /dev-python/twisted-words
parentmaintain this package, remove old versions (diff)
downloadgentoo-2-a28c68b09cce52ab0f0d32c623284a2d9b7bb105.tar.gz
gentoo-2-a28c68b09cce52ab0f0d32c623284a2d9b7bb105.tar.bz2
gentoo-2-a28c68b09cce52ab0f0d32c623284a2d9b7bb105.zip
Version bump.
(Portage version: 2.2.0_alpha29_p8/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted-words')
-rw-r--r--dev-python/twisted-words/ChangeLog8
-rw-r--r--dev-python/twisted-words/twisted-words-11.0.0.ebuild29
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-python/twisted-words/ChangeLog b/dev-python/twisted-words/ChangeLog
index 693721b822c1..0a07186184fa 100644
--- a/dev-python/twisted-words/ChangeLog
+++ b/dev-python/twisted-words/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/twisted-words
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.60 2011/01/25 17:06:45 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/ChangeLog,v 1.61 2011/04/04 21:07:02 arfrever Exp $
+
+*twisted-words-11.0.0 (04 Apr 2011)
+
+ 04 Apr 2011; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +twisted-words-11.0.0.ebuild:
+ Version bump.
25 Jan 2011; Jeroen Roovers <jer@gentoo.org> twisted-words-10.2.0-r1.ebuild:
Stable for HPPA (bug #350894).
diff --git a/dev-python/twisted-words/twisted-words-11.0.0.ebuild b/dev-python/twisted-words/twisted-words-11.0.0.ebuild
new file mode 100644
index 000000000000..21046dc1bb43
--- /dev/null
+++ b/dev-python/twisted-words/twisted-words-11.0.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-words/twisted-words-11.0.0.ebuild,v 1.1 2011/04/04 21:07:02 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
+MY_PACKAGE="Words"
+
+inherit twisted
+
+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-$(get_version_component_range 1)*
+ =dev-python/twisted-web-$(get_version_component_range 1)*"
+RDEPEND="${DEPEND}"
+
+PYTHON_MODNAME="twisted/plugins twisted/words"
+
+src_prepare() {
+ distutils_src_prepare
+
+ # Delete documentation for no longer available "im" script.
+ rm -fr doc/man
+}