public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/
Date: Fri, 26 Jul 2024 19:54:36 +0000 (UTC)	[thread overview]
Message-ID: <1722023400.79c33e275af8a897a2be98f8e30a508ac39672d0.ulm@gentoo> (raw)

commit:     79c33e275af8a897a2be98f8e30a508ac39672d0
Author:     Alexey Korepanov <kaikaikai <AT> yandex <DOT> ru>
AuthorDate: Fri Jul 26 19:13:29 2024 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jul 26 19:50:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79c33e27

dev-tex/latexdiff: cleanup old

Signed-off-by: Alexey Korepanov <kaikaikai <AT> yandex.ru>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 dev-tex/latexdiff/Manifest                 |  2 --
 dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild | 50 ------------------------------
 dev-tex/latexdiff/latexdiff-1.3.2.ebuild   | 50 ------------------------------
 3 files changed, 102 deletions(-)

diff --git a/dev-tex/latexdiff/Manifest b/dev-tex/latexdiff/Manifest
index fd9700279306..a2f40993dbf6 100644
--- a/dev-tex/latexdiff/Manifest
+++ b/dev-tex/latexdiff/Manifest
@@ -1,4 +1,2 @@
-DIST latexdiff-1.3.1.1.tar.gz 1879814 BLAKE2B 1f537dff75ff12eeacfcdfa05c0199a29a0ffc4e8ff728b390dcbd35b3ba490e4e1c2e7201b7313335aabd8b870e764b9573d6322c34141be9d4fa141349db0a SHA512 bdc573b4fdb4d647ab3208f350e89843e4602e81c293665e1d08ff9b1b0d531c665d687be0185ff9ae229b9f43fd9bbd6aac437b6b1bcdca9d72d39f360b6136
-DIST latexdiff-1.3.2.tar.gz 1885528 BLAKE2B 71d7daaea69f937496735b5f5d5899b550df4cc4253cab1edd08e5cece62bb85f3ac5d7f880316bc5ece99447c060a63f103ca5bdf3a4e9bbd4c22fdd5f1f1c1 SHA512 5e20e118dcb0a9bb1599c1b8f5ba3c08593ed4e7ddb10ca0533a1f5115d4a8aad70420ff7bf5e6086a5b9625320c55d4141a2f84a5862c2e74751b32fe956792
 DIST latexdiff-1.3.3.tar.gz 1890774 BLAKE2B c6a4da89477d7ff51ca23d8261f30e46c35faf3fa98e75d4dbb7bb0910822e06a7aff1198a0c2506711c7c527dd83bfe47dbfc0146a4440d08c26ecd411c7570 SHA512 5285d75c5fe9aa057ad56683ffd55308b45e1259beea0136d8b8526514602d6f8c5f79291dd2fa8c9b34e6a717323a02470878776b47b4ca4d36cab4d75f6ff1
 DIST latexdiff-1.3.4.tar.gz 1955150 BLAKE2B 23a312f423b0baf4c0e0a929e5818411ac2d65b8411e96c39864fb3a38fb9ab1dbdff8e691a3ddbda56ef81b5df658047b03fd9233fa5bca82bbbcb747c30920 SHA512 e53a6cb4262648c8e5d1d83ec4d3839134bd49a6a0d50ea180b045f7949126e8036336fbfb8d8d67412a9e8134208711909d8814e21683923afe44d0db221721

diff --git a/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild b/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild
deleted file mode 100644
index 272754d2fb43..000000000000
--- a/dev-tex/latexdiff/latexdiff-1.3.1.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Compare two latex files and mark up significant differences"
-HOMEPAGE="https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git"
-else
-	SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-lang/perl-5.8
-	virtual/latex-base
-	dev-texlive/texlive-plaingeneric
-	dev-perl/Algorithm-Diff
-"
-DEPEND="${RDEPEND}
-	dev-perl/Pod-LaTeX
-"
-BDEPEND="
-	test? ( app-shells/tcsh )
-"
-
-src_compile() {
-	export VARTEXFONTS="${T}/fonts"
-	PATH="${S}/dist:${PATH}" emake -j1 distribution
-}
-
-src_test() {
-	emake test
-}
-
-src_install() {
-	cd dist || die
-	dobin latexdiff latexrevise latexdiff-vc
-	doman latexdiff.1 latexrevise.1 latexdiff-vc.1
-	dodoc README doc/latexdiff-man.pdf
-}

diff --git a/dev-tex/latexdiff/latexdiff-1.3.2.ebuild b/dev-tex/latexdiff/latexdiff-1.3.2.ebuild
deleted file mode 100644
index d7097100bdd9..000000000000
--- a/dev-tex/latexdiff/latexdiff-1.3.2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Compare two latex files and mark up significant differences"
-HOMEPAGE="https://www.ctan.org/tex-archive/support/latexdiff/ https://github.com/ftilmann/latexdiff/"
-
-if [[ ${PV} == *9999* ]] ; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/ftilmann/latexdiff.git"
-else
-	SRC_URI="https://github.com/ftilmann/latexdiff/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	>=dev-lang/perl-5.8
-	virtual/latex-base
-	dev-texlive/texlive-plaingeneric
-	dev-perl/Algorithm-Diff
-"
-DEPEND="${RDEPEND}
-	dev-perl/Pod-LaTeX
-"
-BDEPEND="
-	test? ( app-shells/tcsh )
-"
-
-src_compile() {
-	export VARTEXFONTS="${T}/fonts"
-	PATH="${S}/dist:${PATH}" emake -j1 distribution
-}
-
-src_test() {
-	emake test
-}
-
-src_install() {
-	cd dist || die
-	dobin latexdiff latexrevise latexdiff-vc
-	doman latexdiff.1 latexrevise.1 latexdiff-vc.1
-	dodoc README doc/latexdiff-man.pdf
-}


             reply	other threads:[~2024-07-26 19:54 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-26 19:54 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-01-02 10:44 [gentoo-commits] repo/gentoo:master commit in: dev-tex/latexdiff/ Florian Schmaus
2025-01-02 10:44 Florian Schmaus
2024-10-24  8:33 Arthur Zamarin
2024-10-22  1:34 Sam James
2024-10-22  1:34 Sam James
2024-10-21 18:41 Arthur Zamarin
2024-10-21 18:41 Arthur Zamarin
2024-10-21 18:41 Arthur Zamarin
2024-07-26 19:54 Ulrich Müller
2023-05-05 12:58 Arthur Zamarin
2023-05-05 10:41 Arthur Zamarin
2023-05-03 10:07 Sam James
2023-03-24 14:04 Arthur Zamarin
2022-12-12 20:21 Andreas K. Hüttel
2022-12-12 20:21 Andreas K. Hüttel
2022-12-08  7:38 WANG Xuerui
2022-01-15 11:25 Florian Schmaus
2021-12-13 18:37 Arthur Zamarin
2021-02-06  1:10 Sam James
2021-02-06  0:18 Sam James
2021-01-06 22:35 Fabian Groffen
2020-12-20 18:47 Sam James
2020-12-20 16:40 Thomas Deutschmann
2020-12-18 20:49 Sergei Trofimovich
2020-12-18 10:25 Sergei Trofimovich
2020-12-17 16:41 Agostino Sarubbo
2020-12-17  7:59 Sam James
2020-07-30  9:10 Mikle Kolyada
2020-07-30  9:10 Mikle Kolyada
2020-04-12 12:39 Sergei Trofimovich
2020-01-01 12:34 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-06-24 17:14 Mikle Kolyada
2018-07-22  1:32 Mikle Kolyada
2018-07-21 12:25 Alexis Ballier
2018-07-21 12:25 Alexis Ballier
2018-07-20 12:11 Tobias Klausmann
2018-07-14 20:10 Sergei Trofimovich
2018-07-09 16:23 Mikle Kolyada
2018-07-07 11:56 Sergei Trofimovich
2018-07-06 13:43 Thomas Deutschmann
2018-07-05 18:32 Sergei Trofimovich
2018-03-16 18:32 Matt Turner
2017-12-13 20:14 Sergei Trofimovich
2017-12-13 20:14 Sergei Trofimovich
2017-11-03 22:17 Andreas Hüttel
2017-07-02 14:54 Sergei Trofimovich
2017-06-17 15:33 Andreas Hüttel
2017-06-17 15:33 Andreas Hüttel
2017-06-17 14:41 Alexis Ballier
2017-06-14 11:18 Alexis Ballier
2017-02-03 20:10 Jeroen Roovers
2017-01-31 16:02 Jeroen Roovers
2017-01-04 12:13 Alexis Ballier
2017-01-04 12:12 Alexis Ballier
2016-12-31 12:21 Alexis Ballier
2016-12-31 12:16 Alexis Ballier
2016-12-29 15:26 Alexis Ballier
2016-04-16 20:23 Andreas Hüttel
2016-03-20 11:53 Agostino Sarubbo
2016-03-17 10:50 Agostino Sarubbo
2016-02-03 20:55 Markus Meier
2016-02-03 15:09 Tobias Klausmann
2016-01-23 16:59 Agostino Sarubbo

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=1722023400.79c33e275af8a897a2be98f8e30a508ac39672d0.ulm@gentoo \
    --to=ulm@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