Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32064 Details for
Bug 22173
nmh needs a version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated ebuild
nmh-1.1_rc3.ebuild (text/plain), 1.25 KB, created by
Sam Yates
on 2004-05-26 04:17:07 UTC
(
hide
)
Description:
updated ebuild
Filename:
MIME Type:
Creator:
Sam Yates
Created:
2004-05-26 04:17:07 UTC
Size:
1.25 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/net-mail/nmh/nmh-1.0.4-r2.ebuild,v 1.7 2003/02/13 14:34:59 vapier Exp $ > >MY_P=${PN}-1.1-RC3 >S=${WORKDIR}/nmh >DESCRIPTION="New MH mail reader" >SRC_URI="http://savannah.nongnu.org/download/nmh/${MY_P}.tar.gz" >HOMEPAGE="http://www.mhost.com/nmh/" > >SLOT="0" >LICENSE="as-is" >KEYWORDS="x86 sparc sparc64" > >DEPEND="virtual/glibc > =sys-libs/db-1.85* > >=sys-libs/ncurses-5.2" > >src_unpack() { > cd ${WORKDIR} > unpack ${MY_P}.tar.gz > cd ${S} > > epatch ${FILESDIR}/nmh-inc-login.diff > epatch ${FILESDIR}/nmh-configure-vitest.patch > epatch ${FILESDIR}/nmh-install.patch >} > >src_compile() { > # Make sure EDITOR is set > if [ -z ${EDITOR} ]; then > einfo "EDITOR unset, using /bin/nano" > export EDITOR="/bin/nano" > fi > > ./configure --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 22173
:
12765
|
15179
|
15180
| 32064 |
32065
|
32066