summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Raschbacher <lordvan@gentoo.org>2005-04-08 13:56:09 +0000
committerThomas Raschbacher <lordvan@gentoo.org>2005-04-08 13:56:09 +0000
commit7cdac4123f80215fb5e6a9d2d9bf7eeaad5ef7a5 (patch)
tree9aad1748c9bb91a632a2c1a33fac0c923084161d /dev-python/twisted
parentKeyworded ~sparc wrt #88305 (diff)
downloadgentoo-2-7cdac4123f80215fb5e6a9d2d9bf7eeaad5ef7a5.tar.gz
gentoo-2-7cdac4123f80215fb5e6a9d2d9bf7eeaad5ef7a5.tar.bz2
gentoo-2-7cdac4123f80215fb5e6a9d2d9bf7eeaad5ef7a5.zip
new version
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/ChangeLog8
-rw-r--r--dev-python/twisted/Manifest12
-rw-r--r--dev-python/twisted/files/digest-twisted-2.0.01
-rw-r--r--dev-python/twisted/twisted-1.1.0.ebuild4
-rw-r--r--dev-python/twisted/twisted-1.1.1.ebuild4
-rw-r--r--dev-python/twisted/twisted-1.2.0.ebuild4
-rw-r--r--dev-python/twisted/twisted-1.2.1_alpha2.ebuild4
-rw-r--r--dev-python/twisted/twisted-1.3.0.ebuild4
-rw-r--r--dev-python/twisted/twisted-2.0.0.ebuild28
9 files changed, 52 insertions, 17 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog
index 871ee6bd3845..d57b2f919362 100644
--- a/dev-python/twisted/ChangeLog
+++ b/dev-python/twisted/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.42 2004/12/31 00:41:50 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.43 2005/04/08 13:56:09 lordvan Exp $
+
+ 08 Apr 2005; Thomas Raschbacher <lordvan@gentoo.org> twisted-2.0.0.ebuild:
+ Version bump (package split now look out for twisted-web, twisted-mail,
+ twisted-conch,... within the next few days)
31 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-python/twisted/Manifest b/dev-python/twisted/Manifest
index daba8c22dad7..75ccd0d3f77f 100644
--- a/dev-python/twisted/Manifest
+++ b/dev-python/twisted/Manifest
@@ -1,12 +1,14 @@
MD5 fd0ae9e194ccbefe15c14b30502012ad twisted-1.1.0.ebuild 1001
+MD5 32620a4b5af6d0dbee004b4ec6ac0323 twisted-1.2.0.ebuild 1049
MD5 deaee0ef55d1a8ecde191c51dd68cd6f twisted-1.3.0.ebuild 1104
-MD5 7fc40ac657cd3422491f039cd7744efc ChangeLog 8846
MD5 79b9776ae76f1267aa436a4c99aebc4c twisted-1.1.1.ebuild 1036
-MD5 32620a4b5af6d0dbee004b4ec6ac0323 twisted-1.2.0.ebuild 1049
-MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218
+MD5 7f13f4c0e5e2d675287f7dca3f2cab2f twisted-2.0.0.ebuild 882
+MD5 7fc40ac657cd3422491f039cd7744efc ChangeLog 8846
MD5 8d393d23eb1d99d77a196f17d280fe35 twisted-1.2.1_alpha2.ebuild 1105
-MD5 9e8836d4aec3a1a4f688add9c6c64877 files/digest-twisted-1.2.0 74
+MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218
MD5 5c2c68c5857f1ad5b44c0672c5fd0671 files/digest-twisted-1.1.0 74
+MD5 42bffa410158df2c1ce98e01c24a599c files/digest-twisted-1.1.1 74
+MD5 9e8836d4aec3a1a4f688add9c6c64877 files/digest-twisted-1.2.0 74
MD5 387f6df81a68c591e6f30fe8878d964b files/digest-twisted-1.3.0 74
+MD5 48ff6eb1136ce5dd8f785e589a7723d5 files/digest-twisted-2.0.0 67
MD5 ce9779a93daac96b18c398ab64999d0c files/digest-twisted-1.2.1_alpha2 80
-MD5 42bffa410158df2c1ce98e01c24a599c files/digest-twisted-1.1.1 74
diff --git a/dev-python/twisted/files/digest-twisted-2.0.0 b/dev-python/twisted/files/digest-twisted-2.0.0
new file mode 100644
index 000000000000..3117187c6959
--- /dev/null
+++ b/dev-python/twisted/files/digest-twisted-2.0.0
@@ -0,0 +1 @@
+MD5 0696ece44e7a51d5ecd2bbe65bbef53e Twisted-2.0.0.tar.bz2 1047807
diff --git a/dev-python/twisted/twisted-1.1.0.ebuild b/dev-python/twisted/twisted-1.1.0.ebuild
index b47e98604158..86577e0e5721 100644
--- a/dev-python/twisted/twisted-1.1.0.ebuild
+++ b/dev-python/twisted/twisted-1.1.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.0.ebuild,v 1.9 2004/06/25 01:51:22 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.0.ebuild,v 1.10 2005/04/08 13:56:09 lordvan Exp $
inherit distutils
diff --git a/dev-python/twisted/twisted-1.1.1.ebuild b/dev-python/twisted/twisted-1.1.1.ebuild
index 593c3e648c06..1d75c8c11e3a 100644
--- a/dev-python/twisted/twisted-1.1.1.ebuild
+++ b/dev-python/twisted/twisted-1.1.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.1.ebuild,v 1.8 2004/07/16 23:47:22 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.1.1.ebuild,v 1.9 2005/04/08 13:56:09 lordvan Exp $
inherit distutils
diff --git a/dev-python/twisted/twisted-1.2.0.ebuild b/dev-python/twisted/twisted-1.2.0.ebuild
index 44700aa224eb..522b988df74e 100644
--- a/dev-python/twisted/twisted-1.2.0.ebuild
+++ b/dev-python/twisted/twisted-1.2.0.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.10 2004/10/17 12:01:51 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.0.ebuild,v 1.11 2005/04/08 13:56:09 lordvan Exp $
inherit distutils
diff --git a/dev-python/twisted/twisted-1.2.1_alpha2.ebuild b/dev-python/twisted/twisted-1.2.1_alpha2.ebuild
index 48e65dc57d1d..c561a30fed88 100644
--- a/dev-python/twisted/twisted-1.2.1_alpha2.ebuild
+++ b/dev-python/twisted/twisted-1.2.1_alpha2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.1_alpha2.ebuild,v 1.4 2004/07/16 23:47:22 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.2.1_alpha2.ebuild,v 1.5 2005/04/08 13:56:09 lordvan Exp $
inherit distutils
diff --git a/dev-python/twisted/twisted-1.3.0.ebuild b/dev-python/twisted/twisted-1.3.0.ebuild
index 529a793f19fd..9e6804dae5d3 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-2004 Gentoo Foundation
+# Copyright 1999-2005 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.5 2004/10/23 15:45:03 weeve Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.3.0.ebuild,v 1.6 2005/04/08 13:56:09 lordvan Exp $
inherit distutils
diff --git a/dev-python/twisted/twisted-2.0.0.ebuild b/dev-python/twisted/twisted-2.0.0.ebuild
new file mode 100644
index 000000000000..176e65a9ce95
--- /dev/null
+++ b/dev-python/twisted/twisted-2.0.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-2.0.0.ebuild,v 1.1 2005/04/08 13:56:09 lordvan Exp $
+
+inherit distutils
+
+# for alphas,..
+MY_PV="${PV/_alpha/a}"
+MY_PN="Twisted"
+MY_P="${MY_PN}-${MY_PV}"
+DESCRIPTION="collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included."
+HOMEPAGE="http://www.twistedmatrix.com/"
+SRC_URI="http://tmrc.mit.edu/mirror/twisted/${MY_PN}/2.0/${MY_P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc ~alpha ~sparc"
+IUSE="gtk gtk2 doc"
+
+DEPEND=">=dev-lang/python-2.2
+ >=dev-python/pycrypto-1.9_alpha6
+ dev-python/pyserial
+ dev-python/pyopenssl
+ gtk2? ( >=dev-python/pygtk-1.99* )"
+# doc? ( =dev-python/twisted-docs-${PV} )"
+
+S=${WORKDIR}/${MY_P}
+