diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-01-31 23:24:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-01-31 23:24:28 +0000 |
commit | c65d384990066c0d567e67d6c88900dabd16abb0 (patch) | |
tree | bd5a02197b440d80a6d30d932a2ac3fb940a255b /dev-python/twisted-mail | |
parent | Commenting unused GRP_STAGE23_USE as it was only used by a very old version o... (diff) | |
download | gentoo-2-c65d384990066c0d567e67d6c88900dabd16abb0.tar.gz gentoo-2-c65d384990066c0d567e67d6c88900dabd16abb0.tar.bz2 gentoo-2-c65d384990066c0d567e67d6c88900dabd16abb0.zip |
Mark 0.2.0 ~alpha/~ia64
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-python/twisted-mail')
-rw-r--r-- | dev-python/twisted-mail/ChangeLog | 7 | ||||
-rw-r--r-- | dev-python/twisted-mail/twisted-mail-0.2.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/twisted-mail/ChangeLog b/dev-python/twisted-mail/ChangeLog index b8fedbadec63..d4809ee78ac1 100644 --- a/dev-python/twisted-mail/ChangeLog +++ b/dev-python/twisted-mail/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted-mail -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.3 2005/11/30 22:09:52 marienz Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/ChangeLog,v 1.4 2006/01/31 23:24:28 agriffis Exp $ + + 31 Jan 2006; Aron Griffis <agriffis@gentoo.org> twisted-mail-0.2.0.ebuild: + Mark 0.2.0 ~alpha/~ia64 30 Nov 2005; Marien Zwart <marienz@gentoo.org> -twisted-mail-0.1.0.ebuild: Remove old ebuild. diff --git a/dev-python/twisted-mail/twisted-mail-0.2.0.ebuild b/dev-python/twisted-mail/twisted-mail-0.2.0.ebuild index a92222fffecb..9caa06591a1d 100644 --- a/dev-python/twisted-mail/twisted-mail-0.2.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-0.2.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# 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.2.0.ebuild,v 1.1 2005/11/27 21:37:37 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-0.2.0.ebuild,v 1.2 2006/01/31 23:24:28 agriffis Exp $ MY_PACKAGE=Mail @@ -8,7 +8,7 @@ inherit twisted DESCRIPTION="A Twisted Mail library, server and client." -KEYWORDS="~sparc ~x86" +KEYWORDS="~alpha ~ia64 ~sparc ~x86" DEPEND=">=dev-python/twisted-2.1 dev-python/twisted-names" |