Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 186142 Details for
Bug 263658
app-editors/moe - A powerful and user-friendly text editor
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Initial ebuild for app-editors/moe
moe-1.1.ebuild (text/plain), 720 bytes, created by
Daniel J.
on 2009-03-24 19:21:48 UTC
(
hide
)
Description:
Initial ebuild for app-editors/moe
Filename:
MIME Type:
Creator:
Daniel J.
Created:
2009-03-24 19:21:48 UTC
Size:
720 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit toolchain-funcs > >DESCRIPTION="A powerful, 8-bit clean, console text editor for ISO-8859 and ASCII character encodings." >HOMEPAGE="http://www.gnu.org/software/moe/moe.html" >SRC_URI="http://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="" > >DEPEND="sys-libs/ncurses" >RDEPEND="${DEPEND}" > >src_compile() { > tc-export CC CXX > econf CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ > || die "Econf failed" > emake || die "Emake failed" >} > >src_install() { > emake install install-man install-info DESTDIR="${D}" || die "Install failed" >} >
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 263658
:
186142
|
341456
|
347156
|
347158