commit: 742fc4f7877a670c87af936f105fe4646ec3e292
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 01:00:58 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 01:00:58 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=742fc4f7
net-im/discord-bin: drop sys-libs/libcxx dep
This doesn't appear to be needed and is
odd for a binary package.
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-im/discord-bin/discord-bin-0.0.12.ebuild | 17 ++---------------
1 file changed, 2 insertions(+), 15 deletions(-)
diff --git a/net-im/discord-bin/discord-bin-0.0.12.ebuild
b/net-im/discord-bin/discord-bin-0.0.12.ebuild
index 4ceb97f74dc..cffd5a6de94 100644
--- a/net-im/discord-bin/discord-bin-0.0.12.ebuild
+++ b/net-im/discord-bin/discord-bin-0.0.12.ebuild
@@ -6,7 +6,7 @@ EAPI=7
MY_PN=${PN/-bin/}
MY_BIN="D${MY_PN/d/}"
-inherit desktop pax-utils unpacker xdg-utils
+inherit desktop pax-utils unpacker xdg
DESCRIPTION="All-in-one voice and text chat for gamers"
HOMEPAGE="https://discordapp.com"
@@ -31,7 +31,6 @@ RDEPEND="
net-print/cups
sys-apps/dbus
sys-apps/util-linux
- sys-libs/libcxx
x11-libs/cairo
x11-libs/gdk-pixbuf:2
x11-libs/gtk+:3
@@ -50,7 +49,7 @@ RDEPEND="
x11-libs/pango
"
-S=${WORKDIR}
+S="${WORKDIR}"
QA_PREBUILT="
opt/discord/${MY_BIN}
@@ -83,15 +82,3 @@ src_install() {
pax-mark -m "${ED}"/opt/${MY_PN}/${MY_PN}
}
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_mimeinfo_database_update
- xdg_icon_cache_update
-}