Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/autodia/
Date: Sat, 08 Feb 2020 18:56:04
Message-Id: 1581188090.b2083497c832cdcb5f47225ac73a22de4a67a68d.soap@gentoo
1 commit: b2083497c832cdcb5f47225ac73a22de4a67a68d
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 18:54:50 2020 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 18:54:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2083497
7
8 dev-util/autodia: [QA] Fix VariableInHomepage
9
10 Signed-off-by: David Seifert <soap <AT> gentoo.org>
11
12 dev-util/autodia/autodia-2.140.0-r2.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-util/autodia/autodia-2.140.0-r2.ebuild b/dev-util/autodia/autodia-2.140.0-r2.ebuild
16 index 4e8cb2652bf..74fb18c1b9f 100644
17 --- a/dev-util/autodia/autodia-2.140.0-r2.ebuild
18 +++ b/dev-util/autodia/autodia-2.140.0-r2.ebuild
19 @@ -9,7 +9,7 @@ DIST_AUTHOR=TEEJAY
20 inherit perl-module
21
22 DESCRIPTION="Parses source code, XML or data and produces an XML document in Dia format"
23 -HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ ${HOMEPAGE}"
24 +HOMEPAGE="http://www.aarontrevena.co.uk/opensource/autodia/ https://metacpan.org/release/Autodia"
25 SRC_URI+=" mirror://gentoo/${DIST_NAME}-2.14-dbi.patch.gz"
26
27 LICENSE="GPL-2"