summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2024-10-06 09:30:17 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2024-10-06 09:30:17 +0200
commit43958929bc22f60d863fbf1092918c05ade70fb3 (patch)
treea1fdccaed7bceb4c2f4dd075d56a70ab17092a00 /media-gfx/libbgcode
parentx11-wm/marco: depend on min mate-desktop matching ${PV} (diff)
downloadgentoo-43958929bc22f60d863fbf1092918c05ade70fb3.tar.gz
gentoo-43958929bc22f60d863fbf1092918c05ade70fb3.tar.bz2
gentoo-43958929bc22f60d863fbf1092918c05ade70fb3.zip
media-gfx/libbgcode: dropped obsolete 0.0.20240730
Bug: https://bugs.gentoo.org/940749 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-gfx/libbgcode')
-rw-r--r--media-gfx/libbgcode/Manifest1
-rw-r--r--media-gfx/libbgcode/libbgcode-0.0.20240730.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/media-gfx/libbgcode/Manifest b/media-gfx/libbgcode/Manifest
index 4c6e9576d0ef..c1f33d94662d 100644
--- a/media-gfx/libbgcode/Manifest
+++ b/media-gfx/libbgcode/Manifest
@@ -1,2 +1 @@
-DIST libbgcode-0.0.20240730.tar.gz 456671 BLAKE2B a15e903e42090eff3945f446f7d805ceabad533a2edcc9e4c82d99bac7aa42e9f10470f5ee41ed449799d9bc318c9097439a6534607a00d0bfeb2e2dea252b79 SHA512 b448d9ace946d85a4decc4a2cc05e1a41c64ba49968db1f818ba5974120f458159d5b639d5501a98daf4544a483366cd0e299c052f21577bb5ad763f7220d7e3
DIST libbgcode-0.0.20240903.tar.gz 456751 BLAKE2B 93cd8eb83083581ba1ba735c6820dc0ead18d13ca0613387559d610f39c8011881bcc92ffec65fbcb40113b2b877050c15c7816d6db063698ce7ba5df7b35eda SHA512 86e9d85f0e52ebde853979e79639dc4424e26686fe55c45d78ca683cf32d8ec059976d43ffda9339a41892d30ebb267f8c360851889ad0a48ced874c27546f04
diff --git a/media-gfx/libbgcode/libbgcode-0.0.20240730.ebuild b/media-gfx/libbgcode/libbgcode-0.0.20240730.ebuild
deleted file mode 100644
index c53e99967c5c..000000000000
--- a/media-gfx/libbgcode/libbgcode-0.0.20240730.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=5347c3399ec933f590d1f96903a406647f287d8f
-
-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
-}