public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2020-05-10 21:08 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2020-05-10 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     e5c0fdea2b86ed77369a89dd495d65f618b8b33a
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Sun May 10 21:08:37 2020 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Sun May 10 21:08:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5c0fdea

net-im/discord-canary-bin: Renamed and updated

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/Manifest                 |  1 +
 .../discord-canary-bin-0.0.103.ebuild              | 89 ++++++++++++++++++++++
 net-im/discord-canary-bin/metadata.xml             |  8 ++
 3 files changed, 98 insertions(+)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
new file mode 100644
index 0000000..c9fbd62
--- /dev/null
+++ b/net-im/discord-canary-bin/Manifest
@@ -0,0 +1 @@
+DIST discord-canary-0.0.103.tar.gz 68577002 BLAKE2B ec25101d595d42bfb2e4c867f535ee957241d46e11b407affda00b69c7fa57e5c9b644bee10866838531f5de1d90bc0d74ea2f1f0a7b6fd018e19117cd0be964 SHA512 d1f83e51fb15d7d414dc0a1fea67a5a4a66cf1afa6460a5f58cb1f807015b74de10327117475a8971f5ab7d79dd51e6bde25588e6a5264eebd9f505ba053127c

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild
new file mode 100644
index 0000000..ba5097f
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils xdg
+
+DESCRIPTION="All-in-one voice and text chat"
+
+HOMEPAGE="https://discordapp.com/"
+
+SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
+RESTRICT="mirror bindist"
+KEYWORDS="~amd64"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-libs/atk
+	sys-libs/libcxx
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	gnome-base/gconf:2
+	media-gfx/graphite2
+	media-libs/alsa-lib
+	media-libs/fontconfig:1.0
+	media-libs/libpng
+	media-libs/freetype:2
+	net-print/cups
+	sys-apps/dbus
+	net-libs/gnutls
+	sys-libs/libcxx
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	sys-libs/zlib
+	x11-libs/gtk+:3
+	x11-libs/libnotify
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	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
+
+	x11-libs/libXtst
+	media-libs/opus"
+
+S=${WORKDIR}/DiscordCanary
+
+QA_PREBUILT="
+	opt/discord-canary/DiscordCanary
+	opt/discord-canary/libEGL.so
+	opt/discord-canary/libGLESv2.so
+	opt/discord-canary/swiftshader/libEGL.so
+	opt/discord-canary/swiftshader/libGLESv2.so
+	opt/discord-canary/libVkICD_mock_icd.so
+	opt/discord-canary/libffmpeg.so
+"
+
+src_install() {
+	local destdir="/opt/${PN}"
+
+	insinto $destdir
+	doins -r locales resources
+	doins \
+		*.pak \
+		*.png \
+		*.dat \
+		*.bin \
+		*.so
+
+	exeinto $destdir
+	doexe DiscordCanary
+
+	dosym $destdir/DiscordCanary /usr/bin/discord-canary
+	make_desktop_entry discord Discord \
+		"/opt/discord-canary/discord.png" \
+		Network
+}

diff --git a/net-im/discord-canary-bin/metadata.xml b/net-im/discord-canary-bin/metadata.xml
new file mode 100644
index 0000000..7bb0ff7
--- /dev/null
+++ b/net-im/discord-canary-bin/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>y0rune@aol.com</email>
+		<name>Marcin Woźniak</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2020-05-11  8:57 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-05-11  8:43 ` Andrew Ammerlaan
  0 siblings, 0 replies; 70+ messages in thread
From: Andrew Ammerlaan @ 2020-05-11  8:43 UTC (permalink / raw
  To: gentoo-commits

commit:     bf0002566f1253c11c48fc655a6eebe0cde64c9e
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon May 11 08:43:06 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon May 11 08:43:06 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bf000256

net-im/discord-canary-bin: append -bin suffix

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../discord-canary-bin/discord-canary-bin-0.0.103.ebuild   | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild
index ba5097f..0473300 100644
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild
@@ -58,13 +58,13 @@ DEPEND="${RDEPEND}
 S=${WORKDIR}/DiscordCanary
 
 QA_PREBUILT="
-	opt/discord-canary/DiscordCanary
-	opt/discord-canary/libEGL.so
-	opt/discord-canary/libGLESv2.so
-	opt/discord-canary/swiftshader/libEGL.so
-	opt/discord-canary/swiftshader/libGLESv2.so
-	opt/discord-canary/libVkICD_mock_icd.so
-	opt/discord-canary/libffmpeg.so
+	opt/discord-canary-bin/DiscordCanary
+	opt/discord-canary-bin/libEGL.so
+	opt/discord-canary-bin/libGLESv2.so
+	opt/discord-canary-bin/swiftshader/libEGL.so
+	opt/discord-canary-bin/swiftshader/libGLESv2.so
+	opt/discord-canary-bin/libVkICD_mock_icd.so
+	opt/discord-canary-bin/libffmpeg.so
 "
 
 src_install() {


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2020-06-09 15:52 Andrew Ammerlaan
  0 siblings, 0 replies; 70+ messages in thread
From: Andrew Ammerlaan @ 2020-06-09 15:52 UTC (permalink / raw
  To: gentoo-commits

commit:     8a3421649fff33c1b26ec9550b0de25d1efa1b6d
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Jun  9 15:52:27 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Jun  9 15:52:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a342164

net-im/discord-canary-bin: version bump

Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-im/discord-canary-bin/Manifest                                | 2 +-
 ...anary-bin-0.0.103.ebuild => discord-canary-bin-0.0.104.ebuild} | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index c9fbd62..70adc74 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.103.tar.gz 68577002 BLAKE2B ec25101d595d42bfb2e4c867f535ee957241d46e11b407affda00b69c7fa57e5c9b644bee10866838531f5de1d90bc0d74ea2f1f0a7b6fd018e19117cd0be964 SHA512 d1f83e51fb15d7d414dc0a1fea67a5a4a66cf1afa6460a5f58cb1f807015b74de10327117475a8971f5ab7d79dd51e6bde25588e6a5264eebd9f505ba053127c
+DIST discord-canary-0.0.104.tar.gz 71309857 BLAKE2B 0c1ad9aa8cc56fc125610be58e2768edbd257d20b586b3e012e40d610d32a75252d0a9b7c8719cefe62d497d108b820bf94f7cb51bb976f1d9e43f4d9ac44e26 SHA512 b7e482379585f0d1461186ee8fbddfef213c12cc1367e35c56b7531b06ebfce82dbc23dc834724c8c569845e76fce62834bf1e2047b9a36aca86982132105693

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.104.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.104.ebuild
index 0473300..bcf0124 100644
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.103.ebuild
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.104.ebuild
@@ -6,15 +6,15 @@ EAPI=7
 inherit desktop eutils xdg
 
 DESCRIPTION="All-in-one voice and text chat"
-
 HOMEPAGE="https://discordapp.com/"
-
 SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
-RESTRICT="mirror bindist"
-KEYWORDS="~amd64"
 
 SLOT="0"
 LICENSE="all-rights-reserved"
+KEYWORDS="~amd64"
+
+RESTRICT="mirror bindist"
+
 RDEPEND=""
 DEPEND="${RDEPEND}
 	dev-libs/atk


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2020-08-09 16:17 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2020-08-09 16:17 UTC (permalink / raw
  To: gentoo-commits

commit:     3b5635236eb4b0fedb63b553be0bc8fa47fab644
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Sun Aug  9 16:16:13 2020 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Sun Aug  9 16:16:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3b563523

net-im/discord-canary-bin: Bump version to 0.0.106

Signed-off-by: Marcin Wozniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/Manifest                 |  1 +
 .../discord-canary-bin-0.0.106.ebuild              | 89 ++++++++++++++++++++++
 2 files changed, 90 insertions(+)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 70adc74..df30daf 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1,2 @@
 DIST discord-canary-0.0.104.tar.gz 71309857 BLAKE2B 0c1ad9aa8cc56fc125610be58e2768edbd257d20b586b3e012e40d610d32a75252d0a9b7c8719cefe62d497d108b820bf94f7cb51bb976f1d9e43f4d9ac44e26 SHA512 b7e482379585f0d1461186ee8fbddfef213c12cc1367e35c56b7531b06ebfce82dbc23dc834724c8c569845e76fce62834bf1e2047b9a36aca86982132105693
+DIST discord-canary-0.0.106.tar.gz 71370116 BLAKE2B fed3b569c47e6bb67995ccf80645cd282f142edad15ddda6750b02e90b608bfeb7a7fd3f1a20bbc71c16e11575af2c5614e9dc87ab82405baae5b25dea2e3bfc SHA512 d258b698ec68590b1a3171d25041de97fef208f7b24668adafcc7e4c0bf97c80b25aeb2e57ca5be3b29581cd04661a84ed5c0d3cd8309b6cf9758703aa5ed52d

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.106.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.106.ebuild
new file mode 100644
index 0000000..bcf0124
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.106.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit desktop eutils xdg
+
+DESCRIPTION="All-in-one voice and text chat"
+HOMEPAGE="https://discordapp.com/"
+SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
+
+SLOT="0"
+LICENSE="all-rights-reserved"
+KEYWORDS="~amd64"
+
+RESTRICT="mirror bindist"
+
+RDEPEND=""
+DEPEND="${RDEPEND}
+	dev-libs/atk
+	sys-libs/libcxx
+	dev-libs/expat
+	dev-libs/glib:2
+	dev-libs/nspr
+	dev-libs/nss
+	gnome-base/gconf:2
+	media-gfx/graphite2
+	media-libs/alsa-lib
+	media-libs/fontconfig:1.0
+	media-libs/libpng
+	media-libs/freetype:2
+	net-print/cups
+	sys-apps/dbus
+	net-libs/gnutls
+	sys-libs/libcxx
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	sys-libs/zlib
+	x11-libs/gtk+:3
+	x11-libs/libnotify
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	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
+
+	x11-libs/libXtst
+	media-libs/opus"
+
+S=${WORKDIR}/DiscordCanary
+
+QA_PREBUILT="
+	opt/discord-canary-bin/DiscordCanary
+	opt/discord-canary-bin/libEGL.so
+	opt/discord-canary-bin/libGLESv2.so
+	opt/discord-canary-bin/swiftshader/libEGL.so
+	opt/discord-canary-bin/swiftshader/libGLESv2.so
+	opt/discord-canary-bin/libVkICD_mock_icd.so
+	opt/discord-canary-bin/libffmpeg.so
+"
+
+src_install() {
+	local destdir="/opt/${PN}"
+
+	insinto $destdir
+	doins -r locales resources
+	doins \
+		*.pak \
+		*.png \
+		*.dat \
+		*.bin \
+		*.so
+
+	exeinto $destdir
+	doexe DiscordCanary
+
+	dosym $destdir/DiscordCanary /usr/bin/discord-canary
+	make_desktop_entry discord Discord \
+		"/opt/discord-canary/discord.png" \
+		Network
+}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2020-11-11 11:13 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2020-11-11 11:13 UTC (permalink / raw
  To: gentoo-commits

commit:     4c5b60681f7a251f77b85125106aae93558d642b
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Wed Nov 11 11:13:12 2020 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Wed Nov 11 11:13:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4c5b6068

net-im/discord-canary-bin: Bump version to 0.0.115

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 ...iscord-canary-bin-0.0.104.ebuild => discord-canary-bin-0.0.115.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.104.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.115.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.104.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.115.ebuild


^ permalink raw reply	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2020-11-11 11:17 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2020-11-11 11:17 UTC (permalink / raw
  To: gentoo-commits

commit:     7d5c7436e969002ba1a6233cdbbc71b4573a1448
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Wed Nov 11 11:13:12 2020 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Wed Nov 11 11:17:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d5c7436

net-im/discord-canary-bin: Bump version to 0.0.115

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/Manifest | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index df30daf7..229219ac 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1,2 +1,3 @@
 DIST discord-canary-0.0.104.tar.gz 71309857 BLAKE2B 0c1ad9aa8cc56fc125610be58e2768edbd257d20b586b3e012e40d610d32a75252d0a9b7c8719cefe62d497d108b820bf94f7cb51bb976f1d9e43f4d9ac44e26 SHA512 b7e482379585f0d1461186ee8fbddfef213c12cc1367e35c56b7531b06ebfce82dbc23dc834724c8c569845e76fce62834bf1e2047b9a36aca86982132105693
 DIST discord-canary-0.0.106.tar.gz 71370116 BLAKE2B fed3b569c47e6bb67995ccf80645cd282f142edad15ddda6750b02e90b608bfeb7a7fd3f1a20bbc71c16e11575af2c5614e9dc87ab82405baae5b25dea2e3bfc SHA512 d258b698ec68590b1a3171d25041de97fef208f7b24668adafcc7e4c0bf97c80b25aeb2e57ca5be3b29581cd04661a84ed5c0d3cd8309b6cf9758703aa5ed52d
+DIST discord-canary-0.0.115.tar.gz 72347345 BLAKE2B 183428fd0efe2dc4bc1307adb23965774981e5f95fc5b7dfdba3ab765449bc112dc7c755e1dcd2bd6da2a9ec68d4ab18786ffe041e6c6777cc00186317bb9bbc SHA512 a01f5c8e24342b0360ab3559c31bf5de557343f9db4d0b5267fcf5c3ffed1774d537ef9aba3699de95442fc5a5eab23a0ad455a16688e6695c427ddf944247b0


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2020-11-12 19:46 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-11-12 19:46 ` Andrew Ammerlaan
  0 siblings, 0 replies; 70+ messages in thread
From: Andrew Ammerlaan @ 2020-11-12 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     77474c5568bf9efbf177aa154d06a57f3f03203c
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Thu Nov 12 19:46:26 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Nov 12 19:46:26 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=77474c55

net-im/discord-canary-bin: fix manifest

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-im/discord-canary-bin/Manifest | 1 -
 1 file changed, 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 229219ac..a699855a 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1,3 +1,2 @@
-DIST discord-canary-0.0.104.tar.gz 71309857 BLAKE2B 0c1ad9aa8cc56fc125610be58e2768edbd257d20b586b3e012e40d610d32a75252d0a9b7c8719cefe62d497d108b820bf94f7cb51bb976f1d9e43f4d9ac44e26 SHA512 b7e482379585f0d1461186ee8fbddfef213c12cc1367e35c56b7531b06ebfce82dbc23dc834724c8c569845e76fce62834bf1e2047b9a36aca86982132105693
 DIST discord-canary-0.0.106.tar.gz 71370116 BLAKE2B fed3b569c47e6bb67995ccf80645cd282f142edad15ddda6750b02e90b608bfeb7a7fd3f1a20bbc71c16e11575af2c5614e9dc87ab82405baae5b25dea2e3bfc SHA512 d258b698ec68590b1a3171d25041de97fef208f7b24668adafcc7e4c0bf97c80b25aeb2e57ca5be3b29581cd04661a84ed5c0d3cd8309b6cf9758703aa5ed52d
 DIST discord-canary-0.0.115.tar.gz 72347345 BLAKE2B 183428fd0efe2dc4bc1307adb23965774981e5f95fc5b7dfdba3ab765449bc112dc7c755e1dcd2bd6da2a9ec68d4ab18786ffe041e6c6777cc00186317bb9bbc SHA512 a01f5c8e24342b0360ab3559c31bf5de557343f9db4d0b5267fcf5c3ffed1774d537ef9aba3699de95442fc5a5eab23a0ad455a16688e6695c427ddf944247b0


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2020-12-18 15:25 Andrew Ammerlaan
  0 siblings, 0 replies; 70+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     bbb4a160ddd8381af731475d3bae0779f27c15d0
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Fri Dec 18 14:37:10 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Fri Dec 18 14:37:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=bbb4a160

net-im/discord-canary-bin: version bump

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-im/discord-canary-bin/Manifest                 |  3 +-
 .../discord-canary-bin-0.0.115.ebuild              | 89 ----------------------
 ...06.ebuild => discord-canary-bin-0.0.116.ebuild} |  0
 3 files changed, 1 insertion(+), 91 deletions(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index a699855a..c722d912 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1,2 +1 @@
-DIST discord-canary-0.0.106.tar.gz 71370116 BLAKE2B fed3b569c47e6bb67995ccf80645cd282f142edad15ddda6750b02e90b608bfeb7a7fd3f1a20bbc71c16e11575af2c5614e9dc87ab82405baae5b25dea2e3bfc SHA512 d258b698ec68590b1a3171d25041de97fef208f7b24668adafcc7e4c0bf97c80b25aeb2e57ca5be3b29581cd04661a84ed5c0d3cd8309b6cf9758703aa5ed52d
-DIST discord-canary-0.0.115.tar.gz 72347345 BLAKE2B 183428fd0efe2dc4bc1307adb23965774981e5f95fc5b7dfdba3ab765449bc112dc7c755e1dcd2bd6da2a9ec68d4ab18786ffe041e6c6777cc00186317bb9bbc SHA512 a01f5c8e24342b0360ab3559c31bf5de557343f9db4d0b5267fcf5c3ffed1774d537ef9aba3699de95442fc5a5eab23a0ad455a16688e6695c427ddf944247b0
+DIST discord-canary-0.0.116.tar.gz 70916212 BLAKE2B 8e3fb7d0d88866ad01427c07d72c0b08aa87e7a92cb38d20d7b12cfbf35394c30c8771c7945560da7e2d854ae2d87e4b4d78d07324dcbf4656a022e0b940fbeb SHA512 189848f97b43bf6d972908f5692fdf148a43e65d233cca4cd51e47eccfe1510d0ce9ac15f093c87451b178ec9b57e91e0163da32a1a62a49ab61af76debe734f

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.115.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.115.ebuild
deleted file mode 100644
index bcf01244..00000000
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.115.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils xdg
-
-DESCRIPTION="All-in-one voice and text chat"
-HOMEPAGE="https://discordapp.com/"
-SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS="~amd64"
-
-RESTRICT="mirror bindist"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-libs/atk
-	sys-libs/libcxx
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	gnome-base/gconf:2
-	media-gfx/graphite2
-	media-libs/alsa-lib
-	media-libs/fontconfig:1.0
-	media-libs/libpng
-	media-libs/freetype:2
-	net-print/cups
-	sys-apps/dbus
-	net-libs/gnutls
-	sys-libs/libcxx
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	sys-libs/zlib
-	x11-libs/gtk+:3
-	x11-libs/libnotify
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	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
-
-	x11-libs/libXtst
-	media-libs/opus"
-
-S=${WORKDIR}/DiscordCanary
-
-QA_PREBUILT="
-	opt/discord-canary-bin/DiscordCanary
-	opt/discord-canary-bin/libEGL.so
-	opt/discord-canary-bin/libGLESv2.so
-	opt/discord-canary-bin/swiftshader/libEGL.so
-	opt/discord-canary-bin/swiftshader/libGLESv2.so
-	opt/discord-canary-bin/libVkICD_mock_icd.so
-	opt/discord-canary-bin/libffmpeg.so
-"
-
-src_install() {
-	local destdir="/opt/${PN}"
-
-	insinto $destdir
-	doins -r locales resources
-	doins \
-		*.pak \
-		*.png \
-		*.dat \
-		*.bin \
-		*.so
-
-	exeinto $destdir
-	doexe DiscordCanary
-
-	dosym $destdir/DiscordCanary /usr/bin/discord-canary
-	make_desktop_entry discord Discord \
-		"/opt/discord-canary/discord.png" \
-		Network
-}

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.106.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.116.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.106.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.116.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-02-18 10:44 Andrew Ammerlaan
  0 siblings, 0 replies; 70+ messages in thread
From: Andrew Ammerlaan @ 2021-02-18 10:44 UTC (permalink / raw
  To: gentoo-commits

commit:     c7086550fe5318f3abda92cf10777ecf6c064170
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Feb 17 18:59:49 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Thu Feb 18 10:44:26 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7086550

net-im/discord-canary-bin: version bump

Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.116.ebuild => discord-canary-bin-0.0.119.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index c722d912..52f5b193 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.116.tar.gz 70916212 BLAKE2B 8e3fb7d0d88866ad01427c07d72c0b08aa87e7a92cb38d20d7b12cfbf35394c30c8771c7945560da7e2d854ae2d87e4b4d78d07324dcbf4656a022e0b940fbeb SHA512 189848f97b43bf6d972908f5692fdf148a43e65d233cca4cd51e47eccfe1510d0ce9ac15f093c87451b178ec9b57e91e0163da32a1a62a49ab61af76debe734f
+DIST discord-canary-0.0.119.tar.gz 71822214 BLAKE2B 9c98f263f540bdb720597daa9ab7a77de4cdbeea45dfc47bb8bf14f8e7b4a69d2c366140efffeb6cfc951e9ee02f10e63007dfbc93eb58c3e8e45ff23ca261b7 SHA512 6f6d7175ecd6f2992caa8b29c28d1533fb15aa9b201fec9c5822500104f161c55cbbe3e698af8ab98a4bd152c96759f5d18583c5db472c777666a9c4eb72de83

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.116.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.119.ebuild
similarity index 97%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.116.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.119.ebuild
index bcf01244..618be3f5 100644
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.116.ebuild
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.119.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-03-24  9:05 Andrew Ammerlaan
  0 siblings, 0 replies; 70+ messages in thread
From: Andrew Ammerlaan @ 2021-03-24  9:05 UTC (permalink / raw
  To: gentoo-commits

commit:     ba3a93397818f16cbfac6ad5d10980f8b59ce0c6
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Wed Mar 24 09:03:11 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Wed Mar 24 09:04:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba3a9339

net-im/discord-canary-bin: sync with net-im/discord::gentoo

fixes the desktop file

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 net-im/discord-canary-bin/Manifest                 |  2 +-
 .../discord-canary-bin-0.0.119-r1.ebuild           | 89 ++++++++++++++++++++++
 .../discord-canary-bin-0.0.119.ebuild              | 89 ----------------------
 3 files changed, 90 insertions(+), 90 deletions(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 52f5b1938..d127675dd 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.119.tar.gz 71822214 BLAKE2B 9c98f263f540bdb720597daa9ab7a77de4cdbeea45dfc47bb8bf14f8e7b4a69d2c366140efffeb6cfc951e9ee02f10e63007dfbc93eb58c3e8e45ff23ca261b7 SHA512 6f6d7175ecd6f2992caa8b29c28d1533fb15aa9b201fec9c5822500104f161c55cbbe3e698af8ab98a4bd152c96759f5d18583c5db472c777666a9c4eb72de83
+DIST discord-canary-0.0.119.deb 71512470 BLAKE2B a5c89940427b7d4fe228e1929cbe5d1e9f4bf47818b7e4f70fbdd772359c0db81bbfaa7b7b228a975bf73119084674cd03a902d668f189b995e94c2d97c39c8c SHA512 d19fe621ee13aecb19eacb4bda87d4e2e4342399173d1c1a4e9f9864fb8670f05254a966dc7f2f968b4dc7031e30f696d45c21affc83e7de8d96ca501da4482e

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.119-r1.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.119-r1.ebuild
new file mode 100644
index 000000000..8f9b07348
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.119-r1.ebuild
@@ -0,0 +1,89 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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://discordapp.com/"
+SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror bindist"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	dev-libs/atk
+	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
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3
+	x11-libs/libX11
+	x11-libs/libXScrnSaver
+	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
+"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="
+	opt/discord-canary/${MY_BIN}
+	opt/discord-canary/chrome-sandbox
+	opt/discord-canary/libffmpeg.so
+	opt/discord-canary/libvk_swiftshader.so
+	opt/discord-canary/libvulkan.so
+	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}
+}

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.119.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.119.ebuild
deleted file mode 100644
index 618be3f52..000000000
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.119.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit desktop eutils xdg
-
-DESCRIPTION="All-in-one voice and text chat"
-HOMEPAGE="https://discordapp.com/"
-SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
-
-SLOT="0"
-LICENSE="all-rights-reserved"
-KEYWORDS="~amd64"
-
-RESTRICT="mirror bindist"
-
-RDEPEND=""
-DEPEND="${RDEPEND}
-	dev-libs/atk
-	sys-libs/libcxx
-	dev-libs/expat
-	dev-libs/glib:2
-	dev-libs/nspr
-	dev-libs/nss
-	gnome-base/gconf:2
-	media-gfx/graphite2
-	media-libs/alsa-lib
-	media-libs/fontconfig:1.0
-	media-libs/libpng
-	media-libs/freetype:2
-	net-print/cups
-	sys-apps/dbus
-	net-libs/gnutls
-	sys-libs/libcxx
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	sys-libs/zlib
-	x11-libs/gtk+:3
-	x11-libs/libnotify
-	x11-libs/libX11
-	x11-libs/libXScrnSaver
-	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
-
-	x11-libs/libXtst
-	media-libs/opus"
-
-S=${WORKDIR}/DiscordCanary
-
-QA_PREBUILT="
-	opt/discord-canary-bin/DiscordCanary
-	opt/discord-canary-bin/libEGL.so
-	opt/discord-canary-bin/libGLESv2.so
-	opt/discord-canary-bin/swiftshader/libEGL.so
-	opt/discord-canary-bin/swiftshader/libGLESv2.so
-	opt/discord-canary-bin/libVkICD_mock_icd.so
-	opt/discord-canary-bin/libffmpeg.so
-"
-
-src_install() {
-	local destdir="/opt/${PN}"
-
-	insinto $destdir
-	doins -r locales resources
-	doins \
-		*.pak \
-		*.png \
-		*.dat \
-		*.bin \
-		*.so
-
-	exeinto $destdir
-	doexe DiscordCanary
-
-	dosym $destdir/DiscordCanary /usr/bin/discord-canary
-	make_desktop_entry discord Discord \
-		"/opt/discord-canary/discord.png" \
-		Network
-}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-05-14  1:05 Octiabrina Terrien-Puig
  0 siblings, 0 replies; 70+ messages in thread
From: Octiabrina Terrien-Puig @ 2021-05-14  1:05 UTC (permalink / raw
  To: gentoo-commits

commit:     9db3a7719324c0a7019625b6948ac1bdb8b8161f
Author:     Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
AuthorDate: Fri May 14 01:04:35 2021 +0000
Commit:     Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
CommitDate: Fri May 14 01:05:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9db3a771

net-im/discord-canary-bin: version bump to 0.0.120

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna.net>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...d-canary-bin-0.0.119-r1.ebuild => discord-canary-bin-0.0.120.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index d127675dd..14a2ec46e 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.119.deb 71512470 BLAKE2B a5c89940427b7d4fe228e1929cbe5d1e9f4bf47818b7e4f70fbdd772359c0db81bbfaa7b7b228a975bf73119084674cd03a902d668f189b995e94c2d97c39c8c SHA512 d19fe621ee13aecb19eacb4bda87d4e2e4342399173d1c1a4e9f9864fb8670f05254a966dc7f2f968b4dc7031e30f696d45c21affc83e7de8d96ca501da4482e
+DIST discord-canary-0.0.120.deb 71530356 BLAKE2B 8cb269b491bf5559d41692eef63e3f38624c3dbedd393acff0dcd54a4501508f208e46bcea98e04c76c6df86327b593c8991fe39bedeeda588b6cfabadea2a7b SHA512 fbc0932000401bb43341d6e446be287029c0883f9ab028efa65a73d4f8066d477a680b3758e7dfeaa5a08cae37ae882db5c4e352ed587612ef56dc405d928de1

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.119-r1.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.120.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.119-r1.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.120.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-05-14 17:43 Octiabrina Terrien-Puig
  0 siblings, 0 replies; 70+ messages in thread
From: Octiabrina Terrien-Puig @ 2021-05-14 17:43 UTC (permalink / raw
  To: gentoo-commits

commit:     e5c9ba756dc79e175f9a8d1697c40302a318a01a
Author:     Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
AuthorDate: Fri May 14 17:42:20 2021 +0000
Commit:     Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
CommitDate: Fri May 14 17:43:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5c9ba75

net-im/discord-canary-bin: version bump to 0.0.121

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna.net>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.120.ebuild => discord-canary-bin-0.0.121.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 14a2ec46e..763c904f7 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.120.deb 71530356 BLAKE2B 8cb269b491bf5559d41692eef63e3f38624c3dbedd393acff0dcd54a4501508f208e46bcea98e04c76c6df86327b593c8991fe39bedeeda588b6cfabadea2a7b SHA512 fbc0932000401bb43341d6e446be287029c0883f9ab028efa65a73d4f8066d477a680b3758e7dfeaa5a08cae37ae882db5c4e352ed587612ef56dc405d928de1
+DIST discord-canary-0.0.121.deb 71531068 BLAKE2B e76b1264815baea297fb6bab645580bc7b7e2612df0d46fd28b8545034c98845d2f89b8fb190f205e37dfee380fbc35c812c35bffc4289df918910bf71d78e2f SHA512 884aa0305c532f0bd0bfee08c76abaf203ff3f09fb83d4e47c18ac4d395591b5d865384da68640d5350815d382b7a0e635f72cbc5ed58979df25dff15f66929b

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.120.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.121.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.120.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.121.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-05-22 12:01 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2021-05-22 12:01 UTC (permalink / raw
  To: gentoo-commits

commit:     6ab32da97792c49500b818cbb2b34cf275185cd4
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Sat May 22 12:00:49 2021 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Sat May 22 12:00:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ab32da9

net-im/discord-canary-bin: Remove version 0.0.121 and updated to 0.0.122

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.121.ebuild => discord-canary-bin-0.0.122.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 763c904f7..664563618 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.121.deb 71531068 BLAKE2B e76b1264815baea297fb6bab645580bc7b7e2612df0d46fd28b8545034c98845d2f89b8fb190f205e37dfee380fbc35c812c35bffc4289df918910bf71d78e2f SHA512 884aa0305c532f0bd0bfee08c76abaf203ff3f09fb83d4e47c18ac4d395591b5d865384da68640d5350815d382b7a0e635f72cbc5ed58979df25dff15f66929b
+DIST discord-canary-0.0.122.deb 71647956 BLAKE2B ec92479f6f9ff27c2e644bcad55ef007b39b91bc24c4ce3c76515cdc93480053349418be70ccbe39afa68e8b7bbf81b422cf633497d47ac73177aacab1934162 SHA512 900ee7eb42469864aaa6dfcb2b66b133149828161b45c89575013c2062de23cc0a6de7430711e0f9b12988d4923050147f7f691061b4d4441fe807ca01a75eb0

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.121.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.122.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.121.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.122.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-05-22 19:53 Octiabrina Terrien-Puig
  0 siblings, 0 replies; 70+ messages in thread
From: Octiabrina Terrien-Puig @ 2021-05-22 19:53 UTC (permalink / raw
  To: gentoo-commits

commit:     8ec3ff8ebe24ced26e34a20216a94243efdc4884
Author:     Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
AuthorDate: Sat May 22 19:51:48 2021 +0000
Commit:     Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
CommitDate: Sat May 22 19:51:48 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ec3ff8e

net-im/discord-canary-bin: bump to 0.0.123

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna.net>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.122.ebuild => discord-canary-bin-0.0.123.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 664563618..3b96ad600 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.122.deb 71647956 BLAKE2B ec92479f6f9ff27c2e644bcad55ef007b39b91bc24c4ce3c76515cdc93480053349418be70ccbe39afa68e8b7bbf81b422cf633497d47ac73177aacab1934162 SHA512 900ee7eb42469864aaa6dfcb2b66b133149828161b45c89575013c2062de23cc0a6de7430711e0f9b12988d4923050147f7f691061b4d4441fe807ca01a75eb0
+DIST discord-canary-0.0.123.deb 71647958 BLAKE2B 5012ed9f07d4badcc88b89b4542b338280f7bbba0193433a0fd62dae0b80a3bf5d22e323956756f460fdb7025d333249bd2c65ed07826e4952d4685ac78bb9f5 SHA512 0f51a6bff43635af84183ecdbfc6503e89c117dbacdbe94d047d6b9b245a330adb2a23ac47a3be1f4e0f115e1aa98269876fbf21be4f7773a0f83f8f5818bc86

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.122.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.123.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.122.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.123.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-06-03 17:12 Adel KARA SLIMANE
  0 siblings, 0 replies; 70+ messages in thread
From: Adel KARA SLIMANE @ 2021-06-03 17:12 UTC (permalink / raw
  To: gentoo-commits

commit:     9d6ca12c9f7c0285df7bedf89d0f0b8084900661
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Thu Jun  3 17:10:07 2021 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Thu Jun  3 17:11:51 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9d6ca12c

net-im/discord-canary-bin: version bump to 0.0.124

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.123.ebuild => discord-canary-bin-0.0.124.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 3b96ad600..a6cd7f9ea 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.123.deb 71647958 BLAKE2B 5012ed9f07d4badcc88b89b4542b338280f7bbba0193433a0fd62dae0b80a3bf5d22e323956756f460fdb7025d333249bd2c65ed07826e4952d4685ac78bb9f5 SHA512 0f51a6bff43635af84183ecdbfc6503e89c117dbacdbe94d047d6b9b245a330adb2a23ac47a3be1f4e0f115e1aa98269876fbf21be4f7773a0f83f8f5818bc86
+DIST discord-canary-0.0.124.deb 77139086 BLAKE2B 64666d18b4e50d06df9ff467b3d5c200e9e95f6dad4318deb6dc9db57f535853835214915b90a88d87c6eadd379c6b96c5013a0cce0ce851370e480bd46b5ae4 SHA512 fd6b665ba3a80413bb14d4f06f451b85e125b3485ebc11c28275e3b179d0c1be14894bac0a2b824ec7da2e2252e655a13d196891587bbe4d346b9843ccdb313f

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.123.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.124.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.123.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.124.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-06-15 20:54 Octiabrina Terrien-Puig
  0 siblings, 0 replies; 70+ messages in thread
From: Octiabrina Terrien-Puig @ 2021-06-15 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     7017934b5c526503771fe0440b3d44864319eec0
Author:     Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
AuthorDate: Tue Jun 15 20:54:04 2021 +0000
Commit:     Octiabrina Terrien-Puig <octiabrina <AT> myrvogna <DOT> net>
CommitDate: Tue Jun 15 20:54:43 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7017934b

net-im/discord-canary-bin: bump to 0.0.125

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Octiabrina Terrien-Puig <octiabrina <AT> myrvogna.net>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.124.ebuild => discord-canary-bin-0.0.125.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index a6cd7f9ea..65c5402b0 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.124.deb 77139086 BLAKE2B 64666d18b4e50d06df9ff467b3d5c200e9e95f6dad4318deb6dc9db57f535853835214915b90a88d87c6eadd379c6b96c5013a0cce0ce851370e480bd46b5ae4 SHA512 fd6b665ba3a80413bb14d4f06f451b85e125b3485ebc11c28275e3b179d0c1be14894bac0a2b824ec7da2e2252e655a13d196891587bbe4d346b9843ccdb313f
+DIST discord-canary-0.0.125.deb 77147312 BLAKE2B 9a6abe072bf05f40c009e56a79c45a0d4351aaa6df62d9124607343c720b3e38b9cfb1d8f3c3dff7c8fddfe63759a77245c8875c691249b55fd7cbbd7872d539 SHA512 eb52efbc491c29016bb640c679ad275f7378a46f9380110e272ffe0df7b62aea2e591f1c99d7a4e658f81e2e274a3189129b5b4845a52028773d6d1cfb2ea9f2

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.124.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.125.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.124.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.125.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-06-29  2:55 Abtin Matthew Bakhtiari
  0 siblings, 0 replies; 70+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-06-29  2:55 UTC (permalink / raw
  To: gentoo-commits

commit:     0cb71e2616fca2bdd2a403be229c9ea6c5336318
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Tue Jun 29 02:54:38 2021 +0000
Commit:     Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Tue Jun 29 02:54:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0cb71e26

net-im/discord-canary-bin: bump to 0.0.126

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew <dev <AT> mtbk.me>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.125.ebuild => discord-canary-bin-0.0.126.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 65c5402b0..a76dad844 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.125.deb 77147312 BLAKE2B 9a6abe072bf05f40c009e56a79c45a0d4351aaa6df62d9124607343c720b3e38b9cfb1d8f3c3dff7c8fddfe63759a77245c8875c691249b55fd7cbbd7872d539 SHA512 eb52efbc491c29016bb640c679ad275f7378a46f9380110e272ffe0df7b62aea2e591f1c99d7a4e658f81e2e274a3189129b5b4845a52028773d6d1cfb2ea9f2
+DIST discord-canary-0.0.126.deb 77148344 BLAKE2B 61042a104b421c0ae5df9a3e31d3d0e9c16acd1d5c888a5a4df56b8a2afc5434d02fd042724d7c1bec3a6d4d3fc3c7bd2006b9f90bdaf3c0e0801edd2d2a70ad SHA512 7dc18417e197f8def41fda6a1a6eed39aed4896fca139c2a069a35d5671cb1e7ed7eeb5d52a44e5d56880526cedee2dcf0411427891913e6c7283fa69a9352f1

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.125.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.126.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.125.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.126.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-06-29 20:48 Abtin Matthew Bakhtiari
  0 siblings, 0 replies; 70+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-06-29 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     cd86990ef5e46f84932def3970355c7a3603025c
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Tue Jun 29 20:48:46 2021 +0000
Commit:     Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Tue Jun 29 20:48:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd86990e

net-im/discord-canary-bin: Fix 799254

Closes: https://bugs.gentoo.org/799254
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew <dev <AT> mtbk.me>

 ...rd-canary-bin-0.0.126.ebuild => discord-canary-bin-0.0.126-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.126.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.126-r1.ebuild
similarity index 98%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.126.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.126-r1.ebuild
index 8f9b07348..4b95f02be 100644
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.126.ebuild
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.126-r1.ebuild
@@ -37,6 +37,7 @@ RDEPEND="
 	x11-libs/gtk+:3
 	x11-libs/libX11
 	x11-libs/libXScrnSaver
+	x11-libs/libxkbcommon
 	x11-libs/libxcb
 	x11-libs/libXcomposite
 	x11-libs/libXcursor


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-08-27 10:30 Abtin Matthew Bakhtiari
  0 siblings, 0 replies; 70+ messages in thread
From: Abtin Matthew Bakhtiari @ 2021-08-27 10:30 UTC (permalink / raw
  To: gentoo-commits

commit:     802ce65c7a6c9bb026158c870cd2cb46ad166787
Author:     Matthew Bakhtiari <dev <AT> mtbk <DOT> me>
AuthorDate: Fri Aug 27 10:30:21 2021 +0000
Commit:     Abtin Matthew Bakhtiari <matthewabtin <AT> protonmail <DOT> com>
CommitDate: Fri Aug 27 10:30:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=802ce65c

net-im/discord-canary-bin: bump to 0.0.127

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Matthew <dev <AT> mtbk.me>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...d-canary-bin-0.0.126-r1.ebuild => discord-canary-bin-0.0.127.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index a76dad844..5b086fc16 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.126.deb 77148344 BLAKE2B 61042a104b421c0ae5df9a3e31d3d0e9c16acd1d5c888a5a4df56b8a2afc5434d02fd042724d7c1bec3a6d4d3fc3c7bd2006b9f90bdaf3c0e0801edd2d2a70ad SHA512 7dc18417e197f8def41fda6a1a6eed39aed4896fca139c2a069a35d5671cb1e7ed7eeb5d52a44e5d56880526cedee2dcf0411427891913e6c7283fa69a9352f1
+DIST discord-canary-0.0.127.deb 77158408 BLAKE2B e220d5f9793fdae8c2617d41ef01a4346bdab8436ace0ec5a47e952a33587d69c0135e28812be1f578d33bd1dd10bc9ba73b5e2c880ee860100db29d4b03248d SHA512 9733587d6122f6fe66ccd810186fb8b1c1e623df01c8d44c52e7a071d11867fa32a7fec7d835e928a3076863bd8d5dadb6d20153c525ebe04f4a24d7962204cc

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.126-r1.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.127.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.126-r1.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.127.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-08-27 18:56 Adel KARA SLIMANE
  0 siblings, 0 replies; 70+ messages in thread
From: Adel KARA SLIMANE @ 2021-08-27 18:56 UTC (permalink / raw
  To: gentoo-commits

commit:     480d728c85951b05491414eacaead058f80ed74a
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Fri Aug 27 18:56:31 2021 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Fri Aug 27 18:56:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=480d728c

net-im/discord-canary-bin: bump to 0.0.128

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.127.ebuild => discord-canary-bin-0.0.128.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 5b086fc16..208a119c6 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.127.deb 77158408 BLAKE2B e220d5f9793fdae8c2617d41ef01a4346bdab8436ace0ec5a47e952a33587d69c0135e28812be1f578d33bd1dd10bc9ba73b5e2c880ee860100db29d4b03248d SHA512 9733587d6122f6fe66ccd810186fb8b1c1e623df01c8d44c52e7a071d11867fa32a7fec7d835e928a3076863bd8d5dadb6d20153c525ebe04f4a24d7962204cc
+DIST discord-canary-0.0.128.deb 77158350 BLAKE2B ae79ae01b06fd1f01bdbf646599d43e131308d18b436fb82200fff84f42e9a4a955280fb8c65d1615ace8a40c1f07795cff54023f8df200777d079084305a551 SHA512 9db7a9a414b183a535ff97a36f158f595b37ee670a833252ed3e315da04805434c62c062ac2409324268ee5a5ca166f0981d4c7ab88bdd4ff76d38fe6236b9bd

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.127.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.128.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.127.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.128.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-09-01 21:32 Adel KARA SLIMANE
  0 siblings, 0 replies; 70+ messages in thread
From: Adel KARA SLIMANE @ 2021-09-01 21:32 UTC (permalink / raw
  To: gentoo-commits

commit:     cd732efa453a65584d1c802e43b9e5373a52795a
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Wed Sep  1 21:32:00 2021 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Wed Sep  1 21:32:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cd732efa

net-im/discord-canary-bin: version bump to 0.0.129

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.128.ebuild => discord-canary-bin-0.0.129.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 208a119c6..e9aa92bfb 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.128.deb 77158350 BLAKE2B ae79ae01b06fd1f01bdbf646599d43e131308d18b436fb82200fff84f42e9a4a955280fb8c65d1615ace8a40c1f07795cff54023f8df200777d079084305a551 SHA512 9db7a9a414b183a535ff97a36f158f595b37ee670a833252ed3e315da04805434c62c062ac2409324268ee5a5ca166f0981d4c7ab88bdd4ff76d38fe6236b9bd
+DIST discord-canary-0.0.129.deb 77158544 BLAKE2B 969b9a1c8d60a0ee8267d1baaa799547e5831aad62a6cc696a87daffeddb136a37d977e9dd38e227d9ec5f887c05d2d37892d937ca68015c533a5a53dd681a8f SHA512 7710f35b30f7be3f110d63c708db92a549f72c2cf1528ac75c8b1fd7b189d391440c3d9d972c586cb9eaaf6f240442d4926a4508a08d7411a123e81b99e033da

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.128.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.129.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.128.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.129.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-09-19 18:34 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2021-09-19 18:34 UTC (permalink / raw
  To: gentoo-commits

commit:     2c446a7982be1dd4bb6a3eaea7599e69cdad169b
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Sun Sep 19 18:33:38 2021 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Sun Sep 19 18:33:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c446a79

net-im/discord-canary-bin: Version bump to 0.0.130

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.129.ebuild => discord-canary-bin-0.0.130.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index e9aa92bfb..7b698ee50 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.129.deb 77158544 BLAKE2B 969b9a1c8d60a0ee8267d1baaa799547e5831aad62a6cc696a87daffeddb136a37d977e9dd38e227d9ec5f887c05d2d37892d937ca68015c533a5a53dd681a8f SHA512 7710f35b30f7be3f110d63c708db92a549f72c2cf1528ac75c8b1fd7b189d391440c3d9d972c586cb9eaaf6f240442d4926a4508a08d7411a123e81b99e033da
+DIST discord-canary-0.0.130.deb 77159476 BLAKE2B 8fcb4f1222bd1788f31106a5d29ba0f625174ee2f4a08d6a4c927d76afd4ad621c4ad1a8ffdd697bbe68b31a289c8b16c691a5e26dca251fc79eab32f1a8acc6 SHA512 7259902edc97183f57dc1ad3502fa98c6f4ad5c26200e57f49f18cda101481569253393db3a7bf122d6c8dd986b50f6696aaf17bd584c769607f3dedc5fba046

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.129.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.130.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.129.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.130.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2021-09-21 22:51 Adel KARA SLIMANE
  0 siblings, 0 replies; 70+ messages in thread
From: Adel KARA SLIMANE @ 2021-09-21 22:51 UTC (permalink / raw
  To: gentoo-commits

commit:     a4234ab0cd79c7434b602aa87272580c8be5b84a
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Tue Sep 21 22:50:29 2021 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Tue Sep 21 22:51:07 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a4234ab0

net-im/discord-canary-bin: version bump to 0.0.131

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.130.ebuild => discord-canary-bin-0.0.131.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 7b698ee50..d3ac2f1af 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.130.deb 77159476 BLAKE2B 8fcb4f1222bd1788f31106a5d29ba0f625174ee2f4a08d6a4c927d76afd4ad621c4ad1a8ffdd697bbe68b31a289c8b16c691a5e26dca251fc79eab32f1a8acc6 SHA512 7259902edc97183f57dc1ad3502fa98c6f4ad5c26200e57f49f18cda101481569253393db3a7bf122d6c8dd986b50f6696aaf17bd584c769607f3dedc5fba046
+DIST discord-canary-0.0.131.deb 77112806 BLAKE2B ea5ef87879e7da29f4e6ab3380325d7a378453fe1517827a3cf1decf928bdf7329459010dc729d32fdfcdd0fc3e510d92c6af11da79c73167a4dd56319fad966 SHA512 029e2ede9d1060fe41c7e6ae9677c5b61a4e5fd10e886f5998cd690418f8b3dd8ebef3dee78931fa0f3fab96289027a5d47889325991ec0e97ede340d505a35d

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.130.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.131.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.130.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.131.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2022-01-11 23:57 Adel KARA SLIMANE
  0 siblings, 0 replies; 70+ messages in thread
From: Adel KARA SLIMANE @ 2022-01-11 23:57 UTC (permalink / raw
  To: gentoo-commits

commit:     0bbc6cf4634298991dfda9fe3bc49267f0975891
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Tue Jan 11 23:56:42 2022 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Tue Jan 11 23:57:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bbc6cf4

net-im/discord-canary-bin: version bump to 0.0.132

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.131.ebuild => discord-canary-bin-0.0.132.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index d3ac2f1af..eef750466 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.131.deb 77112806 BLAKE2B ea5ef87879e7da29f4e6ab3380325d7a378453fe1517827a3cf1decf928bdf7329459010dc729d32fdfcdd0fc3e510d92c6af11da79c73167a4dd56319fad966 SHA512 029e2ede9d1060fe41c7e6ae9677c5b61a4e5fd10e886f5998cd690418f8b3dd8ebef3dee78931fa0f3fab96289027a5d47889325991ec0e97ede340d505a35d
+DIST discord-canary-0.0.132.deb 77123574 BLAKE2B 1980c1c76e564a711c7e74832330e191444507d0ed1a6620681c2153bef8d453dbfa6179d673dc5be7bbeb4aaf054dca76b673af39f8e6279cfbca6e1e839d1d SHA512 06f7f343232cc3109cd913149b032c0b50475d7e55e0ecb436e1117cf5c1d6cade97e21890382d5b350741d8df85c8d4db17df63a5611edaaa8d0883f65aae12

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.131.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.132.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.131.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.132.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2022-02-11 20:08 Adel KARA SLIMANE
  0 siblings, 0 replies; 70+ messages in thread
From: Adel KARA SLIMANE @ 2022-02-11 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     2e80cee83820db9ab0aafa4af1d141330ebc1439
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Fri Feb 11 20:07:39 2022 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Fri Feb 11 20:07:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2e80cee8

net-im/discord-canary-bin: version bump to 0.0.133

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.132.ebuild => discord-canary-bin-0.0.133.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index eef750466..344565838 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.132.deb 77123574 BLAKE2B 1980c1c76e564a711c7e74832330e191444507d0ed1a6620681c2153bef8d453dbfa6179d673dc5be7bbeb4aaf054dca76b673af39f8e6279cfbca6e1e839d1d SHA512 06f7f343232cc3109cd913149b032c0b50475d7e55e0ecb436e1117cf5c1d6cade97e21890382d5b350741d8df85c8d4db17df63a5611edaaa8d0883f65aae12
+DIST discord-canary-0.0.133.deb 77138330 BLAKE2B 5eb081881660967459dcf46e5764fb27686e9fffe8783198b03e7f8d45f44e5e163f02344692c75b62f76da4cb2d97fced8749859555fa3a7fc5263b2a3939dc SHA512 a4a83e60747a2fee403dd588a3f5d3579d1830d6dcaaf7ab9fed21758cc43f9b43c6a0d3ca9ed718364480c6583509e1af140102bf71c5762ad1eadb249b4d10

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.132.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.133.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.132.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.133.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2022-03-07 12:31 Adel KARA SLIMANE
  0 siblings, 0 replies; 70+ messages in thread
From: Adel KARA SLIMANE @ 2022-03-07 12:31 UTC (permalink / raw
  To: gentoo-commits

commit:     421a932ad51e26e03f293f1d6b1967ee66a7ed6a
Author:     Adel KARA SLIMANE <adel.ks <AT> zegrapher <DOT> com>
AuthorDate: Mon Mar  7 12:30:35 2022 +0000
Commit:     Adel KARA SLIMANE <adel <AT> karaslimane <DOT> com>
CommitDate: Mon Mar  7 12:30:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=421a932a

net-im/discord-canary-bin: version bump to 0.0.134

Signed-off-by: Adel KARA SLIMANE <adel.ks <AT> zegrapher.com>

 net-im/discord-canary-bin/Manifest                                    | 2 +-
 ...rd-canary-bin-0.0.133.ebuild => discord-canary-bin-0.0.134.ebuild} | 0
 net-im/discord-canary-bin/metadata.xml                                | 4 ++++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 344565838..dec98a595 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.133.deb 77138330 BLAKE2B 5eb081881660967459dcf46e5764fb27686e9fffe8783198b03e7f8d45f44e5e163f02344692c75b62f76da4cb2d97fced8749859555fa3a7fc5263b2a3939dc SHA512 a4a83e60747a2fee403dd588a3f5d3579d1830d6dcaaf7ab9fed21758cc43f9b43c6a0d3ca9ed718364480c6583509e1af140102bf71c5762ad1eadb249b4d10
+DIST discord-canary-0.0.134.deb 77138802 BLAKE2B d7d76f88a8b501c29f0684ee9e754d692e2fa9c2b6248c411f692588f6e535efef36ebab0ca00b9b318011ebf113aea6b12f772f576be9f3ec9215be6832b736 SHA512 26fe257ca4e331bc5a3be64dc757c7b8944eb443e407be1095e238df527ef686be5f0a2c078d907b525232cac378278cb3972c54265ca361b84fc35c0c5d2a75

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.133.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.134.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.133.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.134.ebuild

diff --git a/net-im/discord-canary-bin/metadata.xml b/net-im/discord-canary-bin/metadata.xml
index 7bb0ff776..22d9668a7 100644
--- a/net-im/discord-canary-bin/metadata.xml
+++ b/net-im/discord-canary-bin/metadata.xml
@@ -5,4 +5,8 @@
 		<email>y0rune@aol.com</email>
 		<name>Marcin Woźniak</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>adel.ks@zegrapher.com</email>
+		<name>Adel KARA SLIMANE</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2022-05-26 23:10 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2022-05-26 23:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e96f08eeb4140f6669f8bf78f2cb0a6d5cd34ec3
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Thu May 26 23:09:26 2022 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Thu May 26 23:09:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e96f08ee

net-im/discord-canary-bin: Upgraded from 0.0.134 -> 0.0.135

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.134.ebuild => discord-canary-bin-0.0.135.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index dec98a595..1c0d8c51f 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.134.deb 77138802 BLAKE2B d7d76f88a8b501c29f0684ee9e754d692e2fa9c2b6248c411f692588f6e535efef36ebab0ca00b9b318011ebf113aea6b12f772f576be9f3ec9215be6832b736 SHA512 26fe257ca4e331bc5a3be64dc757c7b8944eb443e407be1095e238df527ef686be5f0a2c078d907b525232cac378278cb3972c54265ca361b84fc35c0c5d2a75
+DIST discord-canary-0.0.135.deb 77137258 BLAKE2B f3fb10c340fb97098d43cd9229d134a1e75a2bfbbe84572e9c4923a5511c056e4251e9509ca80457cb8e2559fa6f00d0a62130cd96d6588f47b3cdc7fc76458f SHA512 f76311ceb914d5db74632e029e037fad84ff562727f747ad23520c2ae2da7b7cdaa2e1cf5887964aeefa4fb819f846ecc7c35e15b0ff2a592c7e871248c99fe8

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.134.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.135.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.134.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.135.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2022-09-03 22:49 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2022-09-03 22:49 UTC (permalink / raw
  To: gentoo-commits

commit:     b5358cd81af54b360e48ef3f6cd442a2aa8521c0
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Sat Sep  3 22:40:23 2022 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Sat Sep  3 22:40:23 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5358cd8

net-im/discord-canary-bin: Bump version to 0.0.137

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.135.ebuild => discord-canary-bin-0.0.137.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 1c0d8c51f..e65a9da23 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.135.deb 77137258 BLAKE2B f3fb10c340fb97098d43cd9229d134a1e75a2bfbbe84572e9c4923a5511c056e4251e9509ca80457cb8e2559fa6f00d0a62130cd96d6588f47b3cdc7fc76458f SHA512 f76311ceb914d5db74632e029e037fad84ff562727f747ad23520c2ae2da7b7cdaa2e1cf5887964aeefa4fb819f846ecc7c35e15b0ff2a592c7e871248c99fe8
+DIST discord-canary-0.0.137.deb 77137458 BLAKE2B 7f3b083f8d48f1680816bcf6471bcfcddd48cc0f5238531263ac290ee661f77b821eb5dffd2acf55d5504ce84f8e049c53b02d5afd74ccdaeec7e44a735f8def SHA512 fa2b4c4719523a753d15649c522674e6a085d9ecf6d331dc8763d14fe1f0a9afdb22a9828bc0ade08d7dd4a42535e2a9b39fc8cc7cab42d23c3295f1856e8b38

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.135.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.137.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.135.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.137.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2022-10-21 18:30 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2022-10-21 18:30 UTC (permalink / raw
  To: gentoo-commits

commit:     11a3bdc91578470ec5109e956134b6aa5609afde
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Fri Oct 21 18:29:56 2022 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Fri Oct 21 18:30:40 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11a3bdc9

net-im/discord-canary-bin: Upgraded from 0.0.137 -> 0.0.140

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.137.ebuild => discord-canary-bin-0.0.140.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index e65a9da23..2abcc37b4 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.137.deb 77137458 BLAKE2B 7f3b083f8d48f1680816bcf6471bcfcddd48cc0f5238531263ac290ee661f77b821eb5dffd2acf55d5504ce84f8e049c53b02d5afd74ccdaeec7e44a735f8def SHA512 fa2b4c4719523a753d15649c522674e6a085d9ecf6d331dc8763d14fe1f0a9afdb22a9828bc0ade08d7dd4a42535e2a9b39fc8cc7cab42d23c3295f1856e8b38
+DIST discord-canary-0.0.140.deb 77266768 BLAKE2B fb8efcbc6446a8803ea615aeb8e43847808747e96e573fdfa30be50a8eefe2aa96a084e1aea2f05b94d1030d5ded90c0718c4756427ebdc70b87ea5db6c33110 SHA512 9837ff198de503128bbce0b9c9a0f2a7f2c0da4df4810cb7bfe51754115cefc266014dfc2ce79e847873b8ba9aff6a40432343311724e98a23de2422cabad3d1

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.137.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.140.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.137.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.140.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2022-11-27  0:22 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2022-11-27  0:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e353db9eb24d4d48613203f30f324f1b3b0d921b
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Sun Nov 27 00:21:51 2022 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Sun Nov 27 00:22:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e353db9e

net-im/discord-canary-bin: Bump version to 0.0.143

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.140.ebuild => discord-canary-bin-0.0.143.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 2abcc37b4..303932c26 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.140.deb 77266768 BLAKE2B fb8efcbc6446a8803ea615aeb8e43847808747e96e573fdfa30be50a8eefe2aa96a084e1aea2f05b94d1030d5ded90c0718c4756427ebdc70b87ea5db6c33110 SHA512 9837ff198de503128bbce0b9c9a0f2a7f2c0da4df4810cb7bfe51754115cefc266014dfc2ce79e847873b8ba9aff6a40432343311724e98a23de2422cabad3d1
+DIST discord-canary-0.0.143.deb 81623310 BLAKE2B 3e8887ed185faebd545e661556528c1da016bae7937ed878aa3e572ea26a3e871eb327ad19fdcacc9af87a71c4cc30f69fbbb6f4a4499c2b3bca3f7869dd9c98 SHA512 f249624156d5adf4aff5a9c59ec76908251db26f9f06395cb246e9388fc694bbdc58d1ae63ec3750bbe96c0dc24fe217ce7287bd4058fc546b0d72e91d633ef1

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.140.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.143.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.140.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.143.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2022-12-06 17:34 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2022-12-06 17:34 UTC (permalink / raw
  To: gentoo-commits

commit:     1074bf8bc129461e14c5e2e6e8e09f1b43502a8d
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Tue Dec  6 17:35:01 2022 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Tue Dec  6 17:35:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1074bf8b

net-im/discord-canary-bin: version bump to 0.0.144

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/Manifest                 |  2 +-
 .../discord-canary-bin-0.0.144.ebuild              | 90 ++++++++++++++++++++++
 2 files changed, 91 insertions(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 303932c26..c66f01527 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.143.deb 81623310 BLAKE2B 3e8887ed185faebd545e661556528c1da016bae7937ed878aa3e572ea26a3e871eb327ad19fdcacc9af87a71c4cc30f69fbbb6f4a4499c2b3bca3f7869dd9c98 SHA512 f249624156d5adf4aff5a9c59ec76908251db26f9f06395cb246e9388fc694bbdc58d1ae63ec3750bbe96c0dc24fe217ce7287bd4058fc546b0d72e91d633ef1
+DIST discord-canary-0.0.144.deb 81624716 BLAKE2B f14865dc7167de5e827982610a589c3810579061cf6233572cbde76cfcda4c5bf2690d016d3f020271ef855053cfecd8f18079a406f7cc586fe872a5dfdb298b SHA512 5431aba18bdd492d84b2320e883c23540b731a65c2bab3e77038c4bba9abc1aeed4154807937997a720a5ff1fe59e49db71d20e462f7d77b2d3c2c4008f8a11a

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.144.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.144.ebuild
new file mode 100644
index 000000000..4b95f02be
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.144.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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://discordapp.com/"
+SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror bindist"
+
+RDEPEND="
+	app-accessibility/at-spi2-atk:2
+	app-accessibility/at-spi2-core:2
+	dev-libs/atk
+	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
+	net-print/cups
+	sys-apps/dbus
+	sys-apps/util-linux
+	x11-libs/cairo
+	x11-libs/gdk-pixbuf:2
+	x11-libs/gtk+:3
+	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
+"
+
+S="${WORKDIR}"
+
+QA_PREBUILT="
+	opt/discord-canary/${MY_BIN}
+	opt/discord-canary/chrome-sandbox
+	opt/discord-canary/libffmpeg.so
+	opt/discord-canary/libvk_swiftshader.so
+	opt/discord-canary/libvulkan.so
+	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}
+}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2022-12-06 17:38 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2022-12-06 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     1c232d79c182b395a47bfb4a303b301af9114182
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Tue Dec  6 17:36:53 2022 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Tue Dec  6 17:36:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1c232d79

net-im/discord-canary-bin: Removed older version 0.0.143

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 .../discord-canary-bin-0.0.143.ebuild              | 90 ----------------------
 1 file changed, 90 deletions(-)

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.143.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.143.ebuild
deleted file mode 100644
index 4b95f02be..000000000
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.143.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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://discordapp.com/"
-SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
-
-LICENSE="all-rights-reserved"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror bindist"
-
-RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	dev-libs/atk
-	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
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3
-	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
-"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="
-	opt/discord-canary/${MY_BIN}
-	opt/discord-canary/chrome-sandbox
-	opt/discord-canary/libffmpeg.so
-	opt/discord-canary/libvk_swiftshader.so
-	opt/discord-canary/libvulkan.so
-	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}
-}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2022-12-10 15:55 Niko Huuskonen
  0 siblings, 0 replies; 70+ messages in thread
From: Niko Huuskonen @ 2022-12-10 15:55 UTC (permalink / raw
  To: gentoo-commits

commit:     e52ec92dbf84d2a2cae2fcb3c88f3f3a941b5d94
Author:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
AuthorDate: Sat Dec 10 15:55:00 2022 +0000
Commit:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
CommitDate: Sat Dec 10 15:55:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e52ec92d

net-im/discord-canary-bin: version bump to 0.0.145

Signed-off-by: Niko Huuskonen <niko.huuskonen.00 <AT> gmail.com>

 net-im/discord-canary-bin/Manifest                                    | 2 +-
 ...rd-canary-bin-0.0.144.ebuild => discord-canary-bin-0.0.145.ebuild} | 0
 net-im/discord-canary-bin/metadata.xml                                | 4 ++++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index c66f01527..717908bfc 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.144.deb 81624716 BLAKE2B f14865dc7167de5e827982610a589c3810579061cf6233572cbde76cfcda4c5bf2690d016d3f020271ef855053cfecd8f18079a406f7cc586fe872a5dfdb298b SHA512 5431aba18bdd492d84b2320e883c23540b731a65c2bab3e77038c4bba9abc1aeed4154807937997a720a5ff1fe59e49db71d20e462f7d77b2d3c2c4008f8a11a
+DIST discord-canary-0.0.145.deb 81829022 BLAKE2B 9aece31351dfe31e1a5fb9f238ccaab5f1f799abea3a36fed1d6d2d0d28104d4508f711042803cce1140a5118fa30add9f6efbb4b3cf4620081ee5f4f94aaa9b SHA512 918548157c0e5b51bf13003914331a76eaaf25092aa347425df421201da73cf659c3484a9774cf5ca4b006392aad87aa1716b2a0a90b1e4cbf8556de2e850ab7

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.144.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.145.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.144.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.145.ebuild

diff --git a/net-im/discord-canary-bin/metadata.xml b/net-im/discord-canary-bin/metadata.xml
index 22d9668a7..f8553d0f6 100644
--- a/net-im/discord-canary-bin/metadata.xml
+++ b/net-im/discord-canary-bin/metadata.xml
@@ -9,4 +9,8 @@
 		<email>adel.ks@zegrapher.com</email>
 		<name>Adel KARA SLIMANE</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>niko.huuskonen.00@gmail.com</email>
+		<name>Niko Huuskonen</name>
+	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-01-14  9:32 Niko Huuskonen
  0 siblings, 0 replies; 70+ messages in thread
From: Niko Huuskonen @ 2023-01-14  9:32 UTC (permalink / raw
  To: gentoo-commits

commit:     a67f4e9a63e2ae1cb01f17052256ac1badeac5ca
Author:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
AuthorDate: Sat Jan 14 09:30:56 2023 +0000
Commit:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
CommitDate: Sat Jan 14 09:30:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a67f4e9a

net-im/discord-canary-bin: version bump to 0.0.146

Signed-off-by: Niko Huuskonen <niko.huuskonen.00 <AT> gmail.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.145.ebuild => discord-canary-bin-0.0.146.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 717908bfc..e123ad880 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.145.deb 81829022 BLAKE2B 9aece31351dfe31e1a5fb9f238ccaab5f1f799abea3a36fed1d6d2d0d28104d4508f711042803cce1140a5118fa30add9f6efbb4b3cf4620081ee5f4f94aaa9b SHA512 918548157c0e5b51bf13003914331a76eaaf25092aa347425df421201da73cf659c3484a9774cf5ca4b006392aad87aa1716b2a0a90b1e4cbf8556de2e850ab7
+DIST discord-canary-0.0.146.deb 81829098 BLAKE2B 16b5795b5404175d4ef2d8ec5e781d74ffd02a6bb82022c00bc53ff7d23999b94a47aec13cc36c9dd0c6cc1aeaf7b283fcd2dcccd16e22e8c2bb81476dced0d6 SHA512 185697275003932df32c1149c537fc3ea542b5a332a1221a8c0af7336367e6f8b14dc7f7d9ab4b06c96005b416bffdd3fb7b1dbe79ce45558efb16167bdcc268

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.145.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.146.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.145.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.146.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-01-15 11:54 Marcin Woźniak
  0 siblings, 0 replies; 70+ messages in thread
From: Marcin Woźniak @ 2023-01-15 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     9c577990d055f1ac3bf78ff988fe97f37757951b
Author:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
AuthorDate: Sun Jan 15 11:54:07 2023 +0000
Commit:     Marcin Woźniak <y0rune <AT> aol <DOT> com>
CommitDate: Sun Jan 15 11:54:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9c577990

net-im/discord-canary-bin: Updated the copyright and EAPI

Signed-off-by: Marcin Woźniak <y0rune <AT> aol.com>

 net-im/discord-canary-bin/discord-canary-bin-0.0.146.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.146.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.146.ebuild
index 4b95f02be..624da5fd6 100644
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.146.ebuild
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.146.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 MY_PN=${PN/-bin/}
 MY_BIN="D${MY_PN/d/}"
@@ -78,7 +78,7 @@ src_prepare() {
 }
 
 src_install() {
-	newicon usr/share/${MY_PN}/${MY_PN//-canary}.png ${MY_PN}.png
+	newicon usr/share/${MY_PN}/${MY_PN//-canary/}.png ${MY_PN}.png
 	domenu usr/share/${MY_PN}/${MY_PN}.desktop
 
 	insinto /opt/${MY_PN}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-02-10 18:05 Niko Huuskonen
  0 siblings, 0 replies; 70+ messages in thread
From: Niko Huuskonen @ 2023-02-10 18:05 UTC (permalink / raw
  To: gentoo-commits

commit:     685968440d12920a2563cabd6c0d7cb37713f643
Author:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
AuthorDate: Fri Feb 10 18:04:13 2023 +0000
Commit:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
CommitDate: Fri Feb 10 18:04:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=68596844

net-im/discord-canary-bin: version bump to 0.0.147

Signed-off-by: Niko Huuskonen <niko.huuskonen.00 <AT> gmail.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.146.ebuild => discord-canary-bin-0.0.147.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index e123ad880..134c02ff4 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.146.deb 81829098 BLAKE2B 16b5795b5404175d4ef2d8ec5e781d74ffd02a6bb82022c00bc53ff7d23999b94a47aec13cc36c9dd0c6cc1aeaf7b283fcd2dcccd16e22e8c2bb81476dced0d6 SHA512 185697275003932df32c1149c537fc3ea542b5a332a1221a8c0af7336367e6f8b14dc7f7d9ab4b06c96005b416bffdd3fb7b1dbe79ce45558efb16167bdcc268
+DIST discord-canary-0.0.147.deb 81829084 BLAKE2B c6cdc890cd55eb236de8ac4d0391d0e1ee5e2564008aa696588621ceeb5e2161245922fbf660963f9788edf6e56d46f7635bc19822e0863190a04301c632c307 SHA512 cc21dad2001b6af40fa756749b7622ce9af6164073f7b68e7ae76d0c6fbca331ce6b4788a0e2bb8e5cfa033cefe7e4f43859fea66eada6fe5785be75e18eddb1

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.146.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.147.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.146.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.147.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-02-11 20:01 Niko Huuskonen
  0 siblings, 0 replies; 70+ messages in thread
From: Niko Huuskonen @ 2023-02-11 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e983714795ab5fae7c725347a7e0f91d46886df7
Author:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
AuthorDate: Sat Feb 11 20:01:15 2023 +0000
Commit:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
CommitDate: Sat Feb 11 20:01:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e9837147

net-im/discord-canary-bin: version bump to 0.0.148

Signed-off-by: Niko Huuskonen <niko.huuskonen.00 <AT> gmail.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.147.ebuild => discord-canary-bin-0.0.148.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 134c02ff4..ffe15f4a9 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.147.deb 81829084 BLAKE2B c6cdc890cd55eb236de8ac4d0391d0e1ee5e2564008aa696588621ceeb5e2161245922fbf660963f9788edf6e56d46f7635bc19822e0863190a04301c632c307 SHA512 cc21dad2001b6af40fa756749b7622ce9af6164073f7b68e7ae76d0c6fbca331ce6b4788a0e2bb8e5cfa033cefe7e4f43859fea66eada6fe5785be75e18eddb1
+DIST discord-canary-0.0.148.deb 92547910 BLAKE2B e217d7bc3fd2f255fb79367cecebfb3f8663aec92602d1d5b300352c42a7b37c788c841a161d6eb69dfb9669e5f724b7fa352bd78116ec2bd1421f5736f23f0e SHA512 48f8eb43e0e73b2a27caa37925e3d4a64d5d695a5d96b9028be44a8353edf56e3584668a55c3e8378a0d7c62edd97587a80a78ff3669281bd86098d41b3d60cf

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.147.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.147.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-02-14  7:39 Joe Kappus
  0 siblings, 0 replies; 70+ messages in thread
From: Joe Kappus @ 2023-02-14  7:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e32752f7d0faafe16c2735373d6bda8ff15d6d80
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Tue Feb 14 07:38:00 2023 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Tue Feb 14 07:38:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e32752f7

net-im/discord-canary-bin: fix QA issues

- Update QA_PREBUILT
- Add test,strip to RESTRICT

Closes: https://bugs.gentoo.org/883829
Closes: https://bugs.gentoo.org/883827
Closes: https://bugs.gentoo.org/883825
Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild
index 624da5fd6..1be5fb7cc 100644
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="~amd64"
-RESTRICT="mirror bindist"
+RESTRICT="bindist mirror strip test"
 
 RDEPEND="
 	app-accessibility/at-spi2-atk:2
@@ -55,6 +55,7 @@ S="${WORKDIR}"
 
 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


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-02-19 10:09 Joe Kappus
  0 siblings, 0 replies; 70+ messages in thread
From: Joe Kappus @ 2023-02-19 10:09 UTC (permalink / raw
  To: gentoo-commits

commit:     4bac3de109dab289f0ac20e73bb14f6cf24e37f4
Author:     Joe Kappus <joe <AT> wt <DOT> gd>
AuthorDate: Sun Feb 19 10:08:19 2023 +0000
Commit:     Joe Kappus <joe <AT> wt <DOT> gd>
CommitDate: Sun Feb 19 10:08:19 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4bac3de1

net-im/discord-canary-bin: update QA_FLAGS_IGNORED

New file added

Closes: https://bugs.gentoo.org/894388
Closes: https://bugs.gentoo.org/894390
Signed-off-by: Joe Kappus <joe <AT> wt.gd>

 net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild
index 1be5fb7cc..a3bf3c422 100644
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild
@@ -60,6 +60,7 @@ QA_PREBUILT="
 	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


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-03-10 19:01 Niko Huuskonen
  0 siblings, 0 replies; 70+ messages in thread
From: Niko Huuskonen @ 2023-03-10 19:01 UTC (permalink / raw
  To: gentoo-commits

commit:     3ac3720d6a8d6e960d899b26e4b054fd8d20687d
Author:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 10 19:00:46 2023 +0000
Commit:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
CommitDate: Fri Mar 10 19:00:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ac3720d

net-im/discord-canary-bin: update 0.0.148 -> 0.0.149

Signed-off-by: Niko Huuskonen <niko.huuskonen.00 <AT> gmail.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.148.ebuild => discord-canary-bin-0.0.149.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index ffe15f4a9..2a5710516 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.148.deb 92547910 BLAKE2B e217d7bc3fd2f255fb79367cecebfb3f8663aec92602d1d5b300352c42a7b37c788c841a161d6eb69dfb9669e5f724b7fa352bd78116ec2bd1421f5736f23f0e SHA512 48f8eb43e0e73b2a27caa37925e3d4a64d5d695a5d96b9028be44a8353edf56e3584668a55c3e8378a0d7c62edd97587a80a78ff3669281bd86098d41b3d60cf
+DIST discord-canary-0.0.149.deb 92547260 BLAKE2B ca01989c0e4cda5a39805aabf1cd04c7ee50c9ec2dfbe932cb365ea3cf1adf00204f5f8aeefae3dc56a19aab7be806cd03fb98af6281cbe9b8b5ca49d978c1ff SHA512 02bb45855a2b2c2d662b009a62babe10e855697857a4b729eeabab2951a7492bdba9815a3b7b25ec9df89bebd36946b21ee8f93692bc64babc98d06bb3212fda

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.149.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.148.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.149.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-03-17 16:10 Niko Huuskonen
  0 siblings, 0 replies; 70+ messages in thread
From: Niko Huuskonen @ 2023-03-17 16:10 UTC (permalink / raw
  To: gentoo-commits

commit:     a33121f125f0a499a0fc1b9f8c5eb05b7428e64c
Author:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
AuthorDate: Fri Mar 17 16:10:17 2023 +0000
Commit:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
CommitDate: Fri Mar 17 16:10:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a33121f1

net-im/discord-canary-bin: update 0.0.149 -> 0.0.150

Signed-off-by: Niko Huuskonen <niko.huuskonen.00 <AT> gmail.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.149.ebuild => discord-canary-bin-0.0.150.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 2a5710516..9dd5304a8 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.149.deb 92547260 BLAKE2B ca01989c0e4cda5a39805aabf1cd04c7ee50c9ec2dfbe932cb365ea3cf1adf00204f5f8aeefae3dc56a19aab7be806cd03fb98af6281cbe9b8b5ca49d978c1ff SHA512 02bb45855a2b2c2d662b009a62babe10e855697857a4b729eeabab2951a7492bdba9815a3b7b25ec9df89bebd36946b21ee8f93692bc64babc98d06bb3212fda
+DIST discord-canary-0.0.150.deb 92559610 BLAKE2B ba1b6a9538ef3f38ab98803632f44a2cdc49831efe935a269e9d7365096ce35e13ce9ec7436ef0481652900a8ad6f6fa39c611d9cbf2e91c942640ba2c0e524a SHA512 f5ef7b8656ae38d3100c2b5d96333f7cd405ec95deb2a9f2ca329d1ebc500babef6697c7de609bf10abd50518909290168bc2353f7de4ed0b77aeb29f3841b9e

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.149.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.150.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.149.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.150.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-05-26 18:04 Niko Huuskonen
  0 siblings, 0 replies; 70+ messages in thread
From: Niko Huuskonen @ 2023-05-26 18:04 UTC (permalink / raw
  To: gentoo-commits

commit:     8c0974ff0860e09f84253cc91b456cd230c4bb3c
Author:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
AuthorDate: Fri May 26 18:03:46 2023 +0000
Commit:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
CommitDate: Fri May 26 18:03:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c0974ff

net-im/discord-canary-bin: update 0.0.150 -> 0.0.154

Signed-off-by: Niko Huuskonen <niko.huuskonen.00 <AT> gmail.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.150.ebuild => discord-canary-bin-0.0.154.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 9dd5304a8..9b7a15a9b 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.150.deb 92559610 BLAKE2B ba1b6a9538ef3f38ab98803632f44a2cdc49831efe935a269e9d7365096ce35e13ce9ec7436ef0481652900a8ad6f6fa39c611d9cbf2e91c942640ba2c0e524a SHA512 f5ef7b8656ae38d3100c2b5d96333f7cd405ec95deb2a9f2ca329d1ebc500babef6697c7de609bf10abd50518909290168bc2353f7de4ed0b77aeb29f3841b9e
+DIST discord-canary-0.0.154.deb 92150282 BLAKE2B 8dbaa51e6de929cad73f7192234cb9cc07f1b8fb0360c2897adbacedd1d722dc4243ad2e8ba8fd62b19eb27c9bf2d5f9ea47bbf13f5eed574c249dd555cecaef SHA512 5c1395a02a25a6a013b9d7a949d03c1836046d9a32966300d45b1122e6ff444df5db27ccaab9ebbe44ed56270019e8ff85898c9b34660ced6cfb503f7ef8be6d

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.150.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.150.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-05-27  2:21 Rahul Sandhu
  0 siblings, 0 replies; 70+ messages in thread
From: Rahul Sandhu @ 2023-05-27  2:21 UTC (permalink / raw
  To: gentoo-commits

commit:     6deab56f56da9854eb577992fc03ede1e1284fe0
Author:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
AuthorDate: Sat May 27 02:21:35 2023 +0000
Commit:     Rahul Sandhu <rahul <AT> sandhuservices <DOT> dev>
CommitDate: Sat May 27 02:21:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6deab56f

net-im/discord-canary-bin: fix dependencies

Signed-off-by: Rahul Sandhu <rahul <AT> sandhuservices.dev>

 net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild
index a3bf3c422..fcffb37c2 100644
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild
@@ -19,9 +19,7 @@ KEYWORDS="~amd64"
 RESTRICT="bindist mirror strip test"
 
 RDEPEND="
-	app-accessibility/at-spi2-atk:2
-	app-accessibility/at-spi2-core:2
-	dev-libs/atk
+	>=app-accessibility/at-spi2-core-2.46.0
 	dev-libs/expat
 	dev-libs/glib:2
 	dev-libs/nspr


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-07-12  8:47 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-07-12  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     d5573c48a92cba4ef4d35001b47d4822f092ca37
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 08:46:50 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 08:46:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5573c48

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

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

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

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index c093817c1..c26dc94b6 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1,2 +1 @@
-DIST discord-canary-0.0.154.deb 92150282 BLAKE2B 8dbaa51e6de929cad73f7192234cb9cc07f1b8fb0360c2897adbacedd1d722dc4243ad2e8ba8fd62b19eb27c9bf2d5f9ea47bbf13f5eed574c249dd555cecaef SHA512 5c1395a02a25a6a013b9d7a949d03c1836046d9a32966300d45b1122e6ff444df5db27ccaab9ebbe44ed56270019e8ff85898c9b34660ced6cfb503f7ef8be6d
 DIST discord-canary-0.0.162.deb 92140574 BLAKE2B aca3a5bf758bbe38499deb91676d33f18b98dd99c6de3a4973146c63ec989862350c99e7a82cf1a60a7bea8d79ae5b448b77d7171211366d30b53ad101a6de8f SHA512 1cbc37cde9e36bfb3554ad042ed0065e617a32ed64a67c0c8635c5c1a8378b9ed49b7cae48afb8c3ccc36a4848ce449eb27c807499d32e35a69c7aebb18eeeda

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild
deleted file mode 100644
index fcffb37c2..000000000
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.154.ebuild
+++ /dev/null
@@ -1,90 +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://discordapp.com/"
-SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
-
-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
-	net-print/cups
-	sys-apps/dbus
-	sys-apps/util-linux
-	x11-libs/cairo
-	x11-libs/gdk-pixbuf:2
-	x11-libs/gtk+:3
-	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
-"
-
-S="${WORKDIR}"
-
-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}
-}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-07-12  8:47 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-07-12  8:47 UTC (permalink / raw
  To: gentoo-commits

commit:     de4e14972b20a588fba32658b503b56ebaec1b11
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 08:46:43 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 08:46:43 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=de4e1497

net-im/discord-canary-bin: add 0.0.162

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

 net-im/discord-canary-bin/Manifest                 |  1 +
 .../discord-canary-bin-0.0.162.ebuild              | 92 ++++++++++++++++++++++
 2 files changed, 93 insertions(+)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 9b7a15a9b..c093817c1 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1,2 @@
 DIST discord-canary-0.0.154.deb 92150282 BLAKE2B 8dbaa51e6de929cad73f7192234cb9cc07f1b8fb0360c2897adbacedd1d722dc4243ad2e8ba8fd62b19eb27c9bf2d5f9ea47bbf13f5eed574c249dd555cecaef SHA512 5c1395a02a25a6a013b9d7a949d03c1836046d9a32966300d45b1122e6ff444df5db27ccaab9ebbe44ed56270019e8ff85898c9b34660ced6cfb503f7ef8be6d
+DIST discord-canary-0.0.162.deb 92140574 BLAKE2B aca3a5bf758bbe38499deb91676d33f18b98dd99c6de3a4973146c63ec989862350c99e7a82cf1a60a7bea8d79ae5b448b77d7171211366d30b53ad101a6de8f SHA512 1cbc37cde9e36bfb3554ad042ed0065e617a32ed64a67c0c8635c5c1a8378b9ed49b7cae48afb8c3ccc36a4848ce449eb27c807499d32e35a69c7aebb18eeeda

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.162.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.162.ebuild
new file mode 100644
index 000000000..5361f2062
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.162.ebuild
@@ -0,0 +1,92 @@
+# 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://discordapp.com/"
+SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
+
+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
+"
+
+S="${WORKDIR}"
+
+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}
+}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2023-08-10  8:14 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-08-10  8:05 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-08-10  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     a6dbb0b64787d9c3197fa3d7997b672920acb9fe
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 08:04:17 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 08:04:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6dbb0b6

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

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

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

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index a738c87f51..e2893b0988 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1,2 +1 @@
-DIST discord-canary-0.0.162.deb 92140574 BLAKE2B aca3a5bf758bbe38499deb91676d33f18b98dd99c6de3a4973146c63ec989862350c99e7a82cf1a60a7bea8d79ae5b448b77d7171211366d30b53ad101a6de8f SHA512 1cbc37cde9e36bfb3554ad042ed0065e617a32ed64a67c0c8635c5c1a8378b9ed49b7cae48afb8c3ccc36a4848ce449eb27c807499d32e35a69c7aebb18eeeda
 DIST discord-canary-0.0.163.deb 92143710 BLAKE2B 779bd571fd74152974254212a5fd0a446f4212535648b574ee286572b389145e6c1e4533a6bd6dbf5e1725c20adb5136627198ef0a0bd36a7dc36590ba95fdab SHA512 ca0483dfadf308690bbce28a1a1767fe3c37ce8db382d5aa19fbc318ceffa96d47248ce494d432887eef84ac58c465204631e0432b4525663e2e100236ec736e

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.162.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.162.ebuild
deleted file mode 100644
index 5361f2062c..0000000000
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.162.ebuild
+++ /dev/null
@@ -1,92 +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://discordapp.com/"
-SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb"
-
-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
-"
-
-S="${WORKDIR}"
-
-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}
-}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2023-08-10  8:14 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-08-10  8:05 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-08-10  8:05 UTC (permalink / raw
  To: gentoo-commits

commit:     e70cb972f5e1ef7eab16d27f384c6df437b47e4d
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 10 08:04:09 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Aug 10 08:04:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e70cb972

net-im/discord-canary-bin: add 0.0.163

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

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

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index c26dc94b6d..a738c87f51 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1,2 @@
 DIST discord-canary-0.0.162.deb 92140574 BLAKE2B aca3a5bf758bbe38499deb91676d33f18b98dd99c6de3a4973146c63ec989862350c99e7a82cf1a60a7bea8d79ae5b448b77d7171211366d30b53ad101a6de8f SHA512 1cbc37cde9e36bfb3554ad042ed0065e617a32ed64a67c0c8635c5c1a8378b9ed49b7cae48afb8c3ccc36a4848ce449eb27c807499d32e35a69c7aebb18eeeda
+DIST discord-canary-0.0.163.deb 92143710 BLAKE2B 779bd571fd74152974254212a5fd0a446f4212535648b574ee286572b389145e6c1e4533a6bd6dbf5e1725c20adb5136627198ef0a0bd36a7dc36590ba95fdab SHA512 ca0483dfadf308690bbce28a1a1767fe3c37ce8db382d5aa19fbc318ceffa96d47248ce494d432887eef84ac58c465204631e0432b4525663e2e100236ec736e

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.163.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.163.ebuild
new file mode 100644
index 0000000000..8024346a71
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.163.ebuild
@@ -0,0 +1,91 @@
+# 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}
+}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-08-17  5:09 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-08-17  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     6ba9a214856dca8ebd702997c191dcc506f177c2
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 05:09:10 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 05:09:10 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6ba9a214

net-im/discord-canary-bin: add 0.0.165

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

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

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index e2893b0988..22582b8479 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1,2 @@
 DIST discord-canary-0.0.163.deb 92143710 BLAKE2B 779bd571fd74152974254212a5fd0a446f4212535648b574ee286572b389145e6c1e4533a6bd6dbf5e1725c20adb5136627198ef0a0bd36a7dc36590ba95fdab SHA512 ca0483dfadf308690bbce28a1a1767fe3c37ce8db382d5aa19fbc318ceffa96d47248ce494d432887eef84ac58c465204631e0432b4525663e2e100236ec736e
+DIST discord-canary-0.0.165.deb 93798834 BLAKE2B f6011345d8cb07283c844e777ab8a5ee3e9e0050b5519e25c1e7194eefce403a6ceb2c74e8efcbd7aa34c51b66812ef74a138ebb729af1f4242c3d383ce1d9ef SHA512 4b295550079ed872e8a8c6be727057e6bddb6482f65113e9414a3b1c55adaaeb191605b49826496ad725b34db0ad7e6ca2b315cba91a54f3c099e1c66a5f8961

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.165.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.165.ebuild
new file mode 100644
index 0000000000..8024346a71
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.165.ebuild
@@ -0,0 +1,91 @@
+# 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}
+}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2023-08-17  5:15 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-08-17  5:09 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-08-17  5:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2c5e3f4b70a584187092b85ff21bd4caceaecd01
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 17 05:09:15 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Aug 17 05:09:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2c5e3f4b

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

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

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

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 22582b8479..587b2dcfa5 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1,2 +1 @@
-DIST discord-canary-0.0.163.deb 92143710 BLAKE2B 779bd571fd74152974254212a5fd0a446f4212535648b574ee286572b389145e6c1e4533a6bd6dbf5e1725c20adb5136627198ef0a0bd36a7dc36590ba95fdab SHA512 ca0483dfadf308690bbce28a1a1767fe3c37ce8db382d5aa19fbc318ceffa96d47248ce494d432887eef84ac58c465204631e0432b4525663e2e100236ec736e
 DIST discord-canary-0.0.165.deb 93798834 BLAKE2B f6011345d8cb07283c844e777ab8a5ee3e9e0050b5519e25c1e7194eefce403a6ceb2c74e8efcbd7aa34c51b66812ef74a138ebb729af1f4242c3d383ce1d9ef SHA512 4b295550079ed872e8a8c6be727057e6bddb6482f65113e9414a3b1c55adaaeb191605b49826496ad725b34db0ad7e6ca2b315cba91a54f3c099e1c66a5f8961

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.163.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.163.ebuild
deleted file mode 100644
index 8024346a71..0000000000
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.163.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}
-}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-08-18  6:16 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-08-18  6:16 UTC (permalink / raw
  To: gentoo-commits

commit:     665fde7e795577cd233303b0acd0dec6748b49be
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 06:15:30 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 06:15:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=665fde7e

net-im/discord-canary-bin: add 0.0.166

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

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

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 587b2dcfa5..a468897ef3 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1,2 @@
 DIST discord-canary-0.0.165.deb 93798834 BLAKE2B f6011345d8cb07283c844e777ab8a5ee3e9e0050b5519e25c1e7194eefce403a6ceb2c74e8efcbd7aa34c51b66812ef74a138ebb729af1f4242c3d383ce1d9ef SHA512 4b295550079ed872e8a8c6be727057e6bddb6482f65113e9414a3b1c55adaaeb191605b49826496ad725b34db0ad7e6ca2b315cba91a54f3c099e1c66a5f8961
+DIST discord-canary-0.0.166.deb 93799190 BLAKE2B 8ca14d4bafc614cf823f18d135b0b6374b049b0c8da1295110b7fc0a91675f81797d1208c49d6536d768ed333124f96928ae0f5d4f0846e2c4968871c3433e6e SHA512 a7e64e082b8f8f3857131de26ea4e02cdb0e462c5d5cd2e02e74015d6a84cf7d664df970f2c742b8be72f0e0c0bbf38803cd407ce0e3310f32b546318f6a203a

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.166.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.166.ebuild
new file mode 100644
index 0000000000..8024346a71
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.166.ebuild
@@ -0,0 +1,91 @@
+# 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}
+}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2023-08-18  6:21 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-08-18  6:17 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-08-18  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     61fa0e6d172f8855d5a757f82cd0cd8d37db7828
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 18 06:15:37 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Aug 18 06:15:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=61fa0e6d

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

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

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

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index a468897ef3..798b1be380 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1,2 +1 @@
-DIST discord-canary-0.0.165.deb 93798834 BLAKE2B f6011345d8cb07283c844e777ab8a5ee3e9e0050b5519e25c1e7194eefce403a6ceb2c74e8efcbd7aa34c51b66812ef74a138ebb729af1f4242c3d383ce1d9ef SHA512 4b295550079ed872e8a8c6be727057e6bddb6482f65113e9414a3b1c55adaaeb191605b49826496ad725b34db0ad7e6ca2b315cba91a54f3c099e1c66a5f8961
 DIST discord-canary-0.0.166.deb 93799190 BLAKE2B 8ca14d4bafc614cf823f18d135b0b6374b049b0c8da1295110b7fc0a91675f81797d1208c49d6536d768ed333124f96928ae0f5d4f0846e2c4968871c3433e6e SHA512 a7e64e082b8f8f3857131de26ea4e02cdb0e462c5d5cd2e02e74015d6a84cf7d664df970f2c742b8be72f0e0c0bbf38803cd407ce0e3310f32b546318f6a203a

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.165.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.165.ebuild
deleted file mode 100644
index 8024346a71..0000000000
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.165.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}
-}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-12-01 20:04 Niko Huuskonen
  0 siblings, 0 replies; 70+ messages in thread
From: Niko Huuskonen @ 2023-12-01 20:04 UTC (permalink / raw
  To: gentoo-commits

commit:     3e006fc5e725a87968b7637f7a3504bb78b36148
Author:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
AuthorDate: Fri Dec  1 20:03:30 2023 +0000
Commit:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
CommitDate: Fri Dec  1 20:03:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e006fc5

net-im/discord-canary-bin: update 0.0.166 -> 0.0.203

Signed-off-by: Niko Huuskonen <niko.huuskonen.00 <AT> gmail.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.166.ebuild => discord-canary-bin-0.0.203.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 798b1be380..36caf96a01 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.166.deb 93799190 BLAKE2B 8ca14d4bafc614cf823f18d135b0b6374b049b0c8da1295110b7fc0a91675f81797d1208c49d6536d768ed333124f96928ae0f5d4f0846e2c4968871c3433e6e SHA512 a7e64e082b8f8f3857131de26ea4e02cdb0e462c5d5cd2e02e74015d6a84cf7d664df970f2c742b8be72f0e0c0bbf38803cd407ce0e3310f32b546318f6a203a
+DIST discord-canary-0.0.203.deb 92533958 BLAKE2B 35a4a51aa9e88080fde90b5fb3ec58009b56c93e380649c5ec555940e9601a43f95bba13473b126df277a2600d24f939d3ead962dc2017e3cabb12ef34ce1c4b SHA512 02b8a56f3cba3b81f9ebd40e6cd66af3d9f7bd4950cf93c0cff31edbd4d364f9c5e12e409932f859d816850fe6dc246bf12b75244f884badf0c737765b735c89

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.166.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.203.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.166.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.203.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-12-04  6:37 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-12-04  6:37 UTC (permalink / raw
  To: gentoo-commits

commit:     5843f3fd33399c02ec4b534da5075122f1e32ec9
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  4 06:35:51 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Dec  4 06:35:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5843f3fd

net-im/discord-canary-bin: add 0.0.205

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

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

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 36caf96a01..c8b422c793 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1,2 @@
 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.205.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.205.ebuild
new file mode 100644
index 0000000000..8024346a71
--- /dev/null
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.205.ebuild
@@ -0,0 +1,91 @@
+# 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}
+}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2023-12-04  7:11 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-12-04  6:37 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-12-04  6:37 UTC (permalink / raw
  To: gentoo-commits

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}
-}


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-12-06  8:09 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-12-06  8:09 UTC (permalink / raw
  To: gentoo-commits

commit:     1aa229427f88ae7ad07e628b53d6398956b28275
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  6 08:05:55 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Wed Dec  6 08:05:55 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1aa22942

net-im/discord-canary-bin: add 0.0.210, drop 0.0.205

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.205.ebuild => discord-canary-bin-0.0.210.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 82f699df1b..8cbb275c06 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.205.deb 92533924 BLAKE2B dd46bdd8cdf5fbc645ba60cf27156d31323bb9d0c839dfc232b00cef2e3e34d1af0a4dbf54e6df0df68d849c325bc44f9e73e5eef34a136dad94cdb68dff1bd7 SHA512 94c15688500867044d9ca7d3036d01e1c7c1b72b3acfd7e12fbd3618e3394f99b757cea19c017924186d2e9604cc79e35981d633fabf69005122af2f9ef84893
+DIST discord-canary-0.0.210.deb 92533936 BLAKE2B 39a30218de700569abd6ae4fb6cbe8d53c4dd9ead46a39b1bd801020ff2f4d2712d5e40fa9fb53886c0eaad513fad526741a68d0f99123a8c18e227e95d67712 SHA512 a3587c95f3c66c51375ab43e30e91df982807ac1c3f3f5b9dd22a4f9dbee67808ec0273bf783fc671dd8d094f26ecc02fbab27251ecba676f6a6940c26c585bc

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.205.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.210.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.205.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.210.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-12-08 18:22 Niko Huuskonen
  0 siblings, 0 replies; 70+ messages in thread
From: Niko Huuskonen @ 2023-12-08 18:22 UTC (permalink / raw
  To: gentoo-commits

commit:     b16c152f42d8c3a4a7525cb548553c3d47e41137
Author:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
AuthorDate: Fri Dec  8 18:21:00 2023 +0000
Commit:     Niko Huuskonen <niko.huuskonen.00 <AT> gmail <DOT> com>
CommitDate: Fri Dec  8 18:21:00 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b16c152f

net-im/discord-canary-bin: update 0.0.210 -> 0.0.212

Signed-off-by: Niko Huuskonen <niko.huuskonen.00 <AT> gmail.com>

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.210.ebuild => discord-canary-bin-0.0.212.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 8cbb275c06..3f91be8fd2 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.210.deb 92533936 BLAKE2B 39a30218de700569abd6ae4fb6cbe8d53c4dd9ead46a39b1bd801020ff2f4d2712d5e40fa9fb53886c0eaad513fad526741a68d0f99123a8c18e227e95d67712 SHA512 a3587c95f3c66c51375ab43e30e91df982807ac1c3f3f5b9dd22a4f9dbee67808ec0273bf783fc671dd8d094f26ecc02fbab27251ecba676f6a6940c26c585bc
+DIST discord-canary-0.0.212.deb 92533926 BLAKE2B e8c0238f988c795df86eb022d208f402c3a78c13209ad26e7f5b8b0169c527587deb567ac86808333fa57eca81b41a4171297e2db92d6697273594147e2d8a4b SHA512 68d486cee717e229422218a673f279b31853425d51324ba9944d48b61433e0ef01ed749652c04acc509f87ac123fbf8fd9a15dc853e0a8b3870401f9dbd6cc1a

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.210.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.212.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.210.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.212.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2023-12-11  6:50 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-12-11  6:12 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-12-11  6:12 UTC (permalink / raw
  To: gentoo-commits

commit:     a32f9d2be26ebc1cc191e2ce83d3221888b80c34
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 11 06:11:29 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Dec 11 06:11:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a32f9d2b

net-im/discord-canary-bin: add 0.0.213, drop 0.0.212

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.212.ebuild => discord-canary-bin-0.0.213.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 3f91be8fd2..a6f69067ab 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.212.deb 92533926 BLAKE2B e8c0238f988c795df86eb022d208f402c3a78c13209ad26e7f5b8b0169c527587deb567ac86808333fa57eca81b41a4171297e2db92d6697273594147e2d8a4b SHA512 68d486cee717e229422218a673f279b31853425d51324ba9944d48b61433e0ef01ed749652c04acc509f87ac123fbf8fd9a15dc853e0a8b3870401f9dbd6cc1a
+DIST discord-canary-0.0.213.deb 92534150 BLAKE2B 57438622d80fe4f314e37abcec63b3943b4e0561a218b00bd112811f45f1dd37ccd9d18ffc88f8543058c161cfb1f87e9916cdca83e2c36f9a53d672203350f1 SHA512 8db3e9f3ddb28f6d2c1141119697c69d00015a08ab8df885abb3d51697b3b5863412cd00e52629492652d79c03b0abef533854d7a075aa6c932ebae15cac558e

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.212.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.213.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.212.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.213.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2023-12-12  6:19 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-12-12  6:17 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-12-12  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4a9f646d0fd9e7363aa94c271f57f4caf629fb1d
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 12 06:17:09 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Tue Dec 12 06:17:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4a9f646d

net-im/discord-canary-bin: add 0.0.218, drop 0.0.213

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.213.ebuild => discord-canary-bin-0.0.218.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index a6f69067ab..1f3f60a603 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.213.deb 92534150 BLAKE2B 57438622d80fe4f314e37abcec63b3943b4e0561a218b00bd112811f45f1dd37ccd9d18ffc88f8543058c161cfb1f87e9916cdca83e2c36f9a53d672203350f1 SHA512 8db3e9f3ddb28f6d2c1141119697c69d00015a08ab8df885abb3d51697b3b5863412cd00e52629492652d79c03b0abef533854d7a075aa6c932ebae15cac558e
+DIST discord-canary-0.0.218.deb 92534154 BLAKE2B 44a80c77d0a9fd693458f4d30a12002936ca2577de04f5245c8742338682b862bbda31e446162729929911c222867c60ef8cb1e6bb5aa06a21c459272f948358 SHA512 962ec67d45c6282582f6f269fcb699452b3bf41631e4f930c339740c9cc5dfd4c486a2aa4c57d655ec2ba15881490f0f406982dcf9e363b2cddc88d216bf6a19

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.213.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.218.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.213.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.218.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2023-12-14  7:25 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-12-14  7:06 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-12-14  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     243f9db5e03b598196a59a3a5a887b71c5718d6b
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 07:05:49 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 07:05:59 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=243f9db5

net-im/discord-canary-bin: add 0.0.221, drop 0.0.218

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.218.ebuild => discord-canary-bin-0.0.221.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 1f3f60a603..c6aef186f1 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.218.deb 92534154 BLAKE2B 44a80c77d0a9fd693458f4d30a12002936ca2577de04f5245c8742338682b862bbda31e446162729929911c222867c60ef8cb1e6bb5aa06a21c459272f948358 SHA512 962ec67d45c6282582f6f269fcb699452b3bf41631e4f930c339740c9cc5dfd4c486a2aa4c57d655ec2ba15881490f0f406982dcf9e363b2cddc88d216bf6a19
+DIST discord-canary-0.0.221.deb 92534152 BLAKE2B 60a73cf5f21f06d99d88a30aef7d0e9caad9605b86740e6f869aed31ee9b5a19c407a6fd8d1ef106daded43984d91c551d485f4788fd26ced5ed2581cb2395b7 SHA512 91e7f3b47cf3e928e7dfefc9923d983dbecc135363cbf9c150252eeff9c5edb269a4beced7fcdcad197f92a943536afbf8a79e3e9bb70858f9e46dae885d3818

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.218.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.221.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.218.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.221.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2023-12-15  6:02 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-12-15  6:02 UTC (permalink / raw
  To: gentoo-commits

commit:     e0db802455790bcfedd8098e374ed6d6d0970bee
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 06:02:27 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 06:02:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e0db8024

net-im/discord-canary-bin: add 0.0.224, drop 0.0.221

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.221.ebuild => discord-canary-bin-0.0.224.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index c6aef186f1..f8cad18d48 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.221.deb 92534152 BLAKE2B 60a73cf5f21f06d99d88a30aef7d0e9caad9605b86740e6f869aed31ee9b5a19c407a6fd8d1ef106daded43984d91c551d485f4788fd26ced5ed2581cb2395b7 SHA512 91e7f3b47cf3e928e7dfefc9923d983dbecc135363cbf9c150252eeff9c5edb269a4beced7fcdcad197f92a943536afbf8a79e3e9bb70858f9e46dae885d3818
+DIST discord-canary-0.0.224.deb 92534488 BLAKE2B b5a77552cf2c80afb462ca27efa94e2f6c33dd56decdafa8817dc63dfa1bc1146581588c56541ffb009efe460d9d297296cf8ceb1c4bef1f6e95a7e627e31541 SHA512 27b79596c6567e5da9ffeb4d795c41228cd765105255b794f2f68eddbe65cbb336aee3893161d9184d700661f63f8d1ae3bbaadebc0d4c76da91097d9d5ac4ec

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.221.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.224.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.221.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.224.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2023-12-18  6:33 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-12-18  6:33 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-12-18  6:33 UTC (permalink / raw
  To: gentoo-commits

commit:     69b4a09a2d77482ffbda65b1b5d56dd81a2af443
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 18 06:32:35 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Dec 18 06:32:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69b4a09a

net-im/discord-canary-bin: add 0.0.225, drop 0.0.224

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.224.ebuild => discord-canary-bin-0.0.225.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index f8cad18d48..5fba097b19 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.224.deb 92534488 BLAKE2B b5a77552cf2c80afb462ca27efa94e2f6c33dd56decdafa8817dc63dfa1bc1146581588c56541ffb009efe460d9d297296cf8ceb1c4bef1f6e95a7e627e31541 SHA512 27b79596c6567e5da9ffeb4d795c41228cd765105255b794f2f68eddbe65cbb336aee3893161d9184d700661f63f8d1ae3bbaadebc0d4c76da91097d9d5ac4ec
+DIST discord-canary-0.0.225.deb 92534540 BLAKE2B 42eeb62710536538472f117a9c0b203854b81537a86350b64539d42845a8656f7139786c7cf0fc09ad73e70d536a054c9c2bf521891fede727fe7049cf5ac5e8 SHA512 aa2bbe9808add22d3e6abe243cc15d938033dbe325c78de2bd1673bdd53a3155e05f141afbde218102da1f255388243dc52102a60160275b3a1ded24a95165df

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.224.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.225.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.224.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.225.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2023-12-21  6:32 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2023-12-21  6:26 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2023-12-21  6:26 UTC (permalink / raw
  To: gentoo-commits

commit:     3bb10377c68d48d62d72f74cfefc928f9056e489
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 21 06:10:48 2023 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Dec 21 06:10:48 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bb10377

net-im/discord-canary-bin: add 0.0.231, drop 0.0.225

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.225.ebuild => discord-canary-bin-0.0.231.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 5fba097b19..e0eadb213d 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.225.deb 92534540 BLAKE2B 42eeb62710536538472f117a9c0b203854b81537a86350b64539d42845a8656f7139786c7cf0fc09ad73e70d536a054c9c2bf521891fede727fe7049cf5ac5e8 SHA512 aa2bbe9808add22d3e6abe243cc15d938033dbe325c78de2bd1673bdd53a3155e05f141afbde218102da1f255388243dc52102a60160275b3a1ded24a95165df
+DIST discord-canary-0.0.231.deb 92534568 BLAKE2B f4073714616febc8824ff0774cce88de9713e31738230dbbfcd111eaa3235fdfcacb0cf7ecb99dbc1b14752508746775c168012be514f946b74c498f55f0176a SHA512 9dc744fa84f131c741d0c51d8e7a7948c0435f5ce592bddf1a9ec32990ec9036f72e987d3aefb6880aa8e8fd1d49bfd7d76bcd8597c798881b78f7cdc728f25a

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.225.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.231.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.225.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.231.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
  2024-01-04 15:19 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
@ 2024-01-04 15:04 ` Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2024-01-04 15:04 UTC (permalink / raw
  To: gentoo-commits

commit:     e6120af7a3825d9975a02a902c83b9e07a52a939
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jan  4 15:03:41 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jan  4 15:04:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e6120af7

net-im/discord-canary-bin: add 0.0.233, drop 0.0.231

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.231.ebuild => discord-canary-bin-0.0.233.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index e0eadb213d..3b82c95273 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.231.deb 92534568 BLAKE2B f4073714616febc8824ff0774cce88de9713e31738230dbbfcd111eaa3235fdfcacb0cf7ecb99dbc1b14752508746775c168012be514f946b74c498f55f0176a SHA512 9dc744fa84f131c741d0c51d8e7a7948c0435f5ce592bddf1a9ec32990ec9036f72e987d3aefb6880aa8e8fd1d49bfd7d76bcd8597c798881b78f7cdc728f25a
+DIST discord-canary-0.0.233.deb 92534522 BLAKE2B 8b75d2c77c6f80afd5ff9fc5641c219ef82d18a3baa014ed5fdd32b245edfc3b57db171e22b7b4a2a079e2b9fbdcdf5d7fa5c44385e4c7603c254cad85bb27b6 SHA512 5d8f6855e07dd275ecf40b5a7c7170256721c7564f5a40478426fef98b15ff6eea0169255f3261337e7a018359e329cdf7a768c0c36311a40dfee6e9047d766d

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.231.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.233.ebuild
similarity index 98%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.231.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.233.ebuild
index 8024346a71..13579da2a8 100644
--- a/net-im/discord-canary-bin/discord-canary-bin-0.0.231.ebuild
+++ b/net-im/discord-canary-bin/discord-canary-bin-0.0.233.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2024-01-08  7:18 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2024-01-08  7:18 UTC (permalink / raw
  To: gentoo-commits

commit:     739bcc84242f511c309a3fd873eba3b6911d1ba7
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  8 07:17:17 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jan  8 07:17:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=739bcc84

net-im/discord-canary-bin: add 0.0.235, drop 0.0.233

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.233.ebuild => discord-canary-bin-0.0.235.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 3b82c95273..891cda7a0c 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.233.deb 92534522 BLAKE2B 8b75d2c77c6f80afd5ff9fc5641c219ef82d18a3baa014ed5fdd32b245edfc3b57db171e22b7b4a2a079e2b9fbdcdf5d7fa5c44385e4c7603c254cad85bb27b6 SHA512 5d8f6855e07dd275ecf40b5a7c7170256721c7564f5a40478426fef98b15ff6eea0169255f3261337e7a018359e329cdf7a768c0c36311a40dfee6e9047d766d
+DIST discord-canary-0.0.235.deb 92534568 BLAKE2B 6491b5c9b7086e2399c8157a49ef767108c22a232cf6c2482b35d202ac1ca1ba8af71f62218c84ad5b4e3b85b9a544f81e1d2b6bac8b2177fcc002496109b5b8 SHA512 44b80c16d56b7892010e37e247ba848e4f9c882d341a0a832b9c09a8060548cc5b40b9b20f4de4e18765cddd284885c192bca35dad144e9552d9a0eaadd343ab

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.233.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.235.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.233.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.235.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2024-01-11  7:15 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2024-01-11  7:15 UTC (permalink / raw
  To: gentoo-commits

commit:     0d50780a38f49e3b6cc0c78fd11fe17850e2aeb4
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 07:10:36 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 07:10:36 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0d50780a

net-im/discord-canary-bin: add 0.0.244, drop 0.0.235

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.235.ebuild => discord-canary-bin-0.0.244.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 891cda7a0c..3af289b4d3 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.235.deb 92534568 BLAKE2B 6491b5c9b7086e2399c8157a49ef767108c22a232cf6c2482b35d202ac1ca1ba8af71f62218c84ad5b4e3b85b9a544f81e1d2b6bac8b2177fcc002496109b5b8 SHA512 44b80c16d56b7892010e37e247ba848e4f9c882d341a0a832b9c09a8060548cc5b40b9b20f4de4e18765cddd284885c192bca35dad144e9552d9a0eaadd343ab
+DIST discord-canary-0.0.244.deb 92534518 BLAKE2B d8371cf34d21b64f0159c8fca9658f57ec3b58cfec9a36d788a33cb64ce464b65ccd434f36fc28e85c08613a9aa31e5bf6190f0304a5ba784ce7e4872cb65512 SHA512 94e00a08041eec60f4140450194ddbfd471d1d79fac014c37a3f758e10d48da75835b49b56aaf43d47846bb60fb3396f1b7e6fbf44436da2e5d16fa92dbd7f51

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.235.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.244.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.235.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.244.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2024-01-15  7:00 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2024-01-15  7:00 UTC (permalink / raw
  To: gentoo-commits

commit:     76a142ad09923aaf3c528f39ff5a6cd793df68f4
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 06:59:56 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 06:59:56 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76a142ad

net-im/discord-canary-bin: add 0.0.248, drop 0.0.244

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.244.ebuild => discord-canary-bin-0.0.248.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 3af289b4d3..4cdcf4937b 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.244.deb 92534518 BLAKE2B d8371cf34d21b64f0159c8fca9658f57ec3b58cfec9a36d788a33cb64ce464b65ccd434f36fc28e85c08613a9aa31e5bf6190f0304a5ba784ce7e4872cb65512 SHA512 94e00a08041eec60f4140450194ddbfd471d1d79fac014c37a3f758e10d48da75835b49b56aaf43d47846bb60fb3396f1b7e6fbf44436da2e5d16fa92dbd7f51
+DIST discord-canary-0.0.248.deb 92534508 BLAKE2B 758d60892cfe82d817b0acc5e5cf678cda089c155e0083adea0423b32d83ee7931928bfb31646e85a7fef275a35f046c28fff8cc62dbf3134d2ad36ec56c9ed3 SHA512 c40bdbbe3cca375f4b025c3c43e46d26617868292ed6f16b1eaee47ff01f636b3bd2dce5ae6f7316f90a4cd24c7dd5c65fcc9f67551d707ca23996ad7b05a061

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.244.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.248.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.244.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.248.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2024-01-18 12:56 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2024-01-18 12:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c53363ea0d19520565b082a715ad2edf12959287
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 18 12:55:34 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jan 18 12:55:34 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c53363ea

net-im/discord-canary-bin: add 0.0.249, drop 0.0.248

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.248.ebuild => discord-canary-bin-0.0.249.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 4cdcf4937b..15d413b77c 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.248.deb 92534508 BLAKE2B 758d60892cfe82d817b0acc5e5cf678cda089c155e0083adea0423b32d83ee7931928bfb31646e85a7fef275a35f046c28fff8cc62dbf3134d2ad36ec56c9ed3 SHA512 c40bdbbe3cca375f4b025c3c43e46d26617868292ed6f16b1eaee47ff01f636b3bd2dce5ae6f7316f90a4cd24c7dd5c65fcc9f67551d707ca23996ad7b05a061
+DIST discord-canary-0.0.249.deb 92534508 BLAKE2B 2c393db4781e9711155a12e1ba7b96df42b52c5e2e12f3b17e929d9ee5395219ab0f04cf25427d2580c383342410156bcee9fa0d2d149298bef870d113c11fae SHA512 20a3e09e3f53bc360ab348b9755a104d8877a44bbb56a8949ff1c548ba967df7d1fb2c709b5b741d2237d2c87f930aa42f6573d67e0cacd3ab7e44f8633aa33e

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.248.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.249.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.248.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.249.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2024-01-22  6:47 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2024-01-22  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     80cddfbac1894c9190a46c34fd6baf190191e5c2
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 22 06:47:16 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Mon Jan 22 06:47:16 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=80cddfba

net-im/discord-canary-bin: add 0.0.251, drop 0.0.249

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.249.ebuild => discord-canary-bin-0.0.251.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 15d413b77c..f8da1c4720 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.249.deb 92534508 BLAKE2B 2c393db4781e9711155a12e1ba7b96df42b52c5e2e12f3b17e929d9ee5395219ab0f04cf25427d2580c383342410156bcee9fa0d2d149298bef870d113c11fae SHA512 20a3e09e3f53bc360ab348b9755a104d8877a44bbb56a8949ff1c548ba967df7d1fb2c709b5b741d2237d2c87f930aa42f6573d67e0cacd3ab7e44f8633aa33e
+DIST discord-canary-0.0.251.deb 100770462 BLAKE2B 46035b46bb02555297965d8cfb58977391370eb98aa7efe9bc956e66970f91b70e8cc163badc2a4ed831323213cf38579708fcbe4f060d4a1b619ab83f9e9ffa SHA512 330765d92c70e4bccd16c50bb8cfe19b211d7513131655b48c2bf85385786bde755da9677647a9b879b7cf617bcc72735ccc5f4dcd30750e485d737d0b395659

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.249.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.251.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.249.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.251.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2024-01-25  7:24 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2024-01-25  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     e4538ef1ac2ab9fdcd55a2fa31fd89cb0a26fbe2
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 07:05:07 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 07:05:07 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e4538ef1

net-im/discord-canary-bin: add 0.0.255, drop 0.0.251

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.251.ebuild => discord-canary-bin-0.0.255.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index f8da1c4720..6d05c52b44 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.251.deb 100770462 BLAKE2B 46035b46bb02555297965d8cfb58977391370eb98aa7efe9bc956e66970f91b70e8cc163badc2a4ed831323213cf38579708fcbe4f060d4a1b619ab83f9e9ffa SHA512 330765d92c70e4bccd16c50bb8cfe19b211d7513131655b48c2bf85385786bde755da9677647a9b879b7cf617bcc72735ccc5f4dcd30750e485d737d0b395659
+DIST discord-canary-0.0.255.deb 100771184 BLAKE2B a07a2b0434ca862ee4a80935085250bf513e6d55b3e361382dbfe06758fc8e408c48ee1fb582a1a794df10f40f38a0f917f62fe4db9a67be0ec2532e849e079f SHA512 485c447cf0333d79bb16ace30288411e24e976c3620eb86dbc48afe7737ea1e40bb9b2154a2137a9a48824affa675e6d6dcd2f5b7d2f55b90f6fd3421b1679a6

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.251.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.255.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.251.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.255.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary-bin/
@ 2024-03-15  6:43 Viorel Munteanu
  0 siblings, 0 replies; 70+ messages in thread
From: Viorel Munteanu @ 2024-03-15  6:43 UTC (permalink / raw
  To: gentoo-commits

commit:     d255cc0253026cd27152757e6a1db153b31f3ef0
Author:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 15 06:33:57 2024 +0000
Commit:     Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Mar 15 06:33:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d255cc02

net-im/discord-canary-bin: add 0.0.306, drop 0.0.255

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

 net-im/discord-canary-bin/Manifest                                      | 2 +-
 ...cord-canary-bin-0.0.255.ebuild => discord-canary-bin-0.0.306.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/discord-canary-bin/Manifest b/net-im/discord-canary-bin/Manifest
index 6d05c52b44..6a50378cb0 100644
--- a/net-im/discord-canary-bin/Manifest
+++ b/net-im/discord-canary-bin/Manifest
@@ -1 +1 @@
-DIST discord-canary-0.0.255.deb 100771184 BLAKE2B a07a2b0434ca862ee4a80935085250bf513e6d55b3e361382dbfe06758fc8e408c48ee1fb582a1a794df10f40f38a0f917f62fe4db9a67be0ec2532e849e079f SHA512 485c447cf0333d79bb16ace30288411e24e976c3620eb86dbc48afe7737ea1e40bb9b2154a2137a9a48824affa675e6d6dcd2f5b7d2f55b90f6fd3421b1679a6
+DIST discord-canary-0.0.306.deb 100786292 BLAKE2B 052bb4c8f452b9015c603a648099b3f8447aa4082091ba417ac84bde03a690e347931ed615f18677d4103e7c7e680ab57bbb388fb8169e5a26ef5b54182d84d5 SHA512 6b5aa78862ca33a1ee35f47766321502734ed62af42496e7167237bbb54417e1379e435cbada7557d28b940f7e405cecbe680a3812a8b3d2f7d292f1d376cfeb

diff --git a/net-im/discord-canary-bin/discord-canary-bin-0.0.255.ebuild b/net-im/discord-canary-bin/discord-canary-bin-0.0.306.ebuild
similarity index 100%
rename from net-im/discord-canary-bin/discord-canary-bin-0.0.255.ebuild
rename to net-im/discord-canary-bin/discord-canary-bin-0.0.306.ebuild


^ permalink raw reply related	[flat|nested] 70+ messages in thread

end of thread, other threads:[~2024-03-15  6:43 UTC | newest]

Thread overview: 70+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-06  8:09 [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  6:43 Viorel Munteanu
2024-01-25  7:24 Viorel Munteanu
2024-01-22  6:47 Viorel Munteanu
2024-01-18 12:56 Viorel Munteanu
2024-01-15  7:00 Viorel Munteanu
2024-01-11  7:15 Viorel Munteanu
2024-01-08  7:18 Viorel Munteanu
2024-01-04 15:19 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2024-01-04 15:04 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-21  6:32 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-21  6:26 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-18  6:33 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-18  6:33 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-15  6:02 Viorel Munteanu
2023-12-14  7:25 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-14  7:06 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-12  6:19 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-12  6:17 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-11  6:50 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-11  6:12 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-08 18:22 Niko Huuskonen
2023-12-04  7:11 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-12-04  6:37 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-12-04  6:37 Viorel Munteanu
2023-12-01 20:04 Niko Huuskonen
2023-08-18  6:21 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-08-18  6:17 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-08-18  6:16 Viorel Munteanu
2023-08-17  5:15 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-08-17  5:09 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-08-17  5:09 Viorel Munteanu
2023-08-10  8:14 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-08-10  8:05 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-08-10  8:14 [gentoo-commits] repo/proj/guru:master " Viorel Munteanu
2023-08-10  8:05 ` [gentoo-commits] repo/proj/guru:dev " Viorel Munteanu
2023-07-12  8:47 Viorel Munteanu
2023-07-12  8:47 Viorel Munteanu
2023-05-27  2:21 Rahul Sandhu
2023-05-26 18:04 Niko Huuskonen
2023-03-17 16:10 Niko Huuskonen
2023-03-10 19:01 Niko Huuskonen
2023-02-19 10:09 Joe Kappus
2023-02-14  7:39 Joe Kappus
2023-02-11 20:01 Niko Huuskonen
2023-02-10 18:05 Niko Huuskonen
2023-01-15 11:54 Marcin Woźniak
2023-01-14  9:32 Niko Huuskonen
2022-12-10 15:55 Niko Huuskonen
2022-12-06 17:38 Marcin Woźniak
2022-12-06 17:34 Marcin Woźniak
2022-11-27  0:22 Marcin Woźniak
2022-10-21 18:30 Marcin Woźniak
2022-09-03 22:49 Marcin Woźniak
2022-05-26 23:10 Marcin Woźniak
2022-03-07 12:31 Adel KARA SLIMANE
2022-02-11 20:08 Adel KARA SLIMANE
2022-01-11 23:57 Adel KARA SLIMANE
2021-09-21 22:51 Adel KARA SLIMANE
2021-09-19 18:34 Marcin Woźniak
2021-09-01 21:32 Adel KARA SLIMANE
2021-08-27 18:56 Adel KARA SLIMANE
2021-08-27 10:30 Abtin Matthew Bakhtiari
2021-06-29 20:48 Abtin Matthew Bakhtiari
2021-06-29  2:55 Abtin Matthew Bakhtiari
2021-06-15 20:54 Octiabrina Terrien-Puig
2021-06-03 17:12 Adel KARA SLIMANE
2021-05-22 19:53 Octiabrina Terrien-Puig
2021-05-22 12:01 Marcin Woźniak
2021-05-14 17:43 Octiabrina Terrien-Puig
2021-05-14  1:05 Octiabrina Terrien-Puig
2021-03-24  9:05 Andrew Ammerlaan
2021-02-18 10:44 Andrew Ammerlaan
2020-12-18 15:25 Andrew Ammerlaan
2020-11-12 19:46 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-11-12 19:46 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-11-11 11:17 Marcin Woźniak
2020-11-11 11:13 Marcin Woźniak
2020-08-09 16:17 Marcin Woźniak
2020-06-09 15:52 Andrew Ammerlaan
2020-05-11  8:57 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-05-11  8:43 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-05-10 21:08 Marcin Woźniak

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox