commit:     eac4ef89bc915254b9163dba84df7768456ae89b
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 26 07:03:34 2023 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Wed Apr 26 07:04:08 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eac4ef89

dev-tex/latexmk: upstream's versioning scheme

Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 app-text/texlive/{texlive-2021.ebuild => texlive-2021-r1.ebuild} | 4 ++--
 dev-tex/latexmk/{latexmk-470b.ebuild => latexmk-4.70b.ebuild}    | 4 ++--
 dev-tex/latexmk/{latexmk-480.ebuild => latexmk-4.80.ebuild}      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-text/texlive/texlive-2021.ebuild 
b/app-text/texlive/texlive-2021-r1.ebuild
similarity index 99%
rename from app-text/texlive/texlive-2021.ebuild
rename to app-text/texlive/texlive-2021-r1.ebuild
index 8a26c0091664..5d89ea9a4f1e 100644
--- a/app-text/texlive/texlive-2021.ebuild
+++ b/app-text/texlive/texlive-2021-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
@@ -46,7 +46,7 @@ RDEPEND="${DEPEND}
        extra? (
                app-text/dvisvgm
                dev-tex/latexdiff
-               >=dev-tex/latexmk-418
+               dev-tex/latexmk
                >=${TEXLIVE_CAT}/texlive-bibtexextra-${PV}
                >=${TEXLIVE_CAT}/texlive-fontsextra-${PV}
                >=${TEXLIVE_CAT}/texlive-formatsextra-${PV}

diff --git a/dev-tex/latexmk/latexmk-470b.ebuild 
b/dev-tex/latexmk/latexmk-4.70b.ebuild
similarity index 87%
rename from dev-tex/latexmk/latexmk-470b.ebuild
rename to dev-tex/latexmk/latexmk-4.70b.ebuild
index 590510a61fc0..9dc442f45b8d 100644
--- a/dev-tex/latexmk/latexmk-470b.ebuild
+++ b/dev-tex/latexmk/latexmk-4.70b.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,7 +8,7 @@ inherit bash-completion-r1
 DESCRIPTION="Perl script for automatically building LaTeX documents"
 HOMEPAGE="https://personal.psu.edu/~jcc8/software/latexmk/
                  https://ctan.org/pkg/latexmk/";
-SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P}.zip";
+SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P/./}.zip";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/dev-tex/latexmk/latexmk-480.ebuild 
b/dev-tex/latexmk/latexmk-4.80.ebuild
similarity index 91%
rename from dev-tex/latexmk/latexmk-480.ebuild
rename to dev-tex/latexmk/latexmk-4.80.ebuild
index b17c38a6c86d..98e61dcf6d2e 100644
--- a/dev-tex/latexmk/latexmk-480.ebuild
+++ b/dev-tex/latexmk/latexmk-4.80.ebuild
@@ -8,7 +8,7 @@ inherit bash-completion-r1
 DESCRIPTION="Perl script for automatically building LaTeX documents"
 HOMEPAGE="https://personal.psu.edu/~jcc8/software/latexmk/
                  https://ctan.org/pkg/latexmk/";
-SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P}.zip";
+SRC_URI="https://personal.psu.edu/~jcc8/software/${PN}/${P/./}.zip";
 
 LICENSE="GPL-2"
 SLOT="0"

Reply via email to