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 112FB1396D0 for ; Wed, 6 Sep 2017 20:53:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 829DAE0EEC; Wed, 6 Sep 2017 20:53:02 +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 5E14AE0EEC for ; Wed, 6 Sep 2017 20:53:02 +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 0608034069A for ; Wed, 6 Sep 2017 20:53:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF3318E41 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: <1504731153.4f06390ff3e9e05d08ace83a450cc2c7ba9a7f37.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-nb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/netbeans-nb/netbeans-nb-8.1.ebuild dev-java/netbeans-nb/netbeans-nb-8.2.ebuild X-VCS-Directories: dev-java/netbeans-nb/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 4f06390ff3e9e05d08ace83a450cc2c7ba9a7f37 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: f12133b1-9393-4b87-9769-29c7f2be31e4 X-Archives-Hash: af179b7d050172e75eff3d542407c64d commit: 4f06390ff3e9e05d08ace83a450cc2c7ba9a7f37 Author: Francesco Turco fastmail fm> AuthorDate: Sun Sep 3 15:44:25 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Sep 6 20:52:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f06390f dev-java/netbeans-nb: use HTTPS for links to dev.gentoo.org dev-java/netbeans-nb/netbeans-nb-8.1.ebuild | 6 +++--- dev-java/netbeans-nb/netbeans-nb-8.2.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-java/netbeans-nb/netbeans-nb-8.1.ebuild b/dev-java/netbeans-nb/netbeans-nb-8.1.ebuild index e7959f7efee..9406f3fc0ef 100644 --- a/dev-java/netbeans-nb/netbeans-nb-8.1.ebuild +++ b/dev-java/netbeans-nb/netbeans-nb-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,8 +9,8 @@ HOMEPAGE="http://netbeans.org/" 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 - http://dev.gentoo.org/~fordfrog/distfiles/netbeans-7.0.png" + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2 + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-7.0.png" LICENSE="|| ( CDDL GPL-2-with-classpath-exception )" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild b/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild index 3f12a6126b6..490cca860c9 100644 --- a/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild +++ b/dev-java/netbeans-nb/netbeans-nb-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,8 +9,8 @@ HOMEPAGE="http://netbeans.org/" 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 - http://dev.gentoo.org/~fordfrog/distfiles/netbeans-7.0.png" + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2 + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-7.0.png" LICENSE="|| ( CDDL GPL-2-with-linking-exception )" KEYWORDS="amd64 ~x86" IUSE=""