diff options
author | Zoltan Puskas <zoltan@sinustrom.info> | 2022-03-24 22:21:58 -0700 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-03-25 13:03:21 +0200 |
commit | eadcb3990e3296a042a109b2f924f8afaa0acb53 (patch) | |
tree | 0558a4dd9eeaa95bfd5596ac61fc750584fc2039 /sci-electronics/kicad-templates | |
parent | sci-electronics/kicad-meta: add 6.0.4 (diff) | |
download | gentoo-eadcb3990e3296a042a109b2f924f8afaa0acb53.tar.gz gentoo-eadcb3990e3296a042a109b2f924f8afaa0acb53.tar.bz2 gentoo-eadcb3990e3296a042a109b2f924f8afaa0acb53.zip |
sci-electronics/kicad*: drop 6.0.3 version
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Closes: https://github.com/gentoo/gentoo/pull/24739
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'sci-electronics/kicad-templates')
-rw-r--r-- | sci-electronics/kicad-templates/Manifest | 1 | ||||
-rw-r--r-- | sci-electronics/kicad-templates/kicad-templates-6.0.3.ebuild | 28 |
2 files changed, 0 insertions, 29 deletions
diff --git a/sci-electronics/kicad-templates/Manifest b/sci-electronics/kicad-templates/Manifest index 28a9d1a92db3..8909795e76fa 100644 --- a/sci-electronics/kicad-templates/Manifest +++ b/sci-electronics/kicad-templates/Manifest @@ -1,3 +1,2 @@ DIST kicad-templates-5.1.12.tar.bz2 1552173 BLAKE2B 51791729e049aa835f15b80f783d07c099dd177783b1a78209e7c7db709a3b0a18bd22572227ab5193d4da955796bc4c78f502fdedd275f379f84fa49108a324 SHA512 4f44816fa78048c0db93ecd10ae980236bc5ef1ed5170270ac761dd5fc32d08a5c8bf733837e6dceecf736f75fa09780326af813de04cbd69345cf376815d430 -DIST kicad-templates-6.0.3.tar.gz 2248725 BLAKE2B c9643cc9465e1c669df965afddc087621a9218f0e723146cc40c3756d1a5577ca026f988600e4b7c63c9f9c5bd36b3a17eaea67849d5cc0530094f775f5b85f6 SHA512 d575f03b8bcd8ddb31dfbf84a40f90d00690ac0d1eadf2f564acb230abc93f85bd04a26e2540a128008e88a30ae296fe15dec4b2ca496e266f71a56d5e859911 DIST kicad-templates-6.0.4.tar.gz 2248753 BLAKE2B b65c4f61f86dd7cee6b7dbf2df579cda15e3258bd67f010afe910dc0fe5801c95ef0682fedd88cad8a3602035b69dff117dd8b8ce008fb066488e7b7281e60fe SHA512 a5f5df986002246a230c3fad4ae497a325bff402087ce2f65fbeaaae35861b50426bf255b2adc9c6f1a006aa88ac1d026bd07c9e88b87a75aa43d86feb17d7e7 diff --git a/sci-electronics/kicad-templates/kicad-templates-6.0.3.ebuild b/sci-electronics/kicad-templates/kicad-templates-6.0.3.ebuild deleted file mode 100644 index fcdb94bb2f13..000000000000 --- a/sci-electronics/kicad-templates/kicad-templates-6.0.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Electronic Schematic and PCB design tools project templates" -HOMEPAGE="https://github.com/kicad/kicad-templates" -if [[ ${PV} == 9999 ]]; then - EGIT_REPO_URI="https://gitlab.com/kicad/libraries/${PN}.git" - inherit git-r3 -else - MY_PV="${PV/_rc/-rc}" - MY_P="${PN}-${MY_PV}" - SRC_URI="https://gitlab.com/kicad/libraries/${PN}/-/archive/${MY_PV}/${MY_P}.tar.gz -> ${P}.tar.gz" - - if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64 ~arm64 ~riscv ~x86" - fi - - S="${WORKDIR}/${PN}-${MY_PV}" -fi - -LICENSE="CC-BY-SA-4.0" -SLOT="0" - -RDEPEND=">=sci-electronics/kicad-6.0.0" |