diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-02-15 16:58:00 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-02-15 16:58:00 +0000 |
commit | 434d713861b70f6c6563d6ee50a8e64f14c970d9 (patch) | |
tree | b72c523c72e764420f835ba9d63d43ffef687dcf /eclass | |
parent | f78108598211053d41752a83e0345441bb9014ae (diff) |
gentoo resync : 15.02.2018
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 41326 -> 41323 bytes | |||
-rw-r--r-- | eclass/ant-tasks.eclass | 8 |
2 files changed, 3 insertions, 5 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex 5e36ab8be513..d6a25e3b0b67 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz diff --git a/eclass/ant-tasks.eclass b/eclass/ant-tasks.eclass index 8b3ee0bcebd2..cebd8f69d5db 100644 --- a/eclass/ant-tasks.eclass +++ b/eclass/ant-tasks.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # @ECLASS: ant-tasks.eclass @@ -69,15 +69,13 @@ elif [[ ${PV} == *_rc* ]]; then else # default for final releases MY_PV=${PV} - UPSTREAM_PREFIX="mirror://apache/ant/source" case ${PV} in 1.9.*) + UPSTREAM_PREFIX="https://archive.apache.org/dist/ant/source" GENTOO_PREFIX="https://dev.gentoo.org/~tomwij/files/dist" ;; - 1.8.4) - GENTOO_PREFIX="https://dev.gentoo.org/~sera/distfiles" - ;; *) + UPSTREAM_PREFIX="mirror://apache/ant/source" GENTOO_PREFIX="https://dev.gentoo.org/~caster/distfiles" ;; esac |