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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E37A1158041 for ; Mon, 4 Mar 2024 11:13:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A031E29D5; Mon, 4 Mar 2024 11:13:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 24C0EE29D5 for ; Mon, 4 Mar 2024 11:13:21 +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 694DE340441 for ; Mon, 4 Mar 2024 11:13:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 026D1118C for ; Mon, 4 Mar 2024 11:13:19 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1709550796.9c623d090bfe174de205d2affd373eb0a7eb86db.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libbgcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/libbgcode/Manifest media-gfx/libbgcode/libbgcode-0.0.20240220.ebuild X-VCS-Directories: media-gfx/libbgcode/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9c623d090bfe174de205d2affd373eb0a7eb86db X-VCS-Branch: master Date: Mon, 4 Mar 2024 11:13:19 +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: 6356e4da-7ea0-4568-82fa-3574e3d461c0 X-Archives-Hash: e97e584f71178ac23918127ef61fd49f commit: 9c623d090bfe174de205d2affd373eb0a7eb86db Author: Miroslav Šulc gentoo org> AuthorDate: Mon Mar 4 11:13:06 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Mon Mar 4 11:13:16 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c623d09 media-gfx/libbgcode: bump to 0.0.20240220 Signed-off-by: Miroslav Šulc gentoo.org> media-gfx/libbgcode/Manifest | 1 + media-gfx/libbgcode/libbgcode-0.0.20240220.ebuild | 31 +++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/media-gfx/libbgcode/Manifest b/media-gfx/libbgcode/Manifest index edb43024b6f7..0dc3940492a1 100644 --- a/media-gfx/libbgcode/Manifest +++ b/media-gfx/libbgcode/Manifest @@ -1 +1,2 @@ DIST libbgcode-0.0.20231116.tar.gz 455134 BLAKE2B 63c37b7a8189ef5f14539d6e32cc442b91e65a8e0047c1d7cc2b6970a31b2aa02c212c7ed7dec4497392755d64550a28652b04746eaef279d4fb4a8ec58aac12 SHA512 605110a0e4ca16fd497dbe8b15f9794a75c19d5d5367320ddacaa621eb1a4370fcc5b8a799440d8b449774595c5bcbcd2d96fcb574707da475ef85764f9760d3 +DIST libbgcode-0.0.20240220.tar.gz 456416 BLAKE2B 966eadd2888dc733f3bffb919992774e138fe464702b072fd56b0c636cceca9636f1fe1606220ccccc2be44a66e2e999e3b81634c707a19a38b7416da7aa1407 SHA512 258466ebfe4c16fd8074be12434348866378220b64f2687667defa21b919b1e2d8c1dc4d11f829777eacdc785834acaebcb3cb46a903c53f3a2604e70c5bb75c diff --git a/media-gfx/libbgcode/libbgcode-0.0.20240220.ebuild b/media-gfx/libbgcode/libbgcode-0.0.20240220.ebuild new file mode 100644 index 000000000000..f84dbf92d3b0 --- /dev/null +++ b/media-gfx/libbgcode/libbgcode-0.0.20240220.ebuild @@ -0,0 +1,31 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +LIBBGCODE_COMMIT=33a1eebfb8e65f333c057c13734f3a838e31d433 + +DESCRIPTION="Prusa Block & Binary G-code reader / writer / converter" +HOMEPAGE="https://github.com/prusa3d/libbgcode" +SRC_URI="https://github.com/prusa3d/libbgcode/archive/${LIBBGCODE_COMMIT}.tar.gz -> ${P}.tar.gz" + +S="${WORKDIR}/${PN}-${LIBBGCODE_COMMIT}" +LICENSE="AGPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="test" +RESTRICT="!test? ( test )" + +CDEPEND=" + >=dev-libs/boost-1.82 + >=dev-libs/heatshrink-0.4.1 + >=dev-python/pybind11-2.11 + >=sys-libs/zlib-1.0 +" +DEPEND=" + ${CDEPEND} + test? ( =dev-cpp/catch-2*:0 ) +" +RDEPEND="${CDEPEND}"