diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-13 21:07:57 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-13 21:07:57 +0000 |
commit | d71de4ff4b1d77b9703e741e0053f34700b4d5ac (patch) | |
tree | 3fbc6525b88604f994eecc351e781b6ca4089cc2 /dev-python/twisted-mail | |
parent | Fix post-installation message (diff) | |
download | historical-d71de4ff4b1d77b9703e741e0053f34700b4d5ac.tar.gz historical-d71de4ff4b1d77b9703e741e0053f34700b4d5ac.tar.bz2 historical-d71de4ff4b1d77b9703e741e0053f34700b4d5ac.zip |
Version bump.
Package-Manager: portage-2.1.5_rc10
Diffstat (limited to 'dev-python/twisted-mail')
-rw-r--r-- | dev-python/twisted-mail/twisted-mail-8.0.0.ebuild | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/twisted-mail/twisted-mail-8.0.0.ebuild b/dev-python/twisted-mail/twisted-mail-8.0.0.ebuild new file mode 100644 index 000000000000..322b1c2305fc --- /dev/null +++ b/dev-python/twisted-mail/twisted-mail-8.0.0.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-8.0.0.ebuild,v 1.1 2008/05/13 20:57:26 hawking Exp $ + +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" + +DEPEND="=dev-python/twisted-$(get_version_component_range 1-2)* + >=dev-python/twisted-names-0.2.0" |