public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Mikle Kolyada" <zlogene@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/
Date: Thu, 13 Jun 2019 15:59:56 +0000 (UTC)	[thread overview]
Message-ID: <1560441591.3bee4bb86c0d8c6722d6bb994b5ee9a747285ea8.zlogene@gentoo> (raw)

commit:     3bee4bb86c0d8c6722d6bb994b5ee9a747285ea8
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 13 15:58:31 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Thu Jun 13 15:59:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bee4bb8

dev-tex/pgf: Version bump (v3.1)

Closes: https://bugs.gentoo.org/687874
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-tex/pgf/Manifest       |  1 +
 dev-tex/pgf/pgf-3.1.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/dev-tex/pgf/Manifest b/dev-tex/pgf/Manifest
index e34d6cb6dbf..13d18a7ef42 100644
--- a/dev-tex/pgf/Manifest
+++ b/dev-tex/pgf/Manifest
@@ -1 +1,2 @@
 DIST pgf_3.0.1.tds.zip 10423731 BLAKE2B ca1513213f47279f7cb67cd6459e01082c6693c0da97e873205f2ed5dad1d3e83ccd036d6b56c245d334a4c9eff44bb81cd673962def80f075b56e6b7e0b7477 SHA512 0899e0fbd6d196504c5d15176015557d38e027429a84de661a5627fa003bfeffdb3f013df23c298b32c3a5605388160f42621e92d626e3ce88561fe4b4b7bddf
+DIST pgf_3.1.tds.zip 12852844 BLAKE2B 5214bc0a8dd4ee521023be245602c8fecff4f7ef5a37abba060c507355351621863aaa4b16de10383e900ed8eccc26e95f77b291f352c7ad36738451102675da SHA512 c8a0ae2ddb4769e640c487968c6f3e18b778c5eb24fe40d38a85936ce45597db7e90281571b56a92619f2e2ec7cb17019f31deaa8f93fddb2b7adf87e84b555c

diff --git a/dev-tex/pgf/pgf-3.1.ebuild b/dev-tex/pgf/pgf-3.1.ebuild
new file mode 100644
index 00000000000..07a239a76b8
--- /dev/null
+++ b/dev-tex/pgf/pgf-3.1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit latex-package
+
+DESCRIPTION="The TeX Portable Graphic Format"
+HOMEPAGE="https://sourceforge.net/projects/pgf"
+SRC_URI="mirror://sourceforge/pgf/${PN}_${PV}.tds.zip"
+
+LICENSE="GPL-2 LPPL-1.3c FDL-1.2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
+IUSE="doc source"
+
+RDEPEND="dev-texlive/texlive-latexrecommended
+	>=dev-tex/xcolor-2.11"
+BDEPEND="app-arch/unzip"
+
+S=${WORKDIR}
+
+src_install() {
+	# Bug #607642
+	cp "${FILESDIR}/pgfsys-luatex.def" "${WORKDIR}/tex/generic/pgf/systemlayer/" || die
+
+	insinto ${TEXMF}
+	doins -r tex
+
+	if use source ; then
+		doins -r source
+	fi
+
+	cd "${S}/doc/generic/pgf" || die
+	dodoc AUTHORS ChangeLog README
+	if use doc ; then
+		insinto /usr/share/doc/${PF}/texdoc
+		doins pgfmanual.pdf
+		doins -r images macros text-en version-*
+		dosym /usr/share/doc/${PF}/texdoc ${TEXMF}/doc/latex/${PN}
+		docompress -x /usr/share/doc/${PF}/texdoc/
+	fi
+}


             reply	other threads:[~2019-06-13 16:00 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-13 15:59 Mikle Kolyada [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-18 12:12 [gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/ Florian Schmaus
2025-01-18 12:12 Florian Schmaus
2025-01-18 11:56 Florian Schmaus
2024-06-20 21:46 Sam James
2024-06-14 17:36 Sam James
2024-06-14 17:29 Sam James
2024-06-14 17:20 Sam James
2024-06-14 17:20 Sam James
2024-06-14 17:20 Sam James
2024-06-14 14:42 Arthur Zamarin
2024-02-09 21:03 Florian Schmaus
2024-02-09 21:03 Florian Schmaus
2023-04-29  7:51 Arthur Zamarin
2023-03-24 13:29 Arthur Zamarin
2023-03-22 22:36 Sam James
2022-12-04  9:23 WANG Xuerui
2022-04-17 18:32 Sam James
2022-02-03 22:59 Matthias Maier
2021-07-15 10:28 Marek Szuba
2021-04-01 22:32 Sam James
2021-04-01 22:30 Sam James
2021-04-01 22:30 Sam James
2021-04-01 22:27 Sam James
2021-04-01 22:27 Sam James
2021-04-01 17:55 Sergei Trofimovich
2021-04-01 17:55 Sergei Trofimovich
2021-04-01 12:11 Thomas Deutschmann
2021-01-06 22:35 Fabian Groffen
2020-01-09 20:55 Mikle Kolyada
2020-01-08 16:16 Mikle Kolyada
2019-11-16 15:41 Mikle Kolyada
2019-11-04 14:57 Mikle Kolyada
2019-11-04 13:27 Mikle Kolyada
2019-10-06  6:03 Mikle Kolyada
2019-10-02 10:42 Mikle Kolyada
2019-09-29 10:31 Mikle Kolyada
2019-09-29 10:28 Mikle Kolyada
2019-09-29 10:23 Mikle Kolyada
2019-09-29 10:20 Mikle Kolyada
2019-09-27 19:33 Mikle Kolyada
2019-09-27 19:30 Mikle Kolyada
2019-09-27 19:27 Mikle Kolyada
2019-09-27 19:19 Mikle Kolyada
2019-08-18 18:20 Mikle Kolyada
2019-08-18 18:20 Mikle Kolyada
2019-08-18 17:59 Mikle Kolyada
2019-08-18 17:59 Mikle Kolyada
2019-08-07  9:01 Mikle Kolyada
2019-08-07  9:01 Mikle Kolyada
2019-08-07  8:54 Mikle Kolyada
2019-07-17 11:22 Mikle Kolyada
2019-07-17 11:22 Mikle Kolyada
2019-06-13 15:59 Mikle Kolyada
2019-05-14 17:53 Aaron Bauman
2018-08-18  2:49 Mikle Kolyada
2018-03-21  6:48 Matt Turner
2017-06-24  9:12 Markus Meier
2017-06-21 11:57 Agostino Sarubbo
2017-06-20 14:56 Tobias Klausmann
2017-06-18 20:12 Sergei Trofimovich
2017-06-12 12:41 Agostino Sarubbo
2017-05-19  1:29 Michael Weber
2017-02-08 17:38 Alexis Ballier
2016-02-04 17:28 Tobias Klausmann
2016-02-01  8:26 Alexis Ballier
2015-11-21 15:42 Markus Meier
2015-11-18  9:32 Agostino Sarubbo
2015-11-12 10:51 Agostino Sarubbo
2015-11-11  9:54 Agostino Sarubbo
2015-11-10 11:45 Agostino Sarubbo
2015-08-15  9:12 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1560441591.3bee4bb86c0d8c6722d6bb994b5ee9a747285ea8.zlogene@gentoo \
    --to=zlogene@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox