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-nb/
Date: Wed, 06 Sep 2017 20:53:08
Message-Id: 1504731153.4f06390ff3e9e05d08ace83a450cc2c7ba9a7f37.mgorny@gentoo
1 commit: 4f06390ff3e9e05d08ace83a450cc2c7ba9a7f37
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Sep 3 15:44:25 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 20:52:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f06390f
7
8 dev-java/netbeans-nb: use HTTPS for links to dev.gentoo.org
9
10 dev-java/netbeans-nb/netbeans-nb-8.1.ebuild | 6 +++---
11 dev-java/netbeans-nb/netbeans-nb-8.2.ebuild | 6 +++---
12 2 files changed, 6 insertions(+), 6 deletions(-)
13
14 diff --git a/dev-java/netbeans-nb/netbeans-nb-8.1.ebuild b/dev-java/netbeans-nb/netbeans-nb-8.1.ebuild
15 index e7959f7efee..9406f3fc0ef 100644
16 --- a/dev-java/netbeans-nb/netbeans-nb-8.1.ebuild
17 +++ b/dev-java/netbeans-nb/netbeans-nb-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,8 +9,8 @@ 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 - http://dev.gentoo.org/~fordfrog/distfiles/netbeans-7.0.png"
30 + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2
31 + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-7.0.png"
32 LICENSE="|| ( CDDL GPL-2-with-classpath-exception )"
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 diff --git a/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild b/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild
37 index 3f12a6126b6..490cca860c9 100644
38 --- a/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild
39 +++ b/dev-java/netbeans-nb/netbeans-nb-8.2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2016 Gentoo Foundation
42 +# Copyright 1999-2017 Gentoo Foundation
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI="6"
46 @@ -9,8 +9,8 @@ HOMEPAGE="http://netbeans.org/"
47 SLOT="8.2"
48 SOURCE_URL="http://download.netbeans.org/netbeans/8.2/final/zip/netbeans-8.2-201609300101-src.zip"
49 SRC_URI="${SOURCE_URL}
50 - http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2
51 - http://dev.gentoo.org/~fordfrog/distfiles/netbeans-7.0.png"
52 + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2
53 + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-7.0.png"
54 LICENSE="|| ( CDDL GPL-2-with-linking-exception )"
55 KEYWORDS="amd64 ~x86"
56 IUSE=""