summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2024-03-05 19:23:15 +0000
committerMiroslav Šulc <fordfrog@gentoo.org>2024-03-07 09:39:28 +0100
commit4daa565b3a14467b897a7f6aeaedcd707ac718e9 (patch)
tree49bcc5ba1666402c176dda1b5c8da2d6d0133dec /media-gfx
parentmedia-gfx/libbgcode: fix dependencies (diff)
downloadgentoo-4daa565b3a14467b897a7f6aeaedcd707ac718e9.tar.gz
gentoo-4daa565b3a14467b897a7f6aeaedcd707ac718e9.tar.bz2
gentoo-4daa565b3a14467b897a7f6aeaedcd707ac718e9.zip
media-gfx/libbgcode: drop 0.0.20240220
Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/35154 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r--media-gfx/libbgcode/libbgcode-0.0.20240220.ebuild29
1 files changed, 0 insertions, 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}"