sci-electronics/kicad-symbols: Bump to 5.1.0
authorZoltan Puskas <zoltan@sinustrom.info>
Mon, 25 Mar 2019 05:22:37 +0000 (22:22 -0700)
committerAlexey Shvetsov <alexxy@gentoo.org>
Sun, 7 Apr 2019 16:52:30 +0000 (19:52 +0300)
Bug: https://bugs.gentoo.org/680642
Signed-off-by: Zoltan Puskas <zoltan@sinustrom.info>
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.12

sci-electronics/kicad-symbols/Manifest
sci-electronics/kicad-symbols/kicad-symbols-5.1.0.ebuild [new file with mode: 0644]

index fdc263406fecb3e83f0ec6a89c62639257a642e6..512fd7c7192e98e4b5f94941b711dfc5a3f57ffb 100644 (file)
@@ -1 +1,2 @@
 DIST kicad-symbols-5.0.1.tar.gz 2715790 BLAKE2B 5b87d64967c181161309d17f21feda14e6b44814ca9ec77ff9408d8a1d55805eaafea40bdb8ab4964c3fd66832ffef45e6c8c857816036586e5b8f4a33e34c4e SHA512 f0c3ee981cd96a57eed50b1e5a6d7956e0f73edaf86f1afb3a56b93d31161fe0a567d60f02339b3a2e9b9377b7176e9097484035512a40c4ca3a98341dc0056c
+DIST kicad-symbols-5.1.0.tar.gz 2837674 BLAKE2B e21d74e9b2e70bd5fbcf4d299ba65967ed3d1c7556bbcb12e9881e3cbf1ca224b2285f142aa3536d95c0e06b025590a3126128edfdf64f68341e9d73a5d14798 SHA512 6c0a193955c0a0219dc4fd60f5a214fcdedc2e38da5ddaabc72f829bfe0988a6a447e65a48908c00ba766190bdcd3e1a9505ddd66062c2528e431dde58f07e99
diff --git a/sci-electronics/kicad-symbols/kicad-symbols-5.1.0.ebuild b/sci-electronics/kicad-symbols/kicad-symbols-5.1.0.ebuild
new file mode 100644 (file)
index 0000000..8a1302e
--- /dev/null
@@ -0,0 +1,18 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils
+
+DESCRIPTION="Electronic Schematic and PCB design tools symbol libraries"
+HOMEPAGE="https://kicad.github.io/symbols/"
+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.1.0"