summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2008-08-30 12:34:10 +0000
committerAlexis Ballier <aballier@gentoo.org>2008-08-30 12:34:10 +0000
commit7b8bf0a46511b0620ab12e4e1f7d8d82c79e31ce (patch)
tree97f2e561ea3fdb5fc31747df3a4e717e13bdf9ee /dev-tex/leaflet
parentadd a special case for mf in etexlinks too, texlive-core already takes care o... (diff)
downloadgentoo-2-7b8bf0a46511b0620ab12e4e1f7d8d82c79e31ce.tar.gz
gentoo-2-7b8bf0a46511b0620ab12e4e1f7d8d82c79e31ce.tar.bz2
gentoo-2-7b8bf0a46511b0620ab12e4e1f7d8d82c79e31ce.zip
bump to latest ctan version and install to texmf-site
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'dev-tex/leaflet')
-rw-r--r--dev-tex/leaflet/ChangeLog10
-rw-r--r--dev-tex/leaflet/files/leaflet-20041222-logging.patch14
-rw-r--r--dev-tex/leaflet/leaflet-20041222.ebuild28
3 files changed, 50 insertions, 2 deletions
diff --git a/dev-tex/leaflet/ChangeLog b/dev-tex/leaflet/ChangeLog
index 122c22d3c232..197d10bc2f26 100644
--- a/dev-tex/leaflet/ChangeLog
+++ b/dev-tex/leaflet/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-tex/leaflet
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/ChangeLog,v 1.10 2007/03/13 00:29:27 nattfodd Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/ChangeLog,v 1.11 2008/08/30 12:34:10 aballier Exp $
+
+*leaflet-20041222 (30 Aug 2008)
+
+ 30 Aug 2008; Alexis Ballier <aballier@gentoo.org>
+ +files/leaflet-20041222-logging.patch, +leaflet-20041222.ebuild:
+ bump to latest ctan version and install to texmf-site
12 Mar 2007; Alexandre Buisse <nattfodd@gentoo.org> metadata.xml:
Replaced text-markup by tex as maintaining herd (text-markup split).
diff --git a/dev-tex/leaflet/files/leaflet-20041222-logging.patch b/dev-tex/leaflet/files/leaflet-20041222-logging.patch
new file mode 100644
index 000000000000..daf19d80f766
--- /dev/null
+++ b/dev-tex/leaflet/files/leaflet-20041222-logging.patch
@@ -0,0 +1,14 @@
+\loggingall confuses texi2dvi and it starts an endless loop...
+
+Index: leaflet/leaflet.dtx
+===================================================================
+--- leaflet.orig/leaflet.dtx
++++ leaflet/leaflet.dtx
+@@ -1318,7 +1318,6 @@ this document class.
+ CTAN: \url{macros/latex/contrib/ms/everyshi.dtx}
+ \end{thebibliography}
+
+-\loggingall
+ \end{document}
+ %</manual>
+ \endinput
diff --git a/dev-tex/leaflet/leaflet-20041222.ebuild b/dev-tex/leaflet/leaflet-20041222.ebuild
new file mode 100644
index 000000000000..5f55ba69f999
--- /dev/null
+++ b/dev-tex/leaflet/leaflet-20041222.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/leaflet/leaflet-20041222.ebuild,v 1.1 2008/08/30 12:34:10 aballier Exp $
+
+inherit latex-package eutils
+
+S=${WORKDIR}/leaflet
+
+DESCRIPTION="LaTeX package used to create leaflet-type brochures."
+SRC_URI="mirror://gentoo/${P}.zip"
+HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/leaflet/"
+LICENSE="LPPL-1.3"
+SLOT="0"
+KEYWORDS="~amd64 ~sparc ~x86"
+IUSE=""
+
+# checksum from official ftp site changes frequently so we mirror it
+
+TEXMF="/usr/share/texmf-site"
+
+DEPEND="app-arch/unzip"
+DOCS="README"
+
+src_unpack() {
+ unpack ${A}
+ cd "${S}"
+ epatch "${FILESDIR}/${P}-logging.patch"
+}