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 621FE1382C5 for ; Sun, 17 May 2020 16:55:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A55CCE08F9; Sun, 17 May 2020 16:55:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 81EF3E08F9 for ; Sun, 17 May 2020 16:55:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A138D34F927 for ; Sun, 17 May 2020 16:55:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAB0E250 for ; Sun, 17 May 2020 16:55:32 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1589734509.a74dbbcbb058bed45770eef14c69316b9dd45885.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/joda-convert/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/joda-convert/joda-convert-1.3.1.ebuild X-VCS-Directories: dev-java/joda-convert/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a74dbbcbb058bed45770eef14c69316b9dd45885 X-VCS-Branch: master Date: Sun, 17 May 2020 16:55:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fdb09f14-d4ed-4cf0-aa2c-25d989897d20 X-Archives-Hash: 874890739f9fd73e889b6b6bbf1153ea commit: a74dbbcbb058bed45770eef14c69316b9dd45885 Author: Alexey Sokolov google com> AuthorDate: Fri May 8 14:21:26 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 17 16:55:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a74dbbcb dev-java/joda-convert: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: Aaron Bauman gentoo.org> dev-java/joda-convert/joda-convert-1.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/joda-convert/joda-convert-1.3.1.ebuild b/dev-java/joda-convert/joda-convert-1.3.1.ebuild index 6ea4cf10345..ed172701ffa 100644 --- a/dev-java/joda-convert/joda-convert-1.3.1.ebuild +++ b/dev-java/joda-convert/joda-convert-1.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source test" inherit java-pkg-2 java-ant-2 DESCRIPTION="Java library for conversion between Object and String" -HOMEPAGE="http://www.joda.org/joda-convert/" +HOMEPAGE="https://www.joda.org/joda-convert/" SRC_URI="mirror://sourceforge/${PN}/${P}-dist.tar.gz" LICENSE="Apache-2.0"