summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarien Zwart <marienz@gentoo.org>2006-05-26 18:44:19 +0000
committerMarien Zwart <marienz@gentoo.org>2006-05-26 18:44:19 +0000
commitea70aea2268a6a099a2eb455cd6649199729d83e (patch)
tree31563022ec402d64504a10b0276e6bdcc01a38c0 /dev-python
parentVersion bump. (diff)
downloadgentoo-2-ea70aea2268a6a099a2eb455cd6649199729d83e.tar.gz
gentoo-2-ea70aea2268a6a099a2eb455cd6649199729d83e.tar.bz2
gentoo-2-ea70aea2268a6a099a2eb455cd6649199729d83e.zip
Version bump.
(Portage version: 2.1_rc2-r3)
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/twisted-mail/ChangeLog7
-rw-r--r--dev-python/twisted-mail/files/digest-twisted-mail-0.3.03
-rw-r--r--dev-python/twisted-mail/twisted-mail-0.3.0.ebuild14
3 files changed, 23 insertions, 1 deletions
diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog
index 521762cc01d0..75db1f022b02 100644
--- a/dev-python/twisted-mail/ChangeLog
+++ b/dev-python/twisted-mail/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/twisted-mail
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.12 2006/05/26 17:38:45 marienz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.13 2006/05/26 18:44:19 marienz Exp $
+
+*twisted-mail-0.3.0 (26 May 2006)
+
+ 26 May 2006; Marien Zwart <marienz@gentoo.org> +twisted-mail-0.3.0.ebuild:
+ Version bump.
26 May 2006; Marien Zwart <marienz@gentoo.org>
twisted-mail-0.1.0-r1.ebuild, twisted-mail-0.2.0.ebuild:
diff --git a/dev-python/twisted-mail/files/digest-twisted-mail-0.3.0 b/dev-python/twisted-mail/files/digest-twisted-mail-0.3.0
new file mode 100644
index 000000000000..8730d8586253
--- /dev/null
+++ b/dev-python/twisted-mail/files/digest-twisted-mail-0.3.0
@@ -0,0 +1,3 @@
+MD5 33667938b399ee5513c59b5d4087294b TwistedMail-0.3.0.tar.bz2 115148
+RMD160 beff8b02d2820ae232db2016a0a431092fb64ff4 TwistedMail-0.3.0.tar.bz2 115148
+SHA256 4e06390acdf7fa3706fe71cb2ae7ba0147a0a01cfebb9dd16ae01d72e573ae1b TwistedMail-0.3.0.tar.bz2 115148
diff --git a/dev-python/twisted-mail/twisted-mail-0.3.0.ebuild b/dev-python/twisted-mail/twisted-mail-0.3.0.ebuild
new file mode 100644
index 000000000000..e1a06f830ed2
--- /dev/null
+++ b/dev-python/twisted-mail/twisted-mail-0.3.0.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-0.3.0.ebuild,v 1.1 2006/05/26 18:44:19 marienz Exp $
+
+MY_PACKAGE=Mail
+
+inherit twisted
+
+DESCRIPTION="A Twisted Mail library, server and client."
+
+KEYWORDS="~alpha ~ia64 ~ppc ~sparc ~x86"
+
+DEPEND=">=dev-python/twisted-2.4
+ >=dev-python/twisted-names-0.2.0"