Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@××××××.net>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/discord-canary/
Date: Mon, 11 May 2020 08:39:24
Message-Id: 1589186349.c4b0b1ac8762424d4b3e8373b215323dfc0d9f30.andrewammerlaan@gentoo
1 commit: c4b0b1ac8762424d4b3e8373b215323dfc0d9f30
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Mon May 11 08:39:09 2020 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
5 CommitDate: Mon May 11 08:39:09 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c4b0b1ac
7
8 net-im: clean up old discord-canary
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12
13 net-im/discord-canary/Manifest | 1 -
14 .../discord-canary/discord-canary-0.0.103.ebuild | 67 ----------------------
15 net-im/discord-canary/metadata.xml | 8 ---
16 3 files changed, 76 deletions(-)
17
18 diff --git a/net-im/discord-canary/Manifest b/net-im/discord-canary/Manifest
19 deleted file mode 100644
20 index c9fbd62..0000000
21 --- a/net-im/discord-canary/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST discord-canary-0.0.103.tar.gz 68577002 BLAKE2B ec25101d595d42bfb2e4c867f535ee957241d46e11b407affda00b69c7fa57e5c9b644bee10866838531f5de1d90bc0d74ea2f1f0a7b6fd018e19117cd0be964 SHA512 d1f83e51fb15d7d414dc0a1fea67a5a4a66cf1afa6460a5f58cb1f807015b74de10327117475a8971f5ab7d79dd51e6bde25588e6a5264eebd9f505ba053127c
25
26 diff --git a/net-im/discord-canary/discord-canary-0.0.103.ebuild b/net-im/discord-canary/discord-canary-0.0.103.ebuild
27 deleted file mode 100644
28 index fcdb7ef..0000000
29 --- a/net-im/discord-canary/discord-canary-0.0.103.ebuild
30 +++ /dev/null
31 @@ -1,67 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -inherit desktop eutils xdg
38 -
39 -DESCRIPTION="All-in-one voice and text chat"
40 -
41 -HOMEPAGE="https://discordapp.com/"
42 -
43 -SRC_URI="https://dl-canary.discordapp.net/apps/linux/${PV}/discord-canary-${PV}.tar.gz"
44 -RESTRICT="mirror bindist"
45 -KEYWORDS="~amd64"
46 -
47 -SLOT="0"
48 -LICENSE="all-rights-reserved"
49 -RDEPEND=""
50 -DEPEND="${RDEPEND}
51 - sys-libs/libcxx
52 - dev-libs/expat
53 - dev-libs/nss
54 - gnome-base/gconf
55 - media-gfx/graphite2
56 - media-libs/alsa-lib
57 - media-libs/libpng
58 - net-print/cups
59 - net-libs/gnutls
60 - sys-libs/zlib
61 - x11-libs/gtk+
62 - x11-libs/libnotify
63 - x11-libs/libxcb
64 - x11-libs/libXtst
65 - media-libs/opus"
66 -
67 -S=${WORKDIR}/DiscordCanary
68 -
69 -QA_PREBUILT="
70 - opt/discord-canary/DiscordCanary
71 - opt/discord-canary/libEGL.so
72 - opt/discord-canary/libGLESv2.so
73 - opt/discord-canary/swiftshader/libEGL.so
74 - opt/discord-canary/swiftshader/libGLESv2.so
75 - opt/discord-canary/libVkICD_mock_icd.so
76 - opt/discord-canary/libffmpeg.so
77 -"
78 -
79 -src_install() {
80 - local destdir="/opt/${PN}"
81 -
82 - insinto $destdir
83 - doins -r locales resources
84 - doins \
85 - *.pak \
86 - *.png \
87 - *.dat \
88 - *.bin \
89 - *.so
90 -
91 - exeinto $destdir
92 - doexe DiscordCanary
93 -
94 - dosym $destdir/DiscordCanary /usr/bin/discord-canary
95 - make_desktop_entry discord Discord \
96 - "/opt/discord-canary/discord.png" \
97 - Network
98 -}
99
100 diff --git a/net-im/discord-canary/metadata.xml b/net-im/discord-canary/metadata.xml
101 deleted file mode 100644
102 index 7bb0ff7..0000000
103 --- a/net-im/discord-canary/metadata.xml
104 +++ /dev/null
105 @@ -1,8 +0,0 @@
106 -<?xml version="1.0" encoding="UTF-8"?>
107 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
108 -<pkgmetadata>
109 - <maintainer type="person">
110 - <email>y0rune@×××.com</email>
111 - <name>Marcin Woźniak</name>
112 - </maintainer>
113 -</pkgmetadata>