Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/discord-bin/
Date: Sat, 12 Sep 2020 01:05:49
Message-Id: 1599872458.742fc4f7877a670c87af936f105fe4646ec3e292.sam@gentoo
1 commit: 742fc4f7877a670c87af936f105fe4646ec3e292
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 01:00:58 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 01:00:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742fc4f7
7
8 net-im/discord-bin: drop sys-libs/libcxx dep
9
10 This doesn't appear to be needed and is
11 odd for a binary package.
12
13 Package-Manager: Portage-3.0.4, Repoman-3.0.1
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 net-im/discord-bin/discord-bin-0.0.12.ebuild | 17 ++---------------
17 1 file changed, 2 insertions(+), 15 deletions(-)
18
19 diff --git a/net-im/discord-bin/discord-bin-0.0.12.ebuild b/net-im/discord-bin/discord-bin-0.0.12.ebuild
20 index 4ceb97f74dc..cffd5a6de94 100644
21 --- a/net-im/discord-bin/discord-bin-0.0.12.ebuild
22 +++ b/net-im/discord-bin/discord-bin-0.0.12.ebuild
23 @@ -6,7 +6,7 @@ EAPI=7
24 MY_PN=${PN/-bin/}
25 MY_BIN="D${MY_PN/d/}"
26
27 -inherit desktop pax-utils unpacker xdg-utils
28 +inherit desktop pax-utils unpacker xdg
29
30 DESCRIPTION="All-in-one voice and text chat for gamers"
31 HOMEPAGE="https://discordapp.com"
32 @@ -31,7 +31,6 @@ RDEPEND="
33 net-print/cups
34 sys-apps/dbus
35 sys-apps/util-linux
36 - sys-libs/libcxx
37 x11-libs/cairo
38 x11-libs/gdk-pixbuf:2
39 x11-libs/gtk+:3
40 @@ -50,7 +49,7 @@ RDEPEND="
41 x11-libs/pango
42 "
43
44 -S=${WORKDIR}
45 +S="${WORKDIR}"
46
47 QA_PREBUILT="
48 opt/discord/${MY_BIN}
49 @@ -83,15 +82,3 @@ src_install() {
50
51 pax-mark -m "${ED}"/opt/${MY_PN}/${MY_PN}
52 }
53 -
54 -pkg_postinst() {
55 - xdg_desktop_database_update
56 - xdg_mimeinfo_database_update
57 - xdg_icon_cache_update
58 -}
59 -
60 -pkg_postrm() {
61 - xdg_desktop_database_update
62 - xdg_mimeinfo_database_update
63 - xdg_icon_cache_update
64 -}