From d54c60705ca9bdd3160551abf862548fedaf1d14 Mon Sep 17 00:00:00 2001 From: blshkv Date: Sat, 23 Mar 2019 09:15:42 +0800 Subject: [PATCH] jitsi-bin: 2.11 bump --- net-im/jitsi-bin/Manifest | 2 ++ net-im/jitsi-bin/jitsi-bin-2.11.ebuild | 40 ++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 net-im/jitsi-bin/jitsi-bin-2.11.ebuild diff --git a/net-im/jitsi-bin/Manifest b/net-im/jitsi-bin/Manifest index b9a075f33..b66b32c68 100644 --- a/net-im/jitsi-bin/Manifest +++ b/net-im/jitsi-bin/Manifest @@ -1,2 +1,4 @@ DIST jitsi-2.10-5550.i686.rpm 46488540 BLAKE2B c2348c1e8c5cb9a527e3d77ece3ab3795bf0ec118c820e10628f79cf7aaa5904ca3a94b3ec7424adb65c11dc24222198e59ab916ea32a2b25e92e092850045f9 SHA512 f18c1ce639ddde638efa35c7a71cbc7c589e42b01930b7f08ab0fbcaed2f9f69ef918458e2f94601a01b055cc69f0e06de2575bff1e4c60a571b814be64bdbca DIST jitsi-2.10-5550.x86_64.rpm 46491220 BLAKE2B bbbf7b380a6f0c6b6d89ddb9bd03ae2e19d34f7be4756e28ccfe45d21b8aaab5eac9f78e4fafaed80bf9b7b1ca7e4d5ad3b47a078d436f04d3740d9afa8d0ad7 SHA512 781d77675c727691ae0f7150a1d1d72ef9d639e0f1f10357ec7daa6671e150fc2241b91fce855a3fac68591223b00a377771ed4addfd82f8403a224cea80b40d +DIST jitsi-2.11-5602.i686.rpm 46620136 BLAKE2B 529866cc875a0ab25e44c28d3a13ca50e4826a1b2b6cbf955f1a6fb4e3443df8a9dd56c6cb4247ce5bc60f13124fbe58d4a000909fbdac65aee34e3fa15c6521 SHA512 9c080eda0699241abd794a6f079be1adea2ca2032dee25927b364aa3ca3cd279fc7782c47678635f93924d6004e3f07ac3ab7bb1b19e5ffd939a06597126e2d1 +DIST jitsi-2.11-5602.x86_64.rpm 46622200 BLAKE2B 80fd79aa33fe3bb842267c2e21e0d8979c056c74bf7b5bd3e5b417c29fc2782d9cea30a29c3fd97ca6fc9e5aecef1d5c39288d29b6e3e282e053570e3d0d8c9f SHA512 dfe53d52789e4c12e00a26c8a8515a72f539a67305fbef2298c29c30d6d6e742d8fd3604117f5c25ef41a4825510e7d0605f5c250831befa17f020cd3413c1b7 diff --git a/net-im/jitsi-bin/jitsi-bin-2.11.ebuild b/net-im/jitsi-bin/jitsi-bin-2.11.ebuild new file mode 100644 index 000000000..5bd03847a --- /dev/null +++ b/net-im/jitsi-bin/jitsi-bin-2.11.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit rpm + +PV_RAND="5602" + +DESCRIPTION="Secure IM communicator that supports SIP, XMPP, AIM/ICQ, Windows Live, Yahoo" +HOMEPAGE="https://jitsi.org/" +#https://download.jitsi.org/jitsi/nightly/rpm/ +SRC_URI=" + x86? ( https://download.jitsi.org/jitsi/nightly/rpm/jitsi-${PV}-${PV_RAND}.i686.rpm ) + amd64? ( https://download.jitsi.org/jitsi/nightly/rpm/jitsi-${PV}-${PV_RAND}.x86_64.rpm )" + +RESTRICT="strip" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND=">=virtual/jre-1.7 + app-arch/rpm2targz" + +QA_PREBUILT=" + usr/share/jitsi/lib/native/* +" + +S="${WORKDIR}" + +src_unpack() { + rpm_unpack +} + +src_install() { + cp -pPR "${S}/usr" "${D}"/ +}