Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/netbeans-websvccommon/
Date: Wed, 06 Sep 2017 20:53:08
Message-Id: 1504731156.b6a2f126fa00f050b7a12c3cc8b0691ee3ddb592.mgorny@gentoo
1 commit: b6a2f126fa00f050b7a12c3cc8b0691ee3ddb592
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Sep 3 15:51:59 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 20:52:36 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6a2f126
7
8 dev-java/netbeans-websvccommon: use HTTPS for links to dev.gentoo.org
9
10 dev-java/netbeans-websvccommon/netbeans-websvccommon-8.1.ebuild | 4 ++--
11 dev-java/netbeans-websvccommon/netbeans-websvccommon-8.2.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.1.ebuild b/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.1.ebuild
15 index e50b6dacdc3..3f04c29bf6f 100644
16 --- a/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.1.ebuild
17 +++ b/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.1.ebuild
18 @@ -1,4 +1,4 @@
19 -# Copyright 1999-2015 Gentoo Foundation
20 +# Copyright 1999-2017 Gentoo Foundation
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI="4"
24 @@ -9,7 +9,7 @@ HOMEPAGE="http://netbeans.org/"
25 SLOT="8.1"
26 SOURCE_URL="http://download.netbeans.org/netbeans/8.1/final/zip/netbeans-8.1-201510222201-src.zip"
27 SRC_URI="${SOURCE_URL}
28 - http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2"
29 + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2"
30 LICENSE="|| ( CDDL GPL-2-with-classpath-exception )"
31 KEYWORDS="~amd64 ~x86"
32 IUSE=""
33
34 diff --git a/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.2.ebuild b/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.2.ebuild
35 index c910a0da6d3..f288a9052ec 100644
36 --- a/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.2.ebuild
37 +++ b/dev-java/netbeans-websvccommon/netbeans-websvccommon-8.2.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2016 Gentoo Foundation
40 +# Copyright 1999-2017 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI="6"
44 @@ -9,7 +9,7 @@ HOMEPAGE="http://netbeans.org/"
45 SLOT="8.2"
46 SOURCE_URL="http://download.netbeans.org/netbeans/8.2/final/zip/netbeans-8.2-201609300101-src.zip"
47 SRC_URI="${SOURCE_URL}
48 - http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2"
49 + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2"
50 LICENSE="|| ( CDDL GPL-2-with-linking-exception )"
51 KEYWORDS="amd64 ~x86"
52 IUSE=""