media-video/mplayer: Fix git-r3 migration
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Sep 2018 17:29:56 +0000 (19:29 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 16 Sep 2018 17:41:05 +0000 (19:41 +0200)
Thanks-to: Christian Hagau <ach@hagau.se>
Closes: https://bugs.gentoo.org/647720
Package-Manager: Portage-2.3.49, Repoman-2.3.10

media-video/mplayer/mplayer-9999.ebuild

index 252dcec7163cc7cfb14861519cc2b352e5bf35df..1e4bb407e61235a785baa3464ce95914abd34a9e 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-EGIT_REPO_URI="git://git.videolan.org/ffmpeg.git"
+EGIT_REPO_URI="https://git.videolan.org/git/ffmpeg.git"
 ESVN_REPO_URI="svn://svn.mplayerhq.hu/mplayer/trunk"
 [[ ${PV} = *9999* ]] && SVN_ECLASS="subversion git-r3" || SVN_ECLASS=""
 
@@ -213,7 +213,7 @@ src_unpack() {
                subversion_src_unpack
                cd "${WORKDIR}"
                rm -rf "${WORKDIR}/${P}/ffmpeg/"
-               ( S="${WORKDIR}/${P}/ffmpeg/" git-2_src_unpack )
+               ( EGIT_CHECKOUT_DIR="${WORKDIR}/${P}/ffmpeg/" git-r3_src_unpack )
        else
                unpack ${A}
        fi