Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 8171 Details for
Bug 15379
Ebuild for the nice editor (ne) version 1.19
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ne-1.19-r1.ebuild
ne-1.19-r1.ebuild (text/plain), 912 bytes, created by
Marc Heerdink
on 2003-02-11 16:26:16 UTC
(
hide
)
Description:
ne-1.19-r1.ebuild
Filename:
MIME Type:
Creator:
Marc Heerdink
Created:
2003-02-11 16:26:16 UTC
Size:
912 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >S=${WORKDIR}/${P} >DESCRIPTION="ne is the nice editor, easy to use for the beginner and powerful for the wizard" >SRC_URI="http://ne.dsi.unimi.it/${P}.tar.gz" >HOMEPAGE="http://ne.dsi.unimi.ti/" > >DEPEND="ncurses? ( >=sys-libs/ncurses-5.2 )" >PROVIDE="virtual/editor" > >SLOT="0" >KEYWORDS="~x86" >LICENSE="GPL-2" >IUSE="ncurses" > >src_compile() { > if [ "`use ncurses`" ]; then > emake -C src ne CFLAGS="${CFLAGS} -DNODEBUG -D_POSIX_C_SOURCE=199506L" LIBS="-lncurses" || die > else > emake -C src net CFLAGS="${CFLAGS} -DNODEBUG -DTERMCAP -D_POSIX_C_SOURCE=199506L" LIBS="" || die > fi >} > >src_install() { > gunzip doc/ne.info*gz > > into /usr > > dobin src/ne > doman doc/ne.1 > doinfo doc/*.info* > dohtml doc/*.html > dodoc CHANGES COPYING README > dodoc doc/*.txt doc/*.ps doc/*.texinfo doc/default.* >}
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 15379
:
8091
|
8092
| 8171