Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21491 Details for
Bug 34667
Contributed ebuild: lout 3.29
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild only
lout-3.29.ebuild (text/plain), 2.58 KB, created by
Lalo Martins
on 2003-11-29 23:30:34 UTC
(
hide
)
Description:
ebuild only
Filename:
MIME Type:
Creator:
Lalo Martins
Created:
2003-11-29 23:30:34 UTC
Size:
2.58 KB
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/app-text/lout/lout-3.25-r1.ebuild,v 1.6 2003/03/01 04:31:11 vapier Exp $ > >IUSE="zlib" > >DESCRIPTION="high-level language for document formatting" >HOMEPAGE="http://lout.sourceforge.net/" >SRC_URI="mirror://sourceforge/lout/lout-${PV}.tar.gz" > >LICENSE="GPL-2" >KEYWORDS="x86 sparc" >SLOT="0" > >DEPEND="zlib? ( >=sys-libs/zlib-1.1.4 )" >RDEPEND="" > >src_unpack() { > unpack ${A} > cd ${S} > # Apply the makefile patch > patch -p0 < ${FILESDIR}/${P}-makefile-gentoo.patch >} > >src_compile() { > local myconf > myconf="BASEDIR=/usr" > use zlib && myconf="$myconf PDF_COMPRESSION=1 ZLIB=/usr/lib/libz.a" > emake prg2lout lout ${myconf} || die "emake prg2lout lout failed" >} > >src_install() { > local docdir > docdir=${D}/usr/share/doc/lout-${PV} > emake BASEDIR=${D}/usr DOCDIR=${docdir}\ > installbin installlib installdoc installman \ > || die "emake install failed" > mv ${docdir}/README ${docdir}/README.docs > gzip -9 ${docdir}/README.docs > dodoc README READMEPDF blurb blurb.short whatsnew > use doc && ( > echo "building postscript documentation (may take a while)" > export LOUTLIB=${D}/usr/share/lout/ > export PATH="${D}/usr/bin:${PATH}" > cd doc/user > echo "user.ps:" > # yes, it *is* necessary to run this 6 times... > echo " pass 1" > lout all -o ${docdir}/user.ps -e /dev/null > echo " pass 2" > lout all -o ${docdir}/user.ps -e /dev/null > echo " pass 3" > lout all -o ${docdir}/user.ps -e /dev/null > echo " pass 4" > lout all -o ${docdir}/user.ps -e /dev/null > echo " pass 5" > lout all -o ${docdir}/user.ps -e /dev/null > # in the last one, let errors be reported > echo " final pass" > lout all -o ${docdir}/user.ps > cd ../design > echo "design.ps:" > echo " pass 1" > lout all -o ${docdir}/design.ps -e /dev/null > echo " pass 1" > lout all -o ${docdir}/design.ps -e /dev/null > echo " final pass" > lout all -o ${docdir}/design.ps > cd ../expert > echo "expert.ps:" > echo " pass 1" > lout all -o ${docdir}/expert.ps -e /dev/null > echo " pass 1" > lout all -o ${docdir}/expert.ps -e /dev/null > echo " pass 1" > lout all -o ${docdir}/expert.ps -e /dev/null > echo " final pass" > lout all -o ${docdir}/expert.ps > cd ../slides > echo "slides.ps:" > echo " pass 1" > lout all -o ${docdir}/slides.ps -e /dev/null > echo " final pass" > lout all -o ${docdir}/slides.ps > cd ../.. > gzip -9 ${docdir}/*.ps > ) >} > >pkg_postinst() { > /usr/bin/lout -x -s /usr/share/lout/include/init > chmod 644 /usr/share/lout/data/* > chmod 644 /usr/share/lout/hyph/* >}
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 34667
:
21442
| 21491 |
21492
|
21493