diff --git a/dev-util/bruno-bin/Manifest b/dev-util/bruno-bin/Manifest index 5d9adc8060..3b8bff2bd7 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.0_amd64_linux.deb 100147450 BLAKE2B 15920e6f34b098e3fbcdbdab2d2d4a28825b22b027c768beca9eb4a65d7c518d33471718633060e6355c9943162e6375e59f2269ee0c57c2feb801144e20e50f SHA512 dae9515542bb7fa8db8ab4119add51525e97f5f59c4dd521a35c86adeba1f70ef9501753d95b56cd87ae67ffcfad63993fb1955f6a1d929eabe8de0ca1338fad DIST bruno_3.1.2_amd64_linux.deb 100148346 BLAKE2B 3b82aa2242cf22613db08b9324261b8981d4d4525c129abbfd6051a3d7c292fee526dc3f063606baf30ae42793c2bcc13af6c1b1a5916980c382ab916259dd8b SHA512 e97a5e72262af1f0810fefdfce79cd83f51e0106d3bd0319de6cc637c3e9ce94aaeb9f84626e95e8c75535b394f45bb4db54a9af486a67f04c187374cff60fd5 diff --git a/dev-util/bruno-bin/bruno-bin-3.1.0.ebuild b/dev-util/bruno-bin/bruno-bin-3.1.0.ebuild deleted file mode 100644 index e0976725fd..0000000000 --- a/dev-util/bruno-bin/bruno-bin-3.1.0.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 -}