From d67030aa6d86057fe91cb0cafdca7de1f5fbdc0c Mon Sep 17 00:00:00 2001 From: Manuel Strobel Date: Mon, 23 Feb 2026 21:10:21 +0100 Subject: [PATCH] dev-util/bruno-bin: drop 3.1.2 Signed-off-by: Manuel Strobel --- dev-util/bruno-bin/Manifest | 1 - dev-util/bruno-bin/bruno-bin-3.1.2.ebuild | 81 ----------------------- 2 files changed, 82 deletions(-) delete mode 100644 dev-util/bruno-bin/bruno-bin-3.1.2.ebuild diff --git a/dev-util/bruno-bin/Manifest b/dev-util/bruno-bin/Manifest index 3c74b0ac78..2b8706b837 100644 --- a/dev-util/bruno-bin/Manifest +++ b/dev-util/bruno-bin/Manifest @@ -1,4 +1,3 @@ DIST bruno_1.9.0_amd64_linux.deb 70437288 BLAKE2B 90b4d169e6f378cb9a12ebe40e05819d36bd84f970cb87debcd0e78b06442be6d2541f474467967df2fcf43294a7750d94527c84d0f6accf244c4399959a677a SHA512 a921c2c110f64b4fb30fa4ac2fe898bd3727f49a37c1e2c18c69e7579a007d9396e438c7788aeecfb17ef1f67e95431ed0f308ee010989d5ee79edae13d993c1 DIST bruno_3.0.2_amd64_linux.deb 100789544 BLAKE2B 7a78ee9e27aafe97cafbbdfa0a4973e508297869d66a36988480c609c27bebfc46b70ac392fd9683bb865e1298af2c5f07a23eef6fe730a0a4fd94a7e2aa3c57 SHA512 0a82b20ad5ba9a3149f175c1e281df3e24a0fb3297d6e5057917d295fdf0a1f42854348659457022f88b3c9e902e1349986b86d45aacd9d6ab320c48eb251477 -DIST bruno_3.1.2_amd64_linux.deb 100148346 BLAKE2B 3b82aa2242cf22613db08b9324261b8981d4d4525c129abbfd6051a3d7c292fee526dc3f063606baf30ae42793c2bcc13af6c1b1a5916980c382ab916259dd8b SHA512 e97a5e72262af1f0810fefdfce79cd83f51e0106d3bd0319de6cc637c3e9ce94aaeb9f84626e95e8c75535b394f45bb4db54a9af486a67f04c187374cff60fd5 DIST bruno_3.1.3_amd64_linux.deb 100197596 BLAKE2B a82106967dd326fb6b07af11324e79a112e29727874a0fe71e4242aad9b7b88402ecc009f6ae857c71a5f13ef7188d967d309d73155734ebdab38b04e561de82 SHA512 bc0b68a5cf6b02443c8bd46eec36890e03ae4bfe7d23a40a905db610adf2bee58d55088e0cb551671bc29a1e24ce109648745215abf0876220355dc82635916f diff --git a/dev-util/bruno-bin/bruno-bin-3.1.2.ebuild b/dev-util/bruno-bin/bruno-bin-3.1.2.ebuild deleted file mode 100644 index e0976725fd..0000000000 --- a/dev-util/bruno-bin/bruno-bin-3.1.2.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 2023-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MY_PN="${PN%-*}" - -inherit desktop unpacker xdg - -DESCRIPTION="Opensource IDE For Exploring and Testing Api's" -HOMEPAGE=" - https://www.usebruno.com/ - https://github.com/usebruno/bruno -" -SRC_URI="https://github.com/usebruno/${MY_PN}/releases/download/v${PV}/${MY_PN}_${PV}_amd64_linux.deb" - -S="${WORKDIR}" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND=" - app-accessibility/at-spi2-core:2 - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - dev-libs/wayland - media-libs/alsa-lib - media-libs/mesa - net-print/cups - sys-apps/dbus - sys-devel/gcc:= - x11-libs/cairo - x11-libs/gtk+:3 - x11-libs/libX11 - x11-libs/libXcomposite - x11-libs/libXdamage - x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXrandr - x11-libs/libdrm - x11-libs/libxcb:= - x11-libs/libxkbcommon - x11-libs/pango - x11-misc/xdg-utils -" - -QA_PREBUILT=" - opt/Bruno/bruno - opt/Bruno/chrome-sandbox - opt/Bruno/chrome_crashpad_handler - opt/Bruno/libEGL.so - opt/Bruno/libGLESv2.so - opt/Bruno/libffmpeg.so - opt/Bruno/libvk_swiftshader.so - opt/Bruno/libvulkan.so.1 -" - -src_prepare() { - default - rm opt/Bruno/LICENSE* || die -} - -src_install() { - for size in 16x16 32x32 48x48 128x128 256x256 512x512 1024x1024; do - doicon -s "${size}" usr/share/icons/hicolor/"${size}"/apps/bruno.png - done - dosym -r /usr/share/icons/hicolor/512x512/apps/bruno.png \ - /usr/share/pixmaps/bruno.png - - domenu usr/share/applications/bruno.desktop - - insinto /opt/Bruno - doins -r opt/Bruno/. - fperms +x /opt/Bruno/bruno - fperms +x /opt/Bruno/chrome-sandbox - fperms +x /opt/Bruno/chrome_crashpad_handler - dosym -r /opt/Bruno/bruno /usr/bin/bruno -}