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/latex-calendar | |
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/latex-calendar')
-rw-r--r-- | dev-tex/latex-calendar/Manifest | 1 | ||||
-rw-r--r-- | dev-tex/latex-calendar/latex-calendar-3.1.ebuild | 31 | ||||
-rw-r--r-- | dev-tex/latex-calendar/metadata.xml | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-tex/latex-calendar/Manifest b/dev-tex/latex-calendar/Manifest new file mode 100644 index 000000000000..f1549ea0a811 --- /dev/null +++ b/dev-tex/latex-calendar/Manifest @@ -0,0 +1 @@ +DIST latex-calendar-3.1.tar.gz 108537 SHA256 7375725e644dc23a4956409f9ee80f8f5fb679f06663bc439126c21862c20dfd SHA512 bd014b8e0e09f61dfdbcb55903fbd4f797a91c3e47de284bb734e5b574ac2f1b9a1f80a801ca771ccd4056983353a4735b7e24dc448bb0a6eed7e79ceca0cbca WHIRLPOOL ccbcadae32435573f32504198effe0e6ce2c599179f41fa14b7df547f5fd70916b38150f4b3ea18118b4bf9feaff12f6e71424380af6264833dd7089e4643448 diff --git a/dev-tex/latex-calendar/latex-calendar-3.1.ebuild b/dev-tex/latex-calendar/latex-calendar-3.1.ebuild new file mode 100644 index 000000000000..511913bd3d1e --- /dev/null +++ b/dev-tex/latex-calendar/latex-calendar-3.1.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +inherit latex-package + +MY_P="calendar" +DESCRIPTION="LaTeX package used to create Calendars. Very flexible and robust" +HOMEPAGE="http://www.ctan.org/tex-archive/macros/latex/contrib/calendar/" +SRC_URI="mirror://gentoo/${P}.tar.gz" + +LICENSE="LaTeX-Calendar" +SLOT="0" +KEYWORDS="x86 sparc ppc amd64" +IUSE="" + +S=${WORKDIR}/${MY_P} + +src_compile() { + debug-print function $FUNCNAME $* + echo "Extracting from allcal.ins" + ( yes | latex allcal.ins ) >/dev/null 2>&1 +} + +src_install() { + texi2dvi -q -c --language=latex calguide.tex &> /dev/null + latex-package_src_doinstall styles fonts bin dvi + dodoc README MANIFEST CATALOG + insinto /usr/share/doc/${P}/samples + doins bigdemo.tgz *.cfg *.tex *.cld +} diff --git a/dev-tex/latex-calendar/metadata.xml b/dev-tex/latex-calendar/metadata.xml new file mode 100644 index 000000000000..ba6a8a8800d5 --- /dev/null +++ b/dev-tex/latex-calendar/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> |