public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/biblatex/
Date: Sat, 05 Jul 2025 23:44:41 +0000 (UTC)	[thread overview]
Message-ID: <1751759032.51ece75b86f2996d7f5562136afd1fe2364566a3.dilfridge@gentoo> (raw)

commit:     51ece75b86f2996d7f5562136afd1fe2364566a3
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  5 23:43:52 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul  5 23:43:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51ece75b

dev-tex/biblatex: drop 3.19

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 dev-tex/biblatex/Manifest             |  1 -
 dev-tex/biblatex/biblatex-3.19.ebuild | 43 -----------------------------------
 2 files changed, 44 deletions(-)

diff --git a/dev-tex/biblatex/Manifest b/dev-tex/biblatex/Manifest
index 0b31876b49bb..cf276a78e657 100644
--- a/dev-tex/biblatex/Manifest
+++ b/dev-tex/biblatex/Manifest
@@ -1,2 +1 @@
-DIST biblatex-3.19.tds.tgz 18989048 BLAKE2B 8c4386fdbe039787507d11180e12f1daa1323f96bb487b90e05569e4e7d0eb403df885caf6145d378af4d586778fe5ccab5df8237b177eeaadb9dc57c7600236 SHA512 8b743d4d19dc7e465e3aa06c42aae9fcb70d78e782626b43906a8d936521a18149eae8cef3aab34356e88bef841986537f39c4eeb77f26acd8ed3f82dc423237
 DIST biblatex-3.20.tds.tgz 19035703 BLAKE2B fbe1906a0e2aed64750f4dd95038ae9336b38ab936521545eafb79c22f1e19ad22accd078f483abc4c2b8baef83ac4763e6cea5942505ab0f4a9d342f4bf0aa3 SHA512 55bfa626850e6cec31abb2c99ce82d4e9aeb0120101815897e367837a5d679c27e18a204e2270b5b6858eb64a95c459f9ff3c2c0e6245905fa82ab979a5048e1

diff --git a/dev-tex/biblatex/biblatex-3.19.ebuild b/dev-tex/biblatex/biblatex-3.19.ebuild
deleted file mode 100644
index fd58302e482e..000000000000
--- a/dev-tex/biblatex/biblatex-3.19.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit latex-package
-
-DESCRIPTION="Reimplementation of the bibliographic facilities provided by LaTeX"
-HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/biblatex https://github.com/plk/biblatex/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tds.tgz"
-
-LICENSE="LPPL-1.3"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="+biber doc examples"
-
-DEPEND="
-	dev-texlive/texlive-bibtexextra
-	dev-texlive/texlive-latexextra
-	dev-texlive/texlive-plaingeneric
-"
-RDEPEND="${DEPEND}"
-# biblatex and biber must always have compatible versions
-PDEPEND="biber? ( ~dev-tex/biber-2.$(ver_cut 2) )"
-
-S="${WORKDIR}"
-TEXMF=/usr/share/texmf-site
-
-src_install() {
-	insinto "${TEXMF}"
-	doins -r bibtex tex
-
-	dodoc doc/latex/biblatex/{README,CHANGES.md}
-	if use doc ; then
-		pushd doc || die
-		latex-package_src_doinstall doc
-		popd || die
-	fi
-
-	if use examples ; then
-		dodoc -r doc/latex/biblatex/examples
-	fi
-}


             reply	other threads:[~2025-07-05 23:44 UTC|newest]

Thread overview: 63+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-07-05 23:44 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-05 23:09 [gentoo-commits] repo/gentoo:master commit in: dev-tex/biblatex/ Sam James
2025-04-29  6:36 Florian Schmaus
2025-04-26 17:12 Arthur Zamarin
2025-04-26 13:11 Sam James
2025-04-26 12:41 Arthur Zamarin
2025-04-26  6:52 Arthur Zamarin
2025-04-26  4:37 Sam James
2025-03-26 14:43 Florian Schmaus
2025-03-10  7:53 Florian Schmaus
2025-01-15 16:19 Sam James
2025-01-15 11:47 Sam James
2025-01-15 11:44 Sam James
2025-01-15 11:44 Sam James
2025-01-15 11:44 Sam James
2024-07-11  2:40 Ionen Wolkens
2024-06-23 17:47 Arthur Zamarin
2024-06-14 18:05 Sam James
2024-06-14 14:42 Arthur Zamarin
2024-05-26  6:06 Arthur Zamarin
2021-10-26  1:21 Yixun Lan
2021-05-04 22:24 Sam James
2021-05-02 22:06 Sergei Trofimovich
2021-03-09 22:03 Andreas K. Hüttel
2020-12-21 20:08 Sam James
2020-12-19 19:36 Sam James
2020-05-04 14:11 Joonas Niilola
2020-01-19 16:37 Mikle Kolyada
2019-09-27 19:19 Mikle Kolyada
2019-07-26 12:02 Mikle Kolyada
2019-02-10 23:11 Patrice Clement
2019-02-10 23:11 Patrice Clement
2019-01-02 10:10 Mikle Kolyada
2018-08-08 16:34 Michał Górny
2018-08-08 16:34 Michał Górny
2018-08-08 16:34 Michał Górny
2018-07-21 12:25 Alexis Ballier
2018-07-21 12:25 Alexis Ballier
2018-04-02 18:06 Mart Raudsepp
2018-02-04 23:41 Patrice Clement
2018-01-08 23:57 Thomas Deutschmann
2018-01-08 23:57 Thomas Deutschmann
2017-11-30 14:47 Patrice Clement
2017-11-30 14:47 Patrice Clement
2017-11-11 16:49 Jonas Stein
2017-06-15 16:27 Markus Meier
2017-06-12  9:40 Michał Górny
2017-05-30  8:02 Alexis Ballier
2017-05-15  9:09 Michał Górny
2017-05-07 11:05 Mikle Kolyada
2017-04-28 21:23 Manuel Rüger
2017-03-16 19:45 Manuel Rüger
2017-03-16 19:45 Manuel Rüger
2016-09-26 19:52 Manuel Rüger
2016-09-26 19:51 Manuel Rüger
2016-05-24 15:20 Amy Winston
2016-05-20 19:57 Manuel Rüger
2016-03-13 12:51 Manuel Rüger
2016-03-03 23:13 Manuel Rüger
2016-01-23 18:17 Manuel Rüger
2015-12-22 20:34 Manuel Rüger
2015-10-28 21:11 Manuel Rüger
2015-10-28 18:38 Manuel Rüger

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=1751759032.51ece75b86f2996d7f5562136afd1fe2364566a3.dilfridge@gentoo \
    --to=dilfridge@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