summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-22 21:53:54 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2010-12-22 21:53:54 +0000
commit024cc0305b19846badd160a55492b54047a81843 (patch)
treeb245e86902fade6effe3d8645d7016cb06398f16 /dev-python/twisted-mail
parentVersion bump. (diff)
downloadhistorical-024cc0305b19846badd160a55492b54047a81843.tar.gz
historical-024cc0305b19846badd160a55492b54047a81843.tar.bz2
historical-024cc0305b19846badd160a55492b54047a81843.zip
Version bump.
Package-Manager: portage-2.2.0_alpha10/cvs/Linux x86_64
Diffstat (limited to 'dev-python/twisted-mail')
-rw-r--r--dev-python/twisted-mail/ChangeLog8
-rw-r--r--dev-python/twisted-mail/twisted-mail-10.2.0.ebuild22
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog
index 2e496af2c311..c819b97906e8 100644
--- a/dev-python/twisted-mail/ChangeLog
+++ b/dev-python/twisted-mail/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/twisted-mail
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.50 2010/10/25 02:55:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.51 2010/12/22 21:48:41 arfrever Exp $
+
+*twisted-mail-10.2.0 (22 Dec 2010)
+
+ 22 Dec 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +twisted-mail-10.2.0.ebuild:
+ Version bump.
25 Oct 2010; Jeroen Roovers <jer@gentoo.org> twisted-mail-10.1.0.ebuild:
Stable for HPPA (bug #333211).
diff --git a/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild b/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild
new file mode 100644
index 000000000000..013ba6434715
--- /dev/null
+++ b/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-10.2.0.ebuild,v 1.1 2010/12/22 21:48:41 arfrever Exp $
+
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.* *-jython"
+MY_PACKAGE="Mail"
+
+inherit twisted versionator
+
+DESCRIPTION="A Twisted Mail library, server and client"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ia64-hpux ~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-$(get_version_component_range 1-2)*
+ =dev-python/twisted-names-$(get_version_component_range 1-2)*"
+RDEPEND="${DEPEND}"
+
+PYTHON_MODNAME="twisted/mail twisted/plugins"