Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/svg2rlg/
Date: Wed, 31 Aug 2022 08:42:22
Message-Id: 1661933725.bf41f6d81ff760f94a7769b323fe0d54b82a5b31.juippis@gentoo
1 commit: bf41f6d81ff760f94a7769b323fe0d54b82a5b31
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Tue Aug 16 16:48:55 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 08:15:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf41f6d8
7
8 media-gfx/svg2rlg: update HOMEPAGE
9
10 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
11 Portage 3.0.34 / pkgdev 0.2.1 / pkgcheck 0.10.12
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild b/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
18 index 54e19aeeca83..0c86b5cb4198 100644
19 --- a/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
20 +++ b/media-gfx/svg2rlg/svg2rlg-0.4.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} )
28 inherit distutils-r1
29
30 DESCRIPTION="Converts SVG files to PDFs or reportlab graphics"
31 -HOMEPAGE="https://github.com/sarnold/svg2rlg https://pypi.python.org/pypi/svg2rlg/"
32 +HOMEPAGE="https://github.com/sarnold/svg2rlg https://pypi.org/project/svg2rlg/"
33
34 if [[ ${PV} = 9999* ]]; then
35 EGIT_REPO_URI="https://github.com/sarnold/svg2rlg.git"