diff options
Diffstat (limited to 'media-gfx/libbgcode/libbgcode-0.0.20240328.ebuild')
-rw-r--r-- | media-gfx/libbgcode/libbgcode-0.0.20240328.ebuild | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/media-gfx/libbgcode/libbgcode-0.0.20240328.ebuild b/media-gfx/libbgcode/libbgcode-0.0.20240328.ebuild deleted file mode 100644 index 93a7ed159461..000000000000 --- a/media-gfx/libbgcode/libbgcode-0.0.20240328.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -LIBBGCODE_COMMIT=8ae75bd0eea622f0e34cae311b3bd065b55eae9b - -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 )" - -RDEPEND=" - >=dev-libs/heatshrink-0.4.1 - >=sys-libs/zlib-1.0 -" -DEPEND="${RDEPEND} - dev-libs/boost - test? ( =dev-cpp/catch-2*:0 ) -" - -src_configure() { - local mycmakeargs=( - -DLibBGCode_BUILD_TESTS=$(usex test) - ) - cmake_src_configure -} |