* [gentoo-commits] gentoo-x86 commit in app-text/lout: lout-3.39.ebuild ChangeLog
@ 2013-02-04 8:03 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2013-02-04 8:03 UTC (permalink / raw
To: gentoo-commits
patrick 13/02/04 08:03:25
Modified: ChangeLog
Added: lout-3.39.ebuild
Log:
Bump for #451722
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.35 app-text/lout/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lout/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lout/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lout/ChangeLog?r1=1.34&r2=1.35
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/lout/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog 8 Oct 2012 13:47:37 -0000 1.34
+++ ChangeLog 4 Feb 2013 08:03:25 -0000 1.35
@@ -1,6 +1,11 @@
# ChangeLog for app-text/lout
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lout/ChangeLog,v 1.34 2012/10/08 13:47:37 kensington Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/lout/ChangeLog,v 1.35 2013/02/04 08:03:25 patrick Exp $
+
+*lout-3.39 (04 Feb 2013)
+
+ 04 Feb 2013; Patrick Lauer <patrick@gentoo.org> +lout-3.39.ebuild:
+ Bump for #451722
08 Oct 2012; Michael Palimaka <kensington@gentoo.org> -lout-3.30.ebuild:
Remove old.
1.1 app-text/lout/lout-3.39.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lout/lout-3.39.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/lout/lout-3.39.ebuild?rev=1.1&content-type=text/plain
Index: lout-3.39.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.39.ebuild,v 1.1 2013/02/04 08:03:25 patrick Exp $
EAPI=3
inherit eutils toolchain-funcs
IUSE="zlib doc"
DESCRIPTION="high-level language for document formatting"
HOMEPAGE="http://lout.sourceforge.net/"
SRC_URI="mirror://sourceforge/lout/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
DEPEND="zlib? ( >=sys-libs/zlib-1.1.4 )"
RDEPEND="${DEPEND}"
src_prepare() {
epatch "${FILESDIR}/${PN}-3.38-makefile.patch"
}
src_compile() {
tc-export CC
local myconf
use zlib && myconf="$myconf PDF_COMPRESSION=1 ZLIB=-lz"
emake COPTS="${CFLAGS}" BINDIR="${EPREFIX}"/usr/bin \
LOUTLIBDIR="${EPREFIX}"/usr/share/lout \
LOUTDOCDIR="${EPREFIX}"/usr/share/doc/${PF} \
MANDIR="${EPREFIX}"/usr/share/man/man1 \
${myconf} lout prg2lout || die "emake prg2lout lout failed"
}
compile_doc() {
#
# SYNOPSIS: compile_doc file times
#
einfo "${1}:"
# yes, it *is* necessary to run this 6 times...
for i in $(seq 1 $(expr $2 - 1)) ; do
einfo " pass $i"
lout all -o ${docdir}/$1 -e /dev/null
done
# in the last one, let errors be reported
einfo " final pass"
lout all -o ${docdir}/$1 || die "final pass failed"
}
src_install() {
local bindir libdir docdir mandir
bindir=${ED}usr/bin
libdir=${ED}usr/share/lout
docdir=${ED}usr/share/doc/${PF}
mandir=${ED}usr/share/man/man1
export LOUTLIB=${libdir}
export PATH="${bindir}:${PATH}"
mkdir -p ${bindir} ${docdir} ${mandir}
make BINDIR=${bindir} \
LOUTLIBDIR=${libdir} \
LOUTDOCDIR=${docdir} \
MANDIR=${mandir} \
install installdoc installman || die "make install failed"
lout -x -s "${ED}"usr/share/lout/include/init || die "lout init failed"
mv ${docdir}/README{,.docs}
dodoc README READMEPDF blurb blurb.short whatsnew
if use doc ; then
einfo "building postscript documentation (may take a while)"
cd doc/user
compile_doc user.ps 6
cd ../design
compile_doc design.ps 3
cd ../expert
compile_doc expert.ps 4
cd ../slides
compile_doc slides.ps 2
fi
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-02-04 8:03 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-04 8:03 [gentoo-commits] gentoo-x86 commit in app-text/lout: lout-3.39.ebuild ChangeLog Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox