Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147235 Details for
Bug 214667
app-emacs/yasnippet (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
yasnippet-0.4.4.ebuild
yasnippet-0.4.4.ebuild (text/plain), 750 bytes, created by
MATSUYAMA Tomohiro
on 2008-03-25 10:34:08 UTC
(
hide
)
Description:
yasnippet-0.4.4.ebuild
Filename:
MIME Type:
Creator:
MATSUYAMA Tomohiro
Created:
2008-03-25 10:34:08 UTC
Size:
750 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit elisp > >DESCRIPTION="Yet another snippet extension for Emacs" >HOMEPAGE="http://code.google.com/p/yasnippet/" >SRC_URI="http://yasnippet.googlecode.com/files/yasnippet-0.4.4.tar.bz2" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="" > >RDEPEND="" >DEPEND="${RDEPEND}" > >SITEFILE="50${PN}-gentoo.el" > >src_compile() { > elisp-compile yasnippet.el || "elisp-compile failed" >} > >src_install() { > elisp-install ${PN} yasnippet.{el,elc} || die "elisp-install failed" > elisp-site-file-install "${FILESDIR}/${SITEFILE}" \ > || die "elisp-site-file-install failed" > > insinto "${SITELISP}/${PN}" > doins -r snippets || die "doins failed" >}
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 214667
:
147235
|
147237
|
147395
|
147396
|
151017
|
151018
|
151019
|
151022