Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-util/fsharpbinding/
Date: Mon, 01 Jun 2020 05:31:31
Message-Id: 1590989482.38912467070d9fe2854066dc18c149b5dc4225bc.cynede@gentoo
1 commit: 38912467070d9fe2854066dc18c149b5dc4225bc
2 Author: NP-Hardass <np.hardass <AT> gmail <DOT> com>
3 AuthorDate: Fri May 29 16:42:43 2020 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 1 05:31:22 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=38912467
7
8 dev-util/fsharpbinding: Fix git eclass inherit and deprecated emacs dep
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
12 Closes: https://github.com/gentoo/dotnet/pull/473
13 Signed-off-by: Mikhail Pukhlikov <cynede <AT> gentoo.org>
14
15 dev-util/fsharpbinding/fsharpbinding-9999.ebuild | 10 +++++-----
16 1 file changed, 5 insertions(+), 5 deletions(-)
17
18 diff --git a/dev-util/fsharpbinding/fsharpbinding-9999.ebuild b/dev-util/fsharpbinding/fsharpbinding-9999.ebuild
19 index b97719b..5692c13 100644
20 --- a/dev-util/fsharpbinding/fsharpbinding-9999.ebuild
21 +++ b/dev-util/fsharpbinding/fsharpbinding-9999.ebuild
22 @@ -1,11 +1,11 @@
23 -# Copyright 1999-2019 Gentoo Authors
24 +# Copyright 1999-2020 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI="5"
28
29 -inherit git-2 elisp-common autotools dotnet eutils
30 +inherit git-r3 elisp-common autotools dotnet eutils
31
32 -EGIT_REPO_URI="git://github.com/fsharp/fsharpbinding.git"
33 +EGIT_REPO_URI="https://github.com/fsharp/fsharpbinding"
34
35 DESCRIPTION="The F# Compiler"
36 HOMEPAGE="https://github.com/fsharp/fsharpbinding"
37 @@ -19,7 +19,7 @@ IUSE="-emacs +monodevelop"
38 MAKEOPTS="-j1" #nowarn
39 DEPEND="dev-lang/fsharp
40 monodevelop? ( dev-util/monodevelop )
41 - emacs? ( >=virtual/emacs-${NEED_EMACS:-21} app-emacs/s app-emacs/dash app-emacs/auto-complete )"
42 + emacs? ( >=app-editors/emacs-${NEED_EMACS:-21} app-emacs/s app-emacs/dash app-emacs/auto-complete )"
43 RDEPEND="${DEPEND}"
44
45 pkg_setup() {
46 @@ -35,7 +35,7 @@ pkg_setup() {
47 }
48
49 src_unpack() {
50 - git-2_src_unpack
51 + git-r3_src_unpack
52 if use emacs; then
53 cd "${S}/emacs"
54 if [[ -f ${P}.el ]]; then