Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 229873 Details for
Bug 313957
media-sound/lilycomp: Verify and potentially improve Python-related code
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
lilycomp-1.0.2-r2.ebuild
lilycomp-1.0.2-r1.ebuild (text/plain), 779 bytes, created by
David Abbott
on 2010-05-01 01:07:52 UTC
(
hide
)
Description:
lilycomp-1.0.2-r2.ebuild
Filename:
MIME Type:
Creator:
David Abbott
Created:
2010-05-01 01:07:52 UTC
Size:
779 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/lilycomp/lilycomp-1.0.2-r1.ebuild,v 1.1 2008/10/26 23:40:48 hawking Exp $ > >EAPI="2" > >RESTRICT_PYTHON_ABIS="3.*" >PYTHON_DEPEND="2::2.6" > >inherit python > >MY_P="${P/-/.}" > >DESCRIPTION="graphical note entry program for use with LilyPond" >HOMEPAGE="http://lilycomp.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~ppc ~sparc ~x86" >IUSE="" > >DEPEND="dev-lang/python[tk]" >RDEPEND="${DEPEND}" > >pkg_setup() { > python_set_active_version 2 >} > >S="${WORKDIR}/${MY_P}" > >src_install() { > newbin lilycomp.py lilycomp || die "newbin failed" > dohtml *.html > dodoc [[:upper:]]* >}
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 313957
:
229873
|
229951
|
229961