From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1003205-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 880CE138331 for <garchives@archives.gentoo.org>; Mon, 12 Feb 2018 22:18:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1240E0AD9; Mon, 12 Feb 2018 22:18:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0F9EE0AD9 for <gentoo-commits@lists.gentoo.org>; Mon, 12 Feb 2018 22:18:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CFAF335C49 for <gentoo-commits@lists.gentoo.org>; Mon, 12 Feb 2018 22:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 168E21DF for <gentoo-commits@lists.gentoo.org>; Mon, 12 Feb 2018 22:18:54 +0000 (UTC) From: "James Le Cuirot" <chewi@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" <chewi@gentoo.org> Message-ID: <1518473922.f3f094b4d695b4ce485c45090203325618c6970c.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ant-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ant-core/ant-core-1.9.2.ebuild X-VCS-Directories: dev-java/ant-core/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: f3f094b4d695b4ce485c45090203325618c6970c X-VCS-Branch: master Date: Mon, 12 Feb 2018 22:18:54 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: b95a8d3e-dc55-43ed-849c-d7d097741dda X-Archives-Hash: c0a7024823be8bc6f0223596b276fd3a commit: f3f094b4d695b4ce485c45090203325618c6970c Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon Feb 12 22:17:41 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon Feb 12 22:18:42 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3f094b4 dev-java/ant-core: Update SRC_URI 1.9.2 has been moved to the archive location. Closes: https://bugs.gentoo.org/647320 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-java/ant-core/ant-core-1.9.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/ant-core/ant-core-1.9.2.ebuild b/dev-java/ant-core/ant-core-1.9.2.ebuild index 571c5663615..e2696d37d4b 100644 --- a/dev-java/ant-core/ant-core-1.9.2.ebuild +++ b/dev-java/ant-core/ant-core-1.9.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -16,7 +16,7 @@ MY_P="apache-ant-${PV}" DESCRIPTION="Java-based build tool similar to 'make' that uses XML configuration files" HOMEPAGE="http://ant.apache.org/" -SRC_URI="mirror://apache/ant/source/${MY_P}-src.tar.bz2 +SRC_URI="https://archive.apache.org/dist/ant/source/${MY_P}-src.tar.bz2 https://dev.gentoo.org/~tomwij/files/dist/ant-${PV}-gentoo.tar.bz2" LICENSE="Apache-2.0"