diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 22:55:43 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-01-08 22:55:43 +0000 |
commit | f1d35ff610a5ca26c014aee5b20e7135240fe54f (patch) | |
tree | ccde908fc6aaa081aeb62ee90b33f371ff54e080 /dev-python | |
parent | Bump to 8.2.0, remove old (diff) | |
download | historical-f1d35ff610a5ca26c014aee5b20e7135240fe54f.tar.gz historical-f1d35ff610a5ca26c014aee5b20e7135240fe54f.tar.bz2 historical-f1d35ff610a5ca26c014aee5b20e7135240fe54f.zip |
missing IUSE. Who wants a stabbin' ?
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28 x86_64
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-mail/Manifest | 4 | ||||
-rw-r--r-- | dev-python/twisted-mail/twisted-mail-8.1.0.ebuild | 6 | ||||
-rw-r--r-- | dev-python/twisted-mail/twisted-mail-8.2.0.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/twisted-mail/Manifest b/dev-python/twisted-mail/Manifest index de66f351508f..37cc90026020 100644 --- a/dev-python/twisted-mail/Manifest +++ b/dev-python/twisted-mail/Manifest @@ -1,7 +1,7 @@ AUX twisted-mail-0.2.0-tests-2.2-compat.patch 3320 RMD160 86b7051cc14eb38bcbf7084f3fcd68e6b7172f96 SHA1 a4d58a8952886808ca7ecbc3e9f378629252ebe9 SHA256 32ba2b7488d8bd0f9cdd7a9688757c21064c9e869e7aec789529cd914ad8d59f DIST TwistedMail-8.1.0.tar.bz2 128587 RMD160 c3a65efffbe15dad87fc0a51e9f501720a65a48c SHA1 c9babe46a4327531bf6e64d5ee9b76cce446a017 SHA256 2fa79d677ff279233e940e85d8c5e4c63d77f054a6021daf3f5d89be458d3abb DIST TwistedMail-8.2.0.tar.bz2 130035 RMD160 5e0dc0e96c731bbf274f6b67143d13021d471093 SHA1 f4f310a56e321ec4bff730c324327715b7a87b57 SHA256 1ac8517feb4be92655d7c5b9ba652b279657d3c7b205e6fb267b094c87074eae -EBUILD twisted-mail-8.1.0.ebuild 506 RMD160 70194544482afac7d5a4f2b30a660109b0c2b8b4 SHA1 12e32010a13baa031e46d42717157f73e2f8a720 SHA256 2b8e28f8eb683fb578a3d9c11bfd5eae661245173e927a7de4706a278f57ca28 -EBUILD twisted-mail-8.2.0.ebuild 518 RMD160 d8c4d57a6ecffd691a8ebce7813cabc604a8286a SHA1 86348161d949ab3076e6c429ec4060350d90a68f SHA256 50e9b876d037f87d980bb0bdee6da8c35f58580d219ead5b0a25d32cd5c8b460 +EBUILD twisted-mail-8.1.0.ebuild 516 RMD160 de422c02d950b289fc83b51db75d4489dc672a63 SHA1 7503e0b1d33146853a1dec6802869f3d7d9955c2 SHA256 a7b30ce7e7f42876318ab75280ddfdca6827a792f4ee727f9b8db972c2253d1c +EBUILD twisted-mail-8.2.0.ebuild 527 RMD160 ef2987ce99ed5591330666d58b0ee9df56746f2f SHA1 264c7a49a8571cdcbb0f31f5bf8a48e51b11e2c2 SHA256 eb19f7c8d0df1bec549cf2c34a53880bb42e432bc18b520ccdaa751d363a397a MISC ChangeLog 4679 RMD160 c5b7bf52492651f18606ee405dbacdf600062380 SHA1 d468433c39117836f3c3f8293f12333a0b427b5c SHA256 e537d980eca32a46eda5e6a42884bb78dbe7fb25c3f4ba3e831a58c17825a65d MISC metadata.xml 160 RMD160 e730f96ab97c5be577a6d6d05f04990374a0dffb SHA1 2aa5e6be9c265c0e7bceb78ee9fd20df5f818e36 SHA256 6cd954a9de2307c57d32b25fa3599dee2908a4ddc6a98594f593d53577307a3a diff --git a/dev-python/twisted-mail/twisted-mail-8.1.0.ebuild b/dev-python/twisted-mail/twisted-mail-8.1.0.ebuild index d20897a0e59a..705c7954a57f 100644 --- a/dev-python/twisted-mail/twisted-mail-8.1.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-8.1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 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.1.0.ebuild,v 1.8 2008/12/20 18:34:04 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-8.1.0.ebuild,v 1.9 2009/01/08 22:55:43 patrick Exp $ MY_PACKAGE=Mail @@ -12,3 +12,5 @@ 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" + +IUSE="" diff --git a/dev-python/twisted-mail/twisted-mail-8.2.0.ebuild b/dev-python/twisted-mail/twisted-mail-8.2.0.ebuild index 8f7134e80454..795c4c1af9d5 100644 --- a/dev-python/twisted-mail/twisted-mail-8.2.0.ebuild +++ b/dev-python/twisted-mail/twisted-mail-8.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.2.0.ebuild,v 1.1 2009/01/08 22:53:48 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-mail/twisted-mail-8.2.0.ebuild,v 1.2 2009/01/08 22:55:43 patrick Exp $ MY_PACKAGE=Mail @@ -12,3 +12,5 @@ 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" + +IUSE="" |