commit:     9763b3a3fbee872938d0ad65bfb431af1b3a7db9
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Jul  5 07:22:59 2023 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 21:53:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9763b3a3

dev-tex/dot2tex: update HOMEPAGE

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-tex/dot2tex/dot2tex-2.11.3.ebuild | 10 +++++-----
 dev-tex/dot2tex/metadata.xml          |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild 
b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
index ec5e1fafb509..a07837edfc11 100644
--- a/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
+++ b/dev-tex/dot2tex/dot2tex-2.11.3.ebuild
@@ -6,9 +6,9 @@ EAPI=8
 PYTHON_COMPAT=( python3_{9..11} )
 inherit distutils-r1
 
-DESCRIPTION="A Graphviz to LaTeX converter"
-HOMEPAGE="https://dot2tex.readthedocs.org/ https://github.com/kjellmf/dot2tex";
-SRC_URI="https://github.com/kjellmf/dot2tex/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+DESCRIPTION="Graphviz to LaTeX converter"
+HOMEPAGE="https://dot2tex.readthedocs.org/ https://github.com/xyz2tex/dot2tex";
+SRC_URI="https://github.com/xyz2tex/dot2tex/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
@@ -23,7 +23,7 @@ RDEPEND="
 BDEPEND="doc? ( dev-python/sphinx )"
 
 EPYTEST_DESELECT=(
-       # https://github.com/kjellmf/dot2tex/issues/94
+       # https://github.com/xyz2tex/dot2tex/issues/94
        tests/test_dot2tex.py::MultipleStatements::test_semicolon
 )
 
@@ -31,7 +31,7 @@ distutils_enable_tests pytest
 
 python_prepare_all() {
        # Syntax failures (old-style print)
-       # Looks fixed in master: 
https://github.com/kjellmf/dot2tex/commit/38aeef9615f90fe347c5c45d514eaf00b116422b
+       # Looks fixed in master: 
https://github.com/xyz2tex/dot2tex/commit/38aeef9615f90fe347c5c45d514eaf00b116422b
        rm -r "${S}"/tests/experimental || die
 
        distutils-r1_python_prepare_all

diff --git a/dev-tex/dot2tex/metadata.xml b/dev-tex/dot2tex/metadata.xml
index 8ab60496f83c..07745c2362d7 100644
--- a/dev-tex/dot2tex/metadata.xml
+++ b/dev-tex/dot2tex/metadata.xml
@@ -8,6 +8,6 @@
        <stabilize-allarches/>
        <upstream>
                <remote-id type="google-code">dot2tex</remote-id>
-               <remote-id type="github">kjellmf/dot2tex</remote-id>
+               <remote-id type="github">xyz2tex/dot2tex</remote-id>
        </upstream>
 </pkgmetadata>

Reply via email to