diff options
author | Ali Polatel <hawking@gentoo.org> | 2008-05-13 20:57:26 +0000 |
---|---|---|
committer | Ali Polatel <hawking@gentoo.org> | 2008-05-13 20:57:26 +0000 |
commit | c44b72fb1591afebe6bbf1a6b2a3f7e579aec54b (patch) | |
tree | ae185d728e28fa6adc3b280fc9ffe005e9b2c978 /dev-python/twisted-mail | |
parent | Version bump. (diff) | |
download | gentoo-2-c44b72fb1591afebe6bbf1a6b2a3f7e579aec54b.tar.gz gentoo-2-c44b72fb1591afebe6bbf1a6b2a3f7e579aec54b.tar.bz2 gentoo-2-c44b72fb1591afebe6bbf1a6b2a3f7e579aec54b.zip |
Version bump.
(Portage version: 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" |