# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 inherit latex-package DESCRIPTION="The TeX Portable Graphic Format" HOMEPAGE="https://github.com/pgf-tikz/pgf" SRC_URI=" https://github.com/pgf-tikz/pgf/archive/${PV}.tar.gz -> ${P}.tar.gz 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" # ADJUST ON BUMPS: The date of the according release tag. See also # upstream's build.lua PGF_VERSION_DATE="2025-08-29" src_install() { einstalldocs insinto "${TEXMF}" doins -r tex insinto "${TEXMF}"/tex/generic/${PN} newins - pgf.revision.tex <