Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 220255 Details for
Bug 305809
dev-util/biew-6.1.0: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
quick and dirty, but seems to work
biew-6.1.0.ebuild (text/plain), 1.46 KB, created by
Simeon Maryasin
on 2010-02-19 00:23:05 UTC
(
hide
)
Description:
quick and dirty, but seems to work
Filename:
MIME Type:
Creator:
Simeon Maryasin
Created:
2010-02-19 00:23:05 UTC
Size:
1.46 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils toolchain-funcs flag-o-matic > >DESCRIPTION="A portable viewer of binary files, hexadecimal and disassembler modes." >HOMEPAGE="http://biew.sourceforge.net" >SRC_URI="mirror://sourceforge/project/beye/biew/${PV}/${PN}-${PV//./}-src.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="gpm" > >DEPEND="gpm? ( sys-libs/gpm )" > >RDEPEND="gpm? ( > x86? ( sys-libs/gpm ) > amd64? ( app-emulation/emul-linux-x86-baselibs ) > )" ># biew build only compiles 32-bit binary on amd64, and 32-bit libgpm is in ># app-emulation/emul-linux-x86-baselibs > >S=${WORKDIR}/${PN}-${PV//./} > >src_unpack() { > unpack ${A} > cd "${S}" ># epatch "${FILESDIR}"/biew-570-configure.patch ># epatch "${FILESDIR}"/biew-570-makefile.patch >} > >src_compile() { > local enable_gpm > > if use gpm ; then > enable_gpm=yes > else > enable_gpm=no > fi > export _gpm=${enable_gpm} > > append-flags -D_GNU_SOURCE > > econf --cc="$(tc-getCC)" --ld="$(tc-getCC)" \ > --ar="$(tc-getAR) -rcu" --ranlib="$(tc-getRANLIB)" \ > --enable-debug > emake HOST_CFLAGS="${CFLAGS}" HOST_LDFLAGS="${LDFLAGS}" \ > || die "make failed" > for i in doc/*.ru doc/file_id.diz doc/biew_ru.txt doc/biew_en.txt > do > if iconv -f cp866 -t utf-8 "$i" > "$i.conv" > then > mv "$i.conv" "$i" > fi > done >} > >src_install() { > make install DESTDIR="${D}" > doman doc/biew.1 > dodoc doc/*.txt doc/*.en doc/*.ru doc/file_id.diz >}
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 305809
: 220255