summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Hicks <david@hicks.id.au>2017-07-29 10:46:50 +1000
committerMichał Górny <mgorny@gentoo.org>2017-07-30 10:46:12 +0200
commit520e952ff3a2198e0a70ba7a79ec0d8db1ab4ff9 (patch)
tree28f97c41987ef89d71efb58b32c4c708e964e1d4 /app-emulation/wine/wine-2.1.ebuild
parentapp-emulation/wine-staging: use HTTPS for GitHub and HOMEPAGE domain (diff)
downloadgentoo-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/wine-2.1.ebuild')
-rw-r--r--app-emulation/wine/wine-2.1.ebuild8
1 files changed, 4 insertions, 4 deletions
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