diff options
author | 2015-08-08 13:49:04 -0700 | |
---|---|---|
committer | 2015-08-08 17:38:18 -0700 | |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-tex/leaflet | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'dev-tex/leaflet')
-rw-r--r-- | dev-tex/leaflet/Manifest | 1 | ||||
-rw-r--r-- | dev-tex/leaflet/files/leaflet-20041222-logging.patch | 14 | ||||
-rw-r--r-- | dev-tex/leaflet/leaflet-20041222.ebuild | 30 | ||||
-rw-r--r-- | dev-tex/leaflet/metadata.xml | 5 |
4 files changed, 50 insertions, 0 deletions
diff --git a/dev-tex/leaflet/Manifest b/dev-tex/leaflet/Manifest new file mode 100644 index 000000000000..f98c6cc7ea16 --- /dev/null +++ b/dev-tex/leaflet/Manifest @@ -0,0 +1 @@ +DIST leaflet-20041222.zip 244748 SHA256 d1dda62cdd764b52f91b239d9b6032cefb4cc478bd89da3b63d6ae0264f499c1 SHA512 1fc94a88dea5400ee014167d43aaccc9f393a36759d7a50b7fb72f4a2f060fda7ea170fb51c5034355fbe46ab55e117fe252b60df8c212a8918ddd699096b67c WHIRLPOOL 496896c7cf0af7efaaf5f788db53c5c1ce6dd7342449aca92b915c7cb881598af85fd0aef43e32a417011655b1a370f6d826b47de00b873795de7b51d380eb4f 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..f48bb6045514 --- /dev/null +++ b/dev-tex/leaflet/leaflet-20041222.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" +IUSE="" + +# checksum from official ftp site changes frequently so we mirror it + +TEXMF="/usr/share/texmf-site" + +RDEPEND="dev-texlive/texlive-fontsrecommended" +DEPEND="${RDEPEND} app-arch/unzip" +DOCS="README" + +src_unpack() { + unpack ${A} + cd "${S}" + epatch "${FILESDIR}/${P}-logging.patch" +} diff --git a/dev-tex/leaflet/metadata.xml b/dev-tex/leaflet/metadata.xml new file mode 100644 index 000000000000..ba6a8a8800d5 --- /dev/null +++ b/dev-tex/leaflet/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>tex</herd> +</pkgmetadata> |