commit:     cdea7788cbcd519ab2a69c793f2f1918cc3d22be
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  8 08:45:54 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun  8 08:56:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdea7788

sys-auth/google-authenticator-wrappers: Port to cmake.eclass

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../google-authenticator-wrappers-1.ebuild                        | 6 +++---
 .../google-authenticator-wrappers-2.ebuild                        | 6 +++---
 .../google-authenticator-wrappers-3.ebuild                        | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

diff --git 
a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild 
b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild
index 8b4ab71f9da..e9a92f0160c 100644
--- 
a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild
+++ 
b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Set of scripts to manage google-auth setup on Gentoo Infra"
 HOMEPAGE="https://github.com/mgorny/google-authenticator-wrappers";

diff --git 
a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild 
b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild
index 8b4ab71f9da..e9a92f0160c 100644
--- 
a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild
+++ 
b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Set of scripts to manage google-auth setup on Gentoo Infra"
 HOMEPAGE="https://github.com/mgorny/google-authenticator-wrappers";

diff --git 
a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-3.ebuild 
b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-3.ebuild
index f1d2f1cb4b3..0c4516dc36a 100644
--- 
a/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-3.ebuild
+++ 
b/sys-auth/google-authenticator-wrappers/google-authenticator-wrappers-3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils eapi7-ver user
+inherit cmake user
 
 DESCRIPTION="Set of scripts to manage google-auth setup on Gentoo Infra"
 HOMEPAGE="https://github.com/mgorny/google-authenticator-wrappers";
@@ -41,7 +41,7 @@ src_configure() {
                -DGAUTH_USERNAME=gauth
        )
 
-       cmake-utils_src_configure
+       cmake_src_configure
 }
 
 pkg_preinst() {

Reply via email to