From: "Mikhail Pukhlikov" <cynede@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: dev-util/fsharpbinding/
Date: Mon, 1 Jun 2020 05:31:28 +0000 (UTC) [thread overview]
Message-ID: <1590989482.38912467070d9fe2854066dc18c149b5dc4225bc.cynede@gentoo> (raw)
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 other threads:[~2020-06-01 5:31 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1590989482.38912467070d9fe2854066dc18c149b5dc4225bc.cynede@gentoo \
--to=cynede@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox