diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /dev-tex/envlab | |
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/envlab')
-rw-r--r-- | dev-tex/envlab/Manifest | 1 | ||||
-rw-r--r-- | dev-tex/envlab/envlab-1.2-r1.ebuild | 39 | ||||
-rw-r--r-- | dev-tex/envlab/metadata.xml | 5 |
3 files changed, 45 insertions, 0 deletions
diff --git a/dev-tex/envlab/Manifest b/dev-tex/envlab/Manifest new file mode 100644 index 000000000000..39c3d332e18b --- /dev/null +++ b/dev-tex/envlab/Manifest @@ -0,0 +1 @@ +DIST envlab-1.2.tar.gz 29184 SHA256 aff40269548359bffb0f0ab082b3c716f3cf5da83a776accdc23ad4f419fd1f1 SHA512 9182becf89c57245b2f13546096bdaf446c63517b09ca0052bd0e08ef858418c0323c286bdfcdeacb521f1576191da1fd74e25bfc5a22be704c5fafbab15a037 WHIRLPOOL 177e35a8e88b86701a33d95821fe2c3c3ffe753af777a054a5e33f266c70dc1a3512bd35f2982c224d82cac5e9c2e55fa5e1bd06bae0887ca174f162977b984f diff --git a/dev-tex/envlab/envlab-1.2-r1.ebuild b/dev-tex/envlab/envlab-1.2-r1.ebuild new file mode 100644 index 000000000000..af5bad3275a0 --- /dev/null +++ b/dev-tex/envlab/envlab-1.2-r1.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit latex-package + +S="${WORKDIR}/${PN}" +LICENSE="LPPL-1.2" +DESCRIPTION="A LaTeX module to format envelopes" +HOMEPAGE="http://planck.psu.edu/~boris/" +# downloaded from +# ftp://ftp.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.tar.gz +SRC_URI="mirror://gentoo/${P}.tar.gz" +SLOT="0" +DEPEND="" +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="" + +TEXMF=/usr/share/texmf-site + +src_compile() { + export VARTEXFONTS="${T}/fonts" + ebegin "Compiling ${PN}" + latex envlab.ins || die + pdflatex elguide.tex || die + pdflatex elguide.tex || die + pdflatex envlab.drv || die + pdflatex envlab.drv || die + eend +} + +src_install() { + latex-package_src_install + + insinto ${TEXMF}/tex/latex/${PN} + doins *.cfg + + dodoc readme.v12 +} diff --git a/dev-tex/envlab/metadata.xml b/dev-tex/envlab/metadata.xml new file mode 100644 index 000000000000..ba6a8a8800d5 --- /dev/null +++ b/dev-tex/envlab/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> |