Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29682 Details for
Bug 48345
new ebuild - bbdb-cvs-2.35
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
The new ebuild.
bbdb-2.35.ebuild (text/plain), 1.77 KB, created by
Markus Knittig
on 2004-04-20 01:09:03 UTC
(
hide
)
Description:
The new ebuild.
Filename:
MIME Type:
Creator:
Markus Knittig
Created:
2004-04-20 01:09:03 UTC
Size:
1.77 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit elisp-common > >IUSE="crypt" > >S=${WORKDIR}/${ECVS_MODULE} >DESCRIPTION="The Insidious Big Brother Database" >HOMEPAGE="http://bbdb.sourceforge.net/" >SRC_URI="http://bbdb.sourceforge.net/${P}.tar.gz >http://www.mit.edu/afs/athena/contrib/emacs-contrib/Fin/point-at.el >http://www.mit.edu/afs/athena/contrib/emacs-contrib/Fin/dates.e" >LICENSE="GPL-2 as-is" >SLOT="0" >KEYWORDS="~x86 ~amd64" > >DEPEND="virtual/emacs" > >RDEPEND="$DEPEND >crypt? app-emacs/mailcrypt" > >src_unpack() { > unpack ${P}.tar.gz > epatch ${FILESDIR}/${P}-decode-header.diff > cd ${S}/bits > mv bbdb-mail-folders.el bbdb-mail-folders.txt > sed -e "0,/^--- bbdb-mail-folders.el ---$/d" \ > -e "/^--- end ---$/,+4d" \ > bbdb-mail-folders.txt > bbdb-mail-folders.el > mv bbdb-sort-mailrc.el bbdb-sort-mailrc.txt > sed -e "0,/^Bng$/d" \ > bbdb-sort-mailrc.txt > bbdb-sort-mailrc.el > cp ${FILESDIR}/{dates,point-at}.el . > > if ! use crypt; then > rm ${S}/bits/bbdb-pgp.el > einfo "Excluding bits/bbdb-pgp.el because the \`crypt' USE flag was not" > einfo "specified." > fi >} > >src_compile() { > local myconf="--with-emacs=emacs" > autoconf > econf $myconf || die "econf failed" > emake | die > echo "(add-to-list 'load-path \"${S}/bits\")" > ${T}/lp.el > emacs -batch -q --no-site-file --no-init-file \ > -l ${T}/lp.el -f batch-byte-compile bits/*.el || die >} > >src_install() { > elisp-install ${PN} lisp/*.el lisp/*.elc || die > elisp-install ${PN}/bits bits/*.el bits/*.elc || die > elisp-site-file-install ${FILESDIR}/50bbdb-gentoo.el || die > > doinfo texinfo/*.info* > dodoc ChangeLog INSTALL README bits/*.txt > newdoc bits/README README.bits >} > >pkg_postinst() { > elisp-site-regen >} > >pkg_postrm() { > 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 48345
:
29631
|
29632
| 29682