summaryrefslogtreecommitdiff
path: root/dev-tex/latex-calendar
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /dev-tex/latex-calendar
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-tex/latex-calendar')
-rw-r--r--dev-tex/latex-calendar/Manifest3
-rw-r--r--dev-tex/latex-calendar/latex-calendar-3.1.ebuild32
-rw-r--r--dev-tex/latex-calendar/metadata.xml8
3 files changed, 43 insertions, 0 deletions
diff --git a/dev-tex/latex-calendar/Manifest b/dev-tex/latex-calendar/Manifest
new file mode 100644
index 000000000000..26a2e68ffbdf
--- /dev/null
+++ b/dev-tex/latex-calendar/Manifest
@@ -0,0 +1,3 @@
+DIST latex-calendar-3.1.tar.gz 108537 BLAKE2B d3fa6050ef034fbae26518620c7580975e39ee3a80273cb95ca2dca5c1d46df67ed5b98dba3ba829f1045e7144ffb04f6a4426449eca484707503a742c0bf7dd SHA512 bd014b8e0e09f61dfdbcb55903fbd4f797a91c3e47de284bb734e5b574ac2f1b9a1f80a801ca771ccd4056983353a4735b7e24dc448bb0a6eed7e79ceca0cbca
+EBUILD latex-calendar-3.1.ebuild 809 BLAKE2B 1bd80a07089342e166dcca4a613e0d92f15fa8fdec70a8806830024f02430082b3ba8647da99fc4612fdfe9f9d0d67e8338ceb2c0b44cd1452bbf0e4723c7f39 SHA512 9a533e070dd20a846662b48c848b719d13dae0a653d77af84556bcda4f0b07911d74194d794f682b78f48537eb7e2a8b4ea3faedf3feda03a6af95a7f5e98c31
+MISC metadata.xml 245 BLAKE2B ee3a163cfe0a4bc59c0dfb46f9ddb580e2d259b4d0e33cb4e684eb9e6d4b901bf97c6edd891f3b75a613a782f1b89318d0ee3ec9bee4e34c4441d9e8f4267678 SHA512 1653777623e2c15e1ce13229e396723b2cc9c214983e0f8592de98c01a31badc6c38c6735ed44f937d145883b43fb6f049af3eddb9ff96b18c96ccf8f67dd690
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..59c2c1b7b7b8
--- /dev/null
+++ b/dev-tex/latex-calendar/latex-calendar-3.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=0
+
+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..13170c3184d8
--- /dev/null
+++ b/dev-tex/latex-calendar/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="project">
+ <email>tex@gentoo.org</email>
+ <name>Gentoo TeX Project</name>
+</maintainer>
+</pkgmetadata>