dev-util/catalyst: update live ebuild to EAPI=6 & git-r3
authorBen Kohler <bkohler@gentoo.org>
Fri, 20 Jul 2018 18:13:40 +0000 (13:13 -0500)
committerBen Kohler <bkohler@gentoo.org>
Fri, 20 Jul 2018 18:15:19 +0000 (13:15 -0500)
Package-Manager: Portage-2.3.43, Repoman-2.3.10

dev-util/catalyst/catalyst-9999.ebuild

index 32ee71fab19805aefd09dade2313b6555d9bcf5a..e825da325262e790c5b9a1b5adfc8d17c7f79eb2 100644 (file)
@@ -1,13 +1,12 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
 
 if [[ ${PV} == *9999* ]]; then
-       SRC_ECLASS="git-2"
-       EGIT_REPO_URI="git://anongit.gentoo.org/proj/catalyst.git"
+       SRC_ECLASS="git-r3"
+       EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/catalyst.git"
        EGIT_BRANCH="master"
-       S="${WORKDIR}/${PN}"
 else
        SRC_URI="mirror://gentoo/${P}.tar.bz2
                https://dev.gentoo.org/~dolsen/releases/catalyst/${P}.tar.bz2