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-symbols/
Date: Sun, 11 Oct 2020 09:30:19
Message-Id: 1602408594.1ee46f330c5e3941ff1e519cc89c9d32152bf7d4.juippis@gentoo
1 commit: 1ee46f330c5e3941ff1e519cc89c9d32152bf7d4
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Sun Oct 4 06:44:34 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=1ee46f33
7
8 sci-electronics/kicad-symbols: 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 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 sci-electronics/kicad-symbols/Manifest | 1 -
15 .../kicad-symbols/kicad-symbols-5.1.5.ebuild | 18 ------------------
16 2 files changed, 19 deletions(-)
17
18 diff --git a/sci-electronics/kicad-symbols/Manifest b/sci-electronics/kicad-symbols/Manifest
19 index 8bc1764ebc0..c09a2af1d99 100644
20 --- a/sci-electronics/kicad-symbols/Manifest
21 +++ b/sci-electronics/kicad-symbols/Manifest
22 @@ -1,3 +1,2 @@
23 -DIST kicad-symbols-5.1.5.tar.gz 2922505 BLAKE2B 98c121139b8847678e6aa6a657c23168a7468c9f2ba342f335ba8ce373d6352b985db8b6549f9bfecc914eed686aa14bcb5b3112772f945e50e0f9c1cdb40a33 SHA512 345c7990ba17f778fa975250fbb067a01472aa6e03cbd08a1e34203af5517981b6a569981e30b4d56e58a3966c364b529b9679a96a46ef538bd5ac6a6b46eac7
24 DIST kicad-symbols-5.1.6.tar.gz 2993494 BLAKE2B ba4056e350f049633a3265d2bd4e68af7765858d7d26d282b4dd7913d7a0f9d0011de319c6303c89c94ed4a07eeb93d6e08fca0b966d1e1138bef1b1ed74ad50 SHA512 e090cbafe3cffea86ccfda18d521528bededb573af7a46d5e7af0047a8c70f553e11e56046ec26ea11f742031507ab1ddd99459488f7ee57d8a18d6b9a5249ed
25 DIST kicad-symbols-5.1.7.tar.gz 3033099 BLAKE2B e7e81677c5432c034cfdd6eb8e5ae108129d761e33c3f1969f379c0068de0be64353be42e8ca8394ea4bd3d81753e64bec81fb1a6fd106370e1a5673226fb7ad SHA512 0b6a4451957fcbce9a08706d121bbb853782c1163f8daba35f229b08577001bc1de41148340e59d3865d5b2775537c6ced1bede913845dc531d025559725f393
26
27 diff --git a/sci-electronics/kicad-symbols/kicad-symbols-5.1.5.ebuild b/sci-electronics/kicad-symbols/kicad-symbols-5.1.5.ebuild
28 deleted file mode 100644
29 index b0040b719b9..00000000000
30 --- a/sci-electronics/kicad-symbols/kicad-symbols-5.1.5.ebuild
31 +++ /dev/null
32 @@ -1,18 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit cmake
39 -
40 -DESCRIPTION="Electronic Schematic and PCB design tools symbol libraries"
41 -HOMEPAGE="https://kicad.github.io/symbols/"
42 -SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="CC-BY-SA-4.0"
45 -SLOT="0"
46 -KEYWORDS="~amd64 ~x86"
47 -IUSE=""
48 -
49 -DEPEND=""
50 -RDEPEND=">=sci-electronics/kicad-5.1.0"