diff options
author | David Hicks <david@hicks.id.au> | 2017-07-30 20:55:18 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 14:12:42 +0200 |
commit | ceefb8bedc870bc1135fb515f0d7ba51a6861c5d (patch) | |
tree | 01a394d64d23084117297a5d65196427dd418493 /app-emulation | |
parent | x11-misc/hsetroot: Add Debian patches. (diff) | |
download | gentoo-ceefb8bedc870bc1135fb515f0d7ba51a6861c5d.tar.gz gentoo-ceefb8bedc870bc1135fb515f0d7ba51a6861c5d.tar.bz2 gentoo-ceefb8bedc870bc1135fb515f0d7ba51a6861c5d.zip |
app-emulation/winetricks: use HTTPS for GitHub and HOMEPAGE
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/winetricks/winetricks-20170614.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/winetricks/winetricks-99999999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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" |