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-dlight/
Date: Wed, 06 Sep 2017 20:53:01
Message-Id: 1504731144.dfe23e51167c3b04008268f2c97bfb89e68cf855.mgorny@gentoo
1 commit: dfe23e51167c3b04008268f2c97bfb89e68cf855
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Sep 3 15:22:25 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 6 20:52:24 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfe23e51
7
8 dev-java/netbeans-dlight: use HTTPS for links to dev.gentoo.org
9
10 dev-java/netbeans-dlight/netbeans-dlight-8.1.ebuild | 4 ++--
11 dev-java/netbeans-dlight/netbeans-dlight-8.2.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-java/netbeans-dlight/netbeans-dlight-8.1.ebuild b/dev-java/netbeans-dlight/netbeans-dlight-8.1.ebuild
15 index 287adca3cbd..a4bd21852b2 100644
16 --- a/dev-java/netbeans-dlight/netbeans-dlight-8.1.ebuild
17 +++ b/dev-java/netbeans-dlight/netbeans-dlight-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 http://hg.netbeans.org/binaries/51AC4960C19CF4C2CCA636765BFBC09A5029BFC5-fs_server-1.0.zip"
31 LICENSE="|| ( CDDL GPL-2-with-classpath-exception )"
32 KEYWORDS="~amd64 ~x86"
33
34 diff --git a/dev-java/netbeans-dlight/netbeans-dlight-8.2.ebuild b/dev-java/netbeans-dlight/netbeans-dlight-8.2.ebuild
35 index d1b7d580efb..535be058223 100644
36 --- a/dev-java/netbeans-dlight/netbeans-dlight-8.2.ebuild
37 +++ b/dev-java/netbeans-dlight/netbeans-dlight-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 http://hg.netbeans.org/binaries/18E39A0D10357B72EDB76F2070E27019317792F1-fs_server-1.0.zip"
51 LICENSE="|| ( CDDL GPL-2-with-linking-exception )"
52 KEYWORDS="amd64 ~x86"