diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 10:44:05 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:46:09 +0200 |
commit | 656e68b1784b6ebc2a04061792c9b10945aedb5a (patch) | |
tree | b32a023602c2ca8229e32bc0de27b520c8a46a97 /app-emulation/wine-staging | |
parent | app-emulation/wine-d3d9: use HTTPS for GitHub and HOMEPAGE domain (diff) | |
download | gentoo-656e68b1784b6ebc2a04061792c9b10945aedb5a.tar.gz gentoo-656e68b1784b6ebc2a04061792c9b10945aedb5a.tar.bz2 gentoo-656e68b1784b6ebc2a04061792c9b10945aedb5a.zip |
app-emulation/wine-staging: use HTTPS for GitHub and HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-emulation/wine-staging')
14 files changed, 42 insertions, 42 deletions
diff --git a/app-emulation/wine-staging/wine-staging-2.0.ebuild b/app-emulation/wine-staging/wine-staging-2.0.ebuild index b1974cadb0ab..30af7d685a29 100644 --- a/app-emulation/wine-staging/wine-staging-2.0.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.0.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.1.ebuild b/app-emulation/wine-staging/wine-staging-2.1.ebuild index 2931cb427b18..6cd5f9a107b8 100644 --- a/app-emulation/wine-staging/wine-staging-2.1.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.1.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.10.ebuild b/app-emulation/wine-staging/wine-staging-2.10.ebuild index bc539a6b1b9b..8c2f5a0fd2c8 100644 --- a/app-emulation/wine-staging/wine-staging-2.10.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.10.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.11.ebuild b/app-emulation/wine-staging/wine-staging-2.11.ebuild index bc539a6b1b9b..8c2f5a0fd2c8 100644 --- a/app-emulation/wine-staging/wine-staging-2.11.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.11.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.12.ebuild b/app-emulation/wine-staging/wine-staging-2.12.ebuild index bc539a6b1b9b..8c2f5a0fd2c8 100644 --- a/app-emulation/wine-staging/wine-staging-2.12.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.12.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.2.ebuild b/app-emulation/wine-staging/wine-staging-2.2.ebuild index 2931cb427b18..6cd5f9a107b8 100644 --- a/app-emulation/wine-staging/wine-staging-2.2.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.2.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.3.ebuild b/app-emulation/wine-staging/wine-staging-2.3.ebuild index 2931cb427b18..6cd5f9a107b8 100644 --- a/app-emulation/wine-staging/wine-staging-2.3.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.3.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.4.ebuild b/app-emulation/wine-staging/wine-staging-2.4.ebuild index bc539a6b1b9b..8c2f5a0fd2c8 100644 --- a/app-emulation/wine-staging/wine-staging-2.4.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.4.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.5.ebuild b/app-emulation/wine-staging/wine-staging-2.5.ebuild index bc539a6b1b9b..8c2f5a0fd2c8 100644 --- a/app-emulation/wine-staging/wine-staging-2.5.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.5.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.6.ebuild b/app-emulation/wine-staging/wine-staging-2.6.ebuild index bc539a6b1b9b..8c2f5a0fd2c8 100644 --- a/app-emulation/wine-staging/wine-staging-2.6.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.6.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.7.ebuild b/app-emulation/wine-staging/wine-staging-2.7.ebuild index bc539a6b1b9b..8c2f5a0fd2c8 100644 --- a/app-emulation/wine-staging/wine-staging-2.7.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.7.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.8.ebuild b/app-emulation/wine-staging/wine-staging-2.8.ebuild index bc539a6b1b9b..8c2f5a0fd2c8 100644 --- a/app-emulation/wine-staging/wine-staging-2.8.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.8.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-2.9.ebuild b/app-emulation/wine-staging/wine-staging-2.9.ebuild index bc539a6b1b9b..8c2f5a0fd2c8 100644 --- a/app-emulation/wine-staging/wine-staging-2.9.ebuild +++ b/app-emulation/wine-staging/wine-staging-2.9.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 diff --git a/app-emulation/wine-staging/wine-staging-9999.ebuild b/app-emulation/wine-staging/wine-staging-9999.ebuild index bc539a6b1b9b..8c2f5a0fd2c8 100644 --- a/app-emulation/wine-staging/wine-staging-9999.ebuild +++ b/app-emulation/wine-staging/wine-staging-9999.ebuild @@ -30,13 +30,13 @@ WDC_V="20150204" WINE_DESKTOP_COMMON_P="wine-desktop-common-${WDC_V}" DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging patchset" -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" + STAGING_EGIT_REPO_URI="https://github.com/wine-compholio/wine-staging.git" else SRC_URI="${SRC_URI} staging? ( https://github.com/wine-compholio/wine-staging/archive/v${PV}.tar.gz -> ${STAGING_P}.tar.gz )" @@ -378,7 +378,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 |