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-mobility/
Date: Wed, 06 Sep 2017 20:53:05
Message-Id: 1504731153.7833e1206d6c62b21345ad6c75653552b5a05740.mgorny@gentoo
1 commit: 7833e1206d6c62b21345ad6c75653552b5a05740
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Sep 3 15:42:26 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=7833e120
7
8 dev-java/netbeans-mobility: use HTTPS for links to dev.gentoo.org
9
10 dev-java/netbeans-mobility/netbeans-mobility-8.1.ebuild | 4 ++--
11 dev-java/netbeans-mobility/netbeans-mobility-8.2.ebuild | 4 ++--
12 2 files changed, 4 insertions(+), 4 deletions(-)
13
14 diff --git a/dev-java/netbeans-mobility/netbeans-mobility-8.1.ebuild b/dev-java/netbeans-mobility/netbeans-mobility-8.1.ebuild
15 index 9ab706bb53e..497711c850e 100644
16 --- a/dev-java/netbeans-mobility/netbeans-mobility-8.1.ebuild
17 +++ b/dev-java/netbeans-mobility/netbeans-mobility-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/features/platform/"
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-mobility/netbeans-mobility-8.2.ebuild b/dev-java/netbeans-mobility/netbeans-mobility-8.2.ebuild
35 index 34c154c9481..c2c95b3be78 100644
36 --- a/dev-java/netbeans-mobility/netbeans-mobility-8.2.ebuild
37 +++ b/dev-java/netbeans-mobility/netbeans-mobility-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/features/platform/"
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=""