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-templates/
Date: Thu, 14 May 2020 10:36:13
Message-Id: 1589452475.981869174df8ea3b3ccc99f55580ab80bbca9028.alexxy@gentoo
1 commit: 981869174df8ea3b3ccc99f55580ab80bbca9028
2 Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
3 AuthorDate: Tue May 12 08:18:44 2020 +0000
4 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
5 CommitDate: Thu May 14 10:34:35 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98186917
7
8 sci-electronics/kicad-templates: 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 Closes: https://github.com/gentoo/gentoo/pull/15761
13 Signed-off-by: Alexey Shvetsov <alexxy <AT> gentoo.org>
14
15 sci-electronics/kicad-templates/Manifest | 1 -
16 .../kicad-templates/kicad-templates-5.0.1.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 25b16f0b2ca..0c31f3bc3da 100644
21 --- a/sci-electronics/kicad-templates/Manifest
22 +++ b/sci-electronics/kicad-templates/Manifest
23 @@ -1,4 +1,3 @@
24 -DIST kicad-templates-5.0.1.tar.gz 1621185 BLAKE2B c21020ba11ff01863e5c8681247f8e17c03d06532f7eb6df94de8c6cd64f51142d54a762f83168b6c4f0b9c96764cb53d220eb6fd237c517fa07bfe51105543f SHA512 ccd995cc39bd578a95b1b3fdbe53a7bb8dd6638aa5717cd9a930371b0a48e66f1783ba3abce9438c7c29ab3b2b0a9075acc0b9c42eeb73480abf170a6f784668
25 DIST kicad-templates-5.1.0.tar.gz 1620695 BLAKE2B 3b66560639d6df31f6b5f5e579aa5616d6483d445ff7ab1fff0d055d5bc96979c181fa27039730b19d9957f967d1f7b3cdc00a1d7d9c4a1aaf7a0e0081ced43a SHA512 59f29b205dcd7cd4ec883bca79d2a2e8736734407d9bd343316dcc7321bd84800415c24f9bc397e67b6029b2c1226e9a9806fc86fb52829f841788421a78e89e
26 DIST kicad-templates-5.1.2.tar.gz 1620807 BLAKE2B 8d243cda34bfed210adaaaf893770808df8eb21ac529818b9b6108a1195b50cab27a7ebcbf20e6b549c83285566722958641524b13bc714bdfc4e5115e48f45f SHA512 789afb4c96f8cc7cfbb9fbd632026478862e38ae972466d49e1620c75e30fd3e38f13155e49bec79a04211e5628152a55b62c847e229d582025045023f2ce8ae
27 DIST kicad-templates-5.1.4.tar.gz 1630338 BLAKE2B bdebce3e9c83b0d229c432d96e6d51ce506650f2c4231c3153b94d394efd5e430755049d687782d715d313cb0e0af08c00c4b87497fa55b0d9bd447b8b096fdf SHA512 20409524ba8e195b774c703bfa99bc6d65d8fc46de5fae5cc5c3f5f37d0b9115cc56d116262ac6df56658840b2b1c7fbab65c9ac9fd1bfaafb56dedcdf691bf4
28
29 diff --git a/sci-electronics/kicad-templates/kicad-templates-5.0.1.ebuild b/sci-electronics/kicad-templates/kicad-templates-5.0.1.ebuild
30 deleted file mode 100644
31 index b18feefcca8..00000000000
32 --- a/sci-electronics/kicad-templates/kicad-templates-5.0.1.ebuild
33 +++ /dev/null
34 @@ -1,18 +0,0 @@
35 -# Copyright 1999-2018 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit cmake-utils
41 -
42 -DESCRIPTION="Electronic Schematic and PCB design tools project templates"
43 -HOMEPAGE="https://github.com/kicad/kicad-templates"
44 -SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="CC-BY-SA-4.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~arm64 ~x86"
49 -IUSE=""
50 -
51 -DEPEND=""
52 -RDEPEND=">=sci-electronics/kicad-5.0.0"