* [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-footprints/, sci-electronics/kicad-packages3d/, ...
@ 2020-01-06 20:55 Andreas Sturmlechner
0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2020-01-06 20:55 UTC (permalink / raw
To: gentoo-commits
commit: 76407493cd9806731658748cb7fec045fe0cde91
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 6 20:52:54 2020 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 6 20:52:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76407493
sci-electronics/kicad*: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
| 4 ++--
| 4 ++--
| 4 ++--
| 4 ++--
sci-electronics/kicad-i18n/kicad-i18n-5.1.0.ebuild | 4 ++--
sci-electronics/kicad-i18n/kicad-i18n-5.1.2.ebuild | 4 ++--
sci-electronics/kicad-i18n/kicad-i18n-5.1.4.ebuild | 4 ++--
sci-electronics/kicad-i18n/kicad-i18n-5.1.5.ebuild | 4 ++--
sci-electronics/kicad-packages3d/kicad-packages3d-5.1.0.ebuild | 4 ++--
sci-electronics/kicad-packages3d/kicad-packages3d-5.1.2.ebuild | 4 ++--
sci-electronics/kicad-packages3d/kicad-packages3d-5.1.4.ebuild | 4 ++--
sci-electronics/kicad-packages3d/kicad-packages3d-5.1.5.ebuild | 4 ++--
sci-electronics/kicad-symbols/kicad-symbols-5.1.0.ebuild | 4 ++--
sci-electronics/kicad-symbols/kicad-symbols-5.1.2.ebuild | 4 ++--
sci-electronics/kicad-symbols/kicad-symbols-5.1.4.ebuild | 4 ++--
sci-electronics/kicad-symbols/kicad-symbols-5.1.5.ebuild | 4 ++--
sci-electronics/kicad-templates/kicad-templates-5.1.0.ebuild | 4 ++--
sci-electronics/kicad-templates/kicad-templates-5.1.2.ebuild | 4 ++--
sci-electronics/kicad-templates/kicad-templates-5.1.4.ebuild | 4 ++--
sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild | 4 ++--
sci-electronics/kicad/kicad-5.1.5.ebuild | 10 +++++-----
21 files changed, 45 insertions(+), 45 deletions(-)
--git a/sci-electronics/kicad-footprints/kicad-footprints-5.1.0.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-5.1.0.ebuild
index c9de09f6416..3efe77462d0 100644
--- a/sci-electronics/kicad-footprints/kicad-footprints-5.1.0.ebuild
+++ b/sci-electronics/kicad-footprints/kicad-footprints-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 footprint libraries"
HOMEPAGE="https://kicad.github.io/footprints/"
--git a/sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild
index 87e73ca040b..268f2b9a6d5 100644
--- a/sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild
+++ b/sci-electronics/kicad-footprints/kicad-footprints-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 footprint libraries"
HOMEPAGE="https://kicad.github.io/footprints/"
--git a/sci-electronics/kicad-footprints/kicad-footprints-5.1.4.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-5.1.4.ebuild
index 87e73ca040b..268f2b9a6d5 100644
--- a/sci-electronics/kicad-footprints/kicad-footprints-5.1.4.ebuild
+++ b/sci-electronics/kicad-footprints/kicad-footprints-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 footprint libraries"
HOMEPAGE="https://kicad.github.io/footprints/"
--git a/sci-electronics/kicad-footprints/kicad-footprints-5.1.5.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-5.1.5.ebuild
index 87e73ca040b..268f2b9a6d5 100644
--- a/sci-electronics/kicad-footprints/kicad-footprints-5.1.5.ebuild
+++ b/sci-electronics/kicad-footprints/kicad-footprints-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 footprint libraries"
HOMEPAGE="https://kicad.github.io/footprints/"
diff --git a/sci-electronics/kicad-i18n/kicad-i18n-5.1.0.ebuild b/sci-electronics/kicad-i18n/kicad-i18n-5.1.0.ebuild
index d1bff263fa6..f7ff2ba8751 100644
--- a/sci-electronics/kicad-i18n/kicad-i18n-5.1.0.ebuild
+++ b/sci-electronics/kicad-i18n/kicad-i18n-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 GUI translations."
HOMEPAGE="https://github.com/KiCad/kicad-i18n"
diff --git a/sci-electronics/kicad-i18n/kicad-i18n-5.1.2.ebuild b/sci-electronics/kicad-i18n/kicad-i18n-5.1.2.ebuild
index 5632bdece4e..7287a48d9e1 100644
--- a/sci-electronics/kicad-i18n/kicad-i18n-5.1.2.ebuild
+++ b/sci-electronics/kicad-i18n/kicad-i18n-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 GUI translations."
HOMEPAGE="https://github.com/KiCad/kicad-i18n"
diff --git a/sci-electronics/kicad-i18n/kicad-i18n-5.1.4.ebuild b/sci-electronics/kicad-i18n/kicad-i18n-5.1.4.ebuild
index 5632bdece4e..7287a48d9e1 100644
--- a/sci-electronics/kicad-i18n/kicad-i18n-5.1.4.ebuild
+++ b/sci-electronics/kicad-i18n/kicad-i18n-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 GUI translations."
HOMEPAGE="https://github.com/KiCad/kicad-i18n"
diff --git a/sci-electronics/kicad-i18n/kicad-i18n-5.1.5.ebuild b/sci-electronics/kicad-i18n/kicad-i18n-5.1.5.ebuild
index 81435748f73..9d7d8d1b67a 100644
--- a/sci-electronics/kicad-i18n/kicad-i18n-5.1.5.ebuild
+++ b/sci-electronics/kicad-i18n/kicad-i18n-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 GUI translations"
HOMEPAGE="https://github.com/KiCad/kicad-i18n"
diff --git a/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.0.ebuild b/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.0.ebuild
index 55fef4803e2..d0053954db8 100644
--- a/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.0.ebuild
+++ b/sci-electronics/kicad-packages3d/kicad-packages3d-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 check-reqs cmake-utils
+inherit check-reqs cmake
DESCRIPTION="Electronic Schematic and PCB design tools 3D package libraries"
HOMEPAGE="https://kicad.github.io/packages3d/"
diff --git a/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.2.ebuild b/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.2.ebuild
index 55fef4803e2..d0053954db8 100644
--- a/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.2.ebuild
+++ b/sci-electronics/kicad-packages3d/kicad-packages3d-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 check-reqs cmake-utils
+inherit check-reqs cmake
DESCRIPTION="Electronic Schematic and PCB design tools 3D package libraries"
HOMEPAGE="https://kicad.github.io/packages3d/"
diff --git a/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.4.ebuild b/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.4.ebuild
index 55fef4803e2..d0053954db8 100644
--- a/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.4.ebuild
+++ b/sci-electronics/kicad-packages3d/kicad-packages3d-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 check-reqs cmake-utils
+inherit check-reqs cmake
DESCRIPTION="Electronic Schematic and PCB design tools 3D package libraries"
HOMEPAGE="https://kicad.github.io/packages3d/"
diff --git a/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.5.ebuild b/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.5.ebuild
index 0b776eaa6fa..f3d17f7c321 100644
--- a/sci-electronics/kicad-packages3d/kicad-packages3d-5.1.5.ebuild
+++ b/sci-electronics/kicad-packages3d/kicad-packages3d-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 check-reqs cmake-utils
+inherit check-reqs cmake
DESCRIPTION="Electronic Schematic and PCB design tools 3D package libraries"
HOMEPAGE="https://kicad.github.io/packages3d/"
diff --git a/sci-electronics/kicad-symbols/kicad-symbols-5.1.0.ebuild b/sci-electronics/kicad-symbols/kicad-symbols-5.1.0.ebuild
index 8a1302ee32b..ce2bf639876 100644
--- a/sci-electronics/kicad-symbols/kicad-symbols-5.1.0.ebuild
+++ b/sci-electronics/kicad-symbols/kicad-symbols-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 symbol libraries"
HOMEPAGE="https://kicad.github.io/symbols/"
diff --git a/sci-electronics/kicad-symbols/kicad-symbols-5.1.2.ebuild b/sci-electronics/kicad-symbols/kicad-symbols-5.1.2.ebuild
index f21180e7b6f..b0040b719b9 100644
--- a/sci-electronics/kicad-symbols/kicad-symbols-5.1.2.ebuild
+++ b/sci-electronics/kicad-symbols/kicad-symbols-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 symbol libraries"
HOMEPAGE="https://kicad.github.io/symbols/"
diff --git a/sci-electronics/kicad-symbols/kicad-symbols-5.1.4.ebuild b/sci-electronics/kicad-symbols/kicad-symbols-5.1.4.ebuild
index f21180e7b6f..b0040b719b9 100644
--- a/sci-electronics/kicad-symbols/kicad-symbols-5.1.4.ebuild
+++ b/sci-electronics/kicad-symbols/kicad-symbols-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 symbol libraries"
HOMEPAGE="https://kicad.github.io/symbols/"
diff --git a/sci-electronics/kicad-symbols/kicad-symbols-5.1.5.ebuild b/sci-electronics/kicad-symbols/kicad-symbols-5.1.5.ebuild
index f21180e7b6f..b0040b719b9 100644
--- a/sci-electronics/kicad-symbols/kicad-symbols-5.1.5.ebuild
+++ b/sci-electronics/kicad-symbols/kicad-symbols-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 symbol libraries"
HOMEPAGE="https://kicad.github.io/symbols/"
diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.0.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.0.ebuild
index 4681b201b5e..c4fe39ee6df 100644
--- a/sci-electronics/kicad-templates/kicad-templates-5.1.0.ebuild
+++ b/sci-electronics/kicad-templates/kicad-templates-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 project templates"
HOMEPAGE="https://github.com/kicad/kicad-templates"
diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.2.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.2.ebuild
index da3a76f1b1d..8ce2e5c4c46 100644
--- a/sci-electronics/kicad-templates/kicad-templates-5.1.2.ebuild
+++ b/sci-electronics/kicad-templates/kicad-templates-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 project templates"
HOMEPAGE="https://github.com/kicad/kicad-templates"
diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.4.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.4.ebuild
index da3a76f1b1d..8ce2e5c4c46 100644
--- a/sci-electronics/kicad-templates/kicad-templates-5.1.4.ebuild
+++ b/sci-electronics/kicad-templates/kicad-templates-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 project templates"
HOMEPAGE="https://github.com/kicad/kicad-templates"
diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild
index da3a76f1b1d..8ce2e5c4c46 100644
--- a/sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild
+++ b/sci-electronics/kicad-templates/kicad-templates-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 project templates"
HOMEPAGE="https://github.com/kicad/kicad-templates"
diff --git a/sci-electronics/kicad/kicad-5.1.5.ebuild b/sci-electronics/kicad/kicad-5.1.5.ebuild
index 1ada24321b6..46baaff613c 100644
--- a/sci-electronics/kicad/kicad-5.1.5.ebuild
+++ b/sci-electronics/kicad/kicad-5.1.5.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{6,7} )
WX_GTK_VER="3.0-gtk3"
-inherit check-reqs cmake-utils eutils python-single-r1 toolchain-funcs wxwidgets xdg-utils
+inherit check-reqs cmake eutils python-single-r1 toolchain-funcs wxwidgets xdg-utils
DESCRIPTION="Electronic Schematic and PCB design tools"
HOMEPAGE="https://www.kicad-pcb.org"
@@ -93,18 +93,18 @@ src_configure() {
-DOCC_LIBRARY_DIR="${CASROOT}"/lib
)
- cmake-utils_src_configure
+ cmake_src_configure
}
src_compile() {
- cmake-utils_src_compile
+ cmake_src_compile
if use doc; then
- cmake-utils_src_compile dev-docs doxygen-docs
+ cmake_src_compile dev-docs doxygen-docs
fi
}
src_install() {
- cmake-utils_src_install
+ cmake_src_install
use python && python_optimize
if use doc ; then
dodoc uncrustify.cfg
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-01-06 20:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-06 20:55 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-footprints/, sci-electronics/kicad-packages3d/, Andreas Sturmlechner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox