From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8115815813A for ; Sun, 12 Jan 2025 22:48:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 615BCE0827; Sun, 12 Jan 2025 22:48:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2DF71E0827 for ; Sun, 12 Jan 2025 22:48:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 413B733BF39 for ; Sun, 12 Jan 2025 22:48:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68CA020A3 for ; Sun, 12 Jan 2025 22:48:04 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1736722018.215200a1418e2c79b86d016aad9f5005c4946dc2.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/librepcb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/librepcb/Manifest sci-electronics/librepcb/librepcb-1.1.0-r2.ebuild X-VCS-Directories: sci-electronics/librepcb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 215200a1418e2c79b86d016aad9f5005c4946dc2 X-VCS-Branch: master Date: Sun, 12 Jan 2025 22:48:04 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1c401e42-4965-4ede-97b2-10a522f2abeb X-Archives-Hash: c7f3638625f06d01a3f680a038ffb188 commit: 215200a1418e2c79b86d016aad9f5005c4946dc2 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 12 20:15:00 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 12 22:46:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=215200a1 sci-electronics/librepcb: drop 1.1.0-r2 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-electronics/librepcb/Manifest | 1 - sci-electronics/librepcb/librepcb-1.1.0-r2.ebuild | 64 ----------------------- 2 files changed, 65 deletions(-) diff --git a/sci-electronics/librepcb/Manifest b/sci-electronics/librepcb/Manifest index c2f79fb17d96..c0e37f05e957 100644 --- a/sci-electronics/librepcb/Manifest +++ b/sci-electronics/librepcb/Manifest @@ -1,2 +1 @@ -DIST librepcb-1.1.0-source.zip 15373750 BLAKE2B 6f8ba8d66b95373e4760aae617b423e71fcb89ceb39703ce4547a390e4ad0630866632d9bad01f93780fdb8c3452ec0424e753ef891402e440686c64eba56495 SHA512 2ca02095d89547e17813fcfeadedd48fb9345d177885c9d21a8d313d864c6f02243eb13a33341c474bc0671a66ef6b00b6329760aeb3439fdb10123f2db9d38b DIST librepcb-1.2.0-source.zip 15923398 BLAKE2B b7ec8dc5ff4b9531e4614defe8e95ec4bf3da796f5aece8d849aed6dfa3d352149fbdb928cf5b24510266977dd9648634ab89a7e675f29d990849bb314a252e8 SHA512 a7e7a0e4e433000db39501874240652d85fe3a2be08f442c72138b70ec3faa0e8117399a997f2083e31d54a5f9276c02fa5a101d3855fad8d1c5cd78f1d80a8f diff --git a/sci-electronics/librepcb/librepcb-1.1.0-r2.ebuild b/sci-electronics/librepcb/librepcb-1.1.0-r2.ebuild deleted file mode 100644 index 023d688196a6..000000000000 --- a/sci-electronics/librepcb/librepcb-1.1.0-r2.ebuild +++ /dev/null @@ -1,64 +0,0 @@ -# Copyright 2009-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake virtualx xdg - -DESCRIPTION="Free EDA software to develop printed circuit boards" -HOMEPAGE="https://librepcb.org/" -SRC_URI="https://download.librepcb.org/releases/${PV}/${P}-source.zip" -S="${WORKDIR}/${PN}-${PV/_/-}" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" -IUSE="opencascade" - -RDEPEND=" - dev-cpp/muParser:= - >=dev-libs/quazip-1.3-r2:=[qt6(+)] - dev-qt/qtbase:6[concurrent,gui,network,opengl,sql,sqlite,ssl,widgets] - dev-qt/qtdeclarative:6 - dev-qt/qtsvg:6 - media-libs/libglvnd[X] - sys-libs/zlib - virtual/glu - opencascade? ( sci-libs/opencascade:= )" - -DEPEND="${RDEPEND} - test? ( dev-cpp/gtest )" - -BDEPEND=" - app-arch/unzip - dev-qt/qttools:6[linguist]" - -src_configure() { - local mycmakeargs=( - -DQT_MAJOR_VERSION=6 - -DUNBUNDLE_GTEST=ON - -DUNBUNDLE_MUPARSER=ON - -DUNBUNDLE_QUAZIP=ON - -DUSE_OPENCASCADE=$(usex opencascade 1 0) - -DBUILD_TESTS=$(usex test ON OFF) - ) - cmake_src_configure -} - -src_test() { - cd "${BUILD_DIR}"/tests/unittests || die - # https://github.com/LibrePCB/LibrePCB/issues/516 - # virtx ./librepcb-unittests --gtest_filter=-SystemInfoTest.testGetUsername - virtx ./librepcb-unittests --gtest_filter=-SystemInfoTest.testGetUsername:CategoryTreeModelTest.testSort:BoardPlaneFragmentsBuilderTest.testFragments:BoardGerberExportTest.test -} - -pkg_postinst() { - xdg_pkg_postinst - - ewarn - ewarn "LibrePCB builds might not be exactly reproducible with e.g. -march={native,haswell,...}." - ewarn "This can cause minor issues, see for example:" - ewarn "https://github.com/LibrePCB/LibrePCB/issues/516" - ewarn "For a completely reproducible build use: -march=x86-64." - ewarn -}