From: David Hicks Date: Sun, 30 Jul 2017 10:55:18 +0000 (+1000) Subject: app-emulation/winetricks: use HTTPS for GitHub and HOMEPAGE X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ceefb8bedc870bc1135fb515f0d7ba51a6861c5d;p=gentoo.git app-emulation/winetricks: use HTTPS for GitHub and HOMEPAGE Package-Manager: Portage-2.3.6, Repoman-2.3.3 --- diff --git a/app-emulation/winetricks/winetricks-20170614.ebuild b/app-emulation/winetricks/winetricks-20170614.ebuild index fcc3a154d8c1..b1e5c8b6517a 100644 --- a/app-emulation/winetricks/winetricks-20170614.ebuild +++ b/app-emulation/winetricks/winetricks-20170614.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit gnome2-utils eutils if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://github.com/Winetricks/${PN}.git" + EGIT_REPO_URI="https://github.com/Winetricks/${PN}.git" inherit git-r3 SRC_URI="" else @@ -21,7 +21,7 @@ SRC_URI="${SRC_URI} kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )" DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" -HOMEPAGE="http://winetricks.org http://wiki.winehq.org/winetricks" +HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winetricks" LICENSE="LGPL-2.1+" SLOT="0" diff --git a/app-emulation/winetricks/winetricks-99999999.ebuild b/app-emulation/winetricks/winetricks-99999999.ebuild index e62ac69ef230..655af7ae3133 100644 --- a/app-emulation/winetricks/winetricks-99999999.ebuild +++ b/app-emulation/winetricks/winetricks-99999999.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit gnome2-utils eutils if [[ ${PV} == "99999999" ]] ; then - EGIT_REPO_URI="git://github.com/Winetricks/${PN}.git" + EGIT_REPO_URI="https://github.com/Winetricks/${PN}.git" inherit git-r3 SRC_URI="" else @@ -21,7 +21,7 @@ SRC_URI="${SRC_URI} kde? ( https://dev.gentoo.org/~tetromino/distfiles/wine/${wtg}.tar.bz2 )" DESCRIPTION="Easy way to install DLLs needed to work around problems in Wine" -HOMEPAGE="http://winetricks.org http://wiki.winehq.org/winetricks" +HOMEPAGE="https://github.com/Winetricks/winetricks https://wiki.winehq.org/Winetricks" LICENSE="LGPL-2.1+" SLOT="0"