Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-core/
Date: Mon, 12 Feb 2018 22:18:57
Message-Id: 1518473922.f3f094b4d695b4ce485c45090203325618c6970c.chewi@gentoo
1 commit: f3f094b4d695b4ce485c45090203325618c6970c
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 12 22:17:41 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 12 22:18:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f094b4
7
8 dev-java/ant-core: Update SRC_URI
9
10 1.9.2 has been moved to the archive location.
11
12 Closes: https://bugs.gentoo.org/647320
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 dev-java/ant-core/ant-core-1.9.2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-java/ant-core/ant-core-1.9.2.ebuild b/dev-java/ant-core/ant-core-1.9.2.ebuild
19 index 571c5663615..e2696d37d4b 100644
20 --- a/dev-java/ant-core/ant-core-1.9.2.ebuild
21 +++ b/dev-java/ant-core/ant-core-1.9.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28 @@ -16,7 +16,7 @@ MY_P="apache-ant-${PV}"
29
30 DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files"
31 HOMEPAGE="http://ant.apache.org/"
32 -SRC_URI="mirror://apache/ant/source/${MY_P}-src.tar.bz2
33 +SRC_URI="https://archive.apache.org/dist/ant/source/${MY_P}-src.tar.bz2
34 https://dev.gentoo.org/~tomwij/files/dist/ant-${PV}-gentoo.tar.bz2"
35
36 LICENSE="Apache-2.0"