Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 38735 Details for
Bug 35032
app-misc/mc-mp ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
app-misc/mc-mp-4.1.40_pre9.ebuild
mc-mp-4.1.40_pre9.ebuild (text/plain), 1.70 KB, created by
Dmitry S. Kulyabov
on 2004-09-02 02:15:40 UTC
(
hide
)
Description:
app-misc/mc-mp-4.1.40_pre9.ebuild
Filename:
MIME Type:
Creator:
Dmitry S. Kulyabov
Created:
2004-09-02 02:15:40 UTC
Size:
1.70 KB
patch
obsolete
># Copyright 1999-2002 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit patch extrafiles > >IUSE="${IUSE} gpm nls ncurses slang" > >MY_PN=mc >MY_P=${MY_PN}-${PV/_/-} >S=${WORKDIR}/${MY_P} > >SLOT=0 > >DESCRIPTION="GNU Midnight Commander cli-based file manager. 4.1.x branch" > >HOMEPAGE="http://mc.linuxinside.com/cgi-bin/dir.cgi" >SRC_URI="http://mc.linuxinside.com/Releases/${MY_P}.tar.bz2" > >DEPEND=">=sys-fs/e2fsprogs-1.19 > ncurses? ( >=sys-libs/ncurses-5.2-r5 ) > >=sys-libs/pam-0.72 > gpm? ( >=sys-libs/gpm-1.19.3 ) > slang? ( >=sys-libs/slang-1.4.2 ) > !app-misc/mc" > >KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa ~arm" > > >src_compile () >{ > local myconf="" > > if ! use slang && ! use ncurses > then > myconf="${myconf}" > elif > use ncurses && ! use slang > then > myconf="${myconf} --with-ncurses --without-included-slang" > else > use slang && myconf="${myconf} --with-included-slang --with-terminfo --with-slang" > fi > > myconf="${myconf} `use_with gpm gpm-mouse`" > > use nls \ > && myconf="${myconf} --with-included-gettext" \ > || myconf="${myconf} --disable-nls" > > econf \ > --with-vfs \ > --with-gnu-ld \ > --with-ext2undel \ > --with-edit \ > --enable-charset \ > --with-mcfs \ > --with-subshell \ > --with-netrc \ > --with-dusum \ > ${myconf} || die > > emake || die >} > >src_install () >{ > > einstall || die > > rm -rf ${D}/usr/man ${D}/usr/share/man > doman ${S}/doc/*.1 > doman ${S}/doc/*.8 > > > dodoc ABOUT-NLS COPYING FAQ INSTALL* NEWS README.* Specfile > cd ${S}/doc > dodoc DEVEL FILES LSM lsm.LSM > > extrafiles_install >} > > ># Local Variables: ># mode: sh ># End: >
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 35032
:
21677
|
38735
|
38736
|
38737
|
38738
|
38739
|
55334
|
55335
|
55336
|
55337
|
55338
|
55339
|
55340
|
74366
|
167059