From 318c1f7eefddff4c0c05e3bf70feb1ddc149df26 Mon Sep 17 00:00:00 2001 From: Thomas Raschbacher Date: Sat, 30 Aug 2003 04:37:39 +0000 Subject: new version --- dev-python/twisted/ChangeLog | 7 +++- dev-python/twisted/Manifest | 7 +--- .../twisted/files/digest-twisted-1.0.7_alpha5 | 1 - dev-python/twisted/files/digest-twisted-1.0.7_rc1 | 1 + dev-python/twisted/twisted-1.0.7_alpha5.ebuild | 44 ---------------------- dev-python/twisted/twisted-1.0.7_rc1.ebuild | 44 ++++++++++++++++++++++ 6 files changed, 53 insertions(+), 51 deletions(-) delete mode 100644 dev-python/twisted/files/digest-twisted-1.0.7_alpha5 create mode 100644 dev-python/twisted/files/digest-twisted-1.0.7_rc1 delete mode 100644 dev-python/twisted/twisted-1.0.7_alpha5.ebuild create mode 100644 dev-python/twisted/twisted-1.0.7_rc1.ebuild diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index c1f2d69c8bd7..45e3a1d12c31 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,7 +1,12 @@ # ChangeLog for dev-python/twisted # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.22 2003/08/21 17:07:45 lordvan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.23 2003/08/30 04:37:26 lordvan Exp $ +*twisted-1.0.7-rc1 (30 Aug 2003) + 30 Aug 2003; Thomas Raschbacher: + removed alpha5 + added rc1 + *twisted-1.0.7-alpha5 (21 Aug 2003) 21 Aug 2003; Thomas Raschbacher : removed 1.0.7alpha4 diff --git a/dev-python/twisted/Manifest b/dev-python/twisted/Manifest index 6678d9051742..8571ccd07057 100644 --- a/dev-python/twisted/Manifest +++ b/dev-python/twisted/Manifest @@ -1,9 +1,6 @@ -MD5 b122c0af4be2339e5890335e42d4a96a twisted-1.0.7_alpha5.ebuild 1282 MD5 3c48d9afb61b5911c632c194c4fd0a51 twisted-1.0.6.ebuild 1222 -MD5 902652da5d547629fd4e8c06e435172c twisted-1.0.7_rc1.ebuild 1279 -MD5 b122c0af4be2339e5890335e42d4a96a twisted-1.0.7_rc1.ebuild~ 1282 -MD5 ec2df10291377820cd2fed1281a6bddb ChangeLog 6282 +MD5 e5a9e1ed8d65c28d0b3c4704c5cdf581 twisted-1.0.7_rc1.ebuild 1276 +MD5 b1d637b358d3a8154a18acefa899fbc3 ChangeLog 6401 MD5 19df39ef54fc4a8677998f19bb6046ac metadata.xml 218 MD5 7b72afa2517437dbde778c70b4e19af2 files/digest-twisted-1.0.6 67 MD5 784d7af8d65cba1fa9405b7072ada41b files/digest-twisted-1.0.7_rc1 70 -MD5 17f012e9209eb59b1a0613dcba6aabfd files/digest-twisted-1.0.7_alpha5 73 diff --git a/dev-python/twisted/files/digest-twisted-1.0.7_alpha5 b/dev-python/twisted/files/digest-twisted-1.0.7_alpha5 deleted file mode 100644 index 8de227fe4edd..000000000000 --- a/dev-python/twisted/files/digest-twisted-1.0.7_alpha5 +++ /dev/null @@ -1 +0,0 @@ -MD5 a4a8881d87ca8b5c8145ef32316411dc Twisted-1.0.7alpha5.tar.bz2 5218226 diff --git a/dev-python/twisted/files/digest-twisted-1.0.7_rc1 b/dev-python/twisted/files/digest-twisted-1.0.7_rc1 new file mode 100644 index 000000000000..6e2ce5f9d24d --- /dev/null +++ b/dev-python/twisted/files/digest-twisted-1.0.7_rc1 @@ -0,0 +1 @@ +MD5 75d0c8e2d206e39b40d06493d1b04624 Twisted-1.0.7rc1.tar.bz2 5202636 diff --git a/dev-python/twisted/twisted-1.0.7_alpha5.ebuild b/dev-python/twisted/twisted-1.0.7_alpha5.ebuild deleted file mode 100644 index bb9e5a438b92..000000000000 --- a/dev-python/twisted/twisted-1.0.7_alpha5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.7_alpha5.ebuild,v 1.1 2003/08/21 17:07:45 lordvan Exp $ - -IUSE="gtk2 doc" - -MY_PV="1.0.7alpha5" -S=${WORKDIR}/Twisted-${MY_PV} -DESCRIPTION="Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included." -SRC_URI="http://twisted.sourceforge.net/Twisted-${MY_PV}.tar.bz2" -HOMEPAGE="http://www.twistedmatrix.com/" -LICENSE="LGPL-2.1" -SLOT="0" -DEPEND=">=dev-lang/python-2.2* - >=dev-python/pycrypto-1.9_alpha4 - gtk? ( =dev-python/pygtk-0.6* ) - gtk2? ( >=dev-python/pygtk-1.99* )" -KEYWORDS="~x86 ~alpha ~sparc" - -inherit distutils - -src_install() { - distutils_src_install - - # of course it's documentation! - doman doc/man/*.[0-9n] - rm -rf doc/man # don't dupe the man pages - - # next few lines will install docs: 9.4 megs! - if [ -n "`use doc`" ]; then - cd ${S}/doc - dodir /usr/share/doc/${PF} - cp -r . ${D}/usr/share/doc/${PF} - fi - - # use gtk2 if they so wish - if [ -n "`use gtk2`" ]; then - sed -e 's/import manhole/import manhole2/' \ - -e 's/manhole\.run()/manhole2.run()/' \ - -i ${D}/usr/bin/manhole - fi - -} - diff --git a/dev-python/twisted/twisted-1.0.7_rc1.ebuild b/dev-python/twisted/twisted-1.0.7_rc1.ebuild new file mode 100644 index 000000000000..3ceef9232a12 --- /dev/null +++ b/dev-python/twisted/twisted-1.0.7_rc1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.7_rc1.ebuild,v 1.1 2003/08/30 04:37:26 lordvan Exp $ + +IUSE="gtk2 doc" + +MY_PV="1.0.7rc1" +S=${WORKDIR}/Twisted-${MY_PV} +DESCRIPTION="Twisted is a collection of servers and clients, which can be used either by developers of new applications or directly. Documentation included." +SRC_URI="http://twisted.sourceforge.net/Twisted-${MY_PV}.tar.bz2" +HOMEPAGE="http://www.twistedmatrix.com/" +LICENSE="LGPL-2.1" +SLOT="0" +DEPEND=">=dev-lang/python-2.2* + >=dev-python/pycrypto-1.9_alpha4 + gtk? ( =dev-python/pygtk-0.6* ) + gtk2? ( >=dev-python/pygtk-1.99* )" +KEYWORDS="~x86 ~alpha ~sparc" + +inherit distutils + +src_install() { + distutils_src_install + + # of course it's documentation! + doman doc/man/*.[0-9n] + rm -rf doc/man # don't dupe the man pages + + # next few lines will install docs: 9.4 megs! + if [ -n "`use doc`" ]; then + cd ${S}/doc + dodir /usr/share/doc/${PF} + cp -r . ${D}/usr/share/doc/${PF} + fi + + # use gtk2 if they so wish + if [ -n "`use gtk2`" ]; then + sed -e 's/import manhole/import manhole2/' \ + -e 's/manhole\.run()/manhole2.run()/' \ + -i ${D}/usr/bin/manhole + fi + +} + -- cgit v1.2.3-65-gdbad