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: Sun, 11 Oct 2020 09:30:19
Message-Id: 1602408594.cab940f6b02b166acc167391642e1ff3f6b56e9a.juippis@gentoo
1 commit: cab940f6b02b166acc167391642e1ff3f6b56e9a
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Sun Oct 4 06:45:17 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 09:29:54 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cab940f6
7
8 sci-electronics/kicad-templates: Drop 5.1.5
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
12 Closes: https://github.com/gentoo/gentoo/pull/17766
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.5.ebuild | 18 ------------------
17 2 files changed, 19 deletions(-)
18
19 diff --git a/sci-electronics/kicad-templates/Manifest b/sci-electronics/kicad-templates/Manifest
20 index d20fe8853f3..9386bd6eafd 100644
21 --- a/sci-electronics/kicad-templates/Manifest
22 +++ b/sci-electronics/kicad-templates/Manifest
23 @@ -1,3 +1,2 @@
24 -DIST kicad-templates-5.1.5.tar.gz 1634911 BLAKE2B 899b692de58660eada32a9f31c01b0b51fa5a6233da2395285b8526df411be6260ed07f4f7dc637229874d849d144597822fbf19be1ef48d09505d5bd7a0b216 SHA512 9836ac57d8f0e394eb5bd9a05fb73dd25dc4c0d3dfe20a1271c59b7247b9af2b38c01dd14706add16ba3eaa26d79a18052669ef6404ed3eea0d6ad6d7767a9fa
25 DIST kicad-templates-5.1.6.tar.gz 1634919 BLAKE2B acf7f2bd709d8482fb8de408cf89d568a8130d2ddc619e0d3a19e717b507915681879cc8102993a3b0a99c8c9360e5c787243cf1be5f1f76e3a9518ac5b8623a SHA512 cd0d539322e8c4fe9787d68bf2d7c1e5a287824aacd89edff77e1531052664669ce1193f58f5e992ff28183afadcf14c080c9ff407247f0b3d6c12366b4d4b0d
26 DIST kicad-templates-5.1.7.tar.gz 1643946 BLAKE2B fee5a92f0f6d1914a12b03c90cfe76239b84fabc6b1b34e1381a59a140459eb27fd9e347e27564faaeecc9f89c149f246d5171e97a12825d50a4cb89f9e33104 SHA512 1c836ac53ab87e83118d158076f8527c0ec47aa047a385f836536971d9f0adc56c6c0029a1ce14828c31d7d446ac4b0cac7403dddec122633dee42ae6c33e4f6
27
28 diff --git a/sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild
29 deleted file mode 100644
30 index 8ce2e5c4c46..00000000000
31 --- a/sci-electronics/kicad-templates/kicad-templates-5.1.5.ebuild
32 +++ /dev/null
33 @@ -1,18 +0,0 @@
34 -# Copyright 1999-2020 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
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://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"