public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas K. Hüttel" <dilfridge@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/teams/
Date: Tue, 17 Mar 2020 13:14:01 +0000 (UTC)	[thread overview]
Message-ID: <1584450718.bf517ade3939c33813d9966e077df0c1beeb56e9.dilfridge@gentoo> (raw)

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>dilfridge@gentoo.org</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	other threads:[~2020-03-17 13:14 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-17 13:14 Andreas K. Hüttel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-03-23 20:46 [gentoo-commits] repo/gentoo:master commit in: net-im/teams/ Andreas K. Hüttel
2020-03-28 13:14 Andreas K. Hüttel
2020-06-04  6:33 Matt Turner
2020-07-07 22:29 Thomas Deutschmann
2020-09-19 22:22 Andreas K. Hüttel
2020-09-20  8:16 Michał Górny
2020-09-22  8:01 Andreas K. Hüttel
2020-10-09 18:40 Andreas K. Hüttel
2020-10-10 15:00 Andreas K. Hüttel
2020-10-24  9:34 Andreas K. Hüttel
2020-12-18 19:48 Andreas K. Hüttel
2021-01-04 11:11 Andreas K. Hüttel
2021-03-09 17:52 Andreas K. Hüttel
2021-03-13 22:09 Andreas K. Hüttel
2021-04-10  9:53 Andreas K. Hüttel
2021-04-10  9:53 Andreas K. Hüttel
2021-04-12 18:42 Mike Gilbert
2021-04-12 18:42 Mike Gilbert
2021-06-28  8:05 Stephan Hartmann
2021-06-28  8:14 Stephan Hartmann
2021-06-28  8:14 Stephan Hartmann
2021-06-29 14:13 Stephan Hartmann
2021-10-07 13:29 Stephan Hartmann
2021-10-31  0:19 Sam James
2022-04-19 12:49 Stephan Hartmann
2022-10-04 16:13 Stephan Hartmann
2022-10-08 17:31 Sam James

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=1584450718.bf517ade3939c33813d9966e077df0c1beeb56e9.dilfridge@gentoo \
    --to=dilfridge@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