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 C91931396D0 for ; Wed, 6 Sep 2017 20:53:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D2DE0ED3; Wed, 6 Sep 2017 20:53:01 +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 6F705E0ED3 for ; Wed, 6 Sep 2017 20:53:01 +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 7073034071C for ; Wed, 6 Sep 2017 20:53:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 486138E3A for ; Wed, 6 Sep 2017 20:52:57 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1504731149.1ba113492dc76853e88dd6e0675ede8ad783ac98.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-harness/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netbeans-harness/netbeans-harness-8.1.ebuild dev-java/netbeans-harness/netbeans-harness-8.2.ebuild X-VCS-Directories: dev-java/netbeans-harness/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1ba113492dc76853e88dd6e0675ede8ad783ac98 X-VCS-Branch: master Date: Wed, 6 Sep 2017 20:52:57 +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: 3fa5225b-6b20-44b6-b51f-4f1f7187bdae X-Archives-Hash: b34faf1846bef099debb51a4e4b43ab9 commit: 1ba113492dc76853e88dd6e0675ede8ad783ac98 Author: Francesco Turco fastmail fm> AuthorDate: Sun Sep 3 15:31:14 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 20:52:29 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba11349 dev-java/netbeans-harness: use HTTPS for links to dev.gentoo.org dev-java/netbeans-harness/netbeans-harness-8.1.ebuild | 4 ++-- dev-java/netbeans-harness/netbeans-harness-8.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-java/netbeans-harness/netbeans-harness-8.1.ebuild b/dev-java/netbeans-harness/netbeans-harness-8.1.ebuild index 72d48f8fe26..757d7cbbabc 100644 --- a/dev-java/netbeans-harness/netbeans-harness-8.1.ebuild +++ b/dev-java/netbeans-harness/netbeans-harness-8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" @@ -9,7 +9,7 @@ HOMEPAGE="http://netbeans.org/features/platform/" SLOT="8.1" SOURCE_URL="http://download.netbeans.org/netbeans/8.1/final/zip/netbeans-8.1-201510222201-src.zip" SRC_URI="${SOURCE_URL} - http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2 + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2 http://hg.netbeans.org/binaries/A806D99716C5E9441BFD8B401176FDDEFC673022-bindex-2.2.jar http://hg.netbeans.org/binaries/D325D3913CBC0F9A8D73A466FABB98EDEEC014AB-jemmy-2.3.1.1.jar http://hg.netbeans.org/binaries/D06C8980C9025183C044202419EA29E69FBD4B99-jemmy-2.3.1.1-doc.zip diff --git a/dev-java/netbeans-harness/netbeans-harness-8.2.ebuild b/dev-java/netbeans-harness/netbeans-harness-8.2.ebuild index 13dd58f700a..179b86fbee1 100644 --- a/dev-java/netbeans-harness/netbeans-harness-8.2.ebuild +++ b/dev-java/netbeans-harness/netbeans-harness-8.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -9,7 +9,7 @@ HOMEPAGE="http://netbeans.org/features/platform/" SLOT="8.2" SOURCE_URL="http://download.netbeans.org/netbeans/8.2/final/zip/netbeans-8.2-201609300101-src.zip" SRC_URI="${SOURCE_URL} - http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2 + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2 http://hg.netbeans.org/binaries/A806D99716C5E9441BFD8B401176FDDEFC673022-bindex-2.2.jar http://hg.netbeans.org/binaries/D325D3913CBC0F9A8D73A466FABB98EDEEC014AB-jemmy-2.3.1.1.jar http://hg.netbeans.org/binaries/D06C8980C9025183C044202419EA29E69FBD4B99-jemmy-2.3.1.1-doc.zip