summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:29:23 +0000
committerAgostino Sarubbo <ago@gentoo.org>2012-05-10 15:29:23 +0000
commit1dc590c8e1b48294444999d5797bcc5e79388033 (patch)
treef9513dcbcaceafbd095509f5a41d831c76dbfa52 /app-text/lout
parentversion bump; eapi=4; vdr-plugin-2.eclass; thanks to M.Lischka on #415339 (diff)
downloadhistorical-1dc590c8e1b48294444999d5797bcc5e79388033.tar.gz
historical-1dc590c8e1b48294444999d5797bcc5e79388033.tar.bz2
historical-1dc590c8e1b48294444999d5797bcc5e79388033.zip
Remove old
Package-Manager: portage-2.1.10.49/cvs/Linux x86_64
Diffstat (limited to 'app-text/lout')
-rw-r--r--app-text/lout/ChangeLog6
-rw-r--r--app-text/lout/lout-3.31.ebuild79
-rw-r--r--app-text/lout/lout-3.38.ebuild79
3 files changed, 5 insertions, 159 deletions
diff --git a/app-text/lout/ChangeLog b/app-text/lout/ChangeLog
index 383c3a96a692..5b1685289808 100644
--- a/app-text/lout/ChangeLog
+++ b/app-text/lout/ChangeLog
@@ -1,6 +1,10 @@
# 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.30 2012/01/05 12:58:28 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/lout/ChangeLog,v 1.31 2012/05/10 15:25:13 ago Exp $
+
+ 10 May 2012; Agostino Sarubbo <ago@gentoo.org> -lout-3.31.ebuild,
+ -lout-3.38.ebuild:
+ Remove old
05 Jan 2012; Michael Weber <xmw@gentoo.org> lout-3.38-r1.ebuild:
Remove unneeded/non-matching fperm (thanks to Agostino Sarubbo, bug 391891)
diff --git a/app-text/lout/lout-3.31.ebuild b/app-text/lout/lout-3.31.ebuild
deleted file mode 100644
index 24d58fe78cf3..000000000000
--- a/app-text/lout/lout-3.31.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.31.ebuild,v 1.5 2009/11/23 20:02:04 jer Exp $
-
-inherit 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 ~sparc ~x86"
-
-DEPEND="zlib? ( >=sys-libs/zlib-1.1.4 )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- local myconf
- use zlib && myconf="$myconf PDF_COMPRESSION=1 ZLIB=-lz"
- emake CC="$(tc-getCC)" BINDIR=/usr/bin \
- LIBDIR=/usr/share/lout \
- DOCDIR=/usr/share/doc/${P} \
- MANDIR=/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=${D}/usr/bin
- libdir=${D}/usr/share/lout
- docdir=${D}/usr/share/doc/${PF}
- mandir=${D}/usr/share/man/man1
- export LOUTLIB=${libdir}
- export PATH="${bindir}:${PATH}"
-
- mkdir -p ${bindir} ${docdir} ${mandir}
-
- emake BINDIR=${bindir} \
- LIBDIR=${libdir} \
- DOCDIR=${docdir} \
- MANDIR=${mandir} \
- install installdoc installman || die "make install failed"
-
- lout -x -s "${D}"/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
-}
diff --git a/app-text/lout/lout-3.38.ebuild b/app-text/lout/lout-3.38.ebuild
deleted file mode 100644
index d45ed33bebc6..000000000000
--- a/app-text/lout/lout-3.38.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/lout/lout-3.38.ebuild,v 1.3 2009/11/23 20:02:04 jer Exp $
-
-inherit 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 ~sparc ~x86"
-
-DEPEND="zlib? ( >=sys-libs/zlib-1.1.4 )"
-RDEPEND="${DEPEND}"
-
-src_compile() {
- local myconf
- use zlib && myconf="$myconf PDF_COMPRESSION=1 ZLIB=-lz"
- emake CC="$(tc-getCC)" BINDIR=/usr/bin \
- LOUTLIBDIR=/usr/share/lout \
- LOUTDOCDIR=/usr/share/doc/${P} \
- MANDIR=/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=${D}/usr/bin
- libdir=${D}/usr/share/lout
- docdir=${D}/usr/share/doc/${PF}
- mandir=${D}/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 "${D}"/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
-}