diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2014-08-10 05:47:25 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2014-08-10 05:47:25 +0000 |
commit | 8f4e821cacb97510ce66257865a78b507879f181 (patch) | |
tree | 74f81dbceb49dc854cc7804fdf28c46245fab3fb /eclass | |
parent | old (diff) | |
download | historical-8f4e821cacb97510ce66257865a78b507879f181.tar.gz historical-8f4e821cacb97510ce66257865a78b507879f181.tar.bz2 historical-8f4e821cacb97510ce66257865a78b507879f181.zip |
Add extra download URL from overlay.
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/mysql-v2.eclass | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 7e706c4b1600..7e1ff1916c0e 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1346 2014/08/08 18:35:11 swift Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1347 2014/08/10 05:47:25 robbat2 Exp $ + + 10 Aug 2014; Robin H. Johnson <robbat2@gentoo.org> mysql-v2.eclass: + Add extra download URL from overlay. 08 Aug 2014; Sven Vermeulen <swift@gentoo.org> selinux-policy-2.eclass: The BASEPOL variable can be deduced from the ebuild version as we no longer diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index fb0c3c3f9c78..dafc0f8a5821 100644 --- a/eclass/mysql-v2.eclass +++ b/eclass/mysql-v2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.34 2014/07/29 20:24:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql-v2.eclass,v 1.35 2014/08/10 05:47:24 robbat2 Exp $ # @ECLASS: mysql-v2.eclass # @MAINTAINER: @@ -171,6 +171,7 @@ if [[ -z ${SERVER_URI} ]]; then MIRROR_PV=$(get_version_component_range 1-2 ${PV}) # Recently upstream switched to an archive site, and not on mirrors SERVER_URI="http://downloads.mysql.com/archives/${URI_FILE}-${MIRROR_PV}/${URI_A} + https://downloads.skysql.com/files/${URI_FILE}-${MIRROR_PV}/${URI_A} mirror://mysql/Downloads/${URI_DIR}-${PV%.*}/${URI_A}" fi fi |