Gentoo Archives: gentoo-commits

From: Gergely Nagy <ngg@×××.hu>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/dotnet:master commit in: app-emacs/dash/, app-emacs/s/
Date: Thu, 22 Apr 2021 19:04:27
Message-Id: 1619118184.7ae5423749ece4128af689bd1c839a0df03466d4.ngg@gentoo
1 commit: 7ae5423749ece4128af689bd1c839a0df03466d4
2 Author: Gergely Nagy <ngg <AT> ngg <DOT> hu>
3 AuthorDate: Thu Apr 22 19:03:04 2021 +0000
4 Commit: Gergely Nagy <ngg <AT> ngg <DOT> hu>
5 CommitDate: Thu Apr 22 19:03:04 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/dotnet.git/commit/?id=7ae54237
7
8 app-emacs/*: bump eapi, fix git, remove not existing keywords
9
10 Signed-off-by: Gergely Nagy <ngg <AT> ngg.hu>
11
12 app-emacs/dash/dash-9999.ebuild | 8 ++++----
13 app-emacs/s/s-9999.ebuild | 8 ++++----
14 2 files changed, 8 insertions(+), 8 deletions(-)
15
16 diff --git a/app-emacs/dash/dash-9999.ebuild b/app-emacs/dash/dash-9999.ebuild
17 index 5334d7b..fb03337 100644
18 --- a/app-emacs/dash/dash-9999.ebuild
19 +++ b/app-emacs/dash/dash-9999.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="5"
26 +EAPI=7
27
28 inherit git-r3 elisp
29
30 @@ -11,9 +11,9 @@ EGIT_REPO_URI="git://github.com/magnars/dash.el.git"
31
32 LICENSE="GPL-3+"
33 SLOT="0"
34 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
35 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
36
37 src_unpack() {
38 - git-2_src_unpack
39 + git-r3_src_unpack
40 elisp_src_unpack
41 }
42
43 diff --git a/app-emacs/s/s-9999.ebuild b/app-emacs/s/s-9999.ebuild
44 index a5a46b0..59e4a5d 100644
45 --- a/app-emacs/s/s-9999.ebuild
46 +++ b/app-emacs/s/s-9999.ebuild
47 @@ -1,7 +1,7 @@
48 -# Copyright 1999-2020 Gentoo Authors
49 +# Copyright 1999-2021 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 -EAPI="5"
53 +EAPI=7
54
55 inherit git-r3 elisp
56
57 @@ -11,9 +11,9 @@ EGIT_REPO_URI="git://github.com/magnars/s.el.git"
58
59 LICENSE="GPL-3+"
60 SLOT="0"
61 -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
62 +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
63
64 src_unpack() {
65 - git-2_src_unpack
66 + git-r3_src_unpack
67 elisp_src_unpack
68 }