Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 29631 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 ebuild file.
bbdb-cvs-2.35.ebuild (text/plain), 1.69 KB, created by
Markus Knittig
on 2004-04-19 11:15:07 UTC
(
hide
)
Description:
The ebuild file.
Filename:
MIME Type:
Creator:
Markus Knittig
Created:
2004-04-19 11:15:07 UTC
Size:
1.69 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >ECVS_SERVER="cvs.bbdb.sourceforge.net:/cvsroot/bbdb" >ECVS_MODULE="bbdb" >ECVS_USER="anonymous" >ECVS_CVS_OPTIONS="-dP" > >inherit elisp-common cvs > >IUSE="crypt" > >S=${WORKDIR}/${ECVS_MODULE} >DESCRIPTION="The Insidious Big Brother Database" >HOMEPAGE="http://bbdb.sourceforge.net/" >SRC_URI="" >LICENSE="GPL-2 as-is" >SLOT="0" >KEYWORDS="~x86 ~amd64" > >DEPEND="virtual/emacs" > >RDEPEND="$DEPEND >crypt? app-emacs/mailcrypt" > >src_compile() { > 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 > > cd ${S} > 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