From c795ce9527daa1b67c435f8cbfee1b8159b3fdab Mon Sep 17 00:00:00 2001 From: Marien Zwart Date: Thu, 11 Jan 2007 22:13:21 +0000 Subject: [PATCH] Version bump, make twisted dependency stricter, drop revision patched to work with python 2.5 (use the new bump instead). Package-Manager: portage-2.1.2_rc4-r8 --- dev-python/twisted-conch/ChangeLog | 11 +++++++++-- .../files/digest-twisted-conch-0.8.0 | 3 +++ .../twisted-conch/twisted-conch-0.7.0.ebuild | 6 +++--- .../twisted-conch/twisted-conch-0.8.0.ebuild | 14 ++++++++++++++ dev-python/twisted-web/ChangeLog | 11 +++++++++-- .../files/digest-twisted-web-0.7.0 | 3 +++ .../twisted-web/twisted-web-0.6.0.ebuild | 6 +++--- .../twisted-web/twisted-web-0.7.0.ebuild | 19 +++++++++++++++++++ 8 files changed, 63 insertions(+), 10 deletions(-) create mode 100644 dev-python/twisted-conch/files/digest-twisted-conch-0.8.0 create mode 100644 dev-python/twisted-conch/twisted-conch-0.8.0.ebuild create mode 100644 dev-python/twisted-web/files/digest-twisted-web-0.7.0 create mode 100644 dev-python/twisted-web/twisted-web-0.7.0.ebuild diff --git a/dev-python/twisted-conch/ChangeLog b/dev-python/twisted-conch/ChangeLog index 3f633076f2d9..cdbe733a2f31 100644 --- a/dev-python/twisted-conch/ChangeLog +++ b/dev-python/twisted-conch/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/twisted-conch -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.21 2006/10/20 20:36:58 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/ChangeLog,v 1.22 2007/01/11 22:12:38 marienz Exp $ + +*twisted-conch-0.8.0 (11 Jan 2007) + + 11 Jan 2007; Marien Zwart twisted-conch-0.7.0.ebuild, + -twisted-conch-0.7.0-r1.ebuild, +twisted-conch-0.8.0.ebuild: + Version bump, make twisted dependency stricter, drop revision patched to + work with python 2.5 (use the new bump instead). 20 Oct 2006; Bryan Østergaard twisted-conch-0.7.0.ebuild: diff --git a/dev-python/twisted-conch/files/digest-twisted-conch-0.8.0 b/dev-python/twisted-conch/files/digest-twisted-conch-0.8.0 new file mode 100644 index 000000000000..24463e3eff58 --- /dev/null +++ b/dev-python/twisted-conch/files/digest-twisted-conch-0.8.0 @@ -0,0 +1,3 @@ +MD5 f3ccdd8da6b6e26b0a1eae5e54b9b0e2 TwistedConch-0.8.0.tar.bz2 128356 +RMD160 9fd001522a92bbef48e928ca9634089276a801c2 TwistedConch-0.8.0.tar.bz2 128356 +SHA256 242ba2402d8e530a0594dc6c3668718524999f227220b0e67004b0aa9104b561 TwistedConch-0.8.0.tar.bz2 128356 diff --git a/dev-python/twisted-conch/twisted-conch-0.7.0.ebuild b/dev-python/twisted-conch/twisted-conch-0.7.0.ebuild index fb46a2a26398..1365d7ccb096 100644 --- a/dev-python/twisted-conch/twisted-conch-0.7.0.ebuild +++ b/dev-python/twisted-conch/twisted-conch-0.7.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-0.7.0.ebuild,v 1.6 2006/10/20 20:36:58 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-conch/twisted-conch-0.7.0.ebuild,v 1.7 2007/01/11 22:12:38 marienz Exp $ MY_PACKAGE=Conch @@ -10,7 +10,7 @@ DESCRIPTION="Twisted SSHv2 implementation." KEYWORDS="alpha amd64 ia64 ppc ~sparc ~x86" -DEPEND=">=dev-python/twisted-2.4 +DEPEND="=dev-python/twisted-2.4* >=dev-python/pycrypto-1.9_alpha6" diff --git a/dev-python/twisted-conch/twisted-conch-0.8.0.ebuild b/dev-python/twisted-conch/twisted-conch-0.8.0.ebuild new file mode 100644 index 000000000000..eb53a8a3ac67 --- /dev/null +++ b/dev-python/twisted-conch/twisted-conch-0.8.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-conch/twisted-conch-0.8.0.ebuild,v 1.1 2007/01/11 22:12:38 marienz Exp $ + +MY_PACKAGE=Conch + +inherit twisted eutils + +DESCRIPTION="Twisted SSHv2 implementation." + +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" + +DEPEND="=dev-python/twisted-2.5* + >=dev-python/pycrypto-1.9_alpha6" diff --git a/dev-python/twisted-web/ChangeLog b/dev-python/twisted-web/ChangeLog index 4164ed002650..3149add80234 100644 --- a/dev-python/twisted-web/ChangeLog +++ b/dev-python/twisted-web/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-python/twisted-web -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.25 2006/10/20 20:39:20 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/ChangeLog,v 1.26 2007/01/11 22:13:21 marienz Exp $ + +*twisted-web-0.7.0 (11 Jan 2007) + + 11 Jan 2007; Marien Zwart twisted-web-0.6.0.ebuild, + -twisted-web-0.6.0-r1.ebuild, +twisted-web-0.7.0.ebuild: + Version bump, make twisted dependency stricter, drop revision patched to + work with python 2.5 (use the new bump instead). 20 Oct 2006; Bryan Østergaard twisted-web-0.6.0.ebuild: diff --git a/dev-python/twisted-web/files/digest-twisted-web-0.7.0 b/dev-python/twisted-web/files/digest-twisted-web-0.7.0 new file mode 100644 index 000000000000..4c80162dbc7b --- /dev/null +++ b/dev-python/twisted-web/files/digest-twisted-web-0.7.0 @@ -0,0 +1,3 @@ +MD5 de55ee18f843bcc6372d34eb88a27c21 TwistedWeb-0.7.0.tar.bz2 263183 +RMD160 7e1c2cf1a2984a298bd2af3d3d983f559ed43e00 TwistedWeb-0.7.0.tar.bz2 263183 +SHA256 7b934d11d3920c18e1f85fb78352b5b232fa68c10ec218085abdedd167a380f1 TwistedWeb-0.7.0.tar.bz2 263183 diff --git a/dev-python/twisted-web/twisted-web-0.6.0.ebuild b/dev-python/twisted-web/twisted-web-0.6.0.ebuild index fa19602c0a8d..d6c131a49998 100644 --- a/dev-python/twisted-web/twisted-web-0.6.0.ebuild +++ b/dev-python/twisted-web/twisted-web-0.6.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.6.0.ebuild,v 1.8 2006/10/20 20:39:20 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.6.0.ebuild,v 1.9 2007/01/11 22:13:21 marienz Exp $ MY_PACKAGE=Web @@ -10,7 +10,7 @@ DESCRIPTION="Twisted web server, programmable in Python" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh ~sparc ~x86" -DEPEND=">=dev-python/twisted-2.4" +DEPEND="=dev-python/twisted-2.4*" src_unpack() { unpack ${A} diff --git a/dev-python/twisted-web/twisted-web-0.7.0.ebuild b/dev-python/twisted-web/twisted-web-0.7.0.ebuild new file mode 100644 index 000000000000..9f3326c86e07 --- /dev/null +++ b/dev-python/twisted-web/twisted-web-0.7.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-web/twisted-web-0.7.0.ebuild,v 1.1 2007/01/11 22:13:21 marienz Exp $ + +MY_PACKAGE=Web + +inherit twisted eutils + +DESCRIPTION="Twisted web server, programmable in Python" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" + +DEPEND="=dev-python/twisted-2.5*" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${PN}-0.5.0-root-skip.patch" +} -- 2.26.2