commit: 7ae5423749ece4128af689bd1c839a0df03466d4
Author: Gergely Nagy <ngg <AT> ngg <DOT> hu>
AuthorDate: Thu Apr 22 19:03:04 2021 +0000
Commit: Gergely Nagy <ngg <AT> ngg <DOT> hu>
CommitDate: Thu Apr 22 19:03:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=7ae54237
app-emacs/*: bump eapi, fix git, remove not existing keywords
Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>
app-emacs/dash/dash-9999.ebuild | 8 ++++----
app-emacs/s/s-9999.ebuild | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/app-emacs/dash/dash-9999.ebuild b/app-emacs/dash/dash-9999.ebuild
index 5334d7b..fb03337 100644
--- a/app-emacs/dash/dash-9999.ebuild
+++ b/app-emacs/dash/dash-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=7
inherit git-r3 elisp
@@ -11,9 +11,9 @@ EGIT_REPO_URI="git://github.com/magnars/dash.el.git"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux
~x86-linux ~ppc-macos ~x64-macos"
src_unpack() {
- git-2_src_unpack
+ git-r3_src_unpack
elisp_src_unpack
}
diff --git a/app-emacs/s/s-9999.ebuild b/app-emacs/s/s-9999.ebuild
index a5a46b0..59e4a5d 100644
--- a/app-emacs/s/s-9999.ebuild
+++ b/app-emacs/s/s-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="5"
+EAPI=7
inherit git-r3 elisp
@@ -11,9 +11,9 @@ EGIT_REPO_URI="git://github.com/magnars/s.el.git"
LICENSE="GPL-3+"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux
~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
+KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux
~x86-linux ~ppc-macos ~x64-macos"
src_unpack() {
- git-2_src_unpack
+ git-r3_src_unpack
elisp_src_unpack
}