Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 280909 Details for
Bug 341855
x11-wm/sawfish-1.8.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
librep-0.92.0.ebuild
librep-0.92.0.ebuild (text/plain), 1.36 KB, created by
Pacho Ramos
on 2011-07-25 13:09:29 UTC
(
hide
)
Description:
librep-0.92.0.ebuild
Filename:
MIME Type:
Creator:
Pacho Ramos
Created:
2011-07-25 13:09:29 UTC
Size:
1.36 KB
patch
obsolete
># Copyright 1999-2010 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/dev-libs/librep/librep-0.90.6.ebuild,v 1.1 2010/06/05 21:00:33 truedfx Exp $ > >EAPI="4" > >inherit eutils multilib elisp-common > >DESCRIPTION="Shared library implementing a Lisp dialect" >HOMEPAGE="http://librep.sourceforge.net/" >SRC_URI="http://download.tuxfamily.org/librep/${P}.tar.xz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" >IUSE="emacs readline" > >RDEPEND=">=sys-libs/gdbm-1.8.0 > emacs? ( virtual/emacs ) > readline? ( sys-libs/readline )" >DEPEND="${RDEPEND} > sys-apps/texinfo" > >src_prepare() { > epatch "${FILESDIR}"/${PN}-0.92.0-disable-elisp.patch >} > >src_configure() { > econf \ > --libexecdir=/usr/$(get_libdir) \ > --without-gmp \ > --without-ffi \ > $(use_with readline) >} > >src_compile() { > emake > > if use emacs; then > elisp-compile rep-debugger.el || die "elisp-compile failed" > fi >} > >src_install() { > emake DESTDIR="${D}" install > dodoc ChangeLog MAINTAINERS NEWS README TODO > docinto doc > dodoc doc/* > > if use emacs; then > elisp-install ${PN} rep-debugger.{el,elc} || die "elisp-install failed" > elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" \ > || die "elisp-site-file-install failed" > fi >} > >pkg_postinst() { > use emacs && elisp-site-regen >} > >pkg_postrm() { > use emacs && elisp-site-regen >}
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 341855
:
255549
|
255551
|
260642
|
260644
| 280909 |
280911
|
280913
|
280915
|
281337
|
284911
|
284913
|
284915
|
284917
|
284919
|
284921
|
285295
|
285905
|
285907
|
286139