From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/
Date: Fri, 9 Feb 2024 21:03:32 +0000 (UTC) [thread overview]
Message-ID: <1707512604.291206b201b6cf6f54eb88cb7fab44385c466118.flow@gentoo> (raw)
commit: 291206b201b6cf6f54eb88cb7fab44385c466118
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 9 21:03:10 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Feb 9 21:03:24 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=291206b2
dev-tex/pgf: drop 3.1.5b
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-tex/pgf/Manifest | 3 ---
dev-tex/pgf/pgf-3.1.5b.ebuild | 43 -------------------------------------------
2 files changed, 46 deletions(-)
diff --git a/dev-tex/pgf/Manifest b/dev-tex/pgf/Manifest
index 856db09f4b4b..036c8017d172 100644
--- a/dev-tex/pgf/Manifest
+++ b/dev-tex/pgf/Manifest
@@ -1,6 +1,3 @@
-DIST pgf-3.1.5b-pgfmanual.pdf 10531853 BLAKE2B 5bae5c0fa8a5427e93a779fecf76483ae3c29500a9637f4c1f22ef5d994fef20d64ece69fc78778c07095003e9b8c77b394f26cd649dfb0d6cc3efba63bb3937 SHA512 980e11182adf58b5a029bc807ef5e57110b566c836548df37aed9d2493803fa72bdead0b05220d844c9de8c416fd8439dcb9e9dc50626f15955f97ced3cb582c
-DIST pgf-3.1.5b-revisioned.xz 244 BLAKE2B 7072ba9a8f22bc26fda64dcdb9a272ed71a718d0c99b5ee53acdf14e472bc7bc220ffc3a7d95bbef221f44bad5f136f8247d69dcd8b22f3d6215fd9c59ea3b67 SHA512 09803852bea5768186fbee86390249a046a9c9e9b60624d02de7e8ea34789e3640ba762b17dd717fc751d869ca3b30cc66e7c4237746ddc1390c65e70ab97302
-DIST pgf-3.1.5b.tar.gz 2597080 BLAKE2B 33b2ec65202d65a839db50ec084e0708d3f3b413e7bf1d09cf78d39bc2da1390b06a05f2e386de5f7a94c60634bf1e99354851245152c57bda67ecf20a980318 SHA512 a7473526746e8ba2485ece61f4b5dafb78d1714ba616fb7707ea22451f5b64c307474988ab6914a98e94773b7dc07492325c3e11037f3db2bf11f32396b8dc40
DIST pgf-3.1.9a-pgfmanual.pdf 10185873 BLAKE2B b4be2357eaa99d9db140172ae760acd157d02ae2def6d1cc3032ed998190231b67b5f8d80035feb54bf6552d4c4b14b2ba1247506feb0ce8334a43faab599d6f SHA512 84d90419f9fb4444765c5c76d42d74529ba3f716aadf99a723dc9c55c65511f1de6d8a56fff2d26dba3d3e6b26821e33da55c19e571a2130e5f389c4d3c88747
DIST pgf-3.1.9a-revisioned.xz 240 BLAKE2B 3a0c910e32c24635e65454468b20dcc49c9053bf786f0acb636171034a1b2a3fc2235a214f1fe2e2b0457baed09bb04d4425e6d3744ec50a6a44f2a8017f93af SHA512 be2c42c406c1887ad5e8af154d31fe779d2a3203b12785f67a2db8d3da7892f1793f9163dda2ce9ac1ac920a538a77e230464080796d15c4741169fdfc3df0cf
DIST pgf-3.1.9a.tar.gz 2693043 BLAKE2B 488c886f1ac8ba26a684321410018b94e7baf8a3a15e21d140318c0f553e76b34de9f1e6e85241b4a9f7cd314a0686f8045b99cbe50e71ba5db5abf020712e24 SHA512 db609a615487b2c4bf4efe46d5b6b1a20b7fd1fc313c6fb6493fe0f6d547a9f4f6b8c2edc1412af5a18faf38a8ec6c3d9642e6de473be34f5896280496e5f02c
diff --git a/dev-tex/pgf/pgf-3.1.5b.ebuild b/dev-tex/pgf/pgf-3.1.5b.ebuild
deleted file mode 100644
index deccbe48ef5a..000000000000
--- a/dev-tex/pgf/pgf-3.1.5b.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 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://github.com/pgf-tikz/pgf"
-SRC_URI=" https://github.com/pgf-tikz/pgf/archive/${PV}.tar.gz -> ${P}.tar.gz
- https://dev.gentoo.org/~zlogene/distfiles/${CATEGORY}/${PN}/${P}-revisioned.xz
- doc? ( https://github.com/pgf-tikz/pgf/releases/download/${PV}/pgfmanual.pdf -> ${P}-pgfmanual.pdf )"
-
-LICENSE="GPL-2 LPPL-1.3c FDL-1.2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
-IUSE="doc source"
-
-RDEPEND="dev-texlive/texlive-latexrecommended"
-
-src_install() {
- insinto "${TEXMF}"
- doins -r tex
- insinto "${TEXMF}"/tex/generic/${PN}
- newins "${WORKDIR}"/${P}-revisioned pgf.revision.tex
-
- if use source ; then
- doins -r source
- fi
-
- cd "${S}/doc/generic/pgf" || die
- dodoc AUTHORS ChangeLog README
- 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 macros text-en version-*
- rm version-for-dvisvgm/en/color.cfg || die # bug 700056
-
- dosym "../../../doc/${PF}/texdoc" "${TEXMF}/doc/latex/${PN}"
- docompress -x "/usr/share/doc/${P}/texdoc/"
- fi
-}
next reply other threads:[~2024-02-09 21:03 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-09 21:03 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-20 21:46 [gentoo-commits] repo/gentoo:master commit in: dev-tex/pgf/ 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
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-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=1707512604.291206b201b6cf6f54eb88cb7fab44385c466118.flow@gentoo \
--to=flow@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