Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Wed, 31 Mar 2021 02:04:26
Message-Id: 1617156156.1b3171157c7f5797dd8a6b12e526f927e8844b00.sam@gentoo
1 commit: 1b3171157c7f5797dd8a6b12e526f927e8844b00
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 28 04:42:49 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 31 02:02:36 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b317115
7
8 ant-tasks.eclass: use HTTPS for HOMEPAGE
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 eclass/ant-tasks.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass
16 index b03f3e4aa36..4ca054f4bf1 100644
17 --- a/eclass/ant-tasks.eclass
18 +++ b/eclass/ant-tasks.eclass
19 @@ -84,7 +84,7 @@ MY_P="apache-ant-${MY_PV}"
20
21 # Default values for standard ebuild variables, can be overridden from ebuild.
22 DESCRIPTION="Apache Ant's optional tasks depending on ${ANT_TASK_DEPNAME}"
23 -HOMEPAGE="http://ant.apache.org/"
24 +HOMEPAGE="https://ant.apache.org/"
25 SRC_URI="${UPSTREAM_PREFIX}/${MY_P}-src.tar.bz2
26 ${GENTOO_PREFIX}/ant-${PV}-gentoo.tar.bz2"
27 LICENSE="Apache-2.0"