diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-06 21:52:54 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-01-06 21:52:54 +0100 |
commit | 76407493cd9806731658748cb7fec045fe0cde91 (patch) | |
tree | 97bafe0062770573697b2c8c113ff577c16f5b9a /sci-electronics/kicad-i18n | |
parent | app-text/sword-modules: Revision bump, no changes. (diff) | |
download | gentoo-76407493cd9806731658748cb7fec045fe0cde91.tar.gz gentoo-76407493cd9806731658748cb7fec045fe0cde91.tar.bz2 gentoo-76407493cd9806731658748cb7fec045fe0cde91.zip |
sci-electronics/kicad*: Switch to cmake.eclass
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'sci-electronics/kicad-i18n')
4 files changed, 8 insertions, 8 deletions
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 d1bff263fa65..f7ff2ba8751b 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 5632bdece4ef..7287a48d9e12 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 5632bdece4ef..7287a48d9e12 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 81435748f735..9d7d8d1b67a9 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" |