Version bump, make twisted dependency stricter, drop revision patched to work with...
authorMarien Zwart <marienz@gentoo.org>
Thu, 11 Jan 2007 22:13:21 +0000 (22:13 +0000)
committerMarien Zwart <marienz@gentoo.org>
Thu, 11 Jan 2007 22:13:21 +0000 (22:13 +0000)
Package-Manager: portage-2.1.2_rc4-r8

dev-python/twisted-conch/ChangeLog
dev-python/twisted-conch/files/digest-twisted-conch-0.8.0 [new file with mode: 0644]
dev-python/twisted-conch/twisted-conch-0.7.0.ebuild
dev-python/twisted-conch/twisted-conch-0.8.0.ebuild [new file with mode: 0644]
dev-python/twisted-web/ChangeLog
dev-python/twisted-web/files/digest-twisted-web-0.7.0 [new file with mode: 0644]
dev-python/twisted-web/twisted-web-0.6.0.ebuild
dev-python/twisted-web/twisted-web-0.7.0.ebuild [new file with mode: 0644]

index 3f633076f2d960c033ea913c06575996ae67c8a9..cdbe733a2f31f8b77b5cbd74df051bff5e4e511d 100644 (file)
@@ -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 <marienz@gentoo.org> 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 <kloeri@gentoo.org>
   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 (file)
index 0000000..24463e3
--- /dev/null
@@ -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
index fb46a2a26398c0a0b2b2334c0e728b5afe0dc795..1365d7ccb096866261ef0c30b1e04a6167ab4025 100644 (file)
@@ -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 (file)
index 0000000..eb53a8a
--- /dev/null
@@ -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"
index 4164ed00265024ed92e1f379e6e8d281803b8487..3149add802346ee6036816988fb305f9c78273ef 100644 (file)
@@ -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 <marienz@gentoo.org> 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 <kloeri@gentoo.org>
   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 (file)
index 0000000..4c80162
--- /dev/null
@@ -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
index fa19602c0a8dc7f510cf4b04b071db627ea17706..d6c131a499980e877a6fb2d3b5e7bc43d96f853b 100644 (file)
@@ -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 (file)
index 0000000..9f3326c
--- /dev/null
@@ -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"
+}