Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 50966 Details for
Bug 81547
MicroEmacs incorrectly produces a C-c key when pressing AltGr
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Modified ebuild to incorporate the patch
jasspa-microemacs-20040301-r1.ebuild (text/plain), 1.74 KB, created by
Matti P. T. Juvonen
on 2005-02-10 17:10:05 UTC
(
hide
)
Description:
Modified ebuild to incorporate the patch
Filename:
MIME Type:
Creator:
Matti P. T. Juvonen
Created:
2005-02-10 17:10:05 UTC
Size:
1.74 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-editors/jasspa-microemacs/jasspa-microemacs-20040301.ebuild,v 1.7 2005/01/01 13:28:01 eradicator Exp $ > >inherit eutils > >MY_PV=${PV:2} # 20021205 -> 021205 > >DESCRIPTION="Jasspa Microemacs" >HOMEPAGE="http://www.jasspa.com/" >SRC_URI="http://www.jasspa.com/release_${MY_PV}/jasspa-memacros-${PV}.tar.gz > http://www.jasspa.com/release_${MY_PV}/jasspa-mehtml-${PV}.tar.gz > http://www.jasspa.com/release_${MY_PV}/jasspa-mesrc-${PV}.tar.gz > http://www.jasspa.com/release_${MY_PV}/meicons-extra.tar.gz" ># http://www.jasspa.com/release_${MY_PV}/me.ehf.gz ># http://www.jasspa.com/release_${MY_PV}/meicons.tar.gz >## http://www.jasspa.com/spelling/ls_enus.tar.gz >## http://www.jasspa.com/release_${MY_PV}/readme.jasspa_gnome > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ppc" >IUSE="X" > >DEPEND="virtual/libc > sys-libs/ncurses > X? ( virtual/x11 )" > >S="${WORKDIR}/me${MY_PV}/src" > >src_unpack() { > unpack jasspa-mesrc-${PV}.tar.gz > cd ${T} > # everything except jasspa-mesrc > unpack ${A/jasspa-mesrc-${PV}.tar.gz/} > cd ${S} > epatch ${FILESDIR}/${P}-xorg.patch >} > >src_compile() { > sed -i "/^COPTIMISE/s/.*/COPTIMISE = ${CFLAGS}/" linux2.gmk > local loadpath="~/.jasspa:/usr/share/jasspa/site:/usr/share/jasspa" > if use X > then > ./build -p "$loadpath" > else > ./build -t c -p "$loadpath" > fi > mv me me32 > cat >me <<'EOT' >#!/bin/bash >if [[ -n "$DISPLAY" ]] >then > set +m; /usr/bin/me32 "$@" >else > # ixon allows ctrl S to be used for searching > stty -ixon; /usr/bin/me32 "$@"; stty ixon >fi >EOT >} > >src_install() { > dodir /usr/share/jasspa > keepdir /usr/share/jasspa/site > dobin me me32 || die > dodoc ../*.txt ../change.log > cp -r ${T}/* ${D}/usr/share/jasspa >}
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 81547
: 50966 |
50967