diff options
author | Bart Verwilst <verwilst@gentoo.org> | 2002-10-26 15:25:15 +0000 |
---|---|---|
committer | Bart Verwilst <verwilst@gentoo.org> | 2002-10-26 15:25:15 +0000 |
commit | f1f234d3d56ae8d76e2ffacf51ad95d65916ade5 (patch) | |
tree | 6498aecbd909105ab2e9f4a60b2c77147549544a | |
parent | Security update. (diff) | |
download | gentoo-2-f1f234d3d56ae8d76e2ffacf51ad95d65916ade5.tar.gz gentoo-2-f1f234d3d56ae8d76e2ffacf51ad95d65916ade5.tar.bz2 gentoo-2-f1f234d3d56ae8d76e2ffacf51ad95d65916ade5.zip |
new version
-rw-r--r-- | dev-python/twisted/ChangeLog | 4 | ||||
-rw-r--r-- | dev-python/twisted/files/digest-twisted-0.18.0 | 1 | ||||
-rw-r--r-- | dev-python/twisted/files/digest-twisted-0.19.0 | 1 | ||||
-rw-r--r-- | dev-python/twisted/files/digest-twisted-0.99.4 | 1 | ||||
-rw-r--r-- | dev-python/twisted/files/digest-twisted-1.0.0 | 1 | ||||
-rw-r--r-- | dev-python/twisted/twisted-0.18.0.ebuild | 29 | ||||
-rw-r--r-- | dev-python/twisted/twisted-0.19.0.ebuild | 29 | ||||
-rw-r--r-- | dev-python/twisted/twisted-1.0.0.ebuild (renamed from dev-python/twisted/twisted-0.99.4.ebuild) | 6 |
8 files changed, 6 insertions, 66 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog index 8e58854b39b0..260b5c4bdd6b 100644 --- a/dev-python/twisted/ChangeLog +++ b/dev-python/twisted/ChangeLog @@ -1,6 +1,8 @@ # ChangeLog for dev-python/twisted # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.4 2002/10/14 13:02:39 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.5 2002/10/26 15:25:15 verwilst Exp $ + +*twisted-1.0.0 (26 Okt 2002) Bart Verwilst <verwilst@gentoo.org> *twisted-0.99.4 (14 Okt 2002) Bart Verwilst <verwilst@gentoo.org> diff --git a/dev-python/twisted/files/digest-twisted-0.18.0 b/dev-python/twisted/files/digest-twisted-0.18.0 deleted file mode 100644 index 3a0685998108..000000000000 --- a/dev-python/twisted/files/digest-twisted-0.18.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 73166bc1583e40150ced25e6ecdeaf85 Twisted-0.18.0.tar.bz2 763584 diff --git a/dev-python/twisted/files/digest-twisted-0.19.0 b/dev-python/twisted/files/digest-twisted-0.19.0 deleted file mode 100644 index 190b35c0698b..000000000000 --- a/dev-python/twisted/files/digest-twisted-0.19.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 3ae01a714ee7c09f1da046f7ad3f5b1b Twisted-0.19.0.tar.bz2 951619 diff --git a/dev-python/twisted/files/digest-twisted-0.99.4 b/dev-python/twisted/files/digest-twisted-0.99.4 deleted file mode 100644 index 5ed2c23969fd..000000000000 --- a/dev-python/twisted/files/digest-twisted-0.99.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 d6b2e3fba94a2c9904204568d6bdc8d1 Twisted-0.99.4.tar.bz2 1400472 diff --git a/dev-python/twisted/files/digest-twisted-1.0.0 b/dev-python/twisted/files/digest-twisted-1.0.0 new file mode 100644 index 000000000000..65feaf5fb2fa --- /dev/null +++ b/dev-python/twisted/files/digest-twisted-1.0.0 @@ -0,0 +1 @@ +MD5 a4624e6caf9a63e54355aab97b8b6ff6 Twisted-1.0.0.tar.bz2 1398308 diff --git a/dev-python/twisted/twisted-0.18.0.ebuild b/dev-python/twisted/twisted-0.18.0.ebuild deleted file mode 100644 index b7c552cd7d0a..000000000000 --- a/dev-python/twisted/twisted-0.18.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 - -S=${WORKDIR}/Twisted-${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://www.twistedmatrix.com/downloads/Twisted-${PV}.tar.bz2" -HOMEPAGE="http://www.twistedmatrix.com/" -LICENSE="LGPL-2.1" -SLOT="0" -DEPEND="virtual/python" -RDEPEND="$DEPEND" -KEYWORDS="x86 sparc sparc64 alpha" - -src_compile() { - python setup.py build || die -} - -src_install() { - python setup.py install --root=${D} --prefix=/usr || die - # next few lines will install docs: 9.4 megs! - dodir /usr/share/doc/${PF} - # of course it's documentation! - cd doc - cp -r . ${D}/usr/share/doc/${PF} - cd ../ - rm -rf doc/man # don't dupe the man pages - doman doc/man/* - dodoc README TODO CREDITS -} diff --git a/dev-python/twisted/twisted-0.19.0.ebuild b/dev-python/twisted/twisted-0.19.0.ebuild deleted file mode 100644 index 4c4531465fa8..000000000000 --- a/dev-python/twisted/twisted-0.19.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 - -S=${WORKDIR}/Twisted-${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://www.twistedmatrix.com/downloads/Twisted-${PV}.tar.bz2" -HOMEPAGE="http://www.twistedmatrix.com/" -LICENSE="LGPL-2.1" -SLOT="0" -DEPEND="virtual/python" -RDEPEND="$DEPEND" -KEYWORDS="x86 sparc sparc64 alpha" - -inherit distutils - -src_install() { - distutils_src_install - - # next few lines will install docs: 9.4 megs! - dodir /usr/share/doc/${PF} - # of course it's documentation! - doman doc/man/* - rm -rf doc/man # don't dupe the man pages - cd doc - cp -r . ${D}/usr/share/doc/${PF} - cd ../ -# should be taken care of by the distutils install -# dodoc README TODO CREDITS -} diff --git a/dev-python/twisted/twisted-0.99.4.ebuild b/dev-python/twisted/twisted-1.0.0.ebuild index 31b6016cb310..07a51fb0bb28 100644 --- a/dev-python/twisted/twisted-0.99.4.ebuild +++ b/dev-python/twisted/twisted-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 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-0.99.4.ebuild,v 1.2 2002/10/17 16:36:53 bjb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/twisted-1.0.0.ebuild,v 1.1 2002/10/26 15:25:15 verwilst Exp $ S=${WORKDIR}/Twisted-${PV} DESCRIPTION="Twisted is a framework, written in Python, for writing networked applications." @@ -10,7 +10,7 @@ LICENSE="LGPL-2.1" SLOT="0" DEPEND="virtual/python" RDEPEND="$DEPEND" -KEYWORDS="~x86 alpha" +KEYWORDS="x86 alpha" inherit distutils @@ -26,7 +26,5 @@ src_install() { cd doc cp -r . ${D}/usr/share/doc/${PF} cd ../ - # should be taken care of by the distutils install - # dodoc README TODO CREDITS } |