diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2002-12-13 15:42:21 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2002-12-13 15:42:21 +0000 |
commit | 7929c38b5b603a8bb36a9f93d4ed28527381e039 (patch) | |
tree | 4ddd6d5f39788c4ffa410014042c36fabf1c0407 /dev-python | |
parent | New version (diff) | |
download | gentoo-2-7929c38b5b603a8bb36a9f93d4ed28527381e039.tar.gz gentoo-2-7929c38b5b603a8bb36a9f93d4ed28527381e039.tar.bz2 gentoo-2-7929c38b5b603a8bb36a9f93d4ed28527381e039.zip |
commited it on user request (might be removed after at least twisted.web.woven is stable)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/twisted-cvs/ChangeLog | 12 | ||||
-rw-r--r-- | dev-python/twisted-cvs/files/digest-twisted-cvs-20021104 | 0 | ||||
-rw-r--r-- | dev-python/twisted-cvs/twisted-cvs-20021104.ebuild | 58 |
3 files changed, 70 insertions, 0 deletions
diff --git a/dev-python/twisted-cvs/ChangeLog b/dev-python/twisted-cvs/ChangeLog new file mode 100644 index 000000000000..0bdf82a3c0e4 --- /dev/null +++ b/dev-python/twisted-cvs/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for dev-python/twisted +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted-cvs/ChangeLog,v 1.1 2002/12/13 15:42:21 lordvan Exp $ + +*twisted-cvs-20021104 (12 Dec 2002) Thomas Raschbacher <lordvan@gentoo.org> + Added dep for dev-python/pycrypto + Added IUSE + Added to portage tree on user request(for the moment) + + +*twisted-cvs-20021023 (23. Oct 2002) Thomas Raschbacher <lordvan@lordvan.com> + Added twisted-cvs.(It's almost a copy of twisted-1.0.0)
\ No newline at end of file diff --git a/dev-python/twisted-cvs/files/digest-twisted-cvs-20021104 b/dev-python/twisted-cvs/files/digest-twisted-cvs-20021104 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/dev-python/twisted-cvs/files/digest-twisted-cvs-20021104 diff --git a/dev-python/twisted-cvs/twisted-cvs-20021104.ebuild b/dev-python/twisted-cvs/twisted-cvs-20021104.ebuild new file mode 100644 index 000000000000..7e2129247bf1 --- /dev/null +++ b/dev-python/twisted-cvs/twisted-cvs-20021104.ebuild @@ -0,0 +1,58 @@ +# 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-cvs/twisted-cvs-20021104.ebuild,v 1.1 2002/12/13 15:42:21 lordvan Exp $ + +ECVS_USER="anon" +ECVS_SERVER="twistedmatrix.com:/cvs" +ECVS_MODULE="Twisted" +ECVS_CVS_OPTIONS="-dP" + +inherit cvs + +S=${WORKDIR}/${ECVS_MODULE} +DESCRIPTION="Twisted is a framework, written in Python, for writing networked applications." +SRC_URI="" +HOMEPAGE="http://www.twistedmatrix.com/" +LICENSE="LGPL-2.1" +SLOT="0" +RDEPEND="virtual/python" +DEPEND="$DEPEND + >=dev-python/epydoc-1.1 + >=dev-python/pycrypto-1.9_alpha4" +KEYWORDS="~x86 ~alpha" +IUSE="" + +inherit distutils + +src_compile() { + distutils_src_compile + ## .ps & pdf generation (book) sandbox violation .. + ##${S}/admin/process-docs + # from admin/release-twisted +# cd ${S} +# epydoc -o doc/api twisted/* && +# cp doc/api/index.html doc/api/index.html.bak && +# cp doc/api/epydoc-index.html doc/api/index.html +# tree doc/api +} + +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/*.[0-9n] + rm -rf doc/man # don't dupe the man pages + cd doc + cp -r . ${D}/usr/share/doc/${PF} + cd ../ + +} + +pkg_postinst() { + echo + einfo "This is for testing only! Do not submit bugs regarding this to" + einfo "Bugzilla. Instead mail me at lordvan@gentoo.org" + echo +}
\ No newline at end of file |