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 1FC92158041 for ; Thu, 7 Mar 2024 08:42:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4009EE29C8; Thu, 7 Mar 2024 08:42:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 262ECE29C8 for ; Thu, 7 Mar 2024 08:42:09 +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 6073333BDF5 for ; Thu, 7 Mar 2024 08:42:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E50D810B0 for ; Thu, 7 Mar 2024 08:42:06 +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: <1709800768.4daa565b3a14467b897a7f6aeaedcd707ac718e9.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libbgcode/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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: 4daa565b3a14467b897a7f6aeaedcd707ac718e9 X-VCS-Branch: master Date: Thu, 7 Mar 2024 08:42:06 +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: 00c53491-c9f0-4a08-b69a-a6f773aa8735 X-Archives-Hash: 991024329c99833d6c71f5561dc18707 commit: 4daa565b3a14467b897a7f6aeaedcd707ac718e9 Author: Chris Mayo gmail com> AuthorDate: Tue Mar 5 19:23:15 2024 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Mar 7 08:39:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4daa565b media-gfx/libbgcode: drop 0.0.20240220 Signed-off-by: Chris Mayo gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35154 Signed-off-by: Miroslav Šulc gentoo.org> media-gfx/libbgcode/libbgcode-0.0.20240220.ebuild | 29 ----------------------- 1 file changed, 29 deletions(-) diff --git a/media-gfx/libbgcode/libbgcode-0.0.20240220.ebuild b/media-gfx/libbgcode/libbgcode-0.0.20240220.ebuild deleted file mode 100644 index fdb67e02c362..000000000000 --- a/media-gfx/libbgcode/libbgcode-0.0.20240220.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# 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 )" - -# catch is not needed only for tests: đ926168 -DEPEND=" - =dev-cpp/catch-2*:0 - >=dev-libs/boost-1.82 - >=dev-libs/heatshrink-0.4.1 - >=dev-python/pybind11-2.11 - >=sys-libs/zlib-1.0 -" -RDEPEND="${DEPEND}"