Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 15179 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]
nmh 1.1rc1 ebuild
nmh-1.1_rc1.ebuild (text/plain), 1.18 KB, created by
Claes Nästén
on 2003-07-29 03:43:01 UTC
(
hide
)
Description:
nmh 1.1rc1 ebuild
Filename:
MIME Type:
Creator:
Claes Nästén
Created:
2003-07-29 03:43:01 UTC
Size:
1.18 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-RC1 >S=${WORKDIR}/${MY_P} >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 >} > >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