diff options
author | Johannes Huber <johu@gentoo.org> | 2017-01-29 21:21:52 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-01-29 21:21:52 +0100 |
commit | 37d2f0db3da8d264c11c97819f31f7e755ec7470 (patch) | |
tree | ac3a46169f3fe5139708b262f13654d8289e95e6 | |
parent | net-im/discord-bin: Fix desktop file (diff) | |
download | johu-37d2f0db3da8d264c11c97819f31f7e755ec7470.tar.gz johu-37d2f0db3da8d264c11c97819f31f7e755ec7470.tar.bz2 johu-37d2f0db3da8d264c11c97819f31f7e755ec7470.zip |
net-im/discord-bin: Remove pkg
Moved to gentoo main tree.
-rw-r--r-- | net-im/discord-bin/Manifest | 1 | ||||
-rw-r--r-- | net-im/discord-bin/discord-bin-0.0.1.ebuild | 92 | ||||
-rw-r--r-- | net-im/discord-bin/metadata.xml | 8 |
3 files changed, 0 insertions, 101 deletions
diff --git a/net-im/discord-bin/Manifest b/net-im/discord-bin/Manifest deleted file mode 100644 index 3bcdba2..0000000 --- a/net-im/discord-bin/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST discord-0.0.1.deb 36757016 SHA256 b202ce5475544605816f4145481ac7d12640b45599dea3118b521e99656e9366 SHA512 e7013a95ee6be4eea9cec94be5546a4ebd51295fb8e83a0fd436ccf261480caa891454946f08c3d23e23e6ad7201675e3e934dba1173b1ecc291c8e8d911b27f WHIRLPOOL ef13d695a66c72316fa90b82c7e312a0ce16b1dec4a0da6648d9e8b0840af43474b31aae1987e66507c3dcb34a54b090b70b2f44f072db4f434c7268d5781dc4 diff --git a/net-im/discord-bin/discord-bin-0.0.1.ebuild b/net-im/discord-bin/discord-bin-0.0.1.ebuild deleted file mode 100644 index 5473000..0000000 --- a/net-im/discord-bin/discord-bin-0.0.1.ebuild +++ /dev/null @@ -1,92 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -MY_PN=${PN/-bin/} -inherit eutils gnome2-utils unpacker - -DESCRIPTION="All-in-one voice and text chat for gamers" -HOMEPAGE="https://discordapp.com" -SRC_URI="https://dl.discordapp.net/apps/linux/${PV}/${MY_PN}-${PV}.deb" - -LICENSE="no-source-code" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND=" - dev-libs/atk - dev-libs/expat - dev-libs/glib:2 - dev-libs/nspr - dev-libs/nss - gnome-base/gconf:2 - media-libs/alsa-lib - media-libs/fontconfig:1.0 - media-libs/freetype:2 - net-print/cups - sys-apps/dbus - x11-libs/cairo - x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:2 - x11-libs/libX11 - x11-libs/libXScrnSaver - 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} - -RESTRICT="mirror" - -QA_PREBUILT=" - opt/discord/share/discord/Discord - opt/discord/share/discord/libnode.so - opt/discord/share/discord/libffmpeg.so -" - -src_unpack() { - unpack_deb ${A} -} - -src_prepare() { - default - - sed -i \ - -e "s:/usr/share/discord/Discord:discord:g" \ - usr/share/${MY_PN}/${MY_PN}.desktop || die -} - -src_install() { - insinto /opt/${MY_PN} - doins -r usr/. - - fperms +x /opt/${MY_PN}/bin/${MY_PN} - dosym /opt/${MY_PN}/bin/${MY_PN} /usr/bin/${MY_PN} - dosym /opt/${MY_PN}/share/applications/${MY_PN}.desktop \ - /usr/share/applications/${MY_PN}.desktop - dosym /opt/${MY_PN}/share/pixmaps/${MY_PN}.png \ - /usr/share/pixmaps/${MY_PN}.png -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/net-im/discord-bin/metadata.xml b/net-im/discord-bin/metadata.xml deleted file mode 100644 index 15fd2f3..0000000 --- a/net-im/discord-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>johu@gentoo.org</email> - <name>Johannes Huber</name> - </maintainer> -</pkgmetadata> |