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

Reply via email to