From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/minted/
Date: Mon, 9 Dec 2024 10:26:57 +0000 (UTC) [thread overview]
Message-ID: <1733739989.4b8f4ac5dc1f62b4494c5b7de85353a7ebfd75c9.flow@gentoo> (raw)
commit: 4b8f4ac5dc1f62b4494c5b7de85353a7ebfd75c9
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 9 09:29:48 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Mon Dec 9 10:26:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b8f4ac5
dev-tex/minted: drop 2.6
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-tex/minted/Manifest | 1 -
dev-tex/minted/minted-2.6.ebuild | 39 ---------------------------------------
2 files changed, 40 deletions(-)
diff --git a/dev-tex/minted/Manifest b/dev-tex/minted/Manifest
index 7aef092d72eb..da71f3c5c94d 100644
--- a/dev-tex/minted/Manifest
+++ b/dev-tex/minted/Manifest
@@ -1,4 +1,3 @@
-DIST minted-2.6.tar.gz 891134 BLAKE2B b8f1686adeb138c61c232502b10aa420f1054180c5a460e9e5058d40435e13d336c15a044202923bd1acd7b62a7b780d95c62cf1a589181c90b9058712479c43 SHA512 6fb28485fca7238053ad177ee5579c27740e72b8753c6dcaa59afe20bc97d7e81ec20d189e97522445b6435f17cef1f8326aaa41c154bf21f59519c9abf10485
DIST minted-2.9.tar.gz 923928 BLAKE2B e4a9dc6194c8f03ce09d02cbab81f3aca473240ad6f84d6d39d7af62dc6111c50bdf2011ce1174d8bf998e93fab2706d7394423ee0a5486e92d62b592dca37ff SHA512 55b2d9800c752e47c98045baae0e68c3d5003f9154ec58d10922f1087cabb1305fbda9a3d45e330a8de982de1c94e58cbd1d3878f7f0cc8f5830080688e35377
DIST minted-3.4.0-explicitly-set-build-backend.patch 1196 BLAKE2B cfa83f1175d7b4334e65c964684ee1443f22ab5cd5892d502b0902c806cab3b74a4867367639804f96173a96b617ac11f234f803625aef7e8f4e117f815bf411 SHA512 94e36346bed7dc672c2286bc57096473f67d09ab2295e9c4356cbd948b64a490ec162eff68b46053009ead82c5b3d133ea3b4ff83ec8f5fec71ebbdb728841fd
DIST minted-3.4.0.tar.gz 629289 BLAKE2B cc4e4f7d55e2844e6aaa91c7d1b8410770a02f0def612befe46f961288e65c7650743d856738baa0f3a8e1574a270e89baf9c6ddabb34d203d82c288aad662b4 SHA512 9f95a8d96dd7813342ff6a336a192d675c47649d18c05916d104e934ed324e5b8b51c024fb2d362695d745da624d9f77c2878227d9e80306fb69ea45b301ecc1
diff --git a/dev-tex/minted/minted-2.6.ebuild b/dev-tex/minted/minted-2.6.ebuild
deleted file mode 100644
index 450a5f074653..000000000000
--- a/dev-tex/minted/minted-2.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit latex-package
-
-DESCRIPTION="LaTeX package for source code syntax highlighting"
-HOMEPAGE="https://github.com/gpoore/minted/"
-SRC_URI="https://github.com/gpoore/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-S="${WORKDIR}"/${P}/source
-
-SLOT="0"
-LICENSE="|| ( BSD LPPL-1.3 )"
-KEYWORDS="amd64 ~arm64 ~ppc ~riscv ~x86"
-IUSE="doc"
-
-RDEPEND="
- dev-python/pygments
- dev-texlive/texlive-latexextra
-"
-BDEPEND="doc? ( dev-texlive/texlive-fontsextra )"
-
-DOCS=( ../CHANGES.md ../README.md )
-
-src_prepare() {
- default
-
- rm "${S}"/${PN}.pdf || die
-}
-
-src_install() {
- LATEX_DOC_ARGUMENTS="-shell-escape"
-
- latex-package_src_install
-
- use doc && latex-package_src_doinstall pdf
-}
next reply other threads:[~2024-12-09 10:27 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-12-09 10:26 Florian Schmaus [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-27 18:36 [gentoo-commits] repo/gentoo:master commit in: dev-tex/minted/ Arthur Zamarin
2025-02-07 14:48 Arthur Zamarin
2025-02-07 14:44 Arthur Zamarin
2024-12-12 17:03 Florian Schmaus
2024-12-11 8:49 Florian Schmaus
2024-12-11 8:49 Florian Schmaus
2024-12-10 14:58 Florian Schmaus
2024-07-11 2:40 Ionen Wolkens
2024-06-21 15:47 Florian Schmaus
2024-06-21 15:47 Florian Schmaus
2024-06-21 4:23 Arthur Zamarin
2024-06-20 15:07 Ionen Wolkens
2024-06-14 17:29 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 14:42 Arthur Zamarin
2024-05-28 18:23 Arthur Zamarin
2024-05-26 6:06 Arthur Zamarin
2024-02-12 13:46 Jakov Smolić
2024-02-11 12:03 Sam James
2024-02-11 12:03 Sam James
2024-02-11 10:54 Florian Schmaus
2024-01-06 9:02 Sam James
2022-12-20 10:08 Maciej Barć
2022-12-19 22:28 Maciej Barć
2017-05-25 21:15 Patrice Clement
2017-05-25 21:12 Patrice Clement
2016-12-26 21:22 Kacper Kowalik
2016-03-11 16:17 Patrice Clement
2015-12-03 12:49 Justin Lecher
2015-12-03 10:21 Justin Lecher
2015-12-03 10:11 Guilherme Amadio
2015-12-03 10:11 Guilherme Amadio
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=1733739989.4b8f4ac5dc1f62b4494c5b7de85353a7ebfd75c9.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