diff --git a/dev-python/imgui/Manifest b/dev-python/imgui/Manifest deleted file mode 100644 index 76592741d9..0000000000 --- a/dev-python/imgui/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST imgui-1.82.gh.tar.gz 1433525 BLAKE2B 2bdb34b020390ee36a23dc674dabbb946e048099f47492fe9ebc1f142e40ceb58a0b89e49b70d2db4e2929c50f127fd8a70519171cd9007f91db23ccdb24375d SHA512 210076c2b04c09e63a4924e1f874bfe240668f4d2656511c96dd5499efe04d795ad01d5af8e2aa2543849d3ca5ef1a6c6555a9232d4d92f95bf98c41e8505b58 -DIST imgui-2.0.0.gh.tar.gz 230722 BLAKE2B 298b169e0ee8cb3f4eadad151475f13226203c77eea2f517ca1209fd39cac6880c5ba247253b37fd676c14b6706151ee14b3e5d384dcac581a44c4ef537eda4f SHA512 30d81462829daab8d760bdae18e470a0bb781a05086c9e93d3c891e38df1a8451800d3118266f6938ee838c081b192697b8669eac8a404ed9497b923ac52fe34 diff --git a/dev-python/imgui/imgui-2.0.0.ebuild b/dev-python/imgui/imgui-2.0.0.ebuild deleted file mode 100644 index 92b087ab54..0000000000 --- a/dev-python/imgui/imgui-2.0.0.ebuild +++ /dev/null @@ -1,59 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_EXT=1 -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..11} ) - -inherit distutils-r1 - -IMGUI_VERSION="1.82" # The version of imgui that pyimgui is using - -DESCRIPTION="Cython-based Python bindings for dear imgui" -HOMEPAGE="https://github.com/pyimgui/pyimgui https://pypi.org/project/imgui" -SRC_URI=" - https://github.com/pyimgui/pyimgui/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz - https://github.com/ocornut/imgui/archive/v${IMGUI_VERSION}.tar.gz -> imgui-${IMGUI_VERSION}.gh.tar.gz -" -S="${WORKDIR}/pyimgui-${PV}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="allegro glfw glut opengl sdl vulkan doc" - -RDEPEND="media-libs/imgui[bindings,allegro?,glfw?,glut?,opengl?,sdl?,vulkan?]" -BDEPEND=" - - - - - gasc@eurecom.fr - Gasc Henri - - - imgui - pyimgui/pyimgui - https://pyimgui.readthedocs.io - - - Enable allegro backend and renderer - Enable glfw backend - Enable glut backen - Enable opengl renderer - Enable sdl backend - Enable vulkan renderer - - diff --git a/profiles/package.mask b/profiles/package.mask index 0c9c1d4c01..994027dfe2 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -18,14 +18,6 @@ # Duplicated, we already have media-video/ffmpeg-chromium www-plugins/yandex-browser-ffmpeg-codecs-bin -# Julien Roy (2024-03-10) -# (2024-03-09) # Dracut fails to boot with Clevis 20 # https://github.com/latchset/clevis/issues/456