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 EDDA11382C5 for ; Sun, 17 May 2020 16:55:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BC0DDE08E8; Sun, 17 May 2020 16:55:35 +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 876EFE08E8 for ; Sun, 17 May 2020 16:55:35 +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 1AF9B34F936 for ; Sun, 17 May 2020 16:55:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5B9E244 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: <1589734507.a4ea14c38e46cc0998f46073638a705da65e4d24.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jflex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/jflex/jflex-1.6.1.ebuild X-VCS-Directories: dev-java/jflex/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a4ea14c38e46cc0998f46073638a705da65e4d24 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: 3e2f2cb6-a542-4107-acbe-9521f214980c X-Archives-Hash: 0bfb4790654c9c7c2e46850db3f3638a commit: a4ea14c38e46cc0998f46073638a705da65e4d24 Author: Alexey Sokolov google com> AuthorDate: Fri May 8 14:20:30 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 17 16:55:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4ea14c3 dev-java/jflex: 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/jflex/jflex-1.6.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-java/jflex/jflex-1.6.1.ebuild b/dev-java/jflex/jflex-1.6.1.ebuild index 21a082774ba..2fc529849fe 100644 --- a/dev-java/jflex/jflex-1.6.1.ebuild +++ b/dev-java/jflex/jflex-1.6.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" @@ -8,8 +8,8 @@ JAVA_PKG_IUSE="doc source" inherit eutils java-pkg-2 java-pkg-simple DESCRIPTION="JFlex is a lexical analyzer generator for Java" -HOMEPAGE="http://www.jflex.de/" -SRC_URI="http://${PN}.de/${P}.tar.gz" +HOMEPAGE="https://www.jflex.de/" +SRC_URI="https://${PN}.de/${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 ~arm arm64 ppc64 x86 ~ppc-macos ~x64-macos ~x86-macos"