commit:     b2786a9854a7a3cbffced9a4683d31fa730bf3a4
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Jun 10 09:10:49 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 13:20:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2786a98

eclass/mysql-v2: use HTTPs, fix HOMEPAGE Link

Closes: https://github.com/gentoo/gentoo/pull/8778

 eclass/mysql-v2.eclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass
index 766d5641014..a0305989c78 100644
--- a/eclass/mysql-v2.eclass
+++ b/eclass/mysql-v2.eclass
@@ -189,17 +189,17 @@ if [[ ${MY_EXTRAS_VER} != "live" && ${MY_EXTRAS_VER} != 
"none" ]]; then
 fi
 
 DESCRIPTION="A fast, multi-threaded, multi-user SQL database server"
-HOMEPAGE="http://www.mysql.com/";
+HOMEPAGE="https://www.mysql.com/";
 if [[ ${PN} == "mariadb" ]]; then
-       HOMEPAGE="http://mariadb.org/";
+       HOMEPAGE="https://mariadb.org/";
        DESCRIPTION="An enhanced, drop-in replacement for MySQL"
 fi
 if [[ ${PN} == "mariadb-galera" ]]; then
-       HOMEPAGE="http://mariadb.org/";
+       HOMEPAGE="https://mariadb.org/";
        DESCRIPTION="An enhanced, drop-in replacement for MySQL with Galera 
Replication"
 fi
 if [[ ${PN} == "percona-server" ]]; then
-       HOMEPAGE="http://www.percona.com/software/percona-server";
+       
HOMEPAGE="https://www.percona.com/software/mysql-database/percona-server";
        DESCRIPTION="An enhanced, drop-in replacement for MySQL from the 
Percona team"
 fi
 LICENSE="GPL-2"

Reply via email to