commit:     bf517ade3939c33813d9966e077df0c1beeb56e9
Author:     Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 17 13:10:49 2020 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Mar 17 13:11:58 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf517ade

net-im/teams: New package

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas K. Huettel <dilfridge <AT> gentoo.org>

 net-im/teams/Manifest                |  1 +
 net-im/teams/metadata.xml            |  8 +++++
 net-im/teams/teams-1.3.00.958.ebuild | 66 ++++++++++++++++++++++++++++++++++++
 3 files changed, 75 insertions(+)

diff --git a/net-im/teams/Manifest b/net-im/teams/Manifest
new file mode 100644
index 00000000000..4b5e0a8f106
--- /dev/null
+++ b/net-im/teams/Manifest
@@ -0,0 +1 @@
+DIST teams_1.3.00.958_amd64.deb 65064414 BLAKE2B 
4f8788f7a9d3a2cc032e873453469dd3f2a5bd9dd43c60de4b8719e7fafcf903bf266b35b2da16c593005fa1a4dc275bc65cc6164654b0df909a564ddc4cc00e
 SHA512 
ee698784a0c91346306466a1b794c4d1b4ff01ede2869cc7c4731e62ebf16e6f18b65aa0b03452c1011ddd5c654808f1725f62a62a43814cacb9d7a2934fb7c3

diff --git a/net-im/teams/metadata.xml b/net-im/teams/metadata.xml
new file mode 100644
index 00000000000..80a71f59785
--- /dev/null
+++ b/net-im/teams/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+  <maintainer type="person">
+    <email>[email protected]</email>
+    <name>Andreas K. Huettel</name>
+  </maintainer>
+</pkgmetadata>

diff --git a/net-im/teams/teams-1.3.00.958.ebuild 
b/net-im/teams/teams-1.3.00.958.ebuild
new file mode 100644
index 00000000000..9c94ab35d40
--- /dev/null
+++ b/net-im/teams/teams-1.3.00.958.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Microsoft Teams, an Office 365 multimedia collaboration client, 
pre-release"
+HOMEPAGE="https://teams.microsoft.com/downloads#allDevicesSection";
+SRC_URI="teams_1.3.00.958_amd64.deb"
+
+LICENSE="ms-teams-pre"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+RESTRICT="fetch mirror splitdebug"
+IUSE=""
+
+QA_PREBUILT="*"
+
+# libasound2 (>= 1.0.16), libatk-bridge2.0-0 (>= 2.5.3), libatk1.0-0 (>= 
1.12.4), libc6 (>= 2.17), libcairo2 (>= 1.6.0), libcups2 (>= 1.4.0),
+# libexpat1 (>= 2.0.1), libgcc1 (>= 1:3.0), libgdk-pixbuf2.0-0 (>= 2.22.0), 
libglib2.0-0 (>= 2.35.8), libgtk-3-0 (>= 3.9.10), libnspr4 (>= 2:4.9-2~), 
libnss3
+# (>= 2:3.22), libpango-1.0-0 (>= 1.14.0), libpangocairo-1.0-0 (>= 1.14.0), 
libsecret-1-0 (>= 0.7), libuuid1 (>= 2.16), libx11-6 (>= 2:1.4.99.1), 
libx11-xcb1,
+# libxcb1 (>= 1.6), libxcomposite1 (>= 1:0.3-1), libxcursor1 (>> 1.1.2), 
libxdamage1 (>= 1:1.1), libxext6, libxfixes3, libxi6 (>= 2:1.2.99.4), 
libxkbfile1,
+# libxrandr2 (>= 2:1.2.99.3), libxrender1, libxss1, libxtst6, 
apt-transport-https, libfontconfig1 (>= 2.11.0), libdbus-1-3 (>= 1.6.18), 
libstdc++6 (>= 4.8.1)
+RDEPEND="
+       media-libs/alsa-lib
+       app-accessibility/at-spi2-atk
+       dev-libs/atk
+       x11-libs/cairo
+       net-print/cups
+       dev-libs/expat
+       x11-libs/gdk-pixbuf
+       dev-libs/glib
+       x11-libs/gtk+:3
+       dev-libs/nspr
+       dev-libs/nss
+       x11-libs/pango
+       x11-libs/cairo
+       app-crypt/libsecret
+       sys-apps/util-linux
+       x11-libs/libX11
+       x11-libs/libxcb
+       x11-libs/libXcomposite
+       x11-libs/libXcursor
+       x11-libs/libXdamage
+       x11-libs/libXext
+       x11-libs/libXfixes
+       x11-libs/libXi
+       x11-libs/libxkbfile
+       x11-libs/libXrandr
+       x11-libs/libXrender
+       x11-libs/libXScrnSaver
+       x11-libs/libXtst
+       media-libs/fontconfig
+       sys-apps/dbus
+       gnome-base/libgnome-keyring
+"
+
+src_unpack() {
+       default
+       mkdir "${S}" || die
+       cd "${S}" || die
+       unpack ../data.tar.xz
+}
+
+src_install() {
+       mv -v "${S}/"* "${ED}/" || die
+}

Reply via email to