diff options
author | David Hicks <david@hicks.id.au> | 2017-07-29 10:46:50 +1000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-07-30 10:46:12 +0200 |
commit | 520e952ff3a2198e0a70ba7a79ec0d8db1ab4ff9 (patch) | |
tree | 28f97c41987ef89d71efb58b32c4c708e964e1d4 /app-emulation/wine | |
parent | app-emulation/wine-staging: use HTTPS for GitHub and HOMEPAGE domain (diff) | |
download | gentoo-520e952ff3a2198e0a70ba7a79ec0d8db1ab4ff9.tar.gz gentoo-520e952ff3a2198e0a70ba7a79ec0d8db1ab4ff9.tar.bz2 gentoo-520e952ff3a2198e0a70ba7a79ec0d8db1ab4ff9.zip |
app-emulation/wine: use HTTPS for GitHub and HOMEPAGE domain
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'app-emulation/wine')
-rw-r--r-- | app-emulation/wine/wine-2.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/wine/wine-2.1.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-2.2.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-2.3.ebuild | 8 | ||||
-rw-r--r-- | app-emulation/wine/wine-9999.ebuild | 8 |
5 files changed, 18 insertions, 18 deletions
diff --git a/app-emulation/wine/wine-2.0.ebuild b/app-emulation/wine/wine-2.0.ebuild index dbaee4a3add1..9c4b69b51dcb 100644 --- a/app-emulation/wine/wine-2.0.ebuild +++ b/app-emulation/wine/wine-2.0.ebuild @@ -24,7 +24,7 @@ VANILLA_GV="2.47" VANILLA_MV="4.6.4" WINE_GENTOO="wine-gentoo-2015.03.07" DESCRIPTION="Free implementation of Windows(tm) on Unix" -HOMEPAGE="http://www.winehq.org/" +HOMEPAGE="https://www.winehq.org/" SRC_URI="${SRC_URI} gecko? ( abi_x86_32? ( https://dl.winehq.org/wine/wine-gecko/${VANILLA_GV}/wine_gecko-${VANILLA_GV}-x86.msi ) @@ -282,7 +282,7 @@ src_prepare() { sed -i '/^MimeType/d' loader/wine.desktop || die #117785 fi - # 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_GENTOO}/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/wine-2.1.ebuild b/app-emulation/wine/wine-2.1.ebuild index dcf9b6d9b5d8..9b833b4ed8bb 100644 --- a/app-emulation/wine/wine-2.1.ebuild +++ b/app-emulation/wine/wine-2.1.ebuild @@ -31,7 +31,7 @@ D3D9_P="wine-d3d9-${PV}" D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}" WINE_GENTOO="wine-gentoo-2015.03.07" DESCRIPTION="Free implementation of Windows(tm) on Unix" -HOMEPAGE="http://www.winehq.org/" +HOMEPAGE="https://www.winehq.org/" SRC_URI="${SRC_URI} !staging? ( gecko? ( @@ -50,8 +50,8 @@ SRC_URI="${SRC_URI} https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2" 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}${SUFFIX}.tar.gz -> ${STAGING_P}.tar.gz ) @@ -404,7 +404,7 @@ src_prepare() { sed -i '/^MimeType/d' loader/wine.desktop || die #117785 fi - # 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_GENTOO}/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/wine-2.2.ebuild b/app-emulation/wine/wine-2.2.ebuild index dcf9b6d9b5d8..9b833b4ed8bb 100644 --- a/app-emulation/wine/wine-2.2.ebuild +++ b/app-emulation/wine/wine-2.2.ebuild @@ -31,7 +31,7 @@ D3D9_P="wine-d3d9-${PV}" D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}" WINE_GENTOO="wine-gentoo-2015.03.07" DESCRIPTION="Free implementation of Windows(tm) on Unix" -HOMEPAGE="http://www.winehq.org/" +HOMEPAGE="https://www.winehq.org/" SRC_URI="${SRC_URI} !staging? ( gecko? ( @@ -50,8 +50,8 @@ SRC_URI="${SRC_URI} https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2" 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}${SUFFIX}.tar.gz -> ${STAGING_P}.tar.gz ) @@ -404,7 +404,7 @@ src_prepare() { sed -i '/^MimeType/d' loader/wine.desktop || die #117785 fi - # 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_GENTOO}/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/wine-2.3.ebuild b/app-emulation/wine/wine-2.3.ebuild index dcf9b6d9b5d8..9b833b4ed8bb 100644 --- a/app-emulation/wine/wine-2.3.ebuild +++ b/app-emulation/wine/wine-2.3.ebuild @@ -31,7 +31,7 @@ D3D9_P="wine-d3d9-${PV}" D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}" WINE_GENTOO="wine-gentoo-2015.03.07" DESCRIPTION="Free implementation of Windows(tm) on Unix" -HOMEPAGE="http://www.winehq.org/" +HOMEPAGE="https://www.winehq.org/" SRC_URI="${SRC_URI} !staging? ( gecko? ( @@ -50,8 +50,8 @@ SRC_URI="${SRC_URI} https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2" 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}${SUFFIX}.tar.gz -> ${STAGING_P}.tar.gz ) @@ -404,7 +404,7 @@ src_prepare() { sed -i '/^MimeType/d' loader/wine.desktop || die #117785 fi - # 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_GENTOO}/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/wine-9999.ebuild b/app-emulation/wine/wine-9999.ebuild index 209e200546e5..5ddc7588537d 100644 --- a/app-emulation/wine/wine-9999.ebuild +++ b/app-emulation/wine/wine-9999.ebuild @@ -31,7 +31,7 @@ D3D9_P="wine-d3d9-${PV}" D3D9_DIR="${WORKDIR}/wine-d3d9-patches-${D3D9_P}" WINE_GENTOO="wine-gentoo-2015.03.07" DESCRIPTION="Free implementation of Windows(tm) on Unix" -HOMEPAGE="http://www.winehq.org/" +HOMEPAGE="https://www.winehq.org/" SRC_URI="${SRC_URI} !staging? ( gecko? ( @@ -50,8 +50,8 @@ SRC_URI="${SRC_URI} https://dev.gentoo.org/~tetromino/distfiles/${PN}/${WINE_GENTOO}.tar.bz2" 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}${SUFFIX}.tar.gz -> ${STAGING_P}.tar.gz ) @@ -403,7 +403,7 @@ src_prepare() { sed -i '/^MimeType/d' loader/wine.desktop || die #117785 fi - # 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_GENTOO}/icons/oic_winlogo.ico dlls/user32/resources/ || die l10n_get_locales > po/LINGUAS || die # otherwise wine doesn't respect LINGUAS |