Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/tagainijisho/
Date: Thu, 01 Jul 2021 20:09:04
Message-Id: 1625170083.b262aa81cb6c561eee5b12519b4b8a9a715ecc37.floppym@gentoo
1 commit: b262aa81cb6c561eee5b12519b4b8a9a715ecc37
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Thu Jul 1 01:00:00 2021 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 1 20:08:03 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b262aa81
7
8 app-i18n/tagainijisho: Use cmake.eclass.
9
10 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
11 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
12
13 .../tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild | 6 +++---
14 .../tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild | 6 +++---
15 .../tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild | 5 ++---
16 app-i18n/tagainijisho/tagainijisho-9999.ebuild | 5 ++---
17 4 files changed, 10 insertions(+), 12 deletions(-)
18
19 diff --git a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
20 index 9ddc9a9aa0c..3800b36bbc6 100644
21 --- a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
22 +++ b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
23 @@ -1,9 +1,9 @@
24 -# Copyright 2014-2020 Gentoo Authors
25 +# Copyright 2014-2021 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI="7"
29
30 -inherit cmake-utils xdg-utils
31 +inherit cmake xdg-utils
32
33 if [[ "${PV}" == 9999 ]]; then
34 inherit git-r3
35 @@ -189,7 +189,7 @@ src_configure() {
36 -DEMBED_SQLITE=OFF
37 )
38
39 - cmake-utils_src_configure
40 + cmake_src_configure
41 }
42
43 pkg_postinst() {
44
45 diff --git a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
46 index 9ddc9a9aa0c..3800b36bbc6 100644
47 --- a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
48 +++ b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
49 @@ -1,9 +1,9 @@
50 -# Copyright 2014-2020 Gentoo Authors
51 +# Copyright 2014-2021 Gentoo Authors
52 # Distributed under the terms of the GNU General Public License v2
53
54 EAPI="7"
55
56 -inherit cmake-utils xdg-utils
57 +inherit cmake xdg-utils
58
59 if [[ "${PV}" == 9999 ]]; then
60 inherit git-r3
61 @@ -189,7 +189,7 @@ src_configure() {
62 -DEMBED_SQLITE=OFF
63 )
64
65 - cmake-utils_src_configure
66 + cmake_src_configure
67 }
68
69 pkg_postinst() {
70
71 diff --git a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
72 index 0c1d1c997d0..4db725401cf 100644
73 --- a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
74 +++ b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
75 @@ -3,7 +3,7 @@
76
77 EAPI="7"
78
79 -inherit cmake-utils xdg-utils
80 +inherit cmake xdg-utils
81
82 if [[ "${PV}" == 9999 ]]; then
83 inherit git-r3
84 @@ -50,7 +50,6 @@ SLOT="0"
85 KEYWORDS="~amd64 ~x86"
86 IUSE=""
87 if [[ "${PV}" == 9999 ]]; then
88 - # We wget dictionary files in addition to using git
89 PROPERTIES="live"
90 fi
91
92 @@ -189,7 +188,7 @@ src_configure() {
93 -DEMBED_SQLITE=OFF
94 )
95
96 - cmake-utils_src_configure
97 + cmake_src_configure
98 }
99
100 pkg_postinst() {
101
102 diff --git a/app-i18n/tagainijisho/tagainijisho-9999.ebuild b/app-i18n/tagainijisho/tagainijisho-9999.ebuild
103 index f40dcd4a293..1ece4615a3c 100644
104 --- a/app-i18n/tagainijisho/tagainijisho-9999.ebuild
105 +++ b/app-i18n/tagainijisho/tagainijisho-9999.ebuild
106 @@ -3,7 +3,7 @@
107
108 EAPI="7"
109
110 -inherit cmake-utils xdg-utils
111 +inherit cmake xdg-utils
112
113 if [[ "${PV}" == 9999 ]]; then
114 inherit git-r3
115 @@ -50,7 +50,6 @@ SLOT="0"
116 KEYWORDS=""
117 IUSE=""
118 if [[ "${PV}" == 9999 ]]; then
119 - # We wget dictionary files in addition to using git
120 PROPERTIES="live"
121 fi
122
123 @@ -189,7 +188,7 @@ src_configure() {
124 -DEMBED_SQLITE=OFF
125 )
126
127 - cmake-utils_src_configure
128 + cmake_src_configure
129 }
130
131 pkg_postinst() {