Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 212426 Details for
Bug 296147
dev-util/eggy-0.3.3 ebuild request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
eggy-0.3.3 ebuild
eggy-0.3.3.ebuild (text/plain), 979 bytes, created by
Enrico Tagliavini
on 2009-12-08 01:56:20 UTC
(
hide
)
Description:
eggy-0.3.3 ebuild
Filename:
MIME Type:
Creator:
Enrico Tagliavini
Created:
2009-12-08 01:56:20 UTC
Size:
979 bytes
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >NEED_PYTHON=2.4 >EAPI="2" >SUPPORT_PYTHON_ABIS="1" > >inherit distutils > >DESCRIPTION="An IDE/editor for several programming languages, including Python, Java, C, Perl and others" >HOMEPAGE="http://eggy.yolky.org/eggy/default/about" >SRC_URI="http://eggy.googlecode.com/files/${P}.tar.bz2" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >DEPEND=" > >=dev-python/PyQt4-4.3 > >=dev-python/qscintilla-python-2 > dev-python/chardet >" >RDEPEND=" > ${DEPEND} >" > >src_unpack() >{ > distutils_src_unpack >} > >src_prepare() { > #remove the bundles chardet library > sed -i "s:'eggy\\.chardet', ::" setup.py || die "sed failed" > rm -rf ${P}/${PN}/chardet || die "rm failed" > distutils_src_prepare >} > > >src_compile() { > distutils_src_compile >} > >src_install() { > distutils_src_install >} > >pkg_postinst() { > python_mod_optimize ${PN} >} > >pkg_postrm() { > python_mod_cleanup ${PN} >} >
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 296147
: 212426