app-emulation/wine-any: use HTTPS for GitHub and HOMEPAGE domain
authorDavid Hicks <david@hicks.id.au>
Sat, 29 Jul 2017 00:40:12 +0000 (10:40 +1000)
committerMichał Górny <mgorny@gentoo.org>
Sun, 30 Jul 2017 08:46:04 +0000 (10:46 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.3

14 files changed:
app-emulation/wine-any/wine-any-2.0.ebuild
app-emulation/wine-any/wine-any-2.1.ebuild
app-emulation/wine-any/wine-any-2.10.ebuild
app-emulation/wine-any/wine-any-2.11.ebuild
app-emulation/wine-any/wine-any-2.12.ebuild
app-emulation/wine-any/wine-any-2.2.ebuild
app-emulation/wine-any/wine-any-2.3.ebuild
app-emulation/wine-any/wine-any-2.4.ebuild
app-emulation/wine-any/wine-any-2.5.ebuild
app-emulation/wine-any/wine-any-2.6.ebuild
app-emulation/wine-any/wine-any-2.7.ebuild
app-emulation/wine-any/wine-any-2.8.ebuild
app-emulation/wine-any/wine-any-2.9.ebuild
app-emulation/wine-any/wine-any-9999.ebuild

index 013f10ef80b7ef5b58b2bdb9a02f1008edbf0033..cc4a278aebb30b4d4477371e7db0f2210448b82f 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -400,7 +400,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 868fe9c20d9c6dfdb58de6f0dc0929478f420de9..e12d2935ba1204ca16bda74303278f4c6eecb4bd 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -400,7 +400,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 96e7765c5732bc4eb20473400713717001635edb..381d7e9005bff466dc6e16fd45ef69ac802ff0df 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -401,7 +401,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 96e7765c5732bc4eb20473400713717001635edb..381d7e9005bff466dc6e16fd45ef69ac802ff0df 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -401,7 +401,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 96e7765c5732bc4eb20473400713717001635edb..381d7e9005bff466dc6e16fd45ef69ac802ff0df 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -401,7 +401,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 868fe9c20d9c6dfdb58de6f0dc0929478f420de9..e12d2935ba1204ca16bda74303278f4c6eecb4bd 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -400,7 +400,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 868fe9c20d9c6dfdb58de6f0dc0929478f420de9..e12d2935ba1204ca16bda74303278f4c6eecb4bd 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -400,7 +400,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 62bce18f5a7aba3f59a8eb2e20135b43c25891cc..1b2b2235342562677401c3bd0e3cdefdac788747 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -400,7 +400,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 62bce18f5a7aba3f59a8eb2e20135b43c25891cc..1b2b2235342562677401c3bd0e3cdefdac788747 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -400,7 +400,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 62bce18f5a7aba3f59a8eb2e20135b43c25891cc..1b2b2235342562677401c3bd0e3cdefdac788747 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -400,7 +400,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 62bce18f5a7aba3f59a8eb2e20135b43c25891cc..1b2b2235342562677401c3bd0e3cdefdac788747 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -400,7 +400,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 62bce18f5a7aba3f59a8eb2e20135b43c25891cc..1b2b2235342562677401c3bd0e3cdefdac788747 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -400,7 +400,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 96e7765c5732bc4eb20473400713717001635edb..381d7e9005bff466dc6e16fd45ef69ac802ff0df 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -401,7 +401,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS
index 96e7765c5732bc4eb20473400713717001635edb..381d7e9005bff466dc6e16fd45ef69ac802ff0df 100644 (file)
@@ -32,14 +32,14 @@ WDC_V="20150204"
 WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}"
 
 DESCRIPTION="Free implementation of Windows(tm) on Unix, with optional external patchsets"
-HOMEPAGE="http://www.winehq.org/"
+HOMEPAGE="https://www.winehq.org/"
 SRC_URI="${SRC_URI}
        https://github.com/NP-Hardass/wine-desktop-common/archive/${WDC_V}.tar.gz -> ${WINE_DESKTOP_COMMON_P}.tar.gz
 "
 
 if [[ ${PV} == "9999" ]] ; then
-       STAGING_EGIT_REPO_URI="git://github.com/wine-compholio/wine-staging.git"
-       D3D9_EGIT_REPO_URI="git://github.com/sarnex/wine-d3d9-patches.git"
+       STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git"
+       D3D9_EGIT_REPO_URI="https://github.com/sarnex/wine-d3d9-patches.git"
 else
        SRC_URI="${SRC_URI}
        staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )
@@ -401,7 +401,7 @@ src_prepare() {
        # Edit wine.desktop to work for specific variant
        sed -e "/^Exec=/s/wine /wine-${WINE_VARIANT} /" -i loader/wine.desktop || die
 
-       # hi-res default icon, #472990, http://bugs.winehq.org/show_bug.cgi?id=24652
+       # hi-res default icon, #472990, https://bugs.winehq.org/show_bug.cgi?id=24652
        cp "${WORKDIR}/${WINE_DESKTOP_COMMON_P}/icons/oic_winlogo.ico" dlls/user32/resources/ || die
 
        l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS