commit:     c967b505092af749f6e7d749b49c7ef5abbf51b4
Author:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
AuthorDate: Mon Jan 26 06:35:46 2026 +0000
Commit:     dsaf <ghostyn678+git <AT> gmail <DOT> com>
CommitDate: Mon Jan 26 06:36:45 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c967b505

net-im/legcord-bin: drop 1.1.4, 1.1.5

Signed-off-by: dsaf <ghostyn678+git <AT> gmail.com>

 .../files/legcord-bin-1.1.6-desktop.patch          | 12 ---
 net-im/legcord-bin/files/legcord-bin-desktop.patch | 12 ---
 net-im/legcord-bin/legcord-bin-1.1.4.ebuild        | 99 ----------------------
 net-im/legcord-bin/legcord-bin-1.1.5.ebuild        | 99 ----------------------
 4 files changed, 222 deletions(-)

diff --git a/net-im/legcord-bin/files/legcord-bin-1.1.6-desktop.patch 
b/net-im/legcord-bin/files/legcord-bin-1.1.6-desktop.patch
deleted file mode 100644
index 02a0123eb2..0000000000
--- a/net-im/legcord-bin/files/legcord-bin-1.1.6-desktop.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/usr/share/applications/Legcord.desktop 
b/usr/share/applications/Legcord.desktop
-index fdecb63..c374b75 100644
---- a/usr/share/applications/Legcord.desktop
-+++ b/usr/share/applications/Legcord.desktop
-@@ -1,6 +1,6 @@
- [Desktop Entry]
- Name=Legcord
--Exec=/opt/Legcord/Legcord %U
-+Exec=/usr/bin/legcord-bin %U
- Terminal=false
- Type=Application
- Icon=Legcord

diff --git a/net-im/legcord-bin/files/legcord-bin-desktop.patch 
b/net-im/legcord-bin/files/legcord-bin-desktop.patch
deleted file mode 100644
index 974703c8fe..0000000000
--- a/net-im/legcord-bin/files/legcord-bin-desktop.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/usr/share/applications/legcord.desktop 
b/usr/share/applications/legcord.desktop
-index fdecb63..c374b75 100644
---- a/usr/share/applications/legcord.desktop
-+++ b/usr/share/applications/legcord.desktop
-@@ -1,6 +1,6 @@
- [Desktop Entry]
- Name=Legcord
--Exec=/opt/Legcord/legcord %U
-+Exec=/usr/bin/legcord-bin %U
- Terminal=false
- Type=Application
- Icon=legcord

diff --git a/net-im/legcord-bin/legcord-bin-1.1.4.ebuild 
b/net-im/legcord-bin/legcord-bin-1.1.4.ebuild
deleted file mode 100644
index 3f2f404304..0000000000
--- a/net-im/legcord-bin/legcord-bin-1.1.4.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker desktop xdg
-
-DESCRIPTION="Legcord is a custom client designed to enhance your Discord 
experience."
-HOMEPAGE="https://legcord.app/";
-SRC_URI="https://github.com/Legcord/Legcord/releases/download/v${PV}/Legcord-${PV}-linux-amd64.deb
 -> ${P}.deb"
-S="${WORKDIR}"
-
-LICENSE="MIT BSD OSL-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RESTRICT="bindist mirror test strip"
-
-RDEPEND="
-       app-accessibility/at-spi2-core:2
-       dev-libs/expat
-       dev-libs/glib:2
-       dev-libs/nspr
-       dev-libs/nss
-       media-libs/alsa-lib
-       media-libs/mesa
-       net-print/cups
-       sys-apps/dbus
-       x11-libs/cairo
-       x11-libs/gtk+:3
-       x11-libs/libdrm
-       x11-libs/libX11
-       x11-libs/libxcb
-       x11-libs/libXcomposite
-       x11-libs/libXdamage
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libxkbcommon
-       x11-libs/libXrandr
-       x11-libs/pango
-"
-QA_PREBUILT=".*"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-desktop.patch"
-)
-
-src_unpack() {
-       unpack_deb "${P}.deb"
-}
-
-src_prepare() {
-       default
-
-       mv "${WORKDIR}/opt/Legcord" "${WORKDIR}/opt/${PN}" || die
-       mv "${WORKDIR}/usr/share/applications/legcord.desktop" 
"${WORKDIR}/${PN}.desktop" || die
-       mv "${WORKDIR}"/usr/share/icons/hicolor/* "${WORKDIR}/" || die
-       rm -rf "${WORKDIR}/usr/share/doc" || die
-}
-
-src_install() {
-       DESTDIR="/opt/${PN}"
-
-       doicon -s 16 "16x16/apps/legcord.png"
-       doicon -s 32 "32x32/apps/legcord.png"
-       doicon -s 48 "48x48/apps/legcord.png"
-       doicon -s 64 "64x64/apps/legcord.png"
-       doicon -s 128 "128x128/apps/legcord.png"
-       doicon -s 256 "256x256/apps/legcord.png"
-       doicon -s 512 "512x512/apps/legcord.png"
-       doicon -s 1024 "1024x1024/apps/legcord.png"
-
-       domenu "${PN}.desktop"
-
-       exeinto "${DESTDIR}"
-       doexe "opt/${PN}/legcord" "opt/${PN}/chrome-sandbox" 
"opt/${PN}/libEGL.so" \
-       "opt/${PN}/libffmpeg.so" "opt/${PN}/libGLESv2.so" 
"opt/${PN}/libvk_swiftshader.so"
-
-       insinto "${DESTDIR}"
-       doins "opt/${PN}/chrome_100_percent.pak" 
"opt/${PN}/chrome_200_percent.pak" "opt/${PN}/icudtl.dat" \
-       "opt/${PN}/resources.pak" "opt/${PN}/snapshot_blob.bin" 
"opt/${PN}/v8_context_snapshot.bin"
-       insopts -m0766
-       doins -r "opt/${PN}/locales" "opt/${PN}/resources"
-
-       fperms -R 644 "${DESTDIR}/locales"
-       fperms -R 644 "${DESTDIR}/resources"
-
-       # Fix bug 930639
-       fperms -R a+r "${DESTDIR}"/resources/
-       fperms a+x "${DESTDIR}"/resources/
-
-       fowners root "${DESTDIR}/chrome-sandbox"
-       fperms 4711 "${DESTDIR}/chrome-sandbox"
-
-       doins "opt/${PN}/chrome_crashpad_handler"
-       fperms 755 "${DESTDIR}/chrome_crashpad_handler"
-
-       dosym -r /opt/${PN}/legcord /usr/bin/${PN}
-}

diff --git a/net-im/legcord-bin/legcord-bin-1.1.5.ebuild 
b/net-im/legcord-bin/legcord-bin-1.1.5.ebuild
deleted file mode 100644
index 3f2f404304..0000000000
--- a/net-im/legcord-bin/legcord-bin-1.1.5.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit unpacker desktop xdg
-
-DESCRIPTION="Legcord is a custom client designed to enhance your Discord 
experience."
-HOMEPAGE="https://legcord.app/";
-SRC_URI="https://github.com/Legcord/Legcord/releases/download/v${PV}/Legcord-${PV}-linux-amd64.deb
 -> ${P}.deb"
-S="${WORKDIR}"
-
-LICENSE="MIT BSD OSL-3.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-
-RESTRICT="bindist mirror test strip"
-
-RDEPEND="
-       app-accessibility/at-spi2-core:2
-       dev-libs/expat
-       dev-libs/glib:2
-       dev-libs/nspr
-       dev-libs/nss
-       media-libs/alsa-lib
-       media-libs/mesa
-       net-print/cups
-       sys-apps/dbus
-       x11-libs/cairo
-       x11-libs/gtk+:3
-       x11-libs/libdrm
-       x11-libs/libX11
-       x11-libs/libxcb
-       x11-libs/libXcomposite
-       x11-libs/libXdamage
-       x11-libs/libXext
-       x11-libs/libXfixes
-       x11-libs/libxkbcommon
-       x11-libs/libXrandr
-       x11-libs/pango
-"
-QA_PREBUILT=".*"
-
-PATCHES=(
-       "${FILESDIR}/${PN}-desktop.patch"
-)
-
-src_unpack() {
-       unpack_deb "${P}.deb"
-}
-
-src_prepare() {
-       default
-
-       mv "${WORKDIR}/opt/Legcord" "${WORKDIR}/opt/${PN}" || die
-       mv "${WORKDIR}/usr/share/applications/legcord.desktop" 
"${WORKDIR}/${PN}.desktop" || die
-       mv "${WORKDIR}"/usr/share/icons/hicolor/* "${WORKDIR}/" || die
-       rm -rf "${WORKDIR}/usr/share/doc" || die
-}
-
-src_install() {
-       DESTDIR="/opt/${PN}"
-
-       doicon -s 16 "16x16/apps/legcord.png"
-       doicon -s 32 "32x32/apps/legcord.png"
-       doicon -s 48 "48x48/apps/legcord.png"
-       doicon -s 64 "64x64/apps/legcord.png"
-       doicon -s 128 "128x128/apps/legcord.png"
-       doicon -s 256 "256x256/apps/legcord.png"
-       doicon -s 512 "512x512/apps/legcord.png"
-       doicon -s 1024 "1024x1024/apps/legcord.png"
-
-       domenu "${PN}.desktop"
-
-       exeinto "${DESTDIR}"
-       doexe "opt/${PN}/legcord" "opt/${PN}/chrome-sandbox" 
"opt/${PN}/libEGL.so" \
-       "opt/${PN}/libffmpeg.so" "opt/${PN}/libGLESv2.so" 
"opt/${PN}/libvk_swiftshader.so"
-
-       insinto "${DESTDIR}"
-       doins "opt/${PN}/chrome_100_percent.pak" 
"opt/${PN}/chrome_200_percent.pak" "opt/${PN}/icudtl.dat" \
-       "opt/${PN}/resources.pak" "opt/${PN}/snapshot_blob.bin" 
"opt/${PN}/v8_context_snapshot.bin"
-       insopts -m0766
-       doins -r "opt/${PN}/locales" "opt/${PN}/resources"
-
-       fperms -R 644 "${DESTDIR}/locales"
-       fperms -R 644 "${DESTDIR}/resources"
-
-       # Fix bug 930639
-       fperms -R a+r "${DESTDIR}"/resources/
-       fperms a+x "${DESTDIR}"/resources/
-
-       fowners root "${DESTDIR}/chrome-sandbox"
-       fperms 4711 "${DESTDIR}/chrome-sandbox"
-
-       doins "opt/${PN}/chrome_crashpad_handler"
-       fperms 755 "${DESTDIR}/chrome_crashpad_handler"
-
-       dosym -r /opt/${PN}/legcord /usr/bin/${PN}
-}

Reply via email to