From b2786a9854a7a3cbffced9a4683d31fa730bf3a4 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 10 Jun 2018 11:10:49 +0200 Subject: 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(-) (limited to 'eclass') diff --git a/eclass/mysql-v2.eclass b/eclass/mysql-v2.eclass index 766d5641014a..a0305989c78d 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" -- cgit v1.2.3-65-gdbad