Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 76728 Details for
Bug 118520
app-emacs/ecf: Emacs Configuration Framework (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-emacs/tiny-tools-2005.1101.ebuild
tiny-tools-2005.1101.ebuild (text/plain), 1.10 KB, created by
Dmitry S. Kulyabov
on 2006-01-10 05:09:40 UTC
(
hide
)
Description:
app-emacs/tiny-tools-2005.1101.ebuild
Filename:
MIME Type:
Creator:
Dmitry S. Kulyabov
Created:
2006-01-10 05:09:40 UTC
Size:
1.10 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="Emacs Tiny Tools is a collection of libraries and packages" >HOMEPAGE="http://tiny-tools.sourceforge.net" >SRC_URI="mirror://sourceforge/ecf/${P}.tar.bz2" >LICENSE="GPL" >SLOT="0" >KEYWORDS="x86 amd64" > >IUSE="" > >DEPEND="${DEPEND} > || ( virtual/emacs virtual/xemacs ) > dev-lang/perl" > >RDEPEND="${DEPEND}" > >SITELISP=/usr/share/site-lisp/common/packages >SITELISPROOT=/usr/share/site-lisp >SITELISPDOC=/usr/share/site-lisp/doc > >src_compile() >{ > # Sandbox issues > addpredict "/usr/share/info" > > mkdir -p ${HOME}/tmp > mkdir -p ${HOME}/elisp > > make || die >} > >src_install() >{ > > make install DESTDIR=${D} > > cd ${S} > for i in bin doc lisp > do > newdoc $i/ChangeLog ChangeLog.$i > done > > cd ${S}/doc > dohtml -r html/* > > docinto txt > dodoc txt/* > > if [ -n "$ELISP_DISABLE_ELC" ] > then > cd ${D} > for i in `find . -name '*.elc' -print` > do > rm -f $i > done > fi >} > ># Local Variables: ># mode: shell-script ># tab-width: 4 ># indent-tabs-mode: t ># End:
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 118520
:
76725
|
76726
|
76727
| 76728