Gentoo Archives: gentoo-commits

From: Akinori Hattori <hattya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
Date: Tue, 05 Oct 2021 13:36:47
Message-Id: 1633440398.0964f4706de78ade27d95aa3cb82bb5d0b58f710.hattya@gentoo
1 commit: 0964f4706de78ade27d95aa3cb82bb5d0b58f710
2 Author: Akinori Hattori <hattya <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 5 13:26:38 2021 +0000
4 Commit: Akinori Hattori <hattya <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 5 13:26:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0964f470
7
8 app-text/namazu: update to EAPI 7
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>
12
13 app-text/namazu/namazu-2.0.21.ebuild | 14 +++++++-------
14 app-text/namazu/namazu-2.0.22_pre7.ebuild | 14 +++++++-------
15 2 files changed, 14 insertions(+), 14 deletions(-)
16
17 diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild
18 index 5d0b4d0d14e..68d7835962b 100644
19 --- a/app-text/namazu/namazu-2.0.21.ebuild
20 +++ b/app-text/namazu/namazu-2.0.21.ebuild
21 @@ -1,7 +1,7 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 -EAPI="6"
27 +EAPI="7"
28
29 inherit autotools elisp-common
30
31 @@ -30,8 +30,8 @@ RDEPEND="dev-perl/File-MMagic
32 dev-lang/tk:0
33 www-client/lynx
34 )"
35 -DEPEND="${RDEPEND}
36 - nls? ( sys-devel/gettext )"
37 +DEPEND="${RDEPEND}"
38 +BDEPEND="nls? ( sys-devel/gettext )"
39
40 PATCHES=(
41 "${FILESDIR}"/${PN}-gentoo.patch
42 @@ -43,8 +43,8 @@ PATCHES=(
43 src_prepare() {
44 default
45
46 - mv configure.{in,ac}
47 - mv tk${PN}/configure.{in,ac}
48 + mv configure.{in,ac} || die
49 + mv tk${PN}/configure.{in,ac} || die
50 eautoreconf
51 }
52
53 @@ -64,7 +64,7 @@ src_configure() {
54 }
55
56 src_compile() {
57 - emake
58 + default
59
60 if use emacs; then
61 cd lisp
62
63 diff --git a/app-text/namazu/namazu-2.0.22_pre7.ebuild b/app-text/namazu/namazu-2.0.22_pre7.ebuild
64 index 8517c855436..e6044e412bd 100644
65 --- a/app-text/namazu/namazu-2.0.22_pre7.ebuild
66 +++ b/app-text/namazu/namazu-2.0.22_pre7.ebuild
67 @@ -1,7 +1,7 @@
68 -# Copyright 1999-2020 Gentoo Authors
69 +# Copyright 1999-2021 Gentoo Authors
70 # Distributed under the terms of the GNU General Public License v2
71
72 -EAPI="6"
73 +EAPI="7"
74
75 inherit autotools elisp-common
76
77 @@ -32,8 +32,8 @@ RDEPEND="dev-perl/File-MMagic
78 dev-lang/tk:0
79 www-client/lynx
80 )"
81 -DEPEND="${RDEPEND}
82 - nls? ( sys-devel/gettext )"
83 +DEPEND="${RDEPEND}"
84 +BDEPEND="nls? ( sys-devel/gettext )"
85 S="${WORKDIR}"/${MY_P}
86
87 PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
88 @@ -41,8 +41,8 @@ PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
89 src_prepare() {
90 default
91
92 - mv configure.{in,ac}
93 - mv tk${PN}/configure.{in,ac}
94 + mv configure.{in,ac} || die
95 + mv tk${PN}/configure.{in,ac} || die
96 eautoreconf
97 }
98
99 @@ -62,7 +62,7 @@ src_configure() {
100 }
101
102 src_compile() {
103 - emake
104 + default
105
106 if use emacs; then
107 cd lisp