From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 44D831382C5 for ; Sun, 8 Apr 2018 18:38:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 52448E0ABB; Sun, 8 Apr 2018 18:38:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2D38DE0ABB for ; Sun, 8 Apr 2018 18:38:02 +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 C50BC335C49 for ; Sun, 8 Apr 2018 18:38:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F32B027F for ; Sun, 8 Apr 2018 18:37:59 +0000 (UTC) From: "James Le Cuirot" 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" Message-ID: <1523212648.d6087d1359b4936f1884b15913c8324a7680a672.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ecs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/ecs/ecs-1.4.2-r2.ebuild X-VCS-Directories: dev-java/ecs/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: d6087d1359b4936f1884b15913c8324a7680a672 X-VCS-Branch: master Date: Sun, 8 Apr 2018 18:37:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8921223c-ddef-48ac-9e7c-5db06ac90834 X-Archives-Hash: 922276734940142519bd7dd41fd32517 commit: d6087d1359b4936f1884b15913c8324a7680a672 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Apr 8 17:24:47 2018 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Apr 8 18:37:28 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6087d13 dev-java/ecs: use HTTPS dev-java/ecs/ecs-1.4.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/ecs/ecs-1.4.2-r2.ebuild b/dev-java/ecs/ecs-1.4.2-r2.ebuild index baa18cc2e5c..01ab7de4e5d 100644 --- a/dev-java/ecs/ecs-1.4.2-r2.ebuild +++ b/dev-java/ecs/ecs-1.4.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java library to generate markup language text such as HTML and XML" -HOMEPAGE="http://jakarta.apache.org/ecs" +HOMEPAGE="https://jakarta.apache.org/ecs" SRC_URI="mirror://apache/jakarta/${PN}/source/${P}-src.tar.gz" LICENSE="Apache-1.1"