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/pidgin/, net-im/kadu/
Date: Sat, 12 May 2018 00:33:09
Message-Id: 1526085157.11ca5fbae096772e4c163ea6bab1e1f4ec10bb24.mattst88@gentoo
1 commit: 11ca5fbae096772e4c163ea6bab1e1f4ec10bb24
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Fri May 11 23:33:30 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 12 00:32:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ca5fba
7
8 net-im/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
9
10 net-im/kadu/kadu-2.1-r1.ebuild | 6 ++----
11 net-im/kadu/kadu-4.3-r2.ebuild | 4 +---
12 net-im/pidgin/pidgin-2.12.0.ebuild | 4 ++--
13 net-im/pidgin/pidgin-2.13.0.ebuild | 2 +-
14 4 files changed, 6 insertions(+), 10 deletions(-)
15
16 diff --git a/net-im/kadu/kadu-2.1-r1.ebuild b/net-im/kadu/kadu-2.1-r1.ebuild
17 index fd2aded6d05..a1626c60b44 100644
18 --- a/net-im/kadu/kadu-2.1-r1.ebuild
19 +++ b/net-im/kadu/kadu-2.1-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI="6"
26 @@ -57,9 +57,7 @@ COMMON_DEPEND="
27 "
28 DEPEND="${COMMON_DEPEND}
29 >=dev-qt/linguist-tools-5.2.0:5
30 - x11-proto/scrnsaverproto
31 - x11-proto/xextproto
32 - x11-proto/xproto
33 + x11-base/xorg-proto
34 "
35 RDEPEND="${COMMON_DEPEND}
36 speech? ( app-accessibility/powiedz )
37
38 diff --git a/net-im/kadu/kadu-4.3-r2.ebuild b/net-im/kadu/kadu-4.3-r2.ebuild
39 index e348cb31a4d..c6c749dc4d3 100644
40 --- a/net-im/kadu/kadu-4.3-r2.ebuild
41 +++ b/net-im/kadu/kadu-4.3-r2.ebuild
42 @@ -57,9 +57,7 @@ COMMON_DEPEND="
43 "
44 DEPEND="${COMMON_DEPEND}
45 dev-qt/linguist-tools:5
46 - x11-proto/scrnsaverproto
47 - x11-proto/xextproto
48 - x11-proto/xproto
49 + x11-base/xorg-proto
50 "
51 RDEPEND="${COMMON_DEPEND}
52 speech? ( app-accessibility/powiedz )
53
54 diff --git a/net-im/pidgin/pidgin-2.12.0.ebuild b/net-im/pidgin/pidgin-2.12.0.ebuild
55 index 1a3a72f9447..8b5835e6f76 100644
56 --- a/net-im/pidgin/pidgin-2.12.0.ebuild
57 +++ b/net-im/pidgin/pidgin-2.12.0.ebuild
58 @@ -1,4 +1,4 @@
59 -# Copyright 1999-2017 Gentoo Foundation
60 +# Copyright 1999-2018 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62
63 EAPI=6
64 @@ -87,7 +87,7 @@ DEPEND="$RDEPEND
65 dev-perl/XML-Parser
66 virtual/pkgconfig
67 gtk? (
68 - x11-proto/scrnsaverproto
69 + x11-base/xorg-proto
70 ${NLS_DEPEND}
71 )
72 dbus? ( ${PYTHON_DEPS} )
73
74 diff --git a/net-im/pidgin/pidgin-2.13.0.ebuild b/net-im/pidgin/pidgin-2.13.0.ebuild
75 index 3b87c2f0879..f82241ebac7 100644
76 --- a/net-im/pidgin/pidgin-2.13.0.ebuild
77 +++ b/net-im/pidgin/pidgin-2.13.0.ebuild
78 @@ -88,7 +88,7 @@ DEPEND="$RDEPEND
79 dev-perl/XML-Parser
80 virtual/pkgconfig
81 gtk? (
82 - x11-proto/scrnsaverproto
83 + x11-base/xorg-proto
84 ${NLS_DEPEND}
85 )
86 dbus? ( ${PYTHON_DEPS} )