public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/
Date: Fri, 30 May 2025 03:30:57 +0000 (UTC)	[thread overview]
Message-ID: <1748575827.d91402d125131baefc133316734d8bade69704e5.ceamac@gentoo> (raw)

commit:     d91402d125131baefc133316734d8bade69704e5
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri May 30 03:05:22 2025 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri May 30 03:30:27 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91402d1

net-im/mattermost-desktop-bin: drop 5.11.2

Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>

 net-im/mattermost-desktop-bin/Manifest             |  2 -
 .../mattermost-desktop-bin-5.11.2.ebuild           | 97 ----------------------
 2 files changed, 99 deletions(-)

diff --git a/net-im/mattermost-desktop-bin/Manifest b/net-im/mattermost-desktop-bin/Manifest
index 66af638c77d1..148d10141503 100644
--- a/net-im/mattermost-desktop-bin/Manifest
+++ b/net-im/mattermost-desktop-bin/Manifest
@@ -1,5 +1,3 @@
-DIST mattermost-desktop-5.11.2-linux-arm64.tar.gz 110816604 BLAKE2B 6d53bbcb93336dda84499be27251257eb67caea04a0c9ae32bae1995dc7ccfda4af258bedfedeeed28e6882ad54a7bdfb70ab62a4d42997e11527847a13f8904 SHA512 a52e552edd4770fa2807f405ef88ef02548b37e4ca188b3ae0a77c415d8197bd305447fdd1c38db58003a1e665e7980a4a4283753469639d41bac4a0f7cefbed
-DIST mattermost-desktop-5.11.2-linux-x64.tar.gz 106274354 BLAKE2B a885171c8b6313ed567a63fe73dd9bbb61d9be6b785d63a3aacdd610feab8a2fea4cd5ebf6decb1a2f1ca21b85d152053fd9ebefe3a32edf098c5ed636c337b6 SHA512 8ea7a4797664ad8a4846fe21a1da47b3688d7bbb701008df2b46db040c1134543ee9934ca0416c13a6d27921a68537db74506dae946805c0649948254dd57c08
 DIST mattermost-desktop-5.11.3-linux-arm64.tar.gz 110816702 BLAKE2B 2e69f95b3ebefbf89ab69a5632065df6ebdaaf66f78807e914b68ca062b7d16894c717e0daf28c1831ce94c2a8587b107b9cfe61df9bbbbabae695cb3edc785f SHA512 6c6861a67e146a4385fad76bdf181b2fb5d0289923f6df80b479ab18b956d1ff8cb3d8f816813f386483cffeec9dcd5ac263200f8cc982c38faa18afae85e6a0
 DIST mattermost-desktop-5.11.3-linux-x64.tar.gz 106274283 BLAKE2B 08ddbc17a99c0a6a6a803a6b0c14bb2a1422550fdabb79445dbf2703da263f8fcd5243b5301866dec439b52db6bee0823030179b20837885695a760d4be940fa SHA512 c23c81c6a987773e645b0afb63c6aa22632f2cc42e87f2bb4bcf10d9ef77a88f204c5a60dc3f688fde86e2a74e6dfcd421a130fa5019b0c893bd59f61b8f2c5a
 DIST mattermost-desktop-5.12.1-linux-arm64.tar.gz 110206341 BLAKE2B 98179857b164f9cc66155fe3c757c32076ce2729c6e7769bf6f808e433aa7db1e3c8bac49c71b6166db2689ba047c5a1c64de41796b0f242c1dadac3080360f1 SHA512 3da4bb02a3ef614c694c70af15bc37bcabac616d32a2c8de09925fb1c36335fac6d68b4dfed9a38ac466154f23307e367b116dce5adae35cd4e0e9f59689af7c

diff --git a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.11.2.ebuild b/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.11.2.ebuild
deleted file mode 100644
index f6d9d392b675..000000000000
--- a/net-im/mattermost-desktop-bin/mattermost-desktop-bin-5.11.2.ebuild
+++ /dev/null
@@ -1,97 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN="${PN%-*}"
-MY_PV="${PV/_rc/-rc.}"
-
-inherit desktop xdg
-
-DESCRIPTION="Mattermost Desktop application"
-HOMEPAGE="https://mattermost.com/"
-
-SRC_URI="
-	amd64? ( https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-x64.tar.gz )
-	arm64? ( https://releases.mattermost.com/desktop/${MY_PV}/mattermost-desktop-${MY_PV}-linux-arm64.tar.gz )
-"
-S="${WORKDIR}"
-
-LICENSE="Apache-2.0 GPL-2+ LGPL-2.1+ MIT"
-SLOT="0"
-# Starting with 5.2.0 upstream dropped x86 for their binary release #879519
-if [[ ${PV} != *rc* ]]; then
-	KEYWORDS="~amd64 ~arm64"
-fi
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2[X]
-	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-libs/glibc
-	virtual/libudev
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3[X]
-	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
-"
-
-QA_PREBUILT="
-	opt/mattermost-desktop/mattermost-desktop
-	opt/mattermost-desktop/libnode.so
-	opt/mattermost-desktop/libffmpeg.so
-	opt/mattermost-desktop/libGLESv2.so
-	opt/mattermost-desktop/libEGL.so
-	opt/mattermost-desktop/libvk_swiftshader.so
-	opt/mattermost-desktop/libvulkan.so.1
-	opt/mattermost-desktop/resources/*
-"
-
-DOCS=(
-	NOTICE.txt
-)
-
-src_install() {
-	if use amd64; then
-		cd mattermost-desktop-${MY_PV}-linux-x64 || die
-	elif use arm64; then
-		cd mattermost-desktop-${MY_PV}-linux-arm64 || die
-	fi
-	newicon app_icon.png ${MY_PN}.png
-
-	insinto "/opt/${MY_PN}/locales"
-	doins locales/*.pak
-
-	insinto "/opt/${MY_PN}/resources"
-	doins -r resources/*.asar*
-
-	insinto "/opt/${MY_PN}"
-	doins *.pak *.bin *.dat
-	exeinto "/opt/${MY_PN}"
-	doexe *.so *.so.* "${MY_PN}"
-
-	dosym -r "/opt/${MY_PN}/${MY_PN}" "/usr/bin/${MY_PN}"
-
-	make_desktop_entry \
-		"${MY_PN} --enable-features=WaylandWindowDecorations --ozone-platform-hint=auto %U" \
-		Mattermost "${MY_PN}" "Network;InstantMessaging;" \
-		"MimeType=x-scheme-handler/mattermost;\nStartupWMClass=Mattermost"
-
-	einstalldocs
-}


             reply	other threads:[~2025-05-30  3:31 UTC|newest]

Thread overview: 172+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-05-30  3:30 Viorel Munteanu [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-09-11  7:21 [gentoo-commits] repo/gentoo:master commit in: net-im/mattermost-desktop-bin/ Viorel Munteanu
2025-09-11  7:21 Viorel Munteanu
2025-09-11  7:21 Viorel Munteanu
2025-09-09  4:17 Viorel Munteanu
2025-09-07  6:58 Viorel Munteanu
2025-08-15 15:50 Viorel Munteanu
2025-08-15 15:50 Viorel Munteanu
2025-07-21 16:33 Viorel Munteanu
2025-05-30  3:30 Viorel Munteanu
2025-05-30  3:30 Viorel Munteanu
2025-05-23 15:56 Viorel Munteanu
2025-05-23  5:45 Viorel Munteanu
2025-05-23  5:45 Viorel Munteanu
2025-05-23  5:45 Viorel Munteanu
2025-05-15 17:48 Viorel Munteanu
2025-05-15 17:48 Viorel Munteanu
2025-05-01  8:13 Viorel Munteanu
2025-05-01  8:13 Viorel Munteanu
2025-04-24  6:10 Viorel Munteanu
2025-03-12  6:13 Viorel Munteanu
2025-03-12  6:13 Viorel Munteanu
2025-03-12  6:13 Viorel Munteanu
2025-03-07  5:43 Viorel Munteanu
2025-03-02 18:29 Viorel Munteanu
2025-03-02 18:29 Viorel Munteanu
2025-03-01 19:27 Viorel Munteanu
2025-03-01 19:27 Viorel Munteanu
2025-02-28  5:56 Viorel Munteanu
2025-02-26  5:55 Viorel Munteanu
2025-02-23  8:58 Viorel Munteanu
2025-02-13 17:38 Viorel Munteanu
2025-02-13 17:38 Viorel Munteanu
2025-02-10  8:34 Viorel Munteanu
2025-01-21 21:43 Viorel Munteanu
2024-12-17 18:40 Viorel Munteanu
2024-12-17 18:40 Viorel Munteanu
2024-12-17 18:40 Viorel Munteanu
2024-12-17 18:40 Viorel Munteanu
2024-12-13 11:44 Viorel Munteanu
2024-12-09 15:44 Viorel Munteanu
2024-11-21  6:03 Viorel Munteanu
2024-11-21  6:03 Viorel Munteanu
2024-11-15 19:20 Viorel Munteanu
2024-10-25 16:20 Viorel Munteanu
2024-10-24 17:34 Viorel Munteanu
2024-10-18 17:16 Viorel Munteanu
2024-08-16  5:29 Viorel Munteanu
2024-07-25  7:10 Viorel Munteanu
2024-07-25  7:10 Viorel Munteanu
2024-07-21  7:51 Viorel Munteanu
2024-07-21  7:51 Viorel Munteanu
2024-06-14  5:19 Viorel Munteanu
2024-06-14  5:19 Viorel Munteanu
2024-06-12 15:40 Viorel Munteanu
2024-06-10 15:52 Viorel Munteanu
2024-06-10 15:52 Viorel Munteanu
2024-05-16 14:36 Viorel Munteanu
2024-05-09  6:46 Viorel Munteanu
2024-05-09  6:46 Viorel Munteanu
2024-04-29 14:25 Viorel Munteanu
2024-04-29 14:25 Viorel Munteanu
2024-04-20  6:26 Viorel Munteanu
2024-04-20  6:26 Viorel Munteanu
2024-03-16  7:19 Viorel Munteanu
2024-03-16  7:19 Viorel Munteanu
2024-02-17  9:58 Viorel Munteanu
2023-12-15 15:55 Viorel Munteanu
2023-11-14 19:17 Viorel Munteanu
2023-11-09  7:42 Viorel Munteanu
2023-10-03 18:17 Viorel Munteanu
2023-10-03 18:17 Viorel Munteanu
2023-10-03 18:17 Viorel Munteanu
2023-09-29 16:35 Viorel Munteanu
2023-09-29 16:35 Viorel Munteanu
2023-09-29  5:27 Viorel Munteanu
2023-09-29  5:27 Viorel Munteanu
2023-09-18  9:26 Viorel Munteanu
2023-09-15 18:09 Viorel Munteanu
2023-09-15 18:09 Viorel Munteanu
2023-09-15 18:09 Viorel Munteanu
2023-09-07  4:38 Viorel Munteanu
2023-09-07  4:38 Viorel Munteanu
2023-06-19 14:15 Viorel Munteanu
2023-06-19 14:15 Viorel Munteanu
2023-06-09  5:13 Viorel Munteanu
2023-06-09  5:13 Viorel Munteanu
2023-05-26  7:31 Viorel Munteanu
2023-05-07  6:59 Viorel Munteanu
2023-04-04 17:47 Viorel Munteanu
2023-04-04 17:47 Viorel Munteanu
2023-04-04 17:47 Viorel Munteanu
2023-04-04  4:56 Viorel Munteanu
2023-04-04  4:56 Viorel Munteanu
2023-04-03 15:21 Viorel Munteanu
2023-03-29 15:51 Viorel Munteanu
2023-03-29 15:51 Viorel Munteanu
2023-03-15 17:29 Viorel Munteanu
2023-03-15 17:29 Viorel Munteanu
2023-03-10 17:36 Viorel Munteanu
2023-03-10 17:36 Viorel Munteanu
2023-03-09 12:26 Viorel Munteanu
2023-03-07  5:37 Viorel Munteanu
2023-03-07  5:37 Viorel Munteanu
2023-02-18  7:35 Viorel Munteanu
2023-02-18  7:35 Viorel Munteanu
2023-02-17  8:11 Viorel Munteanu
2022-12-09  8:21 Viorel Munteanu
2022-12-07 12:24 Sam James
2022-12-07  8:58 Viorel Munteanu
2022-12-07  8:58 Viorel Munteanu
2022-11-18  9:35 Viorel Munteanu
2022-11-07  5:03 Viorel Munteanu
2022-11-06  7:15 Viorel Munteanu
2022-11-06  7:15 Viorel Munteanu
2022-11-06  7:15 Viorel Munteanu
2022-11-06  7:15 Viorel Munteanu
2022-11-04  9:54 Viorel Munteanu
2022-11-02 16:17 Viorel Munteanu
2022-07-05  9:47 Joonas Niilola
2022-07-05  9:47 Joonas Niilola
2022-05-19  2:20 Sam James
2022-05-19  2:20 Sam James
2022-02-10 22:33 Ionen Wolkens
2022-02-10 22:33 Ionen Wolkens
2022-02-06 19:47 Ionen Wolkens
2022-02-06 19:47 Ionen Wolkens
2021-11-29  7:33 Joonas Niilola
2021-11-29  7:33 Joonas Niilola
2021-11-10  7:50 Joonas Niilola
2021-10-27 20:14 Matthew Thode
2021-10-13 15:55 Matthew Thode
2021-09-14 15:49 Matthew Thode
2021-08-14  5:59 Joonas Niilola
2021-08-14  5:59 Joonas Niilola
2021-08-14  5:59 Joonas Niilola
2021-08-14  5:59 Joonas Niilola
2021-07-08 12:45 Ionen Wolkens
2021-07-08 12:45 Ionen Wolkens
2021-06-24 15:09 Matthew Thode
2021-03-20  8:25 Joonas Niilola
2021-03-17 16:02 Joonas Niilola
2021-03-17 14:08 Joonas Niilola
2021-03-17 14:08 Joonas Niilola
2021-03-17 14:08 Joonas Niilola
2020-12-20  2:47 Matthew Thode
2020-08-16 21:33 Matthew Thode
2020-07-20 16:13 Matthew Thode
2020-06-19 15:30 Matthew Thode
2020-03-17 13:33 Matthew Thode
2020-02-19 21:15 Matthew Thode
2020-02-19 21:15 Matthew Thode
2019-11-06 20:27 Matthew Thode
2019-11-03 22:08 Matthew Thode
2019-11-03 20:21 Matthew Thode
2019-08-11 18:53 Matthew Thode
2019-08-11 18:53 Matthew Thode
2019-08-11  8:51 Patrice Clement
2019-08-11  8:13 Michał Górny
2018-07-25 17:29 Patrice Clement
2018-07-25 17:29 Patrice Clement
2018-07-25 17:29 Patrice Clement
2018-02-28 22:22 Michał Górny
2018-02-21  8:16 Patrice Clement
2018-02-20 20:26 Patrice Clement
2018-02-11 11:02 Michał Górny
2017-09-06 21:38 Patrice Clement
2017-09-02 17:30 Patrice Clement
2017-03-21 23:08 Patrice Clement
2017-02-13 16:14 Patrice Clement
2017-02-13 16:14 Patrice Clement
2017-02-13 16:14 Patrice Clement

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1748575827.d91402d125131baefc133316734d8bade69704e5.ceamac@gentoo \
    --to=ceamac@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox