Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 173682 Details for
Bug 224807
mail-client/nmh 1.3 is out. Bump?
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
proposed ebuild for nmh-1.3
nmh-1.3.ebuild (text/plain), 1.72 KB, created by
Brad Allen
on 2008-11-28 18:52:48 UTC
(
hide
)
Description:
proposed ebuild for nmh-1.3
Filename:
MIME Type:
Creator:
Brad Allen
Created:
2008-11-28 18:52:48 UTC
Size:
1.72 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/mail-client/nmh/nmh-1.1-r1.ebuild,v 1.5 2005/11/23 00:36:48 metalgod Exp $ > >inherit eutils >DESCRIPTION="New MH mail reader" >SRC_URI="http://savannah.nongnu.org/download/nmh/${P}.tar.gz" >HOMEPAGE="http://www.nongnu.org/nmh/" > >SLOT="0" >LICENSE="as-is" >KEYWORDS="~amd64 ppc sparc x86" >IUSE="" > >DEPEND="virtual/libc > || ( =sys-libs/db-1.85* sys-libs/gdbm ) > >=sys-libs/ncurses-5.2" > >#u# S=${WORKDIR}/${PN} > >src_unpack() { > unpack ${A} > cd "${S}" > > # Patches from bug #22173. > epatch ${FILESDIR}/${P}-inc-login.patch || die "epatch failed" > epatch ${FILESDIR}/${P}-install.patch || die "epatch failed" >#u# # vi test access violation patch >#u# epatch ${FILESDIR}/${P}-configure-vitest.patch || die "epatch failed" > # bug #57886 > epatch ${FILESDIR}/${P}-m_getfld.patch || die "epatch failed" >#u# # bug #69688 >#u# epatch ${FILESDIR}/${P}-annotate-fix.patch || die "epatch failed" >} > >src_compile() { > [ -z "${EDITOR}" ] && export EDITOR="prompter" > [ -z "${PAGER}" ] && export PAGER="/usr/bin/more" > > # Redefining libdir to be bindir so the support binaries get installed > # correctly. Since no libraries are installed with nmh, this does not > # pose a problem at this time. > econf \ > --prefix=/usr \ > --mandir=/usr/share/man \ > --with-editor=${EDITOR} \ > --with-pager=${PAGER} \ > --enable-nmh-pop \ > --sysconfdir=/etc/nmh \ > --libdir=/usr/bin \ > || die > make || die >} > >src_install() { > make prefix=${D}/usr \ > mandir=${D}/usr/share/man \ > libdir=${D}/usr/bin \ > etcdir=${D}/etc/nmh install || die > dodoc COMPLETION-TCSH COMPLETION-ZSH TODO FAQ DIFFERENCES \ > MAIL.FILTERING Changelog* COPYRIGHT >}
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 224807
:
173682
|
173684
|
173685
|
173686
|
173688
|
173689
|
173691