Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 80041 Details for
Bug 123200
yappy-1.5 (New package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
the ebuild
yappy-1.5.ebuild (text/plain), 1.15 KB, created by
tiago caxias
on 2006-02-17 14:22:04 UTC
(
hide
)
Description:
the ebuild
Filename:
MIME Type:
Creator:
tiago caxias
Created:
2006-02-17 14:22:04 UTC
Size:
1.15 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils python > >DESCRIPTION="Yappy provides a lexical analyser and a LR(1) parser generator for Python applications." >HOMEPAGE="http://www.ncc.up.pt/fado/Yappy/" >SRC_URI="http://www.ncc.up.pt/~rvr/Yappy/${PN}_${PV}-2.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" #"~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~sh ~sparc" # PLEASE CHECK THESE!!! >IUSE="doc" > >DEPEND="" >RDEPEND=">=dev-lang/python-2" > >src_unpack() { > unpack ${A} > cd ${S} >} > >src_install() { > > DOCS_DIR="/usr/share/doc/${PF}/" > USR_LIB="/usr/lib/" > INSTALL_DIR="/site-packages/yappy/" > > cd ${USR_LIB} && \ > for dir in `ls -1d python* --color=no` ; \ > do dodir "${USR_LIB}"$dir"${INSTALL_DIR}" && \ > cp ${S}/*.py "${D}""${USR_LIB}"$dir"${INSTALL_DIR}" ; \ > done && \ > cd ${S} > > dodoc debian/changelog debian/copyright > > use doc && \ > insinto ${DOCS_DIR} && \ > doins Yappy.pdf && \ > doins -r html >} > >pkg_postinst(){ > einfo "The modules have been installed to you current python versions." > einfo "After adding other python versions please re-emerge this package." >}
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 123200
: 80041