diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-03 17:42:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-06 22:52:33 +0200 |
commit | 7833e1206d6c62b21345ad6c75653552b5a05740 (patch) | |
tree | 176817f4c8aba93d0e65fd7445b5cbd90b95aac4 /dev-java/netbeans-mobility | |
parent | dev-java/netbeans-javafx: use HTTPS for links to dev.gentoo.org (diff) | |
download | gentoo-7833e1206d6c62b21345ad6c75653552b5a05740.tar.gz gentoo-7833e1206d6c62b21345ad6c75653552b5a05740.tar.bz2 gentoo-7833e1206d6c62b21345ad6c75653552b5a05740.zip |
dev-java/netbeans-mobility: use HTTPS for links to dev.gentoo.org
Diffstat (limited to 'dev-java/netbeans-mobility')
-rw-r--r-- | dev-java/netbeans-mobility/netbeans-mobility-8.1.ebuild | 4 | ||||
-rw-r--r-- | dev-java/netbeans-mobility/netbeans-mobility-8.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/netbeans-mobility/netbeans-mobility-8.1.ebuild b/dev-java/netbeans-mobility/netbeans-mobility-8.1.ebuild index 9ab706bb53ef..497711c850e4 100644 --- a/dev-java/netbeans-mobility/netbeans-mobility-8.1.ebuild +++ b/dev-java/netbeans-mobility/netbeans-mobility-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,7 +9,7 @@ HOMEPAGE="http://netbeans.org/features/platform/" 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" + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2" LICENSE="|| ( CDDL GPL-2-with-classpath-exception )" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/dev-java/netbeans-mobility/netbeans-mobility-8.2.ebuild b/dev-java/netbeans-mobility/netbeans-mobility-8.2.ebuild index 34c154c94810..c2c95b3be78e 100644 --- a/dev-java/netbeans-mobility/netbeans-mobility-8.2.ebuild +++ b/dev-java/netbeans-mobility/netbeans-mobility-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,7 +9,7 @@ HOMEPAGE="http://netbeans.org/features/platform/" 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" + https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2" LICENSE="|| ( CDDL GPL-2-with-linking-exception )" KEYWORDS="amd64 ~x86" IUSE="" |