commit:     db3c33d0249e134275261066984c6f417c4d9602
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp 
<DOT> ua>
AuthorDate: Sun Jan  5 17:13:15 2020 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 15 08:44:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db3c33d0

net-im/gitter-bin: EAPI 7 and wrt 698282, 740666, 740652

1. EAPI 7
2. Bug 698282
3. Replace gnome2-utils by xdg
4. Use https in HOMEPAGE
5. Bug 740666
6. Bug 740652

Closes: https://bugs.gentoo.org/698282
Closes: https://bugs.gentoo.org/740666
Closes: https://bugs.gentoo.org/740652
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Closes: https://github.com/gentoo/gentoo/pull/14250
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-im/gitter-bin/gitter-bin-4.1.0-r1.ebuild | 99 ++++++++++++++++++++++++++++
 1 file changed, 99 insertions(+)

diff --git a/net-im/gitter-bin/gitter-bin-4.1.0-r1.ebuild 
b/net-im/gitter-bin/gitter-bin-4.1.0-r1.ebuild
new file mode 100644
index 00000000000..cff11e1e479
--- /dev/null
+++ b/net-im/gitter-bin/gitter-bin-4.1.0-r1.ebuild
@@ -0,0 +1,99 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+MY_PN="${PN/-bin/}"
+
+inherit desktop multilib-build pax-utils unpacker xdg
+
+QA_PREBUILT="opt/gitter/pnacl/pnacl_public_x86_64_libcrt_platform_a
+       opt/gitter/pnacl/pnacl_public_x86_64_pnacl_llc_nexe
+       opt/gitter/pnacl/pnacl_public_x86_64_ld_nexe
+       opt/gitter/pnacl/pnacl_public_x86_64_pnacl_sz_nexe
+       opt/gitter/payload
+       opt/gitter/swiftshader/libEGL.so
+       opt/gitter/swiftshader/libGLESv2.so
+       opt/gitter/chromedriver
+       opt/gitter/lib/libnw.so
+       opt/gitter/lib/libnode.so
+       opt/gitter/lib/libffmpeg.so
+       opt/gitter/nacl_helper
+       opt/gitter/nwjc
+       opt/gitter/nacl_irt_x86_64.nexe
+       opt/gitter/Gitter"
+QA_FLAGS_IGNORED="/opt/gitter/minidump_stackwalk
+       /opt/gitter/nacl_helper_bootstrap"
+
+DESCRIPTION="Chat and network platform"
+HOMEPAGE="https://www.gitter.im";
+SRC_URI="
+       amd64? ( https://update.gitter.im/linux64/${MY_PN}_${PV}_amd64.deb )
+       x86? ( https://update.gitter.im/linux32/${MY_PN}_${PV}_i386.deb )"
+
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+IUSE=""
+RESTRICT="bindist mirror"
+
+RDEPEND="dev-libs/atk:0[${MULTILIB_USEDEP}]
+       dev-libs/expat:0[${MULTILIB_USEDEP}]
+       dev-libs/glib:2[${MULTILIB_USEDEP}]
+       dev-libs/nspr:0[${MULTILIB_USEDEP}]
+       dev-libs/nss:0[${MULTILIB_USEDEP}]
+       media-libs/alsa-lib:0[${MULTILIB_USEDEP}]
+       net-print/cups:0[${MULTILIB_USEDEP}]
+       sys-apps/dbus:0[${MULTILIB_USEDEP}]
+       x11-libs/cairo:0[${MULTILIB_USEDEP}]
+       x11-libs/gdk-pixbuf:2[${MULTILIB_USEDEP}]
+       x11-libs/gtk+:3[${MULTILIB_USEDEP}]
+       x11-libs/libX11:0[${MULTILIB_USEDEP}]
+       x11-libs/libxcb:0/1.12[${MULTILIB_USEDEP}]
+       x11-libs/libXcomposite:0[${MULTILIB_USEDEP}]
+       x11-libs/libXcursor:0[${MULTILIB_USEDEP}]
+       x11-libs/libXdamage:0[${MULTILIB_USEDEP}]
+       x11-libs/libXext:0[${MULTILIB_USEDEP}]
+       x11-libs/libXfixes:0[${MULTILIB_USEDEP}]
+       x11-libs/libXi:0[${MULTILIB_USEDEP}]
+       x11-libs/libXrandr:0[${MULTILIB_USEDEP}]
+       x11-libs/libXrender:0[${MULTILIB_USEDEP}]
+       x11-libs/libXScrnSaver:0[${MULTILIB_USEDEP}]
+       x11-libs/libXtst:0[${MULTILIB_USEDEP}]
+       x11-libs/pango:0[${MULTILIB_USEDEP}]"
+BDEPEND="sys-apps/fix-gnustack"
+
+S="${WORKDIR}"
+
+src_prepare() {
+       default
+
+       local arch
+       arch="$(usex amd64 "64" "32")"
+
+       # Modify desktop file to use common paths
+       sed -i \
+               -e '/Exec/s/=.*/=\/usr\/bin\/gitter/' \
+               -e '/Icon/s/=.*/=\/usr\/share\/pixmaps\/gitter.png/' \
+               opt/Gitter/linux"${arch}"/gitter.desktop || die "sed failed"
+}
+
+src_install() {
+       local arch
+       arch="$(usex amd64 "64" "32")"
+
+       fix-gnustack -f opt/Gitter/linux"${arch}"/nacl_irt_x86_64.nexe > 
/dev/null \
+               || die "removing execstack flag failed"
+
+       newicon opt/Gitter/linux"${arch}"/logo.png gitter.png
+       newicon -s 256 opt/Gitter/linux"${arch}"/logo.png gitter.png
+       domenu opt/Gitter/linux"${arch}"/gitter.desktop
+
+       insinto /opt/gitter
+       doins -r opt/Gitter/linux"${arch}"/.
+       fperms +x /opt/gitter/Gitter
+       dosym ../../opt/gitter/Gitter /usr/bin/gitter
+
+       pax-mark -m "${ED}"/opt/gitter/Gitter
+}

Reply via email to