public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/element-desktop-bin/
Date: Thu, 12 Dec 2024 05:40:22 +0000 (UTC)	[thread overview]
Message-ID: <1733981930.d791a96e4732d793c445d64bf457d5b1accfd467.sam@gentoo> (raw)

commit:     d791a96e4732d793c445d64bf457d5b1accfd467
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Thu Dec  5 06:06:40 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 05:38:50 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d791a96e

net-im/element-desktop-bin: drop 1.11.82

Signed-off-by: Joe Kappus <joe <AT> wt.gd>
Closes: https://github.com/gentoo/gentoo/pull/39599
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-im/element-desktop-bin/Manifest                |  1 -
 .../element-desktop-bin-1.11.82.ebuild             | 83 ----------------------
 2 files changed, 84 deletions(-)

diff --git a/net-im/element-desktop-bin/Manifest b/net-im/element-desktop-bin/Manifest
index 2326f3679583..c2b3807c3490 100644
--- a/net-im/element-desktop-bin/Manifest
+++ b/net-im/element-desktop-bin/Manifest
@@ -1,3 +1,2 @@
-DIST element-desktop_1.11.82_amd64.deb 99741936 BLAKE2B 32adef08ac5a970aa3e32cd743dfbeb5cf1a9b3031fe027d8a00a47665dd07c949bb7948dfa517bace856f8ef2984d1d5ccaae576d641ad1a285312273d9a81a SHA512 4bb007cfc25745f4c28ebf791f456e3864a78c89498df5e8fcfe0e8930bd3683e1f7a8791ff51e45bb906131d3cfec415e228ef533cd83446e3110e12d2700a8
 DIST element-desktop_1.11.86_amd64.deb 207032592 BLAKE2B 0549e91506d16adcdb11290b9014b38635a2ece257d8dfbcb7b983e1c4b47e7ef217bbaeedf8ff79e4a16fded29bf0d6d62869dbe358e10132ec6f005c7a7511 SHA512 a72ab302fffcf6c6d34ade6b7402d171dce933551e6ae58354c9aa4bd5755787ffe94116d3705e8d6d656f6a7dd4cd79a7ee2eebab02a2756fc94d77fea6595e
 DIST element-desktop_1.11.87_amd64.deb 102899074 BLAKE2B 0d496081921038faa7440fe1dd93c37fa064c10308e69e568d78978037307ba74c66d4e4163f8dcdd4e42b5173108126def4d69c57828d35f7eda57003fff92b SHA512 e48933c5b36eb36d6f1053cb58a7c0bd08e66635363f4179fd7d016b9d59d579fa3221075b06dcb3c5d7662d989be4b848b78e37b846e344976b045547fbec09

diff --git a/net-im/element-desktop-bin/element-desktop-bin-1.11.82.ebuild b/net-im/element-desktop-bin/element-desktop-bin-1.11.82.ebuild
deleted file mode 100644
index caa91e1123e0..000000000000
--- a/net-im/element-desktop-bin/element-desktop-bin-1.11.82.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature unpacker xdg
-
-MY_PN="${PN/-bin}"
-
-DESCRIPTION="A glossy Matrix collaboration client for desktop (binary package)"
-HOMEPAGE="https://element.io"
-SRC_URI="https://packages.element.io/debian/pool/main/e/element-desktop/${MY_PN}_${PV}_amd64.deb"
-S="${WORKDIR}"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="splitdebug"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0:2
-	app-crypt/libsecret
-	dev-db/sqlcipher
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nettle
-	dev-libs/nspr
-	dev-libs/nss
-	media-libs/alsa-lib
-	media-libs/mesa
-	net-print/cups
-	sys-apps/dbus
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	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"
-
-QA_PREBUILT="opt/Element/chrome-sandbox
-	opt/Element/chrome_crashpad_handler
-	opt/Element/element-desktop
-	opt/Element/libEGL.so
-	opt/Element/libGLESv2.so
-	opt/Element/libffmpeg.so
-	opt/Element/libvk_swiftshader.so
-	opt/Element/libvulkan.so.1
-	opt/Element/resources/app.asar.unpacked/node_modules/matrix-seshat/index.node
-	opt/Element/resources/app.asar.unpacked/node_modules/keytar/build/Release/keytar.node"
-
-src_prepare() {
-	default
-	rm opt/Element/{LICENSE.electron.txt,LICENSES.chromium.html} || die
-}
-
-src_install() {
-	mv usr/share/doc/${MY_PN} usr/share/doc/${PF} || die
-	gunzip usr/share/doc/${PF}/changelog.gz || die
-
-	insinto /
-	doins -r usr
-	doins -r opt
-	local f
-	for f in ${QA_PREBUILT}; do
-		fperms +x "/${f}"
-	done
-	fperms u+s /opt/Element/chrome-sandbox
-
-	dosym ../../opt/Element/${MY_PN} /usr/bin/${MY_PN}
-	dosym ${MY_PN} /usr/bin/riot-desktop
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-	optfeature "emojis" media-fonts/noto-emoji
-}


             reply	other threads:[~2024-12-12  5:40 UTC|newest]

Thread overview: 54+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-12  5:40 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08  0:27 [gentoo-commits] repo/gentoo:master commit in: net-im/element-desktop-bin/ Stefan Strogin
2024-12-19 23:54 Stefan Strogin
2024-12-19 23:54 Stefan Strogin
2024-12-12  5:40 Sam James
2024-11-21  6:13 Joonas Niilola
2024-11-21  6:13 Joonas Niilola
2024-10-24 23:33 Stefan Strogin
2024-08-29 23:59 Stefan Strogin
2024-07-10 23:59 Stefan Strogin
2024-01-17  5:31 Stefan Strogin
2023-12-16 11:01 Arthur Zamarin
2023-12-05  3:40 Stefan Strogin
2023-12-05  3:40 Stefan Strogin
2023-10-01  7:47 Sam James
2023-08-25 16:33 Stefan Strogin
2023-08-05  2:30 Stefan Strogin
2023-06-19 22:13 Stefan Strogin
2023-05-17  0:22 Stefan Strogin
2023-04-19 22:28 Stefan Strogin
2023-02-27  2:13 Stefan Strogin
2023-02-07 23:03 Stefan Strogin
2022-10-08 23:08 Stefan Strogin
2022-09-29  3:31 Stefan Strogin
2022-07-28 23:59 Stefan Strogin
2022-07-12 23:03 Stefan Strogin
2022-06-29  3:49 Stefan Strogin
2022-05-06 12:34 Stefan Strogin
2022-05-06 12:34 Stefan Strogin
2022-04-14 16:22 Joonas Niilola
2022-04-14 16:22 Joonas Niilola
2022-03-18  2:30 Stefan Strogin
2022-03-18  2:28 Stefan Strogin
2021-12-31 17:43 Stefan Strogin
2021-12-15 11:15 Stefan Strogin
2021-12-01  2:38 Stefan Strogin
2021-10-13 22:57 Stefan Strogin
2021-09-13 21:43 Stefan Strogin
2021-07-18 15:28 Stefan Strogin
2021-06-27  4:49 Stefan Strogin
2021-06-15  3:53 Stefan Strogin
2021-06-04  4:25 Stefan Strogin
2021-05-27  4:12 Stefan Strogin
2021-05-19 23:31 Stefan Strogin
2021-03-10 19:33 Stefan Strogin
2021-02-01 12:26 Stefan Strogin
2020-12-26 14:53 Stefan Strogin
2020-12-08 19:31 Stefan Strogin
2020-12-02 12:57 Stefan Strogin
2020-10-16 11:05 Stefan Strogin
2020-09-15 17:49 Stefan Strogin
2020-09-04  0:51 Stefan Strogin
2020-08-19 16:22 Stefan Strogin
2020-08-18 14:26 Stefan Strogin

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=1733981930.d791a96e4732d793c445d64bf457d5b1accfd467.sam@gentoo \
    --to=sam@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