Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 109554 Details for
Bug 162909
media-sound/cm-2.10.0 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
cm-2.10.0.ebuild
cm-2.10.0.ebuild (text/plain), 1.54 KB, created by
Brice Arnould (un_brice)
on 2007-02-08 16:41:05 UTC
(
hide
)
Description:
cm-2.10.0.ebuild
Filename:
MIME Type:
Creator:
Brice Arnould (un_brice)
Created:
2007-02-08 16:41:05 UTC
Size:
1.54 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/cm/cm-2.4.2.ebuild,v 1.10 2007/01/10 19:47:14 peper Exp $ >inherit eutils elisp > >IUSE="doc emacs" > >DESCRIPTION="Common Music: An object oriented music composition environment in LISP/scheme" >HOMEPAGE="http://commonmusic.sourceforge.net" >SRC_URI="mirror://sourceforge/commonmusic/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ~ppc sparc x86" > >DEPEND="|| ( dev-lisp/cmucl > dev-lisp/sbcl > !emacs? ( dev-scheme/guile > dev-scheme/gauche ) ) > emacs? ( >=app-emacs/slime-2 )" > >S="${WORKDIR}/${PN}" >INSDIR="/usr/share/${PN}/" >SITEFILE="71cm-gentoo.el" > >src_compile() { > use emacs && elisp-comp etc/xemacs/*.el >} > >src_install() { > dodir ${INSDIR} > cp -R bin/ src/ cm.asd ${D}/${INSDIR} > dosym ${INSDIR}/bin/cm.sh /usr/bin/cm > dodoc readme.text doc/changelog.text > > if use emacs; then > elisp-install ${PN} etc/xemacs/*.el > elisp-site-file-install ${FILESDIR}/${SITEFILE} > fi > > if use doc; then > rm doc/changelog.text > dodoc etc/*.cm > docinto contrib; dodoc etc/contrib/* > docinto examples; dodoc etc/examples/* > docinto tutorials ; dodoc etc/tutorials/*.lisp; dohtml etc/tutorials/*.html > cp -R doc/ ${D}/usr/share/doc/${PF}/html/ > fi >} > >pkg_postinst() { > einfo "Byte-compiling code" > for i in 1 2; do # (operate ... ) is not recursive > echo '(quit)' | /usr/bin/cm > done >} > >pkg_postrm() { > if [ ! -e /usr/share/cm/src/cm.lisp ]; then > einfo "Removing byte-compiled code" > rm -Rf /usr/share/cm/bin/ > fi >}
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 162909
:
107516
|
109554
|
109555
|
109875
|
109879