Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-eclipse-ecj/
Date: Wed, 11 May 2022 07:33:34
Message-Id: 1652254399.38410f1ebecca52179e8ccc20bb1db7a1d5593b0.flow@gentoo
1 commit: 38410f1ebecca52179e8ccc20bb1db7a1d5593b0
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Wed May 11 06:51:30 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed May 11 07:33:19 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38410f1e
7
8 dev-java/ant-eclipse-ecj: update HOMEPAGE, SRC_URI
9
10 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
11 Closes: https://github.com/gentoo/gentoo/pull/25437
12 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
13
14 dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15-r1.ebuild | 4 ++--
15 dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.22.ebuild | 4 ++--
16 2 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15-r1.ebuild b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15-r1.ebuild
19 index 30383fea53f5..449a22d33932 100644
20 --- a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15-r1.ebuild
21 +++ b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.15-r1.ebuild
22 @@ -10,8 +10,8 @@ inherit java-pkg-2 java-pkg-simple prefix
23 DMF="R-${PV}-202003050155"
24
25 DESCRIPTION="Ant Compiler Adapter for Eclipse Java Compiler"
26 -HOMEPAGE="http://www.eclipse.org/"
27 -SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV}.jar"
28 +HOMEPAGE="https://www.eclipse.org/"
29 +SRC_URI="https://archive.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV}.jar"
30
31 LICENSE="EPL-1.0"
32 KEYWORDS="amd64 ~ppc64 x86 ~amd64-linux ~x86-linux ~x86-solaris"
33
34 diff --git a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.22.ebuild b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.22.ebuild
35 index 21b3dfc5b0d8..1fc9f8bb2347 100644
36 --- a/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.22.ebuild
37 +++ b/dev-java/ant-eclipse-ecj/ant-eclipse-ecj-4.22.ebuild
38 @@ -10,8 +10,8 @@ inherit java-pkg-2 java-pkg-simple prefix
39 DMF="R-${PV}-202111241800"
40
41 DESCRIPTION="Ant Compiler Adapter for Eclipse Java Compiler"
42 -HOMEPAGE="http://www.eclipse.org/"
43 -SRC_URI="http://download.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV}.jar"
44 +HOMEPAGE="https://www.eclipse.org/"
45 +SRC_URI="https://download.eclipse.org/eclipse/downloads/drops4/${DMF}/ecjsrc-${PV}.jar"
46
47 LICENSE="EPL-1.0"
48 KEYWORDS="~amd64 ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris"