diff options
author | NP-Hardass <np.hardass@gmail.com> | 2020-05-29 12:42:43 -0400 |
---|---|---|
committer | Mikhail Pukhlikov <cynede@gentoo.org> | 2020-06-01 09:31:22 +0400 |
commit | 38912467070d9fe2854066dc18c149b5dc4225bc (patch) | |
tree | b47d3f614310f2821c4993feec675c922b98c3a0 /dev-util | |
parent | bump code (diff) | |
download | dotnet-38912467070d9fe2854066dc18c149b5dc4225bc.tar.gz dotnet-38912467070d9fe2854066dc18c149b5dc4225bc.tar.bz2 dotnet-38912467070d9fe2854066dc18c149b5dc4225bc.zip |
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@gentoo.org>
Closes: https://github.com/gentoo/dotnet/pull/473
Signed-off-by: Mikhail Pukhlikov <cynede@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/fsharpbinding/fsharpbinding-9999.ebuild | 10 |
1 files 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 |