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 B994F13835A for ; Fri, 19 Jun 2020 22:35:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9219E08CA; Fri, 19 Jun 2020 22:35:31 +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 AF4E8E08CA for ; Fri, 19 Jun 2020 22:35:31 +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 B246E34F07D for ; Fri, 19 Jun 2020 22:35:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD4562A8 for ; Fri, 19 Jun 2020 22:35:26 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1592606027.7f3ef460de63b65a16114f14f8984f6b7baea8a5.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/easymock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/easymock/easymock-3.3.1.ebuild X-VCS-Directories: dev-java/easymock/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 7f3ef460de63b65a16114f14f8984f6b7baea8a5 X-VCS-Branch: master Date: Fri, 19 Jun 2020 22:35:26 +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: c9d17349-bda7-4152-b66d-51b616cb177d X-Archives-Hash: b7996ac18fecf854fffef36634fdf6ce commit: 7f3ef460de63b65a16114f14f8984f6b7baea8a5 Author: Volkmar W. Pogatzki <62425054+vaukai users noreply github com> AuthorDate: Thu Apr 9 17:27:21 2020 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Fri Jun 19 22:33:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f3ef460 dev-java/easymock: HOMEPAGE use https Closes: https://github.com/gentoo/gentoo/pull/15279 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Volkmar W. Pogatzki pogatzki.net> Signed-off-by: Conrad Kostecki gentoo.org> dev-java/easymock/easymock-3.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/easymock/easymock-3.3.1.ebuild b/dev-java/easymock/easymock-3.3.1.ebuild index ccb754db050..36438c1dfb0 100644 --- a/dev-java/easymock/easymock-3.3.1.ebuild +++ b/dev-java/easymock/easymock-3.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc examples source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Mock Objects for interfaces in JUnit tests by generating them on the fly" -HOMEPAGE="http://www.easymock.org/" +HOMEPAGE="https://easymock.org/" SRC_URI="mirror://sourceforge/${PN}/EasyMock/${PV}/${P}.zip" LICENSE="|| ( MIT Apache-2.0 )"