summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-08 10:38:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-08 13:04:01 +0100
commite5100efee61ed117ab8e02d32dc85537447576d2 (patch)
tree326a6a0af3477fcc2087d69ecff46f6559b2ddb9 /net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.1.ebuild
parentsci-astronomy/kstars: Drop 3.3.8-r1 (diff)
downloadgentoo-e5100efee61ed117ab8e02d32dc85537447576d2.tar.gz
gentoo-e5100efee61ed117ab8e02d32dc85537447576d2.tar.bz2
gentoo-e5100efee61ed117ab8e02d32dc85537447576d2.zip
net-libs/telepathy-accounts-signon: 2.1 version bump
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.1.ebuild')
-rw-r--r--net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.1.ebuild b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.1.ebuild
new file mode 100644
index 000000000000..e2e5c5ce6fa6
--- /dev/null
+++ b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+DESCRIPTION="Mission control plugin for Telepathy to provide IM accounts and authentication"
+HOMEPAGE="https://gitlab.com/accounts-sso/telepathy-accounts-signon"
+SRC_URI="https://gitlab.com/accounts-sso/${PN}/-/archive/${PV}/${P}.tar.bz2"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+ dev-libs/glib:2
+ net-im/telepathy-mission-control
+ net-libs/libaccounts-glib:=
+ >=net-libs/libsignon-glib-2.0
+ net-libs/telepathy-glib
+"
+RDEPEND="${DEPEND}"