From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-templates/
Date: Mon, 21 Mar 2022 23:42:46 +0000 (UTC) [thread overview]
Message-ID: <1647906095.e9e43ba3b09e4b0c7c535b562ff534f1d4ce0469.sam@gentoo> (raw)
commit: e9e43ba3b09e4b0c7c535b562ff534f1d4ce0469
Author: Zoltan Puskas <zoltan <AT> sinustrom <DOT> info>
AuthorDate: Sat Mar 19 00:03:38 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Mar 21 23:41:35 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e43ba3
sci-electronics/kicad-templates: Bump to 6.0.3
Signed-off-by: Zoltan Puskas <zoltan <AT> sinustrom.info>
Signed-off-by: Sam James <sam <AT> gentoo.org>
sci-electronics/kicad-templates/Manifest | 1 +
.../kicad-templates/kicad-templates-6.0.3.ebuild | 28 ++++++++++++++++++++++
2 files changed, 29 insertions(+)
diff --git a/sci-electronics/kicad-templates/Manifest b/sci-electronics/kicad-templates/Manifest
index 84d4c666e6a3..733760687f9d 100644
--- a/sci-electronics/kicad-templates/Manifest
+++ b/sci-electronics/kicad-templates/Manifest
@@ -1,2 +1,3 @@
DIST kicad-templates-5.1.12.tar.bz2 1552173 BLAKE2B 51791729e049aa835f15b80f783d07c099dd177783b1a78209e7c7db709a3b0a18bd22572227ab5193d4da955796bc4c78f502fdedd275f379f84fa49108a324 SHA512 4f44816fa78048c0db93ecd10ae980236bc5ef1ed5170270ac761dd5fc32d08a5c8bf733837e6dceecf736f75fa09780326af813de04cbd69345cf376815d430
DIST kicad-templates-6.0.2.tar.gz 2248737 BLAKE2B 1d460261fa3c0f2788feae211ae884faebba811956edbda4bc26596a53dd0a6587100c777352228c88db055e3182c344c0e1eee61f635631994a44af1f4c42ee SHA512 28b7f54235d1ee7f21a67f99fd848b76b53b94ff9351f43a68f0b920f76662cd29882ead6f9b40406f19768754f95d3ae3d883fffbf4bf99138be11bad6ba67e
+DIST kicad-templates-6.0.3.tar.gz 2248725 BLAKE2B c9643cc9465e1c669df965afddc087621a9218f0e723146cc40c3756d1a5577ca026f988600e4b7c63c9f9c5bd36b3a17eaea67849d5cc0530094f775f5b85f6 SHA512 d575f03b8bcd8ddb31dfbf84a40f90d00690ac0d1eadf2f564acb230abc93f85bd04a26e2540a128008e88a30ae296fe15dec4b2ca496e266f71a56d5e859911
diff --git a/sci-electronics/kicad-templates/kicad-templates-6.0.3.ebuild b/sci-electronics/kicad-templates/kicad-templates-6.0.3.ebuild
new file mode 100644
index 000000000000..fcdb94bb2f13
--- /dev/null
+++ b/sci-electronics/kicad-templates/kicad-templates-6.0.3.ebuild
@@ -0,0 +1,28 @@
+# 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"
next reply other threads:[~2022-03-21 23:42 UTC|newest]
Thread overview: 83+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-21 23:42 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-07-06 14:16 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-templates/ Arthur Zamarin
2025-06-05 21:20 Sam James
2025-05-11 14:51 Sam James
2025-05-07 21:01 Jakov Smolić
2025-05-06 8:03 Sam James
2025-03-15 8:04 Sam James
2025-02-20 10:12 Sam James
2024-11-29 13:28 Andreas Sturmlechner
2024-11-29 13:28 Andreas Sturmlechner
2024-11-29 13:28 Andreas Sturmlechner
2024-11-29 13:28 Andreas Sturmlechner
2024-11-23 21:08 Sam James
2024-11-07 11:59 Sam James
2024-09-24 5:22 Yixun Lan
2024-08-23 9:30 Joonas Niilola
2024-08-22 11:40 Yixun Lan
2024-08-09 3:05 Yixun Lan
2024-08-09 3:05 Yixun Lan
2024-08-09 3:05 Yixun Lan
2024-08-09 3:05 Yixun Lan
2024-06-11 20:45 Sam James
2024-05-03 13:13 Andrew Ammerlaan
2024-03-18 7:35 Joonas Niilola
2024-03-17 23:12 Yixun Lan
2024-03-17 23:12 Yixun Lan
2024-03-17 23:12 Yixun Lan
2024-03-17 23:12 Yixun Lan
2024-02-28 11:03 Yixun Lan
2024-01-31 10:22 Yixun Lan
2023-11-28 16:38 Joonas Niilola
2023-11-28 16:38 Joonas Niilola
2023-11-10 9:16 Joonas Niilola
2023-10-28 14:22 Yixun Lan
2023-09-23 9:50 Sam James
2023-09-23 9:50 Sam James
2023-09-23 9:50 Sam James
2023-07-18 19:15 Sam James
2023-07-18 19:15 Sam James
2023-07-18 19:15 Sam James
2023-04-26 4:03 Sam James
2023-04-25 0:35 Sam James
2023-04-19 17:50 Matthew Smith
2023-04-19 17:50 Matthew Smith
2023-02-17 5:17 Sam James
2023-02-17 5:14 Sam James
2023-02-17 5:14 Sam James
2023-02-17 5:14 Sam James
2023-02-08 23:54 Marek Szuba
2023-01-27 7:46 Joonas Niilola
2022-11-06 8:53 Matthew Smith
2022-11-06 8:53 Matthew Smith
2022-11-06 5:43 Sam James
2022-11-05 9:10 Matthew Smith
2022-09-08 14:33 Agostino Sarubbo
2022-08-25 10:33 Matthew Smith
2022-06-21 20:44 Sam James
2022-06-10 7:51 Sam James
2022-03-25 11:03 Joonas Niilola
2022-01-21 19:11 Sam James
2021-12-27 1:08 Sam James
2021-12-04 11:31 Joonas Niilola
2021-12-04 11:31 Joonas Niilola
2021-11-29 2:01 Sam James
2021-11-29 1:58 Sam James
2021-11-23 17:15 Sam James
2021-11-23 17:15 Sam James
2021-11-17 10:54 Joonas Niilola
2021-06-04 23:22 Sam James
2021-01-18 10:14 David Seifert
2021-01-11 10:27 Alexey Shvetsov
2020-11-19 10:22 Joonas Niilola
2020-11-19 10:22 Joonas Niilola
2020-10-11 9:30 Joonas Niilola
2020-06-06 17:47 Alexey Shvetsov
2020-06-06 17:47 Alexey Shvetsov
2020-05-14 10:36 Alexey Shvetsov
2019-12-17 18:14 Joonas Niilola
2019-08-10 11:15 Joonas Niilola
2019-06-04 12:47 Virgil Dupras
2019-04-07 16:53 Alexey Shvetsov
2019-01-02 16:51 Amy Liffey
2018-09-07 3:03 Virgil Dupras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1647906095.e9e43ba3b09e4b0c7c535b562ff534f1d4ce0469.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox