public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/user/gerislay:master commit in: dev-tex/pgf/
@ 2021-12-06 20:05 gerion
  0 siblings, 0 replies; only message in thread
From: gerion @ 2021-12-06 20:05 UTC (permalink / raw
  To: gentoo-commits

commit:     35cf493ac4c80b0c3eb1cc1d40e35b045cb15126
Author:     Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Sun Dec  5 03:21:57 2021 +0000
Commit:     gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Sun Dec  5 03:22:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=35cf493a

dev-tex/pgf: add 3.1.9a

Not mine, taken from Horst Prote:
https://bugs.gentoo.org/806677

Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>

 dev-tex/pgf/Manifest          |  3 +++
 dev-tex/pgf/metadata.xml      | 11 +++++++++++
 dev-tex/pgf/pgf-3.1.9a.ebuild | 41 +++++++++++++++++++++++++++++++++++++++++
 3 files changed, 55 insertions(+)

diff --git a/dev-tex/pgf/Manifest b/dev-tex/pgf/Manifest
new file mode 100644
index 0000000..ffe704c
--- /dev/null
+++ b/dev-tex/pgf/Manifest
@@ -0,0 +1,3 @@
+DIST pgf-3.1.9a-pgfmanual.pdf 10185873 BLAKE2B b4be2357eaa99d9db140172ae760acd157d02ae2def6d1cc3032ed998190231b67b5f8d80035feb54bf6552d4c4b14b2ba1247506feb0ce8334a43faab599d6f SHA512 84d90419f9fb4444765c5c76d42d74529ba3f716aadf99a723dc9c55c65511f1de6d8a56fff2d26dba3d3e6b26821e33da55c19e571a2130e5f389c4d3c88747
+EBUILD pgf-3.1.9a.ebuild 1076 BLAKE2B 66d13560d1fa6dc1c4da27abc216c458041e8687023fcec0e03429981b228ddc637ef0f48623f7daddbca18241094cd4f4ee67c7962530181026a7ac9637cc36 SHA512 f5abcf5693873373facbb71d2d67ad04bed17c34e8cbc5933ff31d98710db911332c3363637927b704a57ae5b8dc1751ba461a85836dca52357712fe788ad4dc
+MISC metadata.xml 323 BLAKE2B cf2d553c616c7147e6be3845463fd5b14746b87d69d1a1f55d0faaad714f8c5b0be10c3934a47445f6df60dcdf3224a8ce9c3791fa819b359ea8eed9a9656ca5 SHA512 850867851d32e624887eeab1ad3916364d81e135fe96cf2d70ae6027c123b3682c59559aab1d7c70e5dc807a4bb373fe4321d26acb174e5c3a6aa153fafbfe86

diff --git a/dev-tex/pgf/metadata.xml b/dev-tex/pgf/metadata.xml
new file mode 100644
index 0000000..66fdf68
--- /dev/null
+++ b/dev-tex/pgf/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="project">
+		<email>tex@gentoo.org</email>
+		<name>Gentoo TeX Project</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="sourceforge">pgf</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/dev-tex/pgf/pgf-3.1.9a.ebuild b/dev-tex/pgf/pgf-3.1.9a.ebuild
new file mode 100644
index 0000000..ff2001d
--- /dev/null
+++ b/dev-tex/pgf/pgf-3.1.9a.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit git-r3 latex-package
+
+DESCRIPTION="The TeX Portable Graphic Format"
+HOMEPAGE="https://github.com/pgf-tikz/pgf"
+EGIT_REPO_URI="https://github.com/pgf-tikz/pgf.git"
+EGIT_COMMIT="${PV}"
+SRC_URI=" doc? ( https://github.com/pgf-tikz/pgf/releases/download/${PV}/pgfmanual-${PV}.pdf -> ${P}-pgfmanual.pdf )"
+
+LICENSE="GPL-2 LPPL-1.3c FDL-1.2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="doc source"
+
+RDEPEND="dev-texlive/texlive-latexrecommended"
+
+src_install() {
+	scripts/pgf/pgfrevisionfile.sh
+	insinto "${TEXMF}"
+	doins -r tex
+
+	if use source ; then
+		doins -r source
+	fi
+
+	cd "${S}/doc/generic/pgf" || die
+	dodoc ChangeLog INSTALL RELEASE_NOTES.md description.html
+	if use doc; then
+		docinto texdoc
+		# pgfmanual is now split from the main tar archive
+		newdoc "${DISTDIR}/${P}-pgfmanual.pdf" pgfmanual.pdf
+		doins -r images text-en licenses version-*
+
+		dosym "../../../doc/${PF}/texdoc" "${TEXMF}/doc/latex/${PN}"
+		docompress -x "/usr/share/doc/${P}/texdoc/"
+	fi
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-12-06 20:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-12-06 20:05 [gentoo-commits] repo/user/gerislay:master commit in: dev-tex/pgf/ gerion

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox