commit:     b262aa81cb6c561eee5b12519b4b8a9a715ecc37
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Thu Jul  1 01:00:00 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Thu Jul  1 20:08:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b262aa81

app-i18n/tagainijisho: Use cmake.eclass.

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 .../tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild | 6 +++---
 .../tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild | 6 +++---
 .../tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild | 5 ++---
 app-i18n/tagainijisho/tagainijisho-9999.ebuild                      | 5 ++---
 4 files changed, 10 insertions(+), 12 deletions(-)

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
index 9ddc9a9aa0c..3800b36bbc6 100644
--- 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
+++ 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20200701_p20200701.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2014-2020 Gentoo Authors
+# Copyright 2014-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 if [[ "${PV}" == 9999 ]]; then
        inherit git-r3
@@ -189,7 +189,7 @@ src_configure() {
                -DEMBED_SQLITE=OFF
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 pkg_postinst() {

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
index 9ddc9a9aa0c..3800b36bbc6 100644
--- 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
+++ 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20200118132551_p20201001_p20201001.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2014-2020 Gentoo Authors
+# Copyright 2014-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 if [[ "${PV}" == 9999 ]]; then
        inherit git-r3
@@ -189,7 +189,7 @@ src_configure() {
                -DEMBED_SQLITE=OFF
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 pkg_postinst() {

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
index 0c1d1c997d0..4db725401cf 100644
--- 
a/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
+++ 
b/app-i18n/tagainijisho/tagainijisho-1.2.0_pre20210313131524_p20210401_p20210401.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 if [[ "${PV}" == 9999 ]]; then
        inherit git-r3
@@ -50,7 +50,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 if [[ "${PV}" == 9999 ]]; then
-       # We wget dictionary files in addition to using git
        PROPERTIES="live"
 fi
 
@@ -189,7 +188,7 @@ src_configure() {
                -DEMBED_SQLITE=OFF
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 pkg_postinst() {

diff --git a/app-i18n/tagainijisho/tagainijisho-9999.ebuild 
b/app-i18n/tagainijisho/tagainijisho-9999.ebuild
index f40dcd4a293..1ece4615a3c 100644
--- a/app-i18n/tagainijisho/tagainijisho-9999.ebuild
+++ b/app-i18n/tagainijisho/tagainijisho-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI="7"
 
-inherit cmake-utils xdg-utils
+inherit cmake xdg-utils
 
 if [[ "${PV}" == 9999 ]]; then
        inherit git-r3
@@ -50,7 +50,6 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 if [[ "${PV}" == 9999 ]]; then
-       # We wget dictionary files in addition to using git
        PROPERTIES="live"
 fi
 
@@ -189,7 +188,7 @@ src_configure() {
                -DEMBED_SQLITE=OFF
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 pkg_postinst() {

Reply via email to