diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2019-03-24 18:45:58 -0700 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-31 10:43:40 +0200 |
commit | 94e6bff5744cbe1ddf0bff4774dd10e018ac972b (patch) | |
tree | cb5d1f64098375dc54316742ace7e0e34be6d895 /sci-electronics/kicad-footprints | |
parent | app-misc/trash-cli: Claim ebuild as a proxy-maintainer (diff) | |
download | gentoo-94e6bff5744cbe1ddf0bff4774dd10e018ac972b.tar.gz gentoo-94e6bff5744cbe1ddf0bff4774dd10e018ac972b.tar.bz2 gentoo-94e6bff5744cbe1ddf0bff4774dd10e018ac972b.zip |
sci-electronics/kicad: Drop 5.0.0
Closes: https://bugs.gentoo.org/672348
Closes: https://bugs.gentoo.org/672350
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Closes: https://github.com/gentoo/gentoo/pull/11486
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sci-electronics/kicad-footprints')
-rw-r--r-- | sci-electronics/kicad-footprints/Manifest | 1 | ||||
-rw-r--r-- | sci-electronics/kicad-footprints/kicad-footprints-5.0.0.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/sci-electronics/kicad-footprints/Manifest b/sci-electronics/kicad-footprints/Manifest index 5a9870bda48e..e788d93478b8 100644 --- a/sci-electronics/kicad-footprints/Manifest +++ b/sci-electronics/kicad-footprints/Manifest @@ -1,2 +1 @@ -DIST kicad-footprints-5.0.0.tar.gz 4978410 BLAKE2B 4b736b9530bcb093ef916c5dff3ee17662c801478c14859b2256575c2d5244e714c0b61f2c4d59f33cbfc23b4f35f590546e0b3bc374d730ebf519a80d8904d1 SHA512 b96706cf021749630b544a437cb0fb278cf4369cb8acb89eb962bd674b3fc77dbca719dd540844d3478082ee0f82e7d65fce15a3658a9c6cbe8df3c691bbfbfe DIST kicad-footprints-5.0.1.tar.gz 5074166 BLAKE2B eb8a532c83af37d241c0eb73b7ac0a6bdd75e87f5d06ebdb9a109160cae131240f4f5516c9bd38785c51e068ffcc29cdec075565bc4bc14af3924f814a68aa54 SHA512 16057e7a768097a7e97ae8a25d0c35891d04621e5d5b7437e80f893f48365e562b69c38a8076c1dab0455801359e766fcd1f7d31fec2cc78c9e7cda2d6f210ae diff --git a/sci-electronics/kicad-footprints/kicad-footprints-5.0.0.ebuild b/sci-electronics/kicad-footprints/kicad-footprints-5.0.0.ebuild deleted file mode 100644 index bc75d2e226ed..000000000000 --- a/sci-electronics/kicad-footprints/kicad-footprints-5.0.0.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils - -DESCRIPTION="Electronic Schematic and PCB design tools footprint libraries" -HOMEPAGE="https://kicad.github.io/footprints/" -SRC_URI="https://github.com/KiCad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="CC-BY-SA-4.0" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND=">=sci-electronics/kicad-5.0.0" |