Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 83858 Details for
Bug 128727
joe 3.2 works on ARM
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
revised ebuild
joe-3.2-r1.ebuild (text/plain), 1.21 KB, created by
Scott Alfter
on 2006-04-03 21:33:01 UTC
(
hide
)
Description:
revised ebuild
Filename:
MIME Type:
Creator:
Scott Alfter
Created:
2006-04-03 21:33:01 UTC
Size:
1.21 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit flag-o-matic > >DESCRIPTION="A free ASCII-Text Screen Editor for UNIX" >HOMEPAGE="http://sourceforge.net/projects/joe-editor/" >SRC_URI="mirror://sourceforge/joe-editor/${P}.tar.gz" > >LICENSE="GPL-1" >SLOT="0" >KEYWORDS="alpha amd64 mips ppc ~ppc-macos ppc64 sparc x86 ~arm" >IUSE="" > >DEPEND=">=sys-libs/ncurses-5.2-r2" >PROVIDE="virtual/editor" > >src_unpack() { > unpack ${A} > cd ${S} > # Fix bug #50271 (joe 3.0 documentation doesn't reflect new config file location) > sed -e 's:${prefix}/etc/joerc:@sysconfdir@/joe/joerc:' -i joerc.in > for i in jmacsrc.in jpicorc.in jstarrc.in rjoerc.in joe.1.in > do > sed -e 's:@sysconfdir@/:@sysconfdir@/joe/:' -i ${i} > done >} > >src_compile() { > # Bug 34609 (joe 2.9.8 editor seg-faults on 'find and replace' when compiled with -Os) > replace-flags "-Os" "-O2" > > econf || die > emake || die >} > >src_install() { > make install DESTDIR=${D} || die "make install failed" > dodoc ChangeLog HINTS INFO LIST NEWS README TODO >} > >pkg_postinst() { > echo > einfo "Global configuration has been moved from /etc to /etc/joe." > einfo "You should move or remove your old configuration files." > echo >}
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 128727
: 83858