commit:     38912467070d9fe2854066dc18c149b5dc4225bc
Author:     NP-Hardass <np.hardass <AT> gmail <DOT> com>
AuthorDate: Fri May 29 16:42:43 2020 +0000
Commit:     Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
CommitDate: Mon Jun  1 05:31:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=38912467

dev-util/fsharpbinding: Fix git eclass inherit and deprecated emacs dep

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
Closes: https://github.com/gentoo/dotnet/pull/473
Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>

 dev-util/fsharpbinding/fsharpbinding-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-util/fsharpbinding/fsharpbinding-9999.ebuild 
b/dev-util/fsharpbinding/fsharpbinding-9999.ebuild
index b97719b..5692c13 100644
--- a/dev-util/fsharpbinding/fsharpbinding-9999.ebuild
+++ b/dev-util/fsharpbinding/fsharpbinding-9999.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 
-inherit git-2 elisp-common autotools dotnet eutils
+inherit git-r3 elisp-common autotools dotnet eutils
 
-EGIT_REPO_URI="git://github.com/fsharp/fsharpbinding.git"
+EGIT_REPO_URI="https://github.com/fsharp/fsharpbinding";
 
 DESCRIPTION="The F# Compiler"
 HOMEPAGE="https://github.com/fsharp/fsharpbinding";
@@ -19,7 +19,7 @@ IUSE="-emacs +monodevelop"
 MAKEOPTS="-j1" #nowarn
 DEPEND="dev-lang/fsharp
        monodevelop? ( dev-util/monodevelop )
-       emacs? ( >=virtual/emacs-${NEED_EMACS:-21} app-emacs/s app-emacs/dash 
app-emacs/auto-complete )"
+       emacs? ( >=app-editors/emacs-${NEED_EMACS:-21} app-emacs/s 
app-emacs/dash app-emacs/auto-complete )"
 RDEPEND="${DEPEND}"
 
 pkg_setup() {
@@ -35,7 +35,7 @@ pkg_setup() {
 }
 
 src_unpack() {
-       git-2_src_unpack
+       git-r3_src_unpack
        if use emacs; then
                cd "${S}/emacs"
                if [[ -f ${P}.el ]]; then

Reply via email to