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 57528138334 for ; Mon, 13 May 2019 17:57:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 656A9E08A0; Mon, 13 May 2019 17:57:48 +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 44B05E089A for ; Mon, 13 May 2019 17:57:48 +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 3DCF2344273 for ; Mon, 13 May 2019 17:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D9485F8 for ; Mon, 13 May 2019 17:57:43 +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: <1557770158.bddb2474bac9774435e2ed6dfe18c50d3857970e.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-javacard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild X-VCS-Directories: dev-java/netbeans-javacard/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: bddb2474bac9774435e2ed6dfe18c50d3857970e X-VCS-Branch: master Date: Mon, 13 May 2019 17:57:43 +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: 5af6b236-26ed-49a7-8e1e-08f5d2a33835 X-Archives-Hash: 2ef8d03e322917f692a0a9e6486b8a0d commit: bddb2474bac9774435e2ed6dfe18c50d3857970e Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun May 5 12:05:46 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon May 13 17:55:58 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bddb2474 dev-java/netbeans-javacard: use HTTPS Signed-off-by: Michael Mair-Keimberger gmail.com> Signed-off-by: Aaron Bauman gentoo.org> dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild b/dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild index ec2f0e66248..4d45318832a 100644 --- a/dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild +++ b/dev-java/netbeans-javacard/netbeans-javacard-8.2.ebuild @@ -1,18 +1,18 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="6" inherit eutils java-pkg-2 java-ant-2 DESCRIPTION="Netbeans JavaCard Cluster" -HOMEPAGE="http://netbeans.org/projects/javacard" +HOMEPAGE="https://netbeans.org/projects/javacard" SLOT="8.2" -SOURCE_URL="http://download.netbeans.org/netbeans/8.2/final/zip/netbeans-8.2-201609300101-src.zip" +SOURCE_URL="https://download.netbeans.org/netbeans/8.2/final/zip/netbeans-8.2-201609300101-src.zip" SRC_URI="${SOURCE_URL} https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2 - http://hg.netbeans.org/binaries/33DCFAE258453BDD3D8A042F6ECF80656A82B8DD-anttasks.jar - http://hg.netbeans.org/binaries/9C1A8BC9D3270D184F1D1BCC5F60AA81D46E1ADF-apduio.jar - http://hg.netbeans.org/binaries/6243337E93F5841D4FFB404011AA076BFEB1590A-javacard_ri.zip" + https://hg.netbeans.org/binaries/33DCFAE258453BDD3D8A042F6ECF80656A82B8DD-anttasks.jar + https://hg.netbeans.org/binaries/9C1A8BC9D3270D184F1D1BCC5F60AA81D46E1ADF-apduio.jar + https://hg.netbeans.org/binaries/6243337E93F5841D4FFB404011AA076BFEB1590A-javacard_ri.zip" LICENSE="|| ( CDDL GPL-2-with-linking-exception )" KEYWORDS="amd64 ~x86" IUSE=""