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/proj/guru:master commit in: net-im/discord-canary-bin/
Date: Mon,  4 Dec 2023 07:11:54 +0000 (UTC)	[thread overview]
Message-ID: <1701671763.f2bc8dcf13a42c159f1eed7aca7eb5bb6dba7c2b.ceamac@gentoo> (raw)

commit:     f2bc8dcf13a42c159f1eed7aca7eb5bb6dba7c2b
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  4 06:36:03 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Dec  4 06:36:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2bc8dcf

net-im/discord-canary-bin: drop 0.0.203

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

 net-im/discord-canary-bin/Manifest                 |  1 -
 .../discord-canary-bin-0.0.203.ebuild              | 91 ----------------------
 2 files changed, 92 deletions(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index c8b422c793..82f699df1b 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1,2 +1 @@
-DIST discord-canary-0.0.203.deb 92533958 BLAKE2B 35a4a51aa9e88080fde90b5fb3ec58009b56c93e380649c5ec555940e9601a43f95bba13473b126df277a2600d24f939d3ead962dc2017e3cabb12ef34ce1c4b SHA512 02b8a56f3cba3b81f9ebd40e6cd66af3d9f7bd4950cf93c0cff31edbd4d364f9c5e12e409932f859d816850fe6dc246bf12b75244f884badf0c737765b735c89
 DIST discord-canary-0.0.205.deb 92533924 BLAKE2B dd46bdd8cdf5fbc645ba60cf27156d31323bb9d0c839dfc232b00cef2e3e34d1af0a4dbf54e6df0df68d849c325bc44f9e73e5eef34a136dad94cdb68dff1bd7 SHA512 94c15688500867044d9ca7d3036d01e1c7c1b72b3acfd7e12fbd3618e3394f99b757cea19c017924186d2e9604cc79e35981d633fabf69005122af2f9ef84893

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.203.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.203.ebuild
deleted file mode 100644
index 8024346a71..0000000000
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.203.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=${PN/-bin/}
-MY_BIN="D${MY_PN/d/}"
-MY_BIN="${MY_BIN/-canary/}Canary"
-
-inherit desktop linux-info pax-utils unpacker xdg
-
-DESCRIPTION="All-in-one voice and text chat"
-HOMEPAGE="https://discord.com/"
-SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
-S="${WORKDIR}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="bindist mirror strip test"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-libs/alsa-lib
-	media-libs/fontconfig:1.0
-	media-libs/freetype:2
-	media-libs/mesa
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	x11-libs/libxkbcommon
-	x11-libs/libxcb
-	x11-libs/libXcomposite
-	x11-libs/libXcursor
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXi
-	x11-libs/libXrandr
-	x11-libs/libXrender
-	x11-libs/libXtst
-	x11-libs/pango
-"
-
-QA_PREBUILT="
-	opt/discord-canary/${MY_BIN}
-	opt/discord-canary/chrome_crashpad_handler
-	opt/discord-canary/chrome-sandbox
-	opt/discord-canary/libffmpeg.so
-	opt/discord-canary/libvk_swiftshader.so
-	opt/discord-canary/libvulkan.so
-	opt/discord-canary/libvulkan.so.1
-	opt/discord-canary/libEGL.so
-	opt/discord-canary/libGLESv2.so
-	opt/discord-canary/libVkICD_mock_icd.so
-	opt/discord-canary/swiftshader/libEGL.so
-	opt/discord-canary/swiftshader/libGLESv2.so
-	opt/discord-canary/swiftshader/libvk_swiftshader.so
-"
-
-CONFIG_CHECK="~USER_NS"
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e "s:/usr/share/${MY_PN}/${MY_BIN}:/opt/${MY_PN}/${MY_BIN}:g" \
-		usr/share/${MY_PN}/${MY_PN}.desktop || die
-}
-
-src_install() {
-	newicon usr/share/${MY_PN}/${MY_PN//-canary/}.png ${MY_PN}.png
-	domenu usr/share/${MY_PN}/${MY_PN}.desktop
-
-	insinto /opt/${MY_PN}
-	doins -r usr/share/${MY_PN}/.
-	fperms +x /opt/${MY_PN}/${MY_BIN}
-	dosym ../../opt/${MY_PN}/${MY_BIN} usr/bin/${MY_PN}
-
-	pax-mark -m "${ED}"/opt/${MY_PN}/${MY_PN}
-}


WARNING: multiple messages have this Message-ID (diff)
From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
Date: Mon,  4 Dec 2023 06:37:10 +0000 (UTC)	[thread overview]
Message-ID: <1701671763.f2bc8dcf13a42c159f1eed7aca7eb5bb6dba7c2b.ceamac@gentoo> (raw)
Message-ID: <20231204063710.mEf-n5eXccnLFLOBMMmgcelUemqREQzCOJ6WAomwW6k@z> (raw)

commit:     f2bc8dcf13a42c159f1eed7aca7eb5bb6dba7c2b
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  4 06:36:03 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Dec  4 06:36:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f2bc8dcf

net-im/discord-canary-bin: drop 0.0.203

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

 net-im/discord-canary-bin/Manifest                 |  1 -
 .../discord-canary-bin-0.0.203.ebuild              | 91 ----------------------
 2 files changed, 92 deletions(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index c8b422c793..82f699df1b 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1,2 +1 @@
-DIST discord-canary-0.0.203.deb 92533958 BLAKE2B 35a4a51aa9e88080fde90b5fb3ec58009b56c93e380649c5ec555940e9601a43f95bba13473b126df277a2600d24f939d3ead962dc2017e3cabb12ef34ce1c4b SHA512 02b8a56f3cba3b81f9ebd40e6cd66af3d9f7bd4950cf93c0cff31edbd4d364f9c5e12e409932f859d816850fe6dc246bf12b75244f884badf0c737765b735c89
 DIST discord-canary-0.0.205.deb 92533924 BLAKE2B dd46bdd8cdf5fbc645ba60cf27156d31323bb9d0c839dfc232b00cef2e3e34d1af0a4dbf54e6df0df68d849c325bc44f9e73e5eef34a136dad94cdb68dff1bd7 SHA512 94c15688500867044d9ca7d3036d01e1c7c1b72b3acfd7e12fbd3618e3394f99b757cea19c017924186d2e9604cc79e35981d633fabf69005122af2f9ef84893

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.203.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.203.ebuild
deleted file mode 100644
index 8024346a71..0000000000
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.203.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PN=${PN/-bin/}
-MY_BIN="D${MY_PN/d/}"
-MY_BIN="${MY_BIN/-canary/}Canary"
-
-inherit desktop linux-info pax-utils unpacker xdg
-
-DESCRIPTION="All-in-one voice and text chat"
-HOMEPAGE="https://discord.com/"
-SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
-S="${WORKDIR}"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="bindist mirror strip test"
-
-RDEPEND="
-	>=app-accessibility/at-spi2-core-2.46.0
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	media-libs/alsa-lib
-	media-libs/fontconfig:1.0
-	media-libs/freetype:2
-	media-libs/mesa
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3
-	x11-libs/libdrm
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	x11-libs/libxkbcommon
-	x11-libs/libxcb
-	x11-libs/libXcomposite
-	x11-libs/libXcursor
-	x11-libs/libXdamage
-	x11-libs/libXext
-	x11-libs/libXfixes
-	x11-libs/libXi
-	x11-libs/libXrandr
-	x11-libs/libXrender
-	x11-libs/libXtst
-	x11-libs/pango
-"
-
-QA_PREBUILT="
-	opt/discord-canary/${MY_BIN}
-	opt/discord-canary/chrome_crashpad_handler
-	opt/discord-canary/chrome-sandbox
-	opt/discord-canary/libffmpeg.so
-	opt/discord-canary/libvk_swiftshader.so
-	opt/discord-canary/libvulkan.so
-	opt/discord-canary/libvulkan.so.1
-	opt/discord-canary/libEGL.so
-	opt/discord-canary/libGLESv2.so
-	opt/discord-canary/libVkICD_mock_icd.so
-	opt/discord-canary/swiftshader/libEGL.so
-	opt/discord-canary/swiftshader/libGLESv2.so
-	opt/discord-canary/swiftshader/libvk_swiftshader.so
-"
-
-CONFIG_CHECK="~USER_NS"
-
-src_prepare() {
-	default
-
-	sed -i \
-		-e "s:/usr/share/${MY_PN}/${MY_BIN}:/opt/${MY_PN}/${MY_BIN}:g" \
-		usr/share/${MY_PN}/${MY_PN}.desktop || die
-}
-
-src_install() {
-	newicon usr/share/${MY_PN}/${MY_PN//-canary/}.png ${MY_PN}.png
-	domenu usr/share/${MY_PN}/${MY_PN}.desktop
-
-	insinto /opt/${MY_PN}
-	doins -r usr/share/${MY_PN}/.
-	fperms +x /opt/${MY_PN}/${MY_BIN}
-	dosym ../../opt/${MY_PN}/${MY_BIN} usr/bin/${MY_PN}
-
-	pax-mark -m "${ED}"/opt/${MY_PN}/${MY_PN}
-}


             reply	other threads:[~2023-12-04  7:12 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-04  7:11 Viorel Munteanu [this message]
2023-12-04  6:37 ` [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/ Viorel Munteanu
  -- strict thread matches above, loose matches on Subject: below --
2024-03-15  7:10 [gentoo-commits] repo/proj/guru:master " Rui Huang
2024-01-25 10:49 David Roman
2024-01-19 10:31 Arthur Zamarin
2024-01-15 15:46 David Roman
2024-01-11 11:57 David Roman
2024-01-08  7:18 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2024-01-08  7:22 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-01-04 15:19 Viorel Munteanu
2023-12-21  6:32 Viorel Munteanu
2023-12-18  6:33 Viorel Munteanu
2023-12-15  6:02 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-15  6:03 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-14  7:25 Viorel Munteanu
2023-12-12  6:19 Viorel Munteanu
2023-12-11  6:50 Viorel Munteanu
2023-12-11  6:50 Viorel Munteanu
2023-12-04  6:37 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-04  7:11 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-02  1:29 Haelwenn Monnier
2023-08-18  6:21 Viorel Munteanu
2023-08-18  6:16 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-08-18  6:21 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-08-17  5:15 Viorel Munteanu
2023-08-17  5:09 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-08-17  5:15 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-08-10  8:14 Viorel Munteanu
2023-08-10  8:14 Viorel Munteanu
2023-07-12  8:47 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-12  8:47 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-07-12  8:47 [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-12  8:47 ` [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-05-27  6:10 Viorel Munteanu
2023-05-27  6:10 Viorel Munteanu
2023-03-12  9:14 Viorel Munteanu
2023-02-14 12:02 Florian Schmaus
2023-02-13 11:28 Andrew Ammerlaan
2023-01-14 18:43 Andrew Ammerlaan
2022-12-07 19:50 Ronny Gutbrod
2022-12-07 19:50 Ronny Gutbrod
2022-09-06  1:06 Ronny Gutbrod
2022-05-28 10:10 Andrew Ammerlaan
2022-03-07 21:21 Ronny Gutbrod
2022-01-12 15:20 Florian Schmaus
2021-09-23  6:45 Arthur Zamarin
2021-09-20  9:17 Andrew Ammerlaan
2021-08-27 16:10 Haelwenn Monnier
2021-06-30  7:14 Florian Schmaus
2021-06-29  6:59 Florian Schmaus
2021-06-04  7:59 Andrew Ammerlaan
2021-05-24  7:31 Andrew Ammerlaan
2021-05-22 12:16 Andrew Ammerlaan
2021-05-14 19:08 Andrew Ammerlaan
2021-05-14 17:17 Andrew Ammerlaan
2021-03-24  9:05 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-03-24  9:05 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-02-19 10:14 Michał Górny
2020-12-18 15:25 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-18 16:26 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-12 19:46 Andrew Ammerlaan
2020-08-09 21:00 Andrew Ammerlaan
2020-06-09 15:52 [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-06-09 16:37 ` [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-11  8:57 Andrew Ammerlaan
2020-05-11  8:57 Andrew Ammerlaan

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=1701671763.f2bc8dcf13a42c159f1eed7aca7eb5bb6dba7c2b.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