commit:     8360586347c4fa1b33c579a910db0bd58cc120db
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 20:54:57 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 20:54:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83605863

app-doc/kicad-doc: Switch to cmake.eclass

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-doc/kicad-doc/kicad-doc-5.1.0.ebuild | 6 +++---
 app-doc/kicad-doc/kicad-doc-5.1.2.ebuild | 6 +++---
 app-doc/kicad-doc/kicad-doc-5.1.4.ebuild | 6 +++---
 app-doc/kicad-doc/kicad-doc-5.1.5.ebuild | 6 +++---
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/app-doc/kicad-doc/kicad-doc-5.1.0.ebuild 
b/app-doc/kicad-doc/kicad-doc-5.1.0.ebuild
index c98f840824d..edf35c290db 100644
--- a/app-doc/kicad-doc/kicad-doc-5.1.0.ebuild
+++ b/app-doc/kicad-doc/kicad-doc-5.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Electronic Schematic and PCB design tools manuals"
 HOMEPAGE="http://www.kicad-pcb.org/";
@@ -43,5 +43,5 @@ src_configure() {
                -DSINGLE_LANGUAGE="${L10N}"
                -DKICAD_DOC_PATH="${EPREFIX}/usr/share/doc/${P}/help"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }

diff --git a/app-doc/kicad-doc/kicad-doc-5.1.2.ebuild 
b/app-doc/kicad-doc/kicad-doc-5.1.2.ebuild
index c98f840824d..edf35c290db 100644
--- a/app-doc/kicad-doc/kicad-doc-5.1.2.ebuild
+++ b/app-doc/kicad-doc/kicad-doc-5.1.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Electronic Schematic and PCB design tools manuals"
 HOMEPAGE="http://www.kicad-pcb.org/";
@@ -43,5 +43,5 @@ src_configure() {
                -DSINGLE_LANGUAGE="${L10N}"
                -DKICAD_DOC_PATH="${EPREFIX}/usr/share/doc/${P}/help"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }

diff --git a/app-doc/kicad-doc/kicad-doc-5.1.4.ebuild 
b/app-doc/kicad-doc/kicad-doc-5.1.4.ebuild
index c98f840824d..edf35c290db 100644
--- a/app-doc/kicad-doc/kicad-doc-5.1.4.ebuild
+++ b/app-doc/kicad-doc/kicad-doc-5.1.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Electronic Schematic and PCB design tools manuals"
 HOMEPAGE="http://www.kicad-pcb.org/";
@@ -43,5 +43,5 @@ src_configure() {
                -DSINGLE_LANGUAGE="${L10N}"
                -DKICAD_DOC_PATH="${EPREFIX}/usr/share/doc/${P}/help"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }

diff --git a/app-doc/kicad-doc/kicad-doc-5.1.5.ebuild 
b/app-doc/kicad-doc/kicad-doc-5.1.5.ebuild
index c98f840824d..edf35c290db 100644
--- a/app-doc/kicad-doc/kicad-doc-5.1.5.ebuild
+++ b/app-doc/kicad-doc/kicad-doc-5.1.5.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit cmake-utils
+inherit cmake
 
 DESCRIPTION="Electronic Schematic and PCB design tools manuals"
 HOMEPAGE="http://www.kicad-pcb.org/";
@@ -43,5 +43,5 @@ src_configure() {
                -DSINGLE_LANGUAGE="${L10N}"
                -DKICAD_DOC_PATH="${EPREFIX}/usr/share/doc/${P}/help"
        )
-       cmake-utils_src_configure
+       cmake_src_configure
 }

Reply via email to