Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 4453 Details for
Bug 8814
new ebuild for Twisted
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
mentioned ebuild
twisted-0.99.2.ebuild (text/plain), 877 bytes, created by
Thomas Raschbacher
on 2002-10-06 12:06:42 UTC
(
hide
)
Description:
mentioned ebuild
Filename:
MIME Type:
Creator:
Thomas Raschbacher
Created:
2002-10-06 12:06:42 UTC
Size:
877 bytes
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License, v2 or later > >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://twisted.sourceforge.net/Twisted-${PV}.tar.bz2" >HOMEPAGE="http://www.twistedmatrix.com/" >LICENSE="LGPL-2.1" >SLOT="0" >DEPEND="virtual/python" >RDEPEND="$DEPEND" >KEYWORDS="x86 sparc sparc64" > >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 >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 8814
: 4453 |
4939
|
4940
|
4941
|
4942
|
4968
|
4969
|
5068