Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 94079 Details for
Bug 142835
app-editors/fte-20051115: please test and mark stable
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated version of the ebuild that emerges correctly.
fte-20050108-r3.ebuild (text/plain), 2.07 KB, created by
Jason Wever (RETIRED)
on 2006-08-12 11:05:56 UTC
(
hide
)
Description:
Updated version of the ebuild that emerges correctly.
Filename:
MIME Type:
Creator:
Jason Wever (RETIRED)
Created:
2006-08-12 11:05:56 UTC
Size:
2.07 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-editors/fte/fte-20050108-r3.ebuild,v 1.4 2006/01/18 13:02:21 hanno Exp $ > >inherit eutils > >DESCRIPTION="Lightweight text-mode editor" >HOMEPAGE="http://fte.sourceforge.net" >SRC_URI="mirror://sourceforge/fte/${P}-src.zip > mirror://sourceforge/fte/${P}-common.zip" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="amd64 ppc sparc x86" >IUSE="gpm slang X" >S=${WORKDIR}/${PN} > >RDEPEND="|| ( ( > x11-libs/libXdmcp > x11-libs/libXau > x11-libs/libX11 > ) virtual/x11 ) > >=sys-libs/ncurses-5.2 > gpm? ( >=sys-libs/gpm-1.20 )" >DEPEND="${RDEPEND} > slang? ( sys-libs/slang ) > app-arch/unzip" > >set_targets() { > export TARGETS="" > use slang && TARGETS="$TARGETS sfte" > use X && TARGETS="$TARGETS xfte" > > TARGETS="$TARGETS vfte" >} > >src_unpack() { > unpack ${P}-src.zip > unpack ${P}-common.zip > > cd ${S} > > epatch ${FILESDIR}/fte-gcc34 > epatch ${FILESDIR}/${PN}-new_keyword.patch > > set_targets > sed \ > -e "s:@targets@:${TARGETS}:" \ > -e "s:@cflags@:${CFLAGS}:" \ > -i src/fte-unix.mak > > if ! use gpm; then > sed \ > -e "s:#define USE_GPM://#define USE_GPM:" \ > -i src/con_linux.cpp > sed \ > -e "s:-lgpm::" \ > -i src/fte-unix.mak > fi > > cat /usr/include/linux/keyboard.h \ > | grep -v "wait.h" \ > > src/hacked_keyboard.h > > sed \ > -e "s:<linux/keyboard.h>:\"hacked_keyboard.h\":" \ > -i src/con_linux.cpp >} > >src_compile() { > DEFFLAGS="PREFIX=/usr CONFIGDIR=/usr/share/fte \ > DEFAULT_FTE_CONFIG=../config/main.fte OPTIMIZE=" > > set_targets > emake $DEFFLAGS TARGETS="$TARGETS" all || die >} > >src_install() { > local files > into /usr > > set_targets > files="${TARGETS} cfte compkeys" > > for i in ${files} ; do > dobin src/$i ; > done > > dobin ${FILESDIR}/fte > > dodoc Artistic CHANGES BUGS HISTORY README TODO > > keepdir /etc/fte > > dohtml doc/INDEX doc/*.html ${D}/usr/share/doc/${P}/html > > dodir /usr/share/fte > cp -R config/* ${D}/usr/share/fte > rm -rf ${D}/usr/share/fte/CVS >} > >pkg_postinst() { > ebegin "Compiling configuration" > cd /usr/share/fte > /usr/bin/cfte main.fte /etc/fte/system.fterc > eend $? >}
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 142835
: 94079