Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/telepathy-mission-control/, net-im/telepathy-mission-control/files/
Date: Thu, 15 Apr 2021 15:36:53
Message-Id: 1618500772.ac04f650c83266ffb47b41bc13c38e4d2853476e.mattst88@gentoo
1 commit: ac04f650c83266ffb47b41bc13c38e4d2853476e
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Apr 15 15:32:52 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Apr 15 15:32:52 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac04f650
7
8 net-im/telepathy-mission-control: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 net-im/telepathy-mission-control/Manifest | 1 -
13 .../files/5.16.5-account-fix-property-name.patch | 25 -----------
14 .../telepathy-mission-control-5.16.5.ebuild | 48 ----------------------
15 3 files changed, 74 deletions(-)
16
17 diff --git a/net-im/telepathy-mission-control/Manifest b/net-im/telepathy-mission-control/Manifest
18 index 7842b43895e..bab1c3f95de 100644
19 --- a/net-im/telepathy-mission-control/Manifest
20 +++ b/net-im/telepathy-mission-control/Manifest
21 @@ -1,2 +1 @@
22 -DIST telepathy-mission-control-5.16.5.tar.gz 1125142 BLAKE2B 1f39336d8221ec9f297ba9eeaed39ffc30d5b2ecde3b02148343cfb9bf4ec15d949a36feb6b92cef17d70f786840b8df9cf159eb8eb00462c64bfb8b41437b57 SHA512 6adeb3033853bef5b732e7b85da49b75bffbdc57d968b1e4313fd1452eaf8db96c3f7f50d41ebb7bfcb084a7f093a9eaccdb28c23d2777e149a90dec6d4ef4e4
23 DIST telepathy-mission-control-5.16.6.tar.gz 1127785 BLAKE2B 82055a86d102292dec44ddeadd99458b1cf083f5d74be09326cfae41d627f1792468a180b5cb9f5bb5712989198cc46116f39e41343ca35b3bac101e3db6003a SHA512 56d62bc7270d2d62a490361f3ef3bc39384fde05ee5d69cb7e20db4f41665bd99d05b4cd2b5992b84dbfee5400684503e44c5b8c63cfa101e0cfe6a85b005e5e
24
25 diff --git a/net-im/telepathy-mission-control/files/5.16.5-account-fix-property-name.patch b/net-im/telepathy-mission-control/files/5.16.5-account-fix-property-name.patch
26 deleted file mode 100644
27 index 17eb7f1f041..00000000000
28 --- a/net-im/telepathy-mission-control/files/5.16.5-account-fix-property-name.patch
29 +++ /dev/null
30 @@ -1,25 +0,0 @@
31 -From d8dab08fe8db137c6bbd8bbdc3d9b01d98c48910 Mon Sep 17 00:00:00 2001
32 -From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuellner@×××××.org>
33 -Date: Thu, 19 Dec 2019 13:37:49 +0100
34 -Subject: [PATCH] account: Fix property name
35 -
36 -Spaces are not valid characters in property names, and never were.
37 -Until recently GLib silently fixed up the name by replacing the
38 -space with '-', but now tightened up the validation.
39 ----
40 - src/mcd-account.c | 2 +-
41 - 1 file changed, 1 insertion(+), 1 deletion(-)
42 -
43 -diff --git a/src/mcd-account.c b/src/mcd-account.c
44 -index 8009110e..de5c61cf 100644
45 ---- a/src/mcd-account.c
46 -+++ b/src/mcd-account.c
47 -@@ -3442,7 +3442,7 @@ mcd_account_class_init (McdAccountClass * klass)
48 -
49 - g_object_class_install_property
50 - (object_class, PROP_CONNECTIVITY_MONITOR,
51 -- g_param_spec_object ("connectivity monitor",
52 -+ g_param_spec_object ("connectivity-monitor",
53 - "Connectivity monitor",
54 - "Connectivity monitor",
55 - MCD_TYPE_CONNECTIVITY_MONITOR,
56
57 diff --git a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild b/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
58 deleted file mode 100644
59 index 272e4608ed3..00000000000
60 --- a/net-im/telepathy-mission-control/telepathy-mission-control-5.16.5.ebuild
61 +++ /dev/null
62 @@ -1,48 +0,0 @@
63 -# Copyright 1999-2020 Gentoo Authors
64 -# Distributed under the terms of the GNU General Public License v2
65 -
66 -EAPI=6
67 -GNOME2_LA_PUNT="yes"
68 -# Needed for tests and build #489466
69 -PYTHON_COMPAT=( python3_{7,8} )
70 -
71 -inherit gnome2 python-any-r1
72 -
73 -DESCRIPTION="An account manager and channel dispatcher for the Telepathy framework"
74 -HOMEPAGE="https://cgit.freedesktop.org/telepathy/telepathy-mission-control/"
75 -SRC_URI="https://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
76 -
77 -LICENSE="LGPL-2.1+"
78 -SLOT="0"
79 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux"
80 -IUSE="debug networkmanager" # test
81 -
82 -RDEPEND="
83 - >=dev-libs/dbus-glib-0.82
84 - >=dev-libs/glib-2.46:2
85 - >=sys-apps/dbus-0.95
86 - >=net-libs/telepathy-glib-0.20
87 - networkmanager? ( >=net-misc/networkmanager-1:= )
88 -"
89 -DEPEND="${RDEPEND}
90 - ${PYTHON_DEPS}
91 - dev-libs/libxslt
92 - >=dev-util/gtk-doc-am-1.17
93 - virtual/pkgconfig
94 -"
95 -# test? ( dev-python/twisted-words )"
96 -
97 -# Tests are broken, see upstream bug #29334 and #64212
98 -# upstream doesn't want it enabled everywhere (#29334#c12)
99 -RESTRICT="test"
100 -
101 -PATCHES=( "${FILESDIR}/5.16.5-account-fix-property-name.patch" )
102 -
103 -src_configure() {
104 - # creds is not available
105 - gnome2_src_configure \
106 - --disable-static \
107 - --disable-upower \
108 - $(use_enable debug) \
109 - $(use_with networkmanager connectivity nm)
110 -}