Gentoo Archives: gentoo-commits

From: Alexey Shvetsov <alexxy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-footprints/
Date: Thu, 14 May 2020 10:36:10
Message-Id: 1589452459.af587b2d75b530bf6b1cc2be91504991a729c952.alexxy@gentoo
1 commit: af587b2d75b530bf6b1cc2be91504991a729c952
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Tue May 12 08:15:15 2020 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 10:34:19 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af587b2d
7
8 sci-electronics/kicad-footprints: Drop 5.0.1
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
12 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
13
14 sci-electronics/kicad-footprints/Manifest | 1 -
15 .../kicad-footprints/kicad-footprints-5.0.1.ebuild | 18 ------------------
16 2 files changed, 19 deletions(-)
17
18 diff --git a/sci-electronics/kicad-footprints/Manifest b/sci-electronics/kicad-footprints/Manifest
19 index b7b26a36bcb..4a4f1b9c892 100644
20 --- a/sci-electronics/kicad-footprints/Manifest
21 +++ b/sci-electronics/kicad-footprints/Manifest
22 @@ -1,4 +1,3 @@
23 -DIST kicad-footprints-5.0.1.tar.gz 5074166 BLAKE2B eb8a532c83af37d241c0eb73b7ac0a6bdd75e87f5d06ebdb9a109160cae131240f4f5516c9bd38785c51e068ffcc29cdec075565bc4bc14af3924f814a68aa54 SHA512 16057e7a768097a7e97ae8a25d0c35891d04621e5d5b7437e80f893f48365e562b69c38a8076c1dab0455801359e766fcd1f7d31fec2cc78c9e7cda2d6f210ae
24 DIST kicad-footprints-5.1.0.tar.gz 5370734 BLAKE2B 5a7c9db505edd37f5143cccb210a0f87bc08b1c9166c30a90b59af31f200e24c7608b210a6a3137095bb6eaad64f5f6909d87d685cd0d5cb080fb1f7e90ae575 SHA512 3ae6e35bcff8282b05f5661bf63b38681f1472c632523e3cd7288f2325b466b27708d850b95792084232399062eb54808b7bf08ec3880ac90d8a706c28e211b2
25 DIST kicad-footprints-5.1.2.tar.gz 5389330 BLAKE2B fba830d4d9830125a4e52ac2e572e576a21151188d702c289f3f76302b44a30fe2800ff77e435d4e703995fd70cca83f237ba13a43170268de66c5d9402ca742 SHA512 1ca0682bedd74d304c327ac991f25a4d523dfb020ba560e117ab8e167036868703fd46662ddaa8ae1d48ee796fc607d45072ecf7936a3ba25070d83961897fb8
26 DIST kicad-footprints-5.1.4.tar.gz 5578039 BLAKE2B f86a0a9f8d77df9d76c25e58c54f3e6d9ed7302bde3638674f8caa1a619a4cb3ffde384029fc896d82aa3535f195dc87450ab8ab5ffedbf194d83778d592b11d SHA512 84dee71a0e52d8bb4bc8d5708a0472bab9fae4ec47553e234ed8ca4aca926fa200593d264e016e688e2c0eb1fe4a680da8b8a5e48b7dc54866241d9965d235b5
27
28 diff --git a/sci-electronics/kicad-footprints/kicad-footprints-5.0.1.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-5.0.1.ebuild
29 deleted file mode 100644
30 index c34bd2d4716..00000000000
31 --- a/sci-electronics/kicad-footprints/kicad-footprints-5.0.1.ebuild
32 +++ /dev/null
33 @@ -1,18 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
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 ~arm64 ~x86"
48 -IUSE=""
49 -
50 -DEPEND=""
51 -RDEPEND=">=sci-electronics/kicad-5.0.0"