Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/telepathy-accounts-signon/
Date: Sat, 07 Sep 2019 11:58:19
Message-Id: 1567857476.328e65e9a51a05233d8ec6a785ef6f976cda8e46.asturm@gentoo
1 commit: 328e65e9a51a05233d8ec6a785ef6f976cda8e46
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 11:53:57 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 11:57:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328e65e9
7
8 net-libs/telepathy-accounts-signon: Drop 1.0
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 net-libs/telepathy-accounts-signon/Manifest | 1 -
14 .../telepathy-accounts-signon-1.0.ebuild | 32 ----------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/net-libs/telepathy-accounts-signon/Manifest b/net-libs/telepathy-accounts-signon/Manifest
18 index e371f014246..45202269d45 100644
19 --- a/net-libs/telepathy-accounts-signon/Manifest
20 +++ b/net-libs/telepathy-accounts-signon/Manifest
21 @@ -1,2 +1 @@
22 -DIST telepathy-accounts-signon-1.0.tar.xz 17584 BLAKE2B 6b28df37eca0ce78b11d66cf96b7508bc3e8cf3457b5df2b61bf63666c8b4d4c0bed41cdea9b0135e631c7b663275eef303496724aad342b06fad3ff512f669f SHA512 10058570efbd7dc916a3102b72e506999793ca0ad9ce79f5b33f20d207ec3396fb067242558d2903e49a04b14e7f4717e43475aaaf902a03fc7d4a0bb52c717c
23 DIST telepathy-accounts-signon-2.0.tar.bz2 15335 BLAKE2B 5c33403b2c271cc93526058d8415e8f47249018b6fdef4cc9d41ac8f530de61dfa94fd33f1cac433f2ac90077db0a322b8f3907953172ba20bcdee812c852298 SHA512 2fc4e04b47740a0500f6c7a6f08b5d421c1415970c97331b460bdb124b029e35b5288211dfe3da20eab18924a0c05f769094faa258cf05b76665b4428855f1ce
24
25 diff --git a/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild b/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild
26 deleted file mode 100644
27 index 32a2b0497a2..00000000000
28 --- a/net-libs/telepathy-accounts-signon/telepathy-accounts-signon-1.0.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -inherit qmake-utils
37 -
38 -DESCRIPTION="Mission control plugin for Telepathy to provide IM accounts and authentication"
39 -HOMEPAGE="https://01.org/gsso"
40 -SRC_URI="https://dev.gentoo.org/~johu/distfiles/${P}.tar.xz"
41 -
42 -LICENSE="LGPL-2.1"
43 -SLOT="0"
44 -KEYWORDS="amd64 arm64 x86"
45 -IUSE=""
46 -
47 -DEPEND="
48 - dev-libs/glib:2
49 - net-im/telepathy-mission-control
50 - net-libs/libaccounts-glib:=
51 - =net-libs/libsignon-glib-1*
52 - net-libs/telepathy-glib
53 -"
54 -RDEPEND="${DEPEND}"
55 -
56 -src_configure() {
57 - eqmake5
58 -}
59 -
60 -src_install() {
61 - emake INSTALL_ROOT="${D}" install
62 -}