commit: 0c7ba736e03047e73133f1728baaa8ccaa17ea1d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Aug 4 22:03:41 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Aug 4 22:06:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c7ba736
net-libs/telepathy-accounts-signon: 2.0 version bump Closes: https://bugs.gentoo.org/691466 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-libs/telepathy-accounts-signon/Manifest | 1 + .../telepathy-accounts-signon-2.0.ebuild | 25 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/net-libs/telepathy-accounts-signon/Manifest b/net-libs/telepathy-accounts-signon/Manifest index 49012d6c688..e371f014246 100644 --- a/net-libs/telepathy-accounts-signon/Manifest +++ b/net-libs/telepathy-accounts-signon/Manifest @@ -1 +1,2 @@ DIST telepathy-accounts-signon-1.0.tar.xz 17584 BLAKE2B 6b28df37eca0ce78b11d66cf96b7508bc3e8cf3457b5df2b61bf63666c8b4d4c0bed41cdea9b0135e631c7b663275eef303496724aad342b06fad3ff512f669f SHA512 10058570efbd7dc916a3102b72e506999793ca0ad9ce79f5b33f20d207ec3396fb067242558d2903e49a04b14e7f4717e43475aaaf902a03fc7d4a0bb52c717c +DIST telepathy-accounts-signon-2.0.tar.bz2 15335 BLAKE2B 5c33403b2c271cc93526058d8415e8f47249018b6fdef4cc9d41ac8f530de61dfa94fd33f1cac433f2ac90077db0a322b8f3907953172ba20bcdee812c852298 SHA512 2fc4e04b47740a0500f6c7a6f08b5d421c1415970c97331b460bdb124b029e35b5288211dfe3da20eab18924a0c05f769094faa258cf05b76665b4428855f1ce diff --git a/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.0.ebuild b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.0.ebuild new file mode 100644 index 00000000000..42ad5247f3d --- /dev/null +++ b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-2.0.ebuild @@ -0,0 +1,25 @@ +# 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/2.0/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +BDEPEND=">=dev-util/meson-0.49.2" +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}"
