app-doc/kicad-doc: Switch to cmake.eclass
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Jan 2020 20:54:57 +0000 (21:54 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 6 Jan 2020 20:54:57 +0000 (21:54 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-doc/kicad-doc/kicad-doc-5.1.0.ebuild
app-doc/kicad-doc/kicad-doc-5.1.2.ebuild
app-doc/kicad-doc/kicad-doc-5.1.4.ebuild
app-doc/kicad-doc/kicad-doc-5.1.5.ebuild

index c98f840824d1082fbf1558dc854cb4e35ba90c88..edf35c290db3d73fdd669f42dc790122d7021422 100644 (file)
@@ -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
 }
index c98f840824d1082fbf1558dc854cb4e35ba90c88..edf35c290db3d73fdd669f42dc790122d7021422 100644 (file)
@@ -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
 }
index c98f840824d1082fbf1558dc854cb4e35ba90c88..edf35c290db3d73fdd669f42dc790122d7021422 100644 (file)
@@ -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
 }
index c98f840824d1082fbf1558dc854cb4e35ba90c88..edf35c290db3d73fdd669f42dc790122d7021422 100644 (file)
@@ -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
 }