public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/gitter-bin/
Date: Fri, 29 Jan 2021 13:45:53 +0000 (UTC)	[thread overview]
Message-ID: <1611927942.8307c721d1982a9e580c1d16556f21b636f042aa.juippis@gentoo> (raw)

commit:     8307c721d1982a9e580c1d16556f21b636f042aa
Author:     Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
AuthorDate: Sat Jan 16 22:42:30 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Jan 29 13:45:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8307c721

net-im/gitter-bin: cleanup old ebuild

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Vladimir Pavljuchenkov <spiderx <AT> spiderx.dp.ua>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 net-im/gitter-bin/gitter-bin-4.1.0.ebuild | 107 ------------------------------
 net-im/gitter-bin/metadata.xml            |   3 -
 2 files changed, 110 deletions(-)

diff --git a/net-im/gitter-bin/gitter-bin-4.1.0.ebuild b/net-im/gitter-bin/gitter-bin-4.1.0.ebuild
deleted file mode 100644
index b0d7e485b68..00000000000
--- a/net-im/gitter-bin/gitter-bin-4.1.0.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MULTILIB_COMPAT=( abi_x86_{32,64} )
-MY_PN="${PN/-bin/}"
-
-inherit desktop gnome2-utils multilib-build pax-utils unpacker
-
-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"
-
-DESCRIPTION="Chat and network platform"
-HOMEPAGE="http://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="pax_kernel"
-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}]
-	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/libXtst:0[${MULTILIB_USEDEP}]
-	x11-libs/pango:0[${MULTILIB_USEDEP}]"
-DEPEND="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
-
-	use pax_kernel && pax-mark -m "${ED%/}"/opt/gitter/Gitter
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	gnome2_icon_cache_update
-}

diff --git a/net-im/gitter-bin/metadata.xml b/net-im/gitter-bin/metadata.xml
index 88b44ca0dc0..2aa6d30c64d 100644
--- a/net-im/gitter-bin/metadata.xml
+++ b/net-im/gitter-bin/metadata.xml
@@ -14,9 +14,6 @@
 	grow and connect communities through messaging, content
 	and discovery.
 	</longdescription>
-	<use>
-		<flag name="pax_kernel">Triggers a paxmarking of the binary</flag>
-	</use>
 	<upstream>
 		<doc>https://gitter.zendesk.com/hc/en-us</doc>
 	</upstream>


             reply	other threads:[~2021-01-29 13:45 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-29 13:45 Joonas Niilola [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-05-25  7:01 [gentoo-commits] repo/gentoo:master commit in: net-im/gitter-bin/ Arthur Zamarin
2024-05-25  7:01 Arthur Zamarin
2022-10-04 13:44 Sam James
2021-01-29 13:45 Joonas Niilola
2021-01-15  8:44 Joonas Niilola
2021-01-15  8:44 Joonas Niilola
2019-02-13 22:24 Craig Andrews

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1611927942.8307c721d1982a9e580c1d16556f21b636f042aa.juippis@gentoo \
    --to=juippis@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox