public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/kicad-packages3d/
Date: Thu, 05 Jun 2025 21:20:59 +0000 (UTC)	[thread overview]
Message-ID: <1749158394.12d90875bd6b1c9c2fe1a4a73e93600e916351c8.sam@gentoo> (raw)

commit:     12d90875bd6b1c9c2fe1a4a73e93600e916351c8
Author:     Vladislav Mikhailikov <vmikhailikov <AT> gmail <DOT> com>
AuthorDate: Wed Jun  4 21:56:20 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  5 21:19:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12d90875

sci-electronics/kicad-packages3d: add 9.0.2

Signed-off-by: Vladislav Mikhailikov <vmikhailikov <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42445
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-electronics/kicad-packages3d/Manifest          |  1 +
 .../kicad-packages3d/kicad-packages3d-9.0.2.ebuild | 31 ++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sci-electronics/kicad-packages3d/Manifest b/sci-electronics/kicad-packages3d/Manifest
index 24fcc4fedb38..c5d70b94f174 100644
--- a/sci-electronics/kicad-packages3d/Manifest
+++ b/sci-electronics/kicad-packages3d/Manifest
@@ -2,3 +2,4 @@ DIST kicad-packages3d-8.0.6.tar.bz2 790799458 BLAKE2B 3f314ca24a659ff5c52dc27501
 DIST kicad-packages3d-8.0.9.tar.bz2 702655290 BLAKE2B eb5ae4827534074d06ad1721b919fd464eb37fd093ade21bbea35f8a2df8f4ce36481b81d6422257b54669fd3fe9e4927d43a3fe0680fd5cfa8f6e1c85eabe8a SHA512 386f017a52e51a981450cf1fa7c28f66ceaffcb659facb4bd549f46976bdf05a942fdcbd05854bd17d7ce7fa151439074b794374a2c34b92ca6918e929eb0be7
 DIST kicad-packages3d-9.0.0.tar.bz2 700537868 BLAKE2B d1fa36084430631e2b7f45753c8b09a504707cc7133ebe5a6456c0519c86f7c2cf9ea5f8c2a7c7f1d7b2edbf743eeb619913d586f1c3884eac1693e0d3a355c3 SHA512 4eff235934c3f4814cb320da1aac2b2d3e995c35de4ab62e873e53b19619378d23e74c0d207c2365adc44b7aa56df123272211652f8c754ac4dcec89aff4319d
 DIST kicad-packages3d-9.0.1.tar.bz2 700900878 BLAKE2B 28da5afbfd2dbf457c04b4f31397fd239b3906450246b322c4c8eaddaade9bd4f37a902809c9e2784bd77df09238ca108f0beeb0f0655494df7b5c3b8a4e30fa SHA512 efd0a893d0cd4b53f135b64ad1e8cc7e40cd53332de9ab761f84ebb4b109de63072598da0883b2eaff6890deb09d00170eed1cb65d98a509d9670e6e2c407131
+DIST kicad-packages3d-9.0.2.tar.bz2 700504866 BLAKE2B 7f30266de12489726be161e5505a5a7d178d36e1936ebf5c92fae95050c61a378036216d7bc58f827bb43ef82b3b30b1a136ba44757dc3ae6d67a6a766321641 SHA512 90b84f99c6d8f0de456b37e460c63e10a3b72f4b9c1ae7cb14127ab7c6b9330dda22768a3a5726e420f1991120130c5b49d14670df9ef1362905689a03bb8581

diff --git a/sci-electronics/kicad-packages3d/kicad-packages3d-9.0.2.ebuild b/sci-electronics/kicad-packages3d/kicad-packages3d-9.0.2.ebuild
new file mode 100644
index 000000000000..b30cefaf49bd
--- /dev/null
+++ b/sci-electronics/kicad-packages3d/kicad-packages3d-9.0.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit check-reqs cmake
+
+DESCRIPTION="Electronic Schematic and PCB design tools 3D package libraries"
+HOMEPAGE="https://gitlab.com/kicad/libraries/kicad-packages3D"
+
+if [[ ${PV} == 9999 ]]; then
+	EGIT_REPO_URI="https://gitlab.com/kicad/libraries/kicad-packages3D.git"
+	inherit git-r3
+else
+	SRC_URI="https://gitlab.com/kicad/libraries/kicad-packages3D/-/archive/${PV}/kicad-packages3D-${PV}.tar.bz2 -> ${P}.tar.bz2"
+	S="${WORKDIR}/${PN/3d/3D}-${PV}"
+
+	KEYWORDS="~amd64 ~riscv"
+fi
+
+LICENSE="CC-BY-SA-4.0"
+SLOT="0"
+
+RDEPEND=">=sci-electronics/kicad-8.0.0"
+
+if [[ ${PV} == 9999 ]] ; then
+	# x11-misc-util/macros only required on live ebuilds
+	BDEPEND=">=x11-misc/util-macros-1.18"
+fi
+
+CHECKREQS_DISK_BUILD="11G"


             reply	other threads:[~2025-06-05 21:21 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-05 21:20 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-packages3d/ Arthur Zamarin
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-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-25  0:35 Sam James
2023-04-19 17:50 Matthew Smith
2023-04-19 17:50 Matthew Smith
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:52 Sam James
2022-06-10  7:51 Sam James
2022-03-25 11:03 Joonas Niilola
2022-03-21 23:42 Sam James
2022-02-07 21:56 Ionen Wolkens
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:27 Sam James
2021-11-23 17:16 Sam James
2021-11-23 17:15 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-02-22 18:57 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
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=1749158394.12d90875bd6b1c9c2fe1a4a73e93600e916351c8.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