mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/netbeans: use HTTPS for links to dev.gentoo.org
This commit is contained in:
committed by
Michał Górny
parent
bccb86c337
commit
695fbf0d0f
@@ -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="4"
|
||||
@@ -8,8 +8,8 @@ DESCRIPTION="Netbeans IDE"
|
||||
HOMEPAGE="http://netbeans.org/"
|
||||
SLOT="8.1"
|
||||
SOURCE_URL="http://download.netbeans.org/netbeans/8.1/final/zip/netbeans-8.1-201510222201-src.zip"
|
||||
PATCHES_URL="http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2"
|
||||
L10N_URL="http://dev.gentoo.org/~fordfrog/distfiles/netbeans-l10n-8.1-20151105.tar.bz2"
|
||||
PATCHES_URL="https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.1-build.xml.patch.bz2"
|
||||
L10N_URL="https://dev.gentoo.org/~fordfrog/distfiles/netbeans-l10n-8.1-20151105.tar.bz2"
|
||||
ALL_URLS="${SOURCE_URL} ${PATCHES_URL} ${L10N_URL}"
|
||||
SRC_URI="l10n_af? ( ${ALL_URLS} )
|
||||
l10n_ar? ( ${ALL_URLS} )
|
||||
|
||||
@@ -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"
|
||||
@@ -8,8 +8,8 @@ DESCRIPTION="Netbeans IDE"
|
||||
HOMEPAGE="http://netbeans.org/"
|
||||
SLOT="8.2"
|
||||
SOURCE_URL="http://download.netbeans.org/netbeans/8.2/final/zip/netbeans-8.2-201609300101-src.zip"
|
||||
PATCHES_URL="http://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2"
|
||||
L10N_URL="http://dev.gentoo.org/~fordfrog/distfiles/netbeans-l10n-8.2-20160920.tar.bz2"
|
||||
PATCHES_URL="https://dev.gentoo.org/~fordfrog/distfiles/netbeans-8.2-build.xml.patch.bz2"
|
||||
L10N_URL="https://dev.gentoo.org/~fordfrog/distfiles/netbeans-l10n-8.2-20160920.tar.bz2"
|
||||
ALL_URLS="${SOURCE_URL} ${PATCHES_URL} ${L10N_URL}"
|
||||
SRC_URI="l10n_af? ( ${ALL_URLS} )
|
||||
l10n_ar? ( ${ALL_URLS} )
|
||||
|
||||
Reference in New Issue
Block a user