Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-templates/
Date: Sat, 04 Dec 2021 11:31:13
Message-Id: 1638617442.567f88ad40512ad1d65d4cdf95e236d14d09670e.juippis@gentoo
1 commit: 567f88ad40512ad1d65d4cdf95e236d14d09670e
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Thu Dec 2 16:34:03 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 4 11:30:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567f88ad
7
8 sci-electronics/kicad-templates: Bump to 5.1.12
9
10 Bug: https://bugs.gentoo.org/824526
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 sci-electronics/kicad-templates/Manifest | 1 +
16 .../kicad-templates/kicad-templates-5.1.12.ebuild | 16 ++++++++++++++++
17 2 files changed, 17 insertions(+)
18
19 diff --git a/sci-electronics/kicad-templates/Manifest b/sci-electronics/kicad-templates/Manifest
20 index 42ba3fc03b78..05e61df04a6b 100644
21 --- a/sci-electronics/kicad-templates/Manifest
22 +++ b/sci-electronics/kicad-templates/Manifest
23 @@ -1,2 +1,3 @@
24 DIST kicad-templates-5.1.11.tar.bz2 1552348 BLAKE2B 1ca6f048c965aac6288032896fd59ec87464ebdd380149250ad0b2f54b193a83640c81f35269a65aec49dc71f27e60da1cb2c37962b17e907b9d177dc1d29c34 SHA512 029501bf53186d01dc72e2fa0a7d3b3becb4df3b00a5a52f0b68c8a0a2df87ce9ed6ddca731d6bb06cf18e9e0c8a2d337e3feee6b111ac329060d85917411972
25 +DIST kicad-templates-5.1.12.tar.bz2 1552173 BLAKE2B 51791729e049aa835f15b80f783d07c099dd177783b1a78209e7c7db709a3b0a18bd22572227ab5193d4da955796bc4c78f502fdedd275f379f84fa49108a324 SHA512 4f44816fa78048c0db93ecd10ae980236bc5ef1ed5170270ac761dd5fc32d08a5c8bf733837e6dceecf736f75fa09780326af813de04cbd69345cf376815d430
26 DIST kicad-templates-6.0.0_rc1.tar.gz 2248926 BLAKE2B 54a45a32788650f3895f91fb993768a3caea55b304c38f07c933b7765f96e30b93b6c206a49f28b0813b9739e1ecd3e48e4939d9150089d115d59a98a1308dc2 SHA512 7e7604a6aa1657f222f258c3f9d62b1175e239bbec8c5ea2a681293786d2b04b31c5b9f05da031661364017464de741fbe823fd532eeadfb0a8c220051ca7f0e
27
28 diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.12.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.12.ebuild
29 new file mode 100644
30 index 000000000000..211b692af0c3
31 --- /dev/null
32 +++ b/sci-electronics/kicad-templates/kicad-templates-5.1.12.ebuild
33 @@ -0,0 +1,16 @@
34 +# Copyright 1999-2021 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=8
38 +
39 +inherit cmake
40 +
41 +DESCRIPTION="Electronic Schematic and PCB design tools project templates"
42 +HOMEPAGE="https://github.com/kicad/kicad-templates"
43 +SRC_URI="https://gitlab.com/kicad/libraries/${PN}/-/archive/${PV}/${P}.tar.bz2"
44 +
45 +LICENSE="CC-BY-SA-4.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~arm64 ~x86"
48 +
49 +RDEPEND=">=sci-electronics/kicad-5.1.0"