Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 191256 Details for
Bug 135041
ebuild for dev-tex/untex-9210
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
improved ebuild (installs into /usr/bin instead of /usr/sbin)
untex-9210-r1.ebuild (text/plain), 781 bytes, created by
mephinet
on 2009-05-14 12:43:46 UTC
(
hide
)
Description:
improved ebuild (installs into /usr/bin instead of /usr/sbin)
Filename:
MIME Type:
Creator:
mephinet
Created:
2009-05-14 12:43:46 UTC
Size:
781 bytes
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils toolchain-funcs > >MY_P="${PN}_${PV}" >DEB_PL="10" > >DESCRIPTION="Converts (la)tex files to text" >HOMEPAGE="http://packages.debian.org/stable/tex/untex" >SRC_URI="mirror://debian/pool/main/u/untex/${MY_P}.orig.tar.gz > mirror://debian/pool/main/u/untex/${MY_P}-${DEB_PL}.diff.gz" >RESTRICT="nomirror" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="x86 ~amd64 ~ppc ~alpha ~sparc ~ia64" >IUSE="" > >DEPEND="virtual/libc" > >S="${S}.orig" > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${WORKDIR}/${MY_P}-${DEB_PL}.diff >} > >src_compile() { > $(tc-getCC) untex.c -o ${PN} ${CFLAGS} -lresolv -lm || die "Compile failed" >} > >src_install() { > dobin untex || die "dobin 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 135041
:
87981
| 191256