Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/oneko/, app-misc/sonypid/, app-misc/joymouse/, app-misc/joy2key/, ...
Date: Mon, 30 Apr 2018 20:50:26
Message-Id: 1525121410.0691ef073aa3f4181133cc862317976966b11519.mattst88@gentoo
1 commit: 0691ef073aa3f4181133cc862317976966b11519
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Mon Apr 30 19:16:48 2018 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 30 20:50:10 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0691ef07
7
8 app-misc/*: Update dependencies (x11-proto/* -> x11-base/xorg-proto).
9
10 app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild | 5 ++---
11 app-misc/joy2key/joy2key-1.6.3-r1.ebuild | 4 ++--
12 app-misc/joymouse/joymouse-0.5.ebuild | 6 +++---
13 app-misc/oneko/oneko-1.2-r2.ebuild | 6 +++---
14 app-misc/sonypid/sonypid-1.9.ebuild | 4 ++--
15 app-misc/workrave/workrave-1.10.20.ebuild | 4 +---
16 6 files changed, 13 insertions(+), 16 deletions(-)
17
18 diff --git a/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild b/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild
19 index 7cc98849f96..13ecc8900f6 100644
20 --- a/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild
21 +++ b/app-misc/g15mpd/g15mpd-1.0.0-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -23,8 +23,7 @@ RDEPEND="
29 x11-libs/libXtst
30 "
31 DEPEND="${RDEPEND}
32 - x11-proto/xproto
33 - x11-proto/xextproto"
34 + x11-base/xorg-proto"
35
36 src_prepare() {
37 epatch "${FILESDIR}"/${P}-libmpd.patch
38
39 diff --git a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild b/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
40 index 11f1f0f98d0..00ef6ed03b4 100644
41 --- a/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
42 +++ b/app-misc/joy2key/joy2key-1.6.3-r1.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2017 Gentoo Foundation
45 +# Copyright 1999-2018 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -17,7 +17,7 @@ RDEPEND="
50 x11-apps/xwininfo )"
51 DEPEND="
52 ${RDEPEND}
53 - X? ( x11-proto/xproto )"
54 + X? ( x11-base/xorg-proto )"
55
56 DOCS=( AUTHORS ChangeLog joy2keyrc.sample rawscancodes README TODO )
57
58
59 diff --git a/app-misc/joymouse/joymouse-0.5.ebuild b/app-misc/joymouse/joymouse-0.5.ebuild
60 index 7a1886e92a4..a34fee3f186 100644
61 --- a/app-misc/joymouse/joymouse-0.5.ebuild
62 +++ b/app-misc/joymouse/joymouse-0.5.ebuild
63 @@ -1,4 +1,4 @@
64 -# Copyright 1999-2014 Gentoo Foundation
65 +# Copyright 1999-2018 Gentoo Foundation
66 # Distributed under the terms of the GNU General Public License v2
67
68 EAPI=5
69 @@ -11,10 +11,10 @@ SLOT="0"
70 KEYWORDS="amd64 ~mips ~ppc x86"
71 IUSE=""
72
73 -DEPEND="x11-proto/xextproto
74 - x11-proto/inputproto"
75 RDEPEND="x11-libs/libX11
76 x11-libs/libXtst"
77 +DEPEND="${RDEPEND}
78 + x11-base/xorg-proto"
79
80 src_prepare() {
81 sed -i 's/printf(message/fputs(message, stdout/g' src/joymouse.c || die
82
83 diff --git a/app-misc/oneko/oneko-1.2-r2.ebuild b/app-misc/oneko/oneko-1.2-r2.ebuild
84 index f0847a294f5..9866e7ac296 100644
85 --- a/app-misc/oneko/oneko-1.2-r2.ebuild
86 +++ b/app-misc/oneko/oneko-1.2-r2.ebuild
87 @@ -1,4 +1,4 @@
88 -# Copyright 1999-2015 Gentoo Foundation
89 +# Copyright 1999-2018 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91
92 EAPI=5
93 @@ -21,10 +21,10 @@ RDEPEND="
94 "
95 DEPEND="
96 ${RDEPEND}
97 + app-text/rman
98 + x11-base/xorg-proto
99 x11-misc/gccmakedep
100 x11-misc/imake
101 - app-text/rman
102 - x11-proto/xextproto
103 "
104
105 S=${WORKDIR}/oneko-${PV}.sakura.5
106
107 diff --git a/app-misc/sonypid/sonypid-1.9.ebuild b/app-misc/sonypid/sonypid-1.9.ebuild
108 index 26e9537b63e..cb8e02458bd 100644
109 --- a/app-misc/sonypid/sonypid-1.9.ebuild
110 +++ b/app-misc/sonypid/sonypid-1.9.ebuild
111 @@ -1,4 +1,4 @@
112 -# Copyright 1999-2012 Gentoo Foundation
113 +# Copyright 1999-2018 Gentoo Foundation
114 # Distributed under the terms of the GNU General Public License v2
115
116 EAPI=5
117 @@ -16,7 +16,7 @@ IUSE=""
118
119 RDEPEND="x11-libs/libXtst"
120 DEPEND="${RDEPEND}
121 - x11-proto/inputproto"
122 + x11-base/xorg-proto"
123
124 src_compile() {
125 emake CFLAGS="${CFLAGS}" CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
126
127 diff --git a/app-misc/workrave/workrave-1.10.20.ebuild b/app-misc/workrave/workrave-1.10.20.ebuild
128 index eb0accfb92a..84cbc53fece 100644
129 --- a/app-misc/workrave/workrave-1.10.20.ebuild
130 +++ b/app-misc/workrave/workrave-1.10.20.ebuild
131 @@ -55,9 +55,7 @@ DEPEND="${RDEPEND}
132 dev-python/cheetah
133 >=dev-util/intltool-0.40.0
134 sys-devel/autoconf-archive
135 - x11-proto/xproto
136 - x11-proto/inputproto
137 - x11-proto/recordproto
138 + x11-base/xorg-proto
139 virtual/pkgconfig
140 doc? (
141 app-text/docbook-sgml-utils