diff options
author | Aron Griffis <agriffis@gentoo.org> | 2006-02-06 03:04:29 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2006-02-06 03:04:29 +0000 |
commit | 6ddd6b4ba8b0f32140c4a1d25ca94c49aee285ca (patch) | |
tree | 92d884bdfef2f14c72e81e32f06c5dc9a0a8da7d /dev-python/twisted | |
parent | Mark 1.4.2 stable on ia64 (diff) | |
download | historical-6ddd6b4ba8b0f32140c4a1d25ca94c49aee285ca.tar.gz historical-6ddd6b4ba8b0f32140c4a1d25ca94c49aee285ca.tar.bz2 historical-6ddd6b4ba8b0f32140c4a1d25ca94c49aee285ca.zip |
Mark 1.3.0 stable on alpha
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'dev-python/twisted')
-rw-r--r-- | dev-python/twisted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/twisted/Manifest | 10 | ||||
-rw-r--r-- | dev-python/twisted/twisted-1.3.0.ebuild | 4 |
3 files changed, 16 insertions, 3 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index 55638c924f9a..a3239d594ec3 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.58 2006/02/02 19:29:01 marienz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.59 2006/02/06 03:04:29 agriffis Exp $ + + 06 Feb 2006; Aron Griffis <agriffis@gentoo.org> twisted-1.3.0.ebuild: + Mark 1.3.0 stable on alpha 02 Feb 2006; Marien Zwart <marienz@gentoo.org> Manifest: Fix rmd160 digests. diff --git a/dev-python/twisted/Manifest b/dev-python/twisted/Manifest index 96c31d36bc4a..aac44305beab 100644 --- a/dev-python/twisted/Manifest +++ b/dev-python/twisted/Manifest @@ -1,3 +1,6 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 9c4dad1c4d6b973a3b1bc60ced3df36e ChangeLog 11500 RMD160 2455e832561b325c3cd379c56b0916ab2647542b ChangeLog 11500 SHA256 850d2e8fda38d56c8265204779b8f9ba0cc8daa924fb8956317aee138580be7b ChangeLog 11500 @@ -43,3 +46,10 @@ SHA256 1ff2d9ba4f1b641ea22269c72801b72581ad35479808d6755aea2caac25a9638 twisted- MD5 594fb659773dc51c1f0c8b03a4f24e90 twisted-2.1.0.ebuild 3044 RMD160 aa9f70996d8c2b2797e7f80e643277b04ad4bbc9 twisted-2.1.0.ebuild 3044 SHA256 46ad17bb5d27d534e9b5d5d43c24c4840e6e987dac5fbee4d2547f497e87582a twisted-2.1.0.ebuild 3044 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.2 (GNU/Linux) + +iD8DBQFD5rzGJrHF4yAQTrARAjs3AJ9v9YjLpmNMXB8UGi87O1bjTIvU3QCgmOxb +c/dHXJuMh/MwHuRk3ZcT/UY= +=9Tq1 +-----END PGP SIGNATURE----- diff --git a/dev-python/twisted/twisted-1.3.0.ebuild b/dev-python/twisted/twisted-1.3.0.ebuild index 6532a14c4025..10c692df6bd0 100644 --- a/dev-python/twisted/twisted-1.3.0.ebuild +++ b/dev-python/twisted/twisted-1.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.3.0.ebuild,v 1.10 2006/01/31 21:14:28 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.3.0.ebuild,v 1.11 2006/02/06 03:04:29 agriffis Exp $ inherit distutils @@ -12,7 +12,7 @@ SRC_URI="http://twisted.sourceforge.net/Twisted_NoDocs-${MY_PV}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86" +KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc ~x86" IUSE="gtk doc" DEPEND=">=dev-lang/python-2.2 |