diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-09-25 08:13:03 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-09-25 09:11:22 +0200 |
commit | 0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47 (patch) | |
tree | ffc7eefe5ed5ae6788a9e5c426a992f22260dd9b /eclass/ant-tasks.eclass | |
parent | net-p2p/gtk-gnutella: cleanup (diff) | |
download | gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.gz gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.tar.bz2 gentoo-0fb6e70c611fd2ead2bfe7a9ecdfb43fd3bfae47.zip |
eclass: gentoo.org has https per default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/ant-tasks.eclass')
-rw-r--r-- | eclass/ant-tasks.eclass | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass index fe9405d1da10..0b7293fedf3a 100644 --- a/eclass/ant-tasks.eclass +++ b/eclass/ant-tasks.eclass @@ -63,12 +63,12 @@ ANT_TASK_PV="${PV}" if [[ ${PV} == *beta2* ]]; then MY_PV=${PV/_beta2/beta} UPSTREAM_PREFIX="http://people.apache.org/dist/ant/v1.7.1beta2/src" - GENTOO_PREFIX="http://dev.gentoo.org/~caster/distfiles" + GENTOO_PREFIX="https://dev.gentoo.org/~caster/distfiles" ANT_TASK_PV=$(get_version_component_range 1-3) elif [[ ${PV} == *_rc* ]]; then MY_PV=${PV/_rc/RC} - UPSTREAM_PREFIX="http://dev.gentoo.org/~caster/distfiles" - GENTOO_PREFIX="http://dev.gentoo.org/~caster/distfiles" + UPSTREAM_PREFIX="https://dev.gentoo.org/~caster/distfiles" + GENTOO_PREFIX="https://dev.gentoo.org/~caster/distfiles" ANT_TASK_PV=$(get_version_component_range 1-3) else # default for final releases @@ -76,13 +76,13 @@ else UPSTREAM_PREFIX="mirror://apache/ant/source" case ${PV} in 1.9.*) - GENTOO_PREFIX="http://dev.gentoo.org/~tomwij/files/dist" + GENTOO_PREFIX="https://dev.gentoo.org/~tomwij/files/dist" ;; 1.8.4) - GENTOO_PREFIX="http://dev.gentoo.org/~sera/distfiles" + GENTOO_PREFIX="https://dev.gentoo.org/~sera/distfiles" ;; *) - GENTOO_PREFIX="http://dev.gentoo.org/~caster/distfiles" + GENTOO_PREFIX="https://dev.gentoo.org/~caster/distfiles" ;; esac fi |