Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 100149 Details for
Bug 152282
Patch for cheetah to lay a .egg - dev-python/cheetah-2.0_rc6.ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Edited dev-python/cheetah-2.0_rc6.ebuild
cheetah-2.0_rc6.ebuild (text/plain), 818 bytes, created by
Tim Cera
on 2006-10-21 11:31:50 UTC
(
hide
)
Description:
Edited dev-python/cheetah-2.0_rc6.ebuild
Filename:
MIME Type:
Creator:
Tim Cera
Created:
2006-10-21 11:31:50 UTC
Size:
818 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-python/cheetah/cheetah-2.0_rc6.ebuild,v 1.1 2006/03/29 09:36:05 lucass Exp $ > >inherit distutils > >MY_P=${P/ch/Ch} >MY_P=${MY_P/_rc/rc} > >DESCRIPTION="Python-powered template engine and code generator." >HOMEPAGE="http://www.cheetahtemplate.org/" >SRC_URI="mirror://sourceforge/cheetahtemplate/${MY_P}.tar.gz" >LICENSE="PSF-2.2" >IUSE="" >KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc-macos ~sparc ~x86" >SLOT="0" >DEPEND=">=dev-lang/python-2.2" >S=${WORKDIR}/${MY_P} > >PYTHON_MODNAME="Cheetah" >DOCS="README CHANGES TODO" > > >src_unpack() { > unpack "${A}" > epatch "${FILESDIR}/cheetah-2.0rc6.diff" >} > >pkg_postinst() { > ewarn "This release requires re-compilation of all compiled templates!" >}
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 152282
: 100149 |
100150
|
100151