Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-footprints/
Date: Tue, 04 Jun 2019 12:47:21
Message-Id: 1559652224.820d2767451e5cf8a991ecfc7e83bb6883230c8d.vdupras@gentoo
1 commit: 820d2767451e5cf8a991ecfc7e83bb6883230c8d
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Thu May 23 06:17:25 2019 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 4 12:43:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820d2767
7
8 sci-electronics/kicad-footprints: Bump to 5.1.2
9
10 Bug: https://bugs.gentoo.org/686062
11 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
12 Package-Manager: Portage-2.3.66, Repoman-2.3.12
13 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
14
15 sci-electronics/kicad-footprints/Manifest | 1 +
16 .../kicad-footprints/kicad-footprints-5.1.2.ebuild | 18 ++++++++++++++++++
17 2 files changed, 19 insertions(+)
18
19 diff --git a/sci-electronics/kicad-footprints/Manifest b/sci-electronics/kicad-footprints/Manifest
20 index dfa0ca6d217..021fdea98be 100644
21 --- a/sci-electronics/kicad-footprints/Manifest
22 +++ b/sci-electronics/kicad-footprints/Manifest
23 @@ -1,2 +1,3 @@
24 DIST kicad-footprints-5.0.1.tar.gz 5074166 BLAKE2B eb8a532c83af37d241c0eb73b7ac0a6bdd75e87f5d06ebdb9a109160cae131240f4f5516c9bd38785c51e068ffcc29cdec075565bc4bc14af3924f814a68aa54 SHA512 16057e7a768097a7e97ae8a25d0c35891d04621e5d5b7437e80f893f48365e562b69c38a8076c1dab0455801359e766fcd1f7d31fec2cc78c9e7cda2d6f210ae
25 DIST kicad-footprints-5.1.0.tar.gz 5370734 BLAKE2B 5a7c9db505edd37f5143cccb210a0f87bc08b1c9166c30a90b59af31f200e24c7608b210a6a3137095bb6eaad64f5f6909d87d685cd0d5cb080fb1f7e90ae575 SHA512 3ae6e35bcff8282b05f5661bf63b38681f1472c632523e3cd7288f2325b466b27708d850b95792084232399062eb54808b7bf08ec3880ac90d8a706c28e211b2
26 +DIST kicad-footprints-5.1.2.tar.gz 5389330 BLAKE2B fba830d4d9830125a4e52ac2e572e576a21151188d702c289f3f76302b44a30fe2800ff77e435d4e703995fd70cca83f237ba13a43170268de66c5d9402ca742 SHA512 1ca0682bedd74d304c327ac991f25a4d523dfb020ba560e117ab8e167036868703fd46662ddaa8ae1d48ee796fc607d45072ecf7936a3ba25070d83961897fb8
27
28 diff --git a/sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild
29 new file mode 100644
30 index 00000000000..87e73ca040b
31 --- /dev/null
32 +++ b/sci-electronics/kicad-footprints/kicad-footprints-5.1.2.ebuild
33 @@ -0,0 +1,18 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit cmake-utils
40 +
41 +DESCRIPTION="Electronic Schematic and PCB design tools footprint libraries"
42 +HOMEPAGE="https://kicad.github.io/footprints/"
43 +SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="CC-BY-SA-4.0"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE=""
49 +
50 +DEPEND=""
51 +RDEPEND=">=sci-electronics/kicad-5.1.0"